java/apache-bcel: update description.

Make clear that it is now an Apache Commons project.

PT:		241122
Approved by:	thierry (mentor), Maintainer timeout.
This commit is contained in:
Pedro F. Giffuni 2020-01-21 19:57:24 +00:00
parent a65946d7a6
commit 82c0824a4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523737
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ PKGNAMEPREFIX= apache-
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= java@FreeBSD.org MAINTAINER= java@FreeBSD.org
COMMENT= Library for generating Java bytecode COMMENT= Apache Commons Byte Code Engineering Library
LICENSE= APACHE20 LICENSE= APACHE20

View file

@ -1,4 +1,4 @@
The Byte Code Engineering Library (formerly known as JavaClass) is The Byte Code Engineering Library (Apache Commons BCEL) is
intended to give users a convenient possibility to analyze, create, intended to give users a convenient possibility to analyze, create,
and manipulate (binary) Java class files (those ending with and manipulate (binary) Java class files (those ending with
.class). Classes are represented by objects which contain all the .class). Classes are represented by objects which contain all the