JFlex is a lexical analyzer generator for Java written in Java.
It is also a rewrite of the very useful tool JLex which was developed
by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++
tool flex: They do not share any code though.
WWW: http://www.jflex.de/
I've done some clean up to the submitted version of the port.
PR: 62043
Submitted by: Conor McDermottroe <ports@mcdermottroe.com>
<snip>
- Improved performance of the new L-EC code by up to a factor 2 depending
on the hardware.
- 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to
allow performance testing in conjunction with option --speed.
new:
- toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli)
new:
- cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla)
<snip>
Note: The 1.1.8 tarball was re-rolled twice because of missing files and
a show-stopper in gcdmaster and some SourceForge mirrors still might
need to catch up on it. If you have problems with differing checksums
please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao,
which is known to carry the latest version.
- Use/respect DATADIR and DOCSDIR.
- Make PREFIX-clean by respecting PREFIX instead of LOCALBASE.
- First part of splitting gcdmaster into a slave port because the conditional
compilation via HAVE_GNOME caused problems when gnomelibs where installed
afterwards (PR 61840).
- Tidy the PORTDOCS a bit, e.g. no longer install the release notes for
previous releases, they are easily accessible on the homepage anyway.
- On deinstall, remind the user to delete the global config file if existent
and permanently removing this port.
- In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording
taken from the Debian cdrdao package.
- Fix some references in the cdrdao manpage to fit FreeBSD.
- Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD.
- Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has
issues with ATAPICAM and probably will be removed in future version.
- Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see
sysutils/sformat/Makefile revision 1.5.
Submitted by: maintainer
- synchronize as much as possible with www/squid
- add SQUID_{U,G}ID and SQUID_LANGUAGE tunables
- utilize OPTIONS, PLIST_FILES, PLIST_DIRS, and USE_SIZE
- add a patch to make the LDAP helper at least compile
- add NO_LATEST_LINK and mark the port DEPRECATED
- bump PORTREVISION
PR: ports/62443
Submitted by: maintainer
* take maintainership (approved by jedgar@freebsd.org)
* make portlint happy
* add missing BUILD_DEPENDS on qmake (and unbreak)
* utilize NOPORTDOCS
* install translations and add patches to make use of
them
* sizify
PR: ports/62972
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Approved by: jedgar
The ng_netflow node implements Cisco's Netflow (c) version 5
protocol on router running FreeBSD. ng_netflow listens for
incoming traffic and identifies unique flows in it. Flows are
distinguished by endpoint IP addresses, TCP/UDP port numbers
and ToS. Expired flows are exported out of the node.
All operation is done in kernel: both traffic capturing and
export datagram generation. Exported data contaion almost all
Netflow version 5 fields, except of AS numbers.
PR: ports/62982
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
real users for mail, there are still plenty of mail servers that use
real users, and the lookup costs 292 bytes in the executable. The
feature can be disabled with WITHOUT_PASSWD.
Bump PORTREVISION accordingly.
Major changes to the port infrastructure:
- Replace WWWDOCROOT and WEBFRONTURL options with WEBFRONTDIR
(defaults to www/ganglia).
- Install files under ${PREFIX}/${WEBFRONTDIR}.
- Since the files are no longer installed in the document root,
add a pkg-message with a suggest addition to Apache's
httpd.conf.
- Use USE_PHP and WANT_PHP_MOD.
- Add a note about installing PHP with GD support at done in
mail/nocc.
- Remove conf.php only if it is identical to conf.php.sample as
done in mail/nocc.
- Sizify.
- Don't install the empty addons directory since packages won't
contain it.
PR: ports/62802
Submitted by: Brooks Davis <brooks@FreeBSD.org> (maintainer)
requested.
This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and
mozilla-devel, respectively; and the old mozilla and mozilla-devel are now
mozilla-gtk1 and mozilla-devel-gtk1.
This is done for a whole plethora of reasons, and should please everybody
except galeon1 fanatics and uhm... anybody else who it doesn't please.
If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update
the value accordingly. GTK2 ports will automatically install GTK2 mozilla,
and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need
be defined only if you want the development version... which are dormant
right now anyway.
For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will
still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but
future ports reserve the right to ignore the *-gtk2 values.