summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/autoconvert/Makefile7
-rw-r--r--converters/autoconvert/distinfo6
-rw-r--r--converters/autoconvert/patches/patch-aa8
-rw-r--r--converters/autoconvert/patches/patch-ab4
-rw-r--r--converters/p5-Convert-BinHex/Makefile3
-rw-r--r--converters/p5-Convert-TNEF/Makefile4
-rw-r--r--converters/p5-Convert-UUlib/Makefile4
-rw-r--r--converters/p5-Unicode-Map/Makefile4
-rw-r--r--converters/p5-Unicode-MapUTF8/Makefile4
-rw-r--r--converters/p5-Unicode-String/Makefile4
-rw-r--r--converters/qrencode/Makefile4
-rw-r--r--converters/recode/Makefile4
-rw-r--r--converters/txt2html/Makefile4
-rw-r--r--converters/txt2pdbdoc/Makefile3
-rw-r--r--converters/wv2/Makefile4
15 files changed, 44 insertions, 23 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile
index 61d711f7b8b..141bfba8c9f 100644
--- a/converters/autoconvert/Makefile
+++ b/converters/autoconvert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/02/28 11:58:47 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:09 joerg Exp $
DISTNAME= autoconvert-0.3.13
PKGREVISION= 2
@@ -13,10 +13,11 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake
AUTO_MKDIRS= yes
+INSTALLATION_DIRS= share/examples/autoconvert
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert
${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${WRKSRC}/shed.* \
- ${PREFIX}/share/examples/autoconvert
+ ${DESTDIR}${PREFIX}/share/examples/autoconvert
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/converters/autoconvert/distinfo b/converters/autoconvert/distinfo
index be66d19db88..484aa061b52 100644
--- a/converters/autoconvert/distinfo
+++ b/converters/autoconvert/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2007/09/29 12:35:11 rillig Exp $
+$NetBSD: distinfo,v 1.5 2008/06/20 01:09:09 joerg Exp $
SHA1 (autoconvert-0.3.13.tar.gz) = cc59899e46ccfaacdb39f7a73767780b721ab75d
RMD160 (autoconvert-0.3.13.tar.gz) = b429b82f6aa4086edd745baf18d5f8ba48821d23
Size (autoconvert-0.3.13.tar.gz) = 464081 bytes
-SHA1 (patch-aa) = 803666f4de76422dec546dc56c643abeda43edb1
-SHA1 (patch-ab) = f2dc6af133d620e67e414b7f0f1543e47ef794db
+SHA1 (patch-aa) = c1ac76a219628504c801fff41898b233ffc30811
+SHA1 (patch-ab) = 1aaaccddbec49455b4c1e8fa79d2f401460c4e4a
SHA1 (patch-ac) = f39bf83874feea530883383acd0c37658bf6d454
SHA1 (patch-ad) = 7f5fda124a2bf24d972830adc9694322d27317c8
diff --git a/converters/autoconvert/patches/patch-aa b/converters/autoconvert/patches/patch-aa
index d505c7a71c4..eb8d532d643 100644
--- a/converters/autoconvert/patches/patch-aa
+++ b/converters/autoconvert/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/06/19 09:25:25 agc Exp $
+$NetBSD: patch-aa,v 1.2 2008/06/20 01:09:09 joerg Exp $
--- Makefile.orig Sat Apr 28 09:45:46 2001
+++ Makefile
@@ -44,6 +44,6 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/06/19 09:25:25 agc Exp $
- install -m 644 include/*.h $(DESTDIR)/usr/include
- ln -s autogb $(DESTDIR)/usr/bin/autob5
+ cd hzconvert;$(MAKE) install
-+ $(LIBTOOL) --mode=install $(BSD_INSTALL_PROGRAM) autogb $(PREFIX)/bin
-+ $(BSD_INSTALL_DATA) include/*.h $(PREFIX)/include
-+ ln -fs $(PREFIX)/bin/autogb $(PREFIX)/bin/autob5
++ $(LIBTOOL) --mode=install $(BSD_INSTALL_PROGRAM) autogb ${DESTDIR}$(PREFIX)/bin
++ $(BSD_INSTALL_DATA) include/*.h ${DESTDIR}$(PREFIX)/include
++ ln -fs autogb ${DESTDIR}$(PREFIX)/bin/autob5
diff --git a/converters/autoconvert/patches/patch-ab b/converters/autoconvert/patches/patch-ab
index 68590a83ee1..aa4835c3561 100644
--- a/converters/autoconvert/patches/patch-ab
+++ b/converters/autoconvert/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/06/19 09:25:25 agc Exp $
+$NetBSD: patch-ab,v 1.2 2008/06/20 01:09:09 joerg Exp $
--- hzconvert/Makefile.orig Mon Jan 8 18:03:21 2001
+++ hzconvert/Makefile
@@ -30,7 +30,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2002/06/19 09:25:25 agc Exp $
+ $(LIBTOOL) --mode=link $(CC) -o $(LIB:.a=.la) $(OBJS:.o=.lo) -rpath $(PREFIX)/lib
+
+install: all
-+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(LIB:.a=.la) $(PREFIX)/lib
++ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(LIB:.a=.la) ${DESTDIR}$(PREFIX)/lib
clean:
rm -f *.o *~ ../lib/lib*
diff --git a/converters/p5-Convert-BinHex/Makefile b/converters/p5-Convert-BinHex/Makefile
index d0c96166745..4dc60a6a09b 100644
--- a/converters/p5-Convert-BinHex/Makefile
+++ b/converters/p5-Convert-BinHex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:06 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:09 joerg Exp $
DISTNAME= Convert-BinHex-1.119
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/search?query=convert+binhex
COMMENT= Read and write Macintosh BinHex streams
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Convert/BinHex/.packlist
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile
index 0b7b535207f..58e74f004d0 100644
--- a/converters/p5-Convert-TNEF/Makefile
+++ b/converters/p5-Convert-TNEF/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:06 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2008/06/20 01:09:09 joerg Exp $
DISTNAME= Convert-TNEF-0.17
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module interface to read TNEF files
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
USE_LANGUAGES= # empty
diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile
index eba949ca0c1..9826b43348a 100644
--- a/converters/p5-Convert-UUlib/Makefile
+++ b/converters/p5-Convert-UUlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/02/27 09:03:27 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2008/06/20 01:09:09 joerg Exp $
DISTNAME= Convert-UUlib-1.08
PKGNAME= p5-${DISTNAME}0
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Convert-UUlib/
COMMENT= Perl5 module interface to the uulib library
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Convert/UUlib/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/converters/p5-Unicode-Map/Makefile b/converters/p5-Unicode-Map/Makefile
index 8e83c31914d..cd56241e2bf 100644
--- a/converters/p5-Unicode-Map/Makefile
+++ b/converters/p5-Unicode-Map/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/11 14:12:29 taca Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:10 joerg Exp $
DISTNAME= Unicode-Map-0.112
PKGNAME= p5-${DISTNAME}
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Unicode-Map/
COMMENT= Perl5 module that maps charsets from and to utf16 unicode
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Unicode/Map/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/converters/p5-Unicode-MapUTF8/Makefile b/converters/p5-Unicode-MapUTF8/Makefile
index 0ea3ebad59a..d0d23108416 100644
--- a/converters/p5-Unicode-MapUTF8/Makefile
+++ b/converters/p5-Unicode-MapUTF8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/11 14:17:10 taca Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:10 joerg Exp $
DISTNAME= Unicode-MapUTF8-1.11
PKGNAME= p5-${DISTNAME}
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Unicode-Map8/
COMMENT= Provides conversions for arbitrary character sets and UTF8
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
DEPENDS+= p5-Unicode-Map-[0-9]*:../../converters/p5-Unicode-Map
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile
index 7c08b535e61..a38daf89e3c 100644
--- a/converters/p5-Unicode-String/Makefile
+++ b/converters/p5-Unicode-String/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/02/27 13:48:05 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:10 joerg Exp $
#
DISTNAME= Unicode-String-2.09
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Unicode-String/
COMMENT= Perl5 modules to handle various Unicode issues
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/Unicode/String/.packlist
diff --git a/converters/qrencode/Makefile b/converters/qrencode/Makefile
index 0bf428b71ef..07a3c7a6474 100644
--- a/converters/qrencode/Makefile
+++ b/converters/qrencode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2008/06/15 10:33:38 gavan Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:10 joerg Exp $
#
DISTNAME= qrencode-3.0.3
@@ -9,6 +9,8 @@ MAINTAINER= alaric@kitten-technologies.co.uk
HOMEPAGE= http://megaui.net/fukuchi/works/qrencode/index.en.html
COMMENT= QR Code generator
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++
diff --git a/converters/recode/Makefile b/converters/recode/Makefile
index 9304ebd143a..01b690595f3 100644
--- a/converters/recode/Makefile
+++ b/converters/recode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/02/22 19:26:15 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2008/06/20 01:09:10 joerg Exp $
#
DISTNAME= recode-3.6
@@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/recode/recode.html
COMMENT= Convert files between character sets and usages
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile
index e3d6dc5732e..4db1b8ba562 100644
--- a/converters/txt2html/Makefile
+++ b/converters/txt2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/03/15 23:00:25 wennmach Exp $
+# $NetBSD: Makefile,v 1.15 2008/06/20 01:09:10 joerg Exp $
#
DISTNAME= txt2html-2.44
@@ -10,6 +10,8 @@ HOMEPAGE= http://txt2html.sourceforge.net/
COMMENT= Plain text to HTML convertor
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
REPLACE_PERL= scripts/txt2html
PERL5_CONFIGURE= yes
diff --git a/converters/txt2pdbdoc/Makefile b/converters/txt2pdbdoc/Makefile
index 7d39596ac31..2470b9e8bff 100644
--- a/converters/txt2pdbdoc/Makefile
+++ b/converters/txt2pdbdoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/01/07 09:13:50 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2008/06/20 01:09:10 joerg Exp $
DISTNAME= txt2pdbdoc-1.4.4
PKGREVISION= 1
@@ -10,6 +10,7 @@ HOMEPAGE= http://homepage.mac.com/pauljlucas/software/txt2pdbdoc/
COMMENT= Text to Palm DOC converter
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= perl:run
GNU_CONFIGURE= yes
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile
index b199c3791cd..ed4fbba08eb 100644
--- a/converters/wv2/Makefile
+++ b/converters/wv2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/03/06 14:53:48 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2008/06/20 01:09:10 joerg Exp $
#
DISTNAME= wv2-0.2.3
@@ -11,6 +11,8 @@ MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://wvware.sourceforge.net/
COMMENT= Library to access Microsoft Word files
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes