Commit graph

384 commits

Author SHA1 Message Date
grant
4d09de3d61 ensure we always install charset.alias and tidy PLIST handling,
improves portability.
2003-02-28 22:15:29 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
wiz
826ffad853 Bump PKGREVISION: tarball changed on master site.
Diff:
diff -r old/doc2html/doc2html.pl new/doc2html/doc2html.pl
186a187
>   $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
diff -r old/doc2html/pdf2html.pl new/doc2html/pdf2html.pl
43a44
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
diff -r old/doc2html/swf2html.pl new/doc2html/swf2html.pl
31a32
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
2003-02-14 17:21:07 +00:00
jdolecek
6fce6d5918 add php4-iconv 2003-02-13 19:13:29 +00:00
jdolecek
9d5ed1bad9 add package for PHP4 iconv - character set conversion interface 2003-02-13 19:11:52 +00:00
mycroft
f714d8ba01 Update from 2.12 to 2.16.
Release 2.16

   Fixed the encode_qp() line breaking code.  It sometimes
   made lines longer than 76 chars and it could even get into
   an infinite loop on certain inputs.

   Release 2.15

   Fixed the XS based decode_qp() for strings where a =XX
   sequence was followed by digits.

   Faster encode_qp() for long strings with lots of chars
   that need escaping.

   The old_decode_base64() function introduced in 2.13
   was returning undef for empty input on olders perls.
   This problem has been fixed.

   Release 2.14

   MIME::QuotedPrint functions now also implemented using XS
   which make them faster.  2-3 times faster when encoding line by
   line and as much as 200 times faster on long binary input.  There
   is probably some breakage on non-ASCII systems from this.

   The encode_qp() function now takes an $eol argument in the
   same way as encode_base64() does.

   Slight change in behaviour: the decode_qp() function now turns
   \r\n terminated lines into \n terminated lines.  This makes is
   more likely that encode_qp(decode_qp()) round-trip properly.

   Included {en,de}code-{base64,qp} utility scripts.

   Release 2.13

   Sync up with bleadperl:
       - Documentation update
       - EBCDIC support
       - Whitespace tweaks
       - Improved Unicode support
       - Test suite tweaks

   Improved version of the old_{en,de}code_base64 functions
   contributed by Paul Szabo <psz@maths.usyd.edu.au>.
2003-01-09 15:49:17 +00:00
wiz
16f56a4b00 Fix test target: do not use csh syntax (|&). Closes PR 19647. 2003-01-03 12:32:59 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
is
377219660f Make this compile under Solaris, too. Reviewed by wiz@netbsd.org 2002-12-05 16:45:21 +00:00
salo
ab2818804e USE_PKGLOCALEDIR 2002-11-30 13:36:13 +00:00
jschauma
926b297cf4 Update to version 0.4.
New in 0.4: Support for Juno's addressbook format.
(Thanks to Gregory dot Krohne at AFRC dot AF dot MIL)
2002-11-28 17:23:54 +00:00
grant
54e690e8f0 don't unnecessarily pass -p to `cp', it causes a fatal error on Darwin
while trying to chown a symlink.
2002-11-26 00:51:02 +00:00
wiz
0c955be5c1 Update to 0.7.4. The original unedited release notes:
This is two releases since 0.7.3 took a wrong turn somewhere and
was last seen rummaging in the bins behind NewsForge.net for old
documents. Any information leading to the recovery of the errant
release will be rewarded with a free copy of wv-0.7.4.

As usual I'm clueless about who has contributed what to wv since
the previous release. Martin Junius did a bunch of stuff, again;
Golan a.k.a. 'risk it' and Tian Huisohu found some memory leaks;
Corby Wilson fixed some stuff (hey, even I fixed some stuff :-),
and of course lots of stuff by Dom (internationalization etc.).
2002-11-15 18:03:40 +00:00
jlam
cd279b5037 buildlink1 -> buildlink2 2002-11-14 23:39:09 +00:00
wiz
c5934fcdd7 PKGREVISION bump because ImageMagick's buildlink2.mk wants a newer
ImageMagick (different library name).
2002-11-13 19:26:36 +00:00
dmcmahill
ddcdff9f6d s/xlHtml/xlhtml in dependency section. Problem noted by warning output from
last README.html generation.
2002-11-12 13:48:58 +00:00
wiz
a8b8050536 Make sure libwmf is found. Bump PKGREVISION. 2002-11-04 19:20:10 +00:00
rh
4892307e25 Add and enable bib2xml 2002-11-01 04:26:25 +00:00
rh
c8187d25aa Initial import of bib2xml-20021006, a BibTeX to XML converter. 2002-11-01 04:25:50 +00:00
agc
08b342525f At present, gmake has libiconv as a requirement, yet libiconv needs
gmake to build.  Remove the USE_GMAKE for just now - it seems
superfluous, since NetBSD's make(1) works fine, and is causing a
circular dependency.
2002-10-29 14:36:55 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
wiz
0b32e9129f Rename xlHtml to xlhtml. 2002-10-22 15:28:10 +00:00
wiz
9a826785cc Import from xlHtml (to sync with PKGNAME).
Moved xlHtml to xlHtml-mixedcase in the repository [schmonz 2007-06-07]
2002-10-22 15:25:59 +00:00
wiz
d1017582d1 Update to 0.5.1. Changes unknown. Closes PR 18510. 2002-10-22 12:12:59 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
seb
20d367b0b9 Trivially use buildlink2. Mark no configure. Use perl5/module.mk, even
if it is not needed it makes the package more consistent with other Perl5
module packages.
2002-10-20 14:56:32 +00:00
wiz
27b2b7e026 Update to 1.1:
# sw 2002-Mar-6 Don't slurp the whole file

Convert to buildlink2. Add comment why the file gets installed as rpm2cpio.pl.
Closes PR 18581.
2002-10-18 12:30:45 +00:00
tsarna
d8ff6e2476 Add and enable py-jpCodecs 2002-10-14 17:48:14 +00:00
tsarna
4fb1bcdfc9 Initial import of codecs for Japanese language encodings. 2002-10-14 16:59:14 +00:00
wiz
98ccb817f3 buildlink1 -> buildlink2. 2002-10-13 14:52:20 +00:00
wiz
5300b56849 Unused. 2002-10-09 17:41:29 +00:00
wiz
c118a91f0e buildlink1 -> buildlink2. 2002-10-09 17:40:58 +00:00
wiz
61dad833dc Convert to buildlink2.mk; use perl5/module.mk. 2002-10-09 17:35:57 +00:00
wiz
9dc30a6fec buildlink1 -> buildlink2. 2002-10-09 14:09:28 +00:00
wiz
3490acaf1e Unused. 2002-10-08 19:20:48 +00:00
taca
c2a051d14c Update p5-Jcode package to 0.82.
$Revision: 0.82 $
! Jcode.pm
  pod typo fix and better jcode.pl compatibility
  by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>
  Message-Id: <20020923190414.2134.MSYK@mtg.biglobe.ne.jp>
2002-09-23 23:39:58 +00:00
jlam
d22ad9d6be Unused. 2002-09-23 20:53:13 +00:00
jlam
a8a2f3e635 Don't add -rpath to the libtool command used to create the uninstalled
libcompat.la, as that makes libtool think that package will be installed.
This was causing libpsiconv.la to depend on libcompat.la, even though the
latter was never installed.  Bump the PKGREVISION.
2002-09-23 20:39:21 +00:00
wiz
3562ca3878 Convert to buildlink2. 2002-09-23 14:10:13 +00:00
wiz
3f49c4abcf Unused. 2002-09-23 14:10:10 +00:00
wiz
06f24e1668 Update to 0.5, changes unknown. Convert to buildlink2.
Remove the buildlink2.mk, since the libraries referenced there are not
installed any more.
2002-09-23 14:00:52 +00:00
wiz
e8be4934f7 Unused. 2002-09-23 13:47:23 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
taca
d8c446f96e Update p5-Jcode pakcage to 0.81; one bug fix.
$Revision: 0.81 $ $Date: 2002/09/18 13:45:32 $
! Jcode.pm
  jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp>
  Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>
2002-09-18 14:07:44 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
wiz
2317688735 Standardize. 2002-09-12 17:12:36 +00:00
wiz
d78faf29bb Update to 0.7.2, changes unknown. 2002-09-11 11:23:14 +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
markd
3cba0ae0cd Make build again after recent ImageMagick update.
While here switch to buildlink2.
Bump PKGREVISION
2002-09-10 12:35:07 +00:00