Commit graph

18 commits

Author SHA1 Message Date
agc
3cae5c07e4 Add RMD160 digests in addition to SHA1 ones 2005-02-23 16:12:33 +00:00
wiz
eb088b1e94 Actually, let the buildlink framework handle this.
Works on 1.6.2 and 2.0.
2005-02-19 19:16:37 +00:00
wiz
b707795877 Reorder lines to avoid build errors because of "LIBS= INSTALLDIRS=site". 2005-02-19 19:09:38 +00:00
wiz
a6a1995a59 Sort lines. 2005-02-19 19:00:18 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
seb
6bff7b988b Update to version 1.4.
While here set a more specific homepage.

Approved by abs@

Changes since last packaged version (1.2):

1.3   Mon Jun 28 19:25:43 CEST 2004
        - Makefile.PL now tries to detect the need for -liconv
        - added retval() method to Text::Iconv objects, which returns the
          iconv() return value (according to the Single UNIX Specification,
          "the number of non-identical conversions performed")
        - to make this possible, Text::Iconv objects are--on the C level--no
          longer just the iconv handle, but a struct (which can contain other
          information besides the handle)

1.4   Sun Jul 18 00:09:21 CEST 2004
        - Added instance attribute raise_error and corresponding
          method to control exception raising on a per-object basis.
        - Reset shift state for state-dependent conversions.
        - Makefile.PL now passes all options besides LIBS and INC to
          MakeMaker, so options like INSTALLDIRS=vendor work again.
2004-11-08 22:07:54 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
46a3cc7561 Convert to buildlink3. 2004-04-11 07:33:28 +00:00
cjep
f2b9ff1eda Lint (sort DISTNAME section) 2004-01-12 10:38:22 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
b50bafc880 Update to 1.2, provided by Allen Briggs in PR 20603.
Changes:
1.2   Fri Jul 27 10:46:56 METDST 2001
        - converting undef now always returns undef
        - since HP-UX seems to be the only platform where the second
          argument to iconv() is *not* const char**, put an #ifdef
          into Iconv.xs
2003-03-06 19:49:00 +00:00
wiz
61dad833dc Convert to buildlink2.mk; use perl5/module.mk. 2002-10-09 17:35:57 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
abs
08f17368d4 Add p5-Text-Iconv-1.1
Perl interface to the iconv() function as defined by the Single
UNIX Specification.  The convert() method converts the encoding of
characters in the input string from the fromcode codeset to the
tocode codeset, and returns the result.
2001-09-14 22:38:57 +00:00