- Cleanup unused PLIST_SUB entry
- Use MASTER_SITE_APACHE_XML
- Use INSTALL_DATA to install documentation and JAR files
- Add a new FreeBSD specific launcher shell script which uses javavmwrapper
- Use %%DATADIR%% to calm portlint
The Redland RDF parser package (textproc/redland) recently
forked into two packages -- one for the core library, and
another for the bindings for various languages. This port
is for the language bindings for redland.
The textproc/redland port may itself have to be updated/changed,
as redland-bindings requires librdf.la to build the Java
component (possibly Ruby or TCL too, unable to test), and
this is not installed by the textproc/redland port currently.
I will work on a new redland port soon.
The OPTIONS part of this port could probably be improved
by somebody with more knowledge on the subject than I (this
is my first attempt at writing a port), but I see that there
are fairly recent discussions on the mailing lists regarding
using OPTIONS together with WITH_ -> USE_
I will be actively using this software on FreeBSD for a
number of years to come, and will happily act as the port
maintainer.
PR: ports/70374
Submitted by: Russell Cloran <russell.ru.ac.za@rucus.ru.ac.za>
This port extends the textproc/resume stylesheets
http://aaronland.info/xsl/xmlresume
PR: ports/69998
Submitted by: Aaron Straup Cope <ascope@cpan.org>
A (new) port of the resume-extensions XSL stylesheets.
This port extends the textproc/resume stylesheets
http://aaronland.info/xsl/xmlresume
PR: ports/69998
Submitted by: Aaron Straup Cope <ascope@cpan.org>
A (new) port of the add-css-links XSL stylesheet.
This stylesheet is required by the (newly submitted)
'resume-extensions' port which extends the textproc/resume
stylesheets
PR: ports/69995
Submitted by: Aaron Straup Cope <asc@vineyard.net>
BSD.*.dist), but do remove locale directories that are not listed
there. Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
- Use SUB_LIST to transform the launcher shell script
- Use DATADIR=${JAVASHAREDIR}/${PORTNAME} as encouraged in the Porter's
handbook for Java application ports.
- Add $FreeBSD$ tags where missing
- Use INSTALL_DATA to install JAR file
- Minor cosmetic improvements
- Bump PORTREVISION as the location of files has changed
- Add support for plugin ports (this port will act as the MASTERDIR for plugin
ports that will include Makefile.plugin)
Reviewed by: glewis
Approved by: maintainer
Attached is a new set of files to replace the entire
textproc/py-xml port. I am the port maintainer.
This version of the port installs PyXML 0.8.4 rather than
0.8.3, turns off XSLT support by default (it is experimental
and may conflict with 4Suite), adds WITHOUT_XPATH and
WITH_XSLT options, uses USE_PYTHON with a version spec
instead of using a pkg-req file to require the right version
of Python, and has an improved pkg-descr.
If this new version is accepted, please also clear PR 74568:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/74568
PR: ports/74974
Submitted by: Mike Brown <mike@skew.org>