summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-05 17:06:43 +0000
committerjoerg <joerg>2006-11-05 17:06:43 +0000
commit41b5ea6a71f177b413d7cd358f0b3f55d18985e1 (patch)
tree70a6fae62ebc2a27f975798423c758d6cff61075 /textproc
parent4bfb42fbd04c1afcd2564a85de1ef54fd41b7678 (diff)
downloadpkgsrc-41b5ea6a71f177b413d7cd358f0b3f55d18985e1.tar.gz
DESTDIR support.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gtkspell/Makefile4
-rw-r--r--textproc/intltool/Makefile3
-rw-r--r--textproc/libcroco/Makefile4
-rw-r--r--textproc/libxslt/Makefile3
-rw-r--r--textproc/p5-Text-Diff/Makefile4
-rw-r--r--textproc/p5-Text-Template/Makefile4
-rw-r--r--textproc/p5-XML-NamespaceSupport/Makefile3
-rw-r--r--textproc/p5-XML-Parser/Makefile3
-rw-r--r--textproc/p5-XML-Simple/Makefile4
-rw-r--r--textproc/py-docutils/Makefile3
-rw-r--r--textproc/py-xml/Makefile4
-rw-r--r--textproc/texi2html/Makefile3
12 files changed, 30 insertions, 12 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile
index fc0a713fde6..22d7223b086 100644
--- a/textproc/gtkspell/Makefile
+++ b/textproc/gtkspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/06/11 14:24:21 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2006/11/05 17:06:43 joerg Exp $
DISTNAME= gtkspell-2.0.11
PKGREVISION= 3
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtkspell.sourceforge.net/
COMMENT= Spell checking GtkTextView widget
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= pkg-config msgfmt
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index 82660ce8ca2..b547f47c9c7 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/08/29 14:03:39 joerg Exp $
+# $NetBSD: Makefile,v 1.38 2006/11/05 17:06:43 joerg Exp $
#
DISTNAME= intltool-0.35.0
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Toolbox for internationalisation
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile
index b2fd671026c..ebebc826eba 100644
--- a/textproc/libcroco/Makefile
+++ b/textproc/libcroco/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/09/16 12:20:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.29 2006/11/05 17:06:43 joerg Exp $
#
DISTNAME= libcroco-0.6.1
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freespiders.org/projects/libcroco/
COMMENT= Toolkit to parse and manipulate CSS (Cascading Style Sheets)
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index c9e54af3cab..65b91e60169 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2006/10/30 21:03:21 drochner Exp $
+# $NetBSD: Makefile,v 1.70 2006/11/05 17:06:43 joerg Exp $
DISTNAME= libxslt-1.1.18
CATEGORIES= textproc
@@ -10,6 +10,7 @@ HOMEPAGE= http://xmlsoft.org/XSLT/
COMMENT= XSLT parser library from the GNOME project
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl
USE_LIBTOOL= yes
diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile
index 3ce5db16433..2ea6454ba1c 100644
--- a/textproc/p5-Text-Diff/Makefile
+++ b/textproc/p5-Text-Diff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:49 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/11/05 17:06:43 joerg Exp $
DISTNAME= Text-Diff-0.35
PKGNAME= p5-${DISTNAME}
@@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= High-level text diffing module for Perl
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff
PERL5_PACKLIST= auto/Text/Diff/.packlist
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile
index a4cb6fcbf86..eee0ed0a00e 100644
--- a/textproc/p5-Text-Template/Makefile
+++ b/textproc/p5-Text-Template/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:49 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/11/05 17:06:43 joerg Exp $
#
DISTNAME= Text-Template-1.44
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.plover.com/~mjd/perl/Template/
COMMENT= Perl5 library for generating form letters
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Text/Template/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/textproc/p5-XML-NamespaceSupport/Makefile b/textproc/p5-XML-NamespaceSupport/Makefile
index 4268e9accfe..51263bc1690 100644
--- a/textproc/p5-XML-NamespaceSupport/Makefile
+++ b/textproc/p5-XML-NamespaceSupport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:50 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/11/05 17:06:43 joerg Exp $
DISTNAME= XML-NamespaceSupport-1.09
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-NamespaceSupport/
COMMENT= Perl module to the SAX2 NamespaceSupport class
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/XML/NamespaceSupport/.packlist
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile
index ea538e0ffc4..6284d35cf18 100644
--- a/textproc/p5-XML-Parser/Makefile
+++ b/textproc/p5-XML-Parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/02/05 23:11:05 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2006/11/05 17:06:43 joerg Exp $
#
DISTNAME= XML-Parser-2.34
@@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-Parser/
COMMENT= Perl extension interface to James Clark's XML parser, expat
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/XML/Parser/.packlist
MAKE_PARAMS+= EXPATLIBPATH=${BUILDLINK_PREFIX.expat}/lib
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile
index ff0aa1e491a..212ce0a7d74 100644
--- a/textproc/p5-XML-Simple/Makefile
+++ b/textproc/p5-XML-Simple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/11/03 22:27:34 seb Exp $
+# $NetBSD: Makefile,v 1.18 2006/11/05 17:06:43 joerg Exp $
#
DISTNAME= XML-Simple-2.16
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Simple/
COMMENT= Easy Perl API to read/write XML
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport
diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile
index 03278a17610..3889b4a2783 100644
--- a/textproc/py-docutils/Makefile
+++ b/textproc/py-docutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/10/04 22:01:00 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2006/11/05 17:06:43 joerg Exp $
DISTNAME= docutils-0.3.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ MAINTAINER= darcy@NetBSD.org
HOMEPAGE= http://docutils.sourceforge.net/
COMMENT= Python tool to generate documents
+PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
PYDISTUTILSPKG= YES
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index 2c796e004bb..a4120603426 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/04/06 06:22:52 reed Exp $
+# $NetBSD: Makefile,v 1.14 2006/11/05 17:06:43 joerg Exp $
#
DISTNAME= PyXML-0.8.4
@@ -11,6 +11,8 @@ MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://pyxml.sourceforge.net/
COMMENT= Collection of libraries to process XML with Python
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS+= PyXML-[0-9]*
PYDISTUTILSPKG= yes
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index da6cd820701..3c68abc0259 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/06/04 16:26:55 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2006/11/05 17:06:43 joerg Exp $
DISTNAME= texi2html-1.76
CATEGORIES= textproc
@@ -11,6 +11,7 @@ COMMENT= Texinfo-to-HTML direct translator
CONFLICTS= teTeX-bin-1.*
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= perl:run
GNU_CONFIGURE= yes