notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
jakarta-bcel Library for generating Java bytecode
5.2_2 java Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.2_2Version of this port present on the latest quarterly branch.
Maintainer: java@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-05-06 17:42:04
Last Update: 2019-12-24 00:36:34
SVN Revision: 520763
Also Listed In: devel
License: not specified in port
WWW:
http://jakarta.apache.org/bcel/
Description:
The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. BCEL is already being used successfully in several projects such as compilers, optimizers, obsfuscators and analysis tools, the most popular probably being the Xalan XSLT processor at Apache. WWW: http://jakarta.apache.org/bcel/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. share/java/classes/bcel.jar
Collapse this list.
Dependency lines:
  • jakarta-bcel>0:java/jakarta-bcel
No installation instructions:
This port has been deleted.
PKGNAME: jakarta-bcel
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (bcel-5.2.tar.gz) = 669e96c3553e2c4f41842f8837c544b8fb00c58cc45e1904964d52a74cb3f78e SIZE (bcel-5.2.tar.gz) = 2080066

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for jakarta-bcel-5.2_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.forthnet.gr/pub/www/apache/jakarta/bcel/binaries/
  2. ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/jakarta/bcel/binaries/
  3. ftp://mir1.ovh.net/ftp.apache.org/dist/jakarta/bcel/binaries/
  4. ftp://xenia.sote.hu/pub/mirrors/www.apache.org/jakarta/bcel/binaries/
  5. http://apache.mirror.uber.com.au/jakarta/bcel/binaries/
  6. http://apache.spd.co.il/jakarta/bcel/binaries/
  7. http://ftp.twaren.net/Unix/Web/apache/jakarta/bcel/binaries/
  8. https://archive.apache.org/dist/jakarta/bcel/binaries/
  9. https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/jakarta/bcel/binaries/
  10. https://ftp.mirrorservice.org/sites/ftp.apache.org/jakarta/bcel/binaries/
  11. https://mirrors.ircam.fr/pub/apache/jakarta/bcel/binaries/
  12. https://www.apache.org/dist/jakarta/bcel/binaries/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.2_2
24 Dec 2019 00:36:34
Revision:520763Original commit files touched by this commit
pfg search for other commits by this committer
java/jakarta-bcel move to apache- and update to version 6.4.1

The ASF retired Jakarta on 2011 and now bcel is part of Apache Commons.

PR:	241122
Approved by:	thierry (mentor), Maintainer timeout (2+ months)
5.2_2
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
11 Sep 2015 18:45:08
Revision:396698Original commit files touched by this commit Refresh
amdmi3 search for other commits by this committer
- Add NO_ARCH
- Switch to COPYTREE_SHARE and don't install empty dirs

Approved by:	portmgr blanket
5.2_2
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
5.2_2
05 Jul 2014 19:27:04
Revision:360810Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
5.2_2
04 Jul 2014 00:20:03
Revision:360494Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
5.2_2
08 Jun 2014 04:03:51
Revision:356974Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.
5.2_2
20 Sep 2013 19:48:32
Revision:327738Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
5.2_2
10 Dec 2012 13:18:29
Revision:308604Original commit files touched by this commit
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
5.2_2
05 Sep 2012 15:43:34
Revision:303710Original commit files touched by this commit
des search for other commits by this committer
Remove useless metadata from ports I created.
5.2_2
21 Jul 2011 05:03:02
Original commit files touched by this commit
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
5.2_2
29 Apr 2011 23:28:51
Original commit files touched by this commit
des search for other commits by this committer
No longer interested
5.2_2
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
5.2_2
06 Jun 2008 13:38:51
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
5.2_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
5.2
26 Sep 2006 10:36:49
Original commit files touched by this commit
des search for other commits by this committer
Upgrade to 5.2.

Submitted by:   ijliao@
5.1
24 May 2006 14:00:57
Original commit files touched by this commit
hq search for other commits by this committer
- Update to bsd.java.mk 2.0
- Use MASTER_SITE_APACHE_JAKARTA [1]
- Re-order PKGNAMEPREFIX [1]
- Add $FreeBSD$ tag in pkg-plist

PR:             97760
Submitted by:   hq
Reported by:    portlint [1]
Approved by:    maintainer
5.1
22 Jan 2006 12:39:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
5.1
01 Jun 2004 10:39:25
Original commit files touched by this commit
des search for other commits by this committer
Upgrade to 5.1.
5.0
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
5.0
07 Mar 2003 06:04:45
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
5.0
06 May 2002 17:41:11
Original commit files touched by this commit
des search for other commits by this committer
The Jakarta Byte Code Engineering Library.

Number of commits found: 22