- Move to MODBUILD
- Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode
- Update plist
Changes
=======
Except where noted, all changes made by Daisuke Maki
0.21 - 31 May 2006
- Repository blunder messes up the distro. fixed.
Reported by Tatsuhiko Miyagawa
0.20 - 14 May 2006
- Set $rss->{version} for compatibility.
- As a result, we no longer set or depend on $rss->{_internal}{version}.
If you saw it and used it, then stop doing that ;)
PR: ports/98333
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
- Add support NOPORTDOCS and DOCSDIR
- Remove USE_EMACS and EMACS_PORT_NAME for support all emacsen, add
symlinks to xemacs load dir.
- Bump PORTREVISION.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
Approved by: tobez (implicit)
1.00 Thu May 25 20:35:06 2006
- Pure Perl: compose($not_canonically_reordered) works like that in XSUB,
where an intervening character with higher combining class blocks
the composition. (This change doesn't affect any normalization forms.)
- XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then
internal subroutine calls are avoided.
- The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(),
isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented.
- Tests are more amplified and documentations are more clarified.
- Makefile.PL: Change 26295 is incorporated.