View | Details | Raw Unified | Return to bug 241122 | Differences between
and this patch

Collapse All | Expand All

(-)java/apache-bcel/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
9
9
10
MAINTAINER=	java@FreeBSD.org
10
MAINTAINER=	java@FreeBSD.org
11
COMMENT=	Library for generating Java bytecode
11
COMMENT=	Apache Commons Byte Code Engineering Library
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
14
(-)java/apache-bcel/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
The Byte Code Engineering Library (formerly known as JavaClass) is
1
The Byte Code Engineering Library (Apache Commons BCEL) is
2
intended to give users a convenient possibility to analyze, create,
2
intended to give users a convenient possibility to analyze, create,
3
and manipulate (binary) Java class files (those ending with
3
and manipulate (binary) Java class files (those ending with
4
.class). Classes are represented by objects which contain all the
4
.class). Classes are represented by objects which contain all the

Return to bug 241122