Commit graph

574 commits

Author SHA1 Message Date
taca
4f11036998 Add and enable p5-Unicode-IMAPUtf7. 2004-06-05 03:16:27 +00:00
taca
d215ed4d4f Importing p5-Unicode-IMAPUtf7 package.
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-05 03:15:18 +00:00
reed
631e46a396 Fail if this package is to be built under Linux. This is normal
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 05:25:38 +00:00
reed
d053f8cd8c By default, assume that the native iconv on Linux systems using
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-04 05:21:14 +00:00
heinz
3e3b354121 Packages in directory "converters" should use this for CATEGORY as well 2004-06-03 23:07:29 +00:00
uebayasi
e85ff6b53d Create missing directories for pkgviews. 2004-06-03 12:37:40 +00:00
uebayasi
bd73a9440d Enable pkgviews installation. 2004-05-24 11:25:16 +00:00
danw
884bfb7d8d Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (which
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-20 16:13:05 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
reed
c07c6892a1 This package uses INFO_FILES so install latex2rtf.info to
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.

(I didn't receive any okay from maintainer when I asked
in April.)
2004-05-07 22:08:56 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
cd61a606b2 Bump PKGREVISION due to libgsf update to 1.9.0 (soname of shared library
changed).
2004-05-05 14:07:54 +00:00
snj
5362f01ef1 Add ${BUILDLINK_LDADD.iconv} to BUILDLINK_LDFLAGS.iconv. 2004-05-03 02:22:24 +00:00
heinz
96b6c0a952 Update HOMEPAGE, the old one didn't work anymore 2004-05-02 02:18:26 +00:00
heinz
1c87e4c8ee Update to version 3.01.
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 02:13:26 +00:00
snj
5d6f5e2a22 No longer used. 2004-05-02 01:54:11 +00:00
tv
faaed608d9 nb2: use $(INSTALL), not $(INSTALL_DATA), for a library in an autoconfiscated
package.
2004-04-28 15:19:04 +00:00
jlam
8da51b0fbe Do previous in a different way. We want USE_GNU_ICONV to always use
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 04:53:23 +00:00
snj
535a02e639 No longer used. 2004-04-26 03:52:06 +00:00
snj
a886bcf21f If USE_GNU_ICONV is defined, don't use builtin libiconv if ICONV_TYPE is
native.
2004-04-26 00:28:39 +00:00
snj
37b08b6278 Add a buildlink3.mk. 2004-04-26 00:25:07 +00:00
snj
412f44ce86 No longer used. 2004-04-25 23:43:26 +00:00
wiz
85989f048f Unused. 2004-04-25 00:45:04 +00:00
xtraeme
5b81d1c00e bl3ify 2004-04-25 00:27:56 +00:00
snj
bd4d279faf Convert to buildlink3. 2004-04-24 00:35:37 +00:00
snj
3e39fcd9a9 Convert to buildlink3. 2004-04-24 00:31:44 +00:00
snj
885ccd218b Convert to buildlink3. 2004-04-23 23:39:07 +00:00
snj
babdf52084 Convert to buildlink3. 2004-04-23 22:49:12 +00:00
markd
14a85010f9 Add a buildlink3.mk 2004-04-19 13:38:11 +00:00
minskim
f3e3652ee4 - Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.
2004-04-16 03:25:28 +00:00
minskim
a0012a678c Honor BINOWN and BINGRP. 2004-04-16 00:35:11 +00:00
wiz
be0de001d3 Convert to bl3. 2004-04-15 11:46:47 +00:00
wiz
3017caecb9 The buildlink2 framework does nothing with .pc files -- remove them
from the buildlink2.mk files.
2004-04-15 00:49:29 +00:00
ben
34c7796109 Add USE_LANGUAGES=c++ to note that this package uses C++. 2004-04-14 15:13:56 +00:00
xtraeme
269ceca2cb bl3ify 2004-04-12 09:17:00 +00:00
snj
46df6747a2 Convert to buildlink3. 2004-04-12 01:50:32 +00:00
minskim
4479b24238 Enable pkgviews installation. 2004-04-12 01:50:07 +00:00
snj
24ac53b3b1 It is not sufficient to define USE_BUILDLINK3. 2004-04-11 23:47:56 +00:00
taca
cf86fba250 Update p5-nkf package to 2.04. UTF-8 and MIME support were added. 2004-04-11 13:12:40 +00:00
snj
a11c1c7905 Convert to buildlink3. 2004-04-11 07:42:53 +00:00
snj
0021ad264d Convert to buildlink3 and fix a typo in DESCR. 2004-04-11 07:42:10 +00:00
snj
9a2fbfb377 Convert to buildlink3. 2004-04-11 07:41:05 +00:00
snj
11553171d0 No longer used. 2004-04-11 07:38:51 +00:00
snj
46a3cc7561 Convert to buildlink3. 2004-04-11 07:33:28 +00:00
snj
f1422b74ad Convert to buildlink3. 2004-04-11 07:23:57 +00:00
snj
1beb1274d8 Convert to buildlink3. Use LDFLAGS.SunOS. 2004-04-11 07:23:29 +00:00
snj
9e77d31276 Convert to buildlink3. 2004-04-11 07:15:34 +00:00
snj
c0fa25a8a7 Convert to buildlink3. 2004-04-11 06:59:06 +00:00
rh
2f36683640 Prevent multiple inclusion to make this compile with gcc3 2004-04-08 06:46:45 +00:00
fredb
385981e586 Bump the share library version number to 2.0 for the addition of
UULoadFileWithPartNo(), with apologies to anyone who's updated within
the last three minutes.
2004-04-08 01:13:20 +00:00