Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-05 | Add and enable p5-Unicode-IMAPUtf7. | taca | 1 | -1/+2 | |
2004-06-05 | Importing p5-Unicode-IMAPUtf7 package. | taca | 4 | -0/+31 | |
Perl extension to deal with IMAP UTF7 IMAP mailbox names are encoded in a modified UTF7 when names contains international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3). | |||||
2004-06-04 | Fail if this package is to be built under Linux. This is normal | reed | 1 | -1/+7 | |
for Linux. Most (all?) Linux distros don't provide a libiconv package, because GLIBC's iconv support is good enough. At this time, using PKG_FAIL_REASON instead of PKG_SKIP_REASON so we can catch examples of packages depending on this. The builtin.mk was improved to help stop it from being used under Linux. This was okayed by Rene Hexel, the maintainer. Todo: fix abiword build because it should not require this libiconv package under Linux. | |||||
2004-06-04 | By default, assume that the native iconv on Linux systems using | reed | 1 | -1/+16 | |
GLIBC supports GNU libiconv's API. So don't depend on pkgsrc's libiconv for it. This is normal: most other Linux distros don't provide a libiconv package. This was discussed on tech-pkg list over past two months. It has helped a few users under Linux where they had some problems with conflicts with their working iconv() support provided with libc and the libiconv package. This was okayed by maintainer, Rene Hexel. This still needs some improvement. Some packages still try to force libiconv usage even though not needed. | |||||
2004-06-03 | Packages in directory "converters" should use this for CATEGORY as well | heinz | 4 | -8/+8 | |
2004-06-03 | Create missing directories for pkgviews. | uebayasi | 1 | -1/+3 | |
2004-05-24 | Enable pkgviews installation. | uebayasi | 2 | -2/+8 | |
2004-05-20 | Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (which | danw | 1 | -2/+1 | |
breaks some things on Darwin) and fix audio/musicpd so it doesn't need it (by faking out a configure check that gets confused by the iconv_open -> libiconv_open renaming) | |||||
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 | |
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk. | |||||
2004-05-07 | This package uses INFO_FILES so install latex2rtf.info to | reed | 1 | -2/+2 | |
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info. (I didn't receive any okay from maintainer when I asked in April.) | |||||
2004-05-07 | Drop maintainership; I don't have the enough free time to maintain | xtraeme | 1 | -2/+2 | |
all these packages. | |||||
2004-05-05 | Bump PKGREVISION due to libgsf update to 1.9.0 (soname of shared library | jmmv | 1 | -2/+2 | |
changed). | |||||
2004-05-03 | Add ${BUILDLINK_LDADD.iconv} to BUILDLINK_LDFLAGS.iconv. | snj | 1 | -1/+2 | |
2004-05-02 | Update HOMEPAGE, the old one didn't work anymore | heinz | 1 | -2/+2 | |
2004-05-02 | Update to version 3.01. | heinz | 2 | -5/+5 | |
Changes since 2.23: =================== 2004-03-29 Gisle Aas <gisle@ActiveState.com> Release 3.01 By compiling the extension with PERL_NO_GET_CONTEXT we can make it slightly faster on a threaded perl. No change on a regular perl. Patch provided by <beau@beaucox.com>. Fixed missing ";" with assert. Patch provided by Brendan O'Dea <bod@debian.org>. Release 3.00 Drop the pure Perl implementations of the encoders and decoders. They are bloat that hides real problems in the XS implementations. I will re-release them separately in the new MIME-Base64-Perl distribution. The 'gcc -Wall' fix in 2.22 broke support for perl5.005, as the isXDIGIT() macro is not available in that perl. This problem has now been fixed. | |||||
2004-05-02 | No longer used. | snj | 1 | -19/+0 | |
2004-04-28 | nb2: use $(INSTALL), not $(INSTALL_DATA), for a library in an autoconfiscated | tv | 4 | -9/+32 | |
package. | |||||
2004-04-26 | Do previous in a different way. We want USE_GNU_ICONV to always use | jlam | 1 | -19/+73 | |
a GNU libiconv, whether it be builtin or not, and PREFER_{NATIVE,PKGSRC} can be used to decide which iconv we use if USE_GNU_ICONV isn't defined. On NetBSD, the native iconv implementation (if it exists) is considered GNUish enough unless USE_GNU_ICONV is explicitly defined. | |||||
2004-04-26 | No longer used. | snj | 1 | -28/+0 | |
2004-04-26 | If USE_GNU_ICONV is defined, don't use builtin libiconv if ICONV_TYPE is | snj | 1 | -15/+15 | |
native. | |||||
2004-04-26 | Add a buildlink3.mk. | snj | 1 | -0/+22 | |
2004-04-25 | No longer used. | snj | 1 | -20/+0 | |
2004-04-25 | Unused. | wiz | 1 | -24/+0 | |
2004-04-25 | bl3ify | xtraeme | 1 | -3/+3 | |
2004-04-24 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-04-24 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-04-23 | Convert to buildlink3. | snj | 1 | -4/+4 | |
2004-04-23 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-04-19 | Add a buildlink3.mk | markd | 1 | -0/+18 | |
2004-04-16 | - Use buildlink framework. | minskim | 1 | -1/+7 | |
- NO_CONFIGURE=yes - Enable pkgviews installation. | |||||
2004-04-16 | Honor BINOWN and BINGRP. | minskim | 1 | -2/+2 | |
2004-04-15 | Convert to bl3. | wiz | 1 | -5/+5 | |
2004-04-15 | The buildlink2 framework does nothing with .pc files -- remove them | wiz | 1 | -2/+1 | |
from the buildlink2.mk files. | |||||
2004-04-14 | Add USE_LANGUAGES=c++ to note that this package uses C++. | ben | 1 | -1/+2 | |
2004-04-12 | bl3ify | xtraeme | 2 | -3/+23 | |
2004-04-12 | Convert to buildlink3. | snj | 3 | -25/+23 | |
2004-04-12 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-04-11 | It is not sufficient to define USE_BUILDLINK3. | snj | 1 | -2/+2 | |
2004-04-11 | Update p5-nkf package to 2.04. UTF-8 and MIME support were added. | taca | 2 | -8/+9 | |
2004-04-11 | Convert to buildlink3. | snj | 7 | -19/+19 | |
2004-04-11 | Convert to buildlink3 and fix a typo in DESCR. | snj | 2 | -3/+3 | |
2004-04-11 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-04-11 | No longer used. | snj | 1 | -35/+0 | |
2004-04-11 | Convert to buildlink3. | snj | 2 | -5/+5 | |
2004-04-11 | Convert to buildlink3. | snj | 2 | -4/+4 | |
2004-04-11 | Convert to buildlink3. Use LDFLAGS.SunOS. | snj | 1 | -7/+3 | |
2004-04-11 | Convert to buildlink3. | snj | 6 | -12/+12 | |
2004-04-11 | Convert to buildlink3. | snj | 3 | -8/+8 | |
2004-04-08 | Prevent multiple inclusion to make this compile with gcc3 | rh | 1 | -0/+3 | |
2004-04-08 | Bump the share library version number to 2.0 for the addition of | fredb | 3 | -12/+12 | |
UULoadFileWithPartNo(), with apologies to anyone who's updated within the last three minutes. |