- Use LOCALBASE rather than PREFIX in RUN_DEPENDS
- Now bsd.java.mk 2.0 compliant
- Use CPIO rather than CP
- Use JAVAJARDIR and JAVASHAREDIR
- Removed pkg-plist (use dynamic plist and PORTDOCS)
- Honor NOPORTDOCS
- Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR [2]
- Honor "best practices for a Java library" from Porter's handbook, Java
section: JARs in JAVAJARDIR. [2]
- SIZEify
- Added 'mail' category
PR: 71235 [1]
Submitted by: Rainer Duffner <rainer@ultra-secure.de> [1]
Reviewed by: glewis [2]
Approved by: glewis (mentor)
- Now bsd.java.mk 2.0 compliant
- Use CPIO rather than CP
- Use JAVAJARDIR and JAVASHAREDIR
- Removed pkg-plist (use dynamic plist and PORTDOCS)
- Honor NOPORTDOCS
- Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR
- Honor "best practices for a Java library" from Porter's handbook, Java
section: JARs in JAVAJARDIR.
- Added 'devel' category
- SIZEify
Pointed out by: Rainer Duffner <rainer@ultra-secure.de> [1]
Approved by: glewis (mentor)
remove the need to edit this file for 99% of users. Editing the config
files will still be necessary however.
Submitted by: Rob MacGregor <rob.macgregor@gmail.com>
has not changed. All comitted patches have been accepted by the
current MIME-Tools maintainer and will be part of the next release.
Readd p5-MIME-Base64 as default dependency and add new needed
p5-Convert-BinHex (we support now BinHex decoding).
Normally, instances of this class parse a message to the bitter end.
Messages with many MIME parts can cause excessive memory consumption.
If you invoke this method, parsing will abort with a die() if a message
contains more than NUM parts.
Submitted by: David F. Skoll <dfs@roaringpenguin.com>
encode_qp() since version 3.02 takes up 3 args. Third arg is a flag indicating binary
mode. Since the flag meaning is inverted comparing to the MIME::Base64 patch suggested
originally, the corresponding MIME-tools patch needs to be modified also.
Submitted by: ak2@smr.ru
- NEW: Multibyte encodings are considered when urlencoding path names.
- CHANGE: The listing view will now always show the revision asked for
(HEAD by default), but the log message will show the log
string for the latest modification to the current directory).
This means the the parent directory structure won't change as you
browse through old directories.
- FIX: A bug prevented downloading of tarballs from working.
PR: ports/71292
Submitted by: maintainer
Approved by: vanilla (co-mentor)