diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
1133 files changed, 4166 insertions, 1957 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index dde7622d678..831f39c4527 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/01/14 16:28:40 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:13 joerg Exp $ DISTNAME= advancecomp-1.15 CATEGORIES= archivers @@ -9,6 +9,7 @@ HOMEPAGE= http://advancemame.sourceforge.net/ COMMENT= Recompression utilities for .zip, .png, .mng and .gz files PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/archivers/fcrackzip/Makefile b/archivers/fcrackzip/Makefile index f0e6ef3e5fe..624b0fd4d39 100644 --- a/archivers/fcrackzip/Makefile +++ b/archivers/fcrackzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 07:47:47 kefren Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:13 joerg Exp $ DISTNAME= fcrackzip-0.3 MASTER_SITES= http://www.goof.com/pcg/marc/data/ @@ -8,6 +8,8 @@ COMMENT= Zip password cracker MAINTAINER= pkgsrc-users@pkgsrc.org HOMEPAGE= http://www.goof.com/pcg/marc/fcrackzip.html +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 3c2f7f3e0b6..7d859e421f6 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2008/05/29 16:43:23 drochner Exp $ +# $NetBSD: Makefile,v 1.84 2008/06/12 02:14:13 joerg Exp $ # DISTNAME= file-roller-2.22.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fileroller.sourceforge.net/ COMMENT= Front-end to archiving programs like tar and zip +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base DEPENDS+= unzip>=5.50nb2:../../archivers/unzip DEPENDS+= zip>=2.3nb2:../../archivers/zip diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile index 360a64de7cf..ba7c59354e2 100644 --- a/archivers/par2/Makefile +++ b/archivers/par2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/09/09 17:10:52 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:13 joerg Exp $ # DISTNAME= par2cmdline-0.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://parchive.sourceforge.net/ COMMENT= Create or use PAR2 parity volumes PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes diff --git a/archivers/pdbar/Makefile b/archivers/pdbar/Makefile index fef56b27fc2..3d101623907 100644 --- a/archivers/pdbar/Makefile +++ b/archivers/pdbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:44:49 tv Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:13 joerg Exp $ DISTNAME= prc PKGNAME= pdbar-0.5.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.djw.org/product/palm/par/ COMMENT= Palm database archiver PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes diff --git a/archivers/pdbar/distinfo b/archivers/pdbar/distinfo index c8b7aa93312..1db0f0b9194 100644 --- a/archivers/pdbar/distinfo +++ b/archivers/pdbar/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 14:45:25 agc Exp $ +$NetBSD: distinfo,v 1.3 2008/06/12 02:14:13 joerg Exp $ SHA1 (prc.tgz) = 9fa21fdb6d5dc94cad187012e70043e3f5080d7d RMD160 (prc.tgz) = d4cb7f769581c04bc1a3ecf0711310c777b9cbe3 Size (prc.tgz) = 62143 bytes -SHA1 (patch-aa) = d2b5c320c39d5cee0169c3be01f72b7fca499939 +SHA1 (patch-aa) = c66268e6a6a1bb2e02eeb862ff11051fdd18f8e2 SHA1 (patch-ab) = 9acd9a21cd5d584c5e04df366945884ab3afa382 diff --git a/archivers/pdbar/patches/patch-aa b/archivers/pdbar/patches/patch-aa index 3f1e2cee688..fea73084600 100644 --- a/archivers/pdbar/patches/patch-aa +++ b/archivers/pdbar/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/12/30 13:04:56 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/12 02:14:13 joerg Exp $ --- Makefile.orig 2001-08-17 14:11:42.000000000 -0500 +++ Makefile @@ -41,14 +41,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/12/30 13:04:56 minskim Exp $ - chmod 755 $(INSTALL_BINDIR)/par - cp par.man $(INSTALL_MANDIR)/par.1 - chmod 644 $(INSTALL_MANDIR)/par.1 -+ ${BSD_INSTALL_DATA_DIR} $(INSTALL_INCDIR) -+ ${BSD_INSTALL_LIB_DIR} $(INSTALL_LIBDIR) -+ ${BSD_INSTALL_PROGRAM_DIR} $(INSTALL_BINDIR) -+ ${BSD_INSTALL_MAN_DIR} $(INSTALL_MANDIR) -+ ${BSD_INSTALL_DATA} prc.h $(INSTALL_INCDIR)/prc.h -+ ${BSD_INSTALL_LIB} libprc.a $(INSTALL_LIBDIR)/libprc.a -+ ${BSD_INSTALL_PROGRAM} par $(INSTALL_BINDIR)/pdbar -+ ${BSD_INSTALL_MAN} par.man $(INSTALL_MANDIR)/pdbar.1 ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}$(INSTALL_INCDIR) ++ ${BSD_INSTALL_LIB_DIR} ${DESTDIR}$(INSTALL_LIBDIR) ++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}$(INSTALL_BINDIR) ++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}$(INSTALL_MANDIR) ++ ${BSD_INSTALL_DATA} prc.h ${DESTDIR}$(INSTALL_INCDIR)/prc.h ++ ${BSD_INSTALL_LIB} libprc.a ${DESTDIR}$(INSTALL_LIBDIR)/libprc.a ++ ${BSD_INSTALL_PROGRAM} par ${DESTDIR}$(INSTALL_BINDIR)/pdbar ++ ${BSD_INSTALL_MAN} par.man ${DESTDIR}$(INSTALL_MANDIR)/pdbar.1 TAGS: $(PAR_CFILES) $(CFILES) $(HFILES) etags -r '/^prc[^(]*(/' $(PAR_CFILES) $(CFILES) $(HFILES) diff --git a/archivers/php-bz2/Makefile b/archivers/php-bz2/Makefile index 21766ffc12b..6c6dc32c275 100644 --- a/archivers/php-bz2/Makefile +++ b/archivers/php-bz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/04 16:26:52 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:13 joerg Exp $ MODNAME= bz2 CATEGORIES= archivers @@ -6,6 +6,8 @@ COMMENT= PHP extension for bzip2 compression CONFLICTS= php-bz2-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + USE_PHP_EXT_PATCHES= yes CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.bzip2} diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile index 97b7505fdb3..5fab13f2a4d 100644 --- a/archivers/php-zip/Makefile +++ b/archivers/php-zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/04 16:26:52 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:13 joerg Exp $ MODNAME= zip PECL_VERSION= 1.0 @@ -7,6 +7,8 @@ COMMENT= PHP extension for ZIP archive handling CONFLICTS= php-zip-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --with-zip=shared,${BUILDLINK_DIR} .include "../../lang/php/ext.mk" diff --git a/archivers/php-zlib/Makefile b/archivers/php-zlib/Makefile index c474f443f00..572a07ddaa6 100644 --- a/archivers/php-zlib/Makefile +++ b/archivers/php-zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/01/18 05:06:19 tnn Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:13 joerg Exp $ MODNAME= zlib PKGREVISION= 1 @@ -7,6 +7,8 @@ COMMENT= PHP extension for zlib compression CONFLICTS= php-zlib-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --with-${MODNAME}-dir=${BUILDLINK_DIR} post-extract: diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 14b2ec368a8..3148394fff8 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2008/04/23 18:23:33 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2008/06/12 02:14:13 joerg Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.9.1 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://amarok.kde.org/ COMMENT= KDE audio player +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= unzip-[0-9]*:../../archivers/unzip USE_DIRS+= xdg-1.1 diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 9f2c04106dc..acc0988e81e 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2008/03/20 15:58:47 drochner Exp $ +# $NetBSD: Makefile,v 1.58 2008/06/12 02:14:13 joerg Exp $ DISTNAME= audacity-src-1.2.6 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://audacity.sourceforge.net/ COMMENT= Audio editor +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= zip>=0.0:../../archivers/zip USE_LIBTOOL= yes diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common index ae98d91250f..289e2ffdec6 100644 --- a/audio/aumix/Makefile.common +++ b/audio/aumix/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2006/04/13 18:23:29 jlam Exp $ +# $NetBSD: Makefile.common,v 1.4 2008/06/12 02:14:13 joerg Exp $ DISTNAME= aumix-2.8 CATEGORIES= audio @@ -13,6 +13,8 @@ MAINTAINER= trevor@jpj.net HOMEPAGE= http://jpj.net/~trevor/aumix.html COMMENT= Set mix levels +PKG_DESTDIR_SUPPORT= user-destdir + DISTINFO_FILE= ${.CURDIR}/../../audio/aumix/distinfo PATCHDIR= ${.CURDIR}/../../audio/aumix/patches PLIST_SRC= ${.CURDIR}/../../audio/aumix/PLIST diff --git a/audio/bmp-mac/Makefile b/audio/bmp-mac/Makefile index 937b5fb77a5..36d91c511e2 100644 --- a/audio/bmp-mac/Makefile +++ b/audio/bmp-mac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/12/29 10:09:07 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:13 joerg Exp $ # DISTNAME= bmp-mac-0.1.1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://sourceforge.net/projects/mac-port/ COMMENT= BMP plugin for Monkey's Audio files +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile index 7385e662786..63749f8f6fe 100644 --- a/audio/bmp-musepack/Makefile +++ b/audio/bmp-musepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/02/22 19:01:13 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= bmp-musepack-1.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musepack.net/ COMMENT= BMP plugin for Musepack (mpc) files +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index 4ff6ebaefd1..41894886263 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2008/04/12 22:42:57 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:13 joerg Exp $ # BMP_ENABLE_ENCODERS= yes +PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile index e6e89a4d547..1257a5df176 100644 --- a/audio/bmpx/Makefile +++ b/audio/bmpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/03/06 14:53:47 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= bmpx-0.40.13 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://beep-media-player.org/site/BMPx_Homepage COMMENT= Audio player to be used with a frontend or as a daemon +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= zip-[0-9]*:../../archivers/zip GNU_CONFIGURE= yes diff --git a/audio/easytag-current/Makefile b/audio/easytag-current/Makefile index abb63367cdd..a5485f40995 100644 --- a/audio/easytag-current/Makefile +++ b/audio/easytag-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/03/07 21:47:46 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= easytag-2.1.5 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others (development version) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 34417d59da0..978d35ab25b 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/11/21 21:47:25 drochner Exp $ +# $NetBSD: Makefile,v 1.60 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= easytag-2.1 @@ -11,6 +11,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile index eccc891350d..94224eb8c64 100644 --- a/audio/flac123/Makefile +++ b/audio/flac123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/07/02 13:20:19 lkundrak Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:14 joerg Exp $ DISTNAME= flac123-0.0.10 #PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://flac-tools.sourceforge.net/ COMMENT= Command-line program for playing FLAC audio files +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../audio/flac/buildlink3.mk" diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 068ab66cf78..108b1638cb6 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/12/16 15:18:28 adam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:14 joerg Exp $ DISTNAME= fluidsynth-1.0.8 CATEGORIES= audio @@ -9,6 +9,7 @@ HOMEPAGE= http://www.nongnu.org/fluid/ COMMENT= Software synthesizer based on SoundFont2 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index 3c038b7fe2a..5919499fd79 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/08/30 15:16:11 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= freealut-1.1.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openal.org/ COMMENT= OpenAL Utility Toolkit +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/audio/freezetag/Makefile b/audio/freezetag/Makefile index fe96710aa5d..40d81e4a8ad 100644 --- a/audio/freezetag/Makefile +++ b/audio/freezetag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:28:55 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= freezetag-0.9.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://katz.linuxpower.org/freezetag/ COMMENT= Id3 tag editor for GTK+-1.2.0 and higher +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../x11/gtk/buildlink3.mk" diff --git a/audio/p5-CDDB/Makefile b/audio/p5-CDDB/Makefile index 661beb74283..3e8e38f50ac 100644 --- a/audio/p5-CDDB/Makefile +++ b/audio/p5-CDDB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/27 08:54:46 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= CDDB-1.17 @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/CDDB/ COMMENT= High-level interface to the Compact Disc Database PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/CDDB/.packlist diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile index 16141a1dc2b..d100c2ef057 100644 --- a/audio/p5-MP3-Tag/Makefile +++ b/audio/p5-MP3-Tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/02 22:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:14 joerg Exp $ DISTNAME= tagged-0.40 PKGNAME= p5-MP3-Tag-0.40 @@ -11,6 +11,8 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://tagged.sourceforge.net/ COMMENT= This is a perl module to read/write tags of mp3-files +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Compress-Zlib>=1.0:../../devel/p5-Compress-Zlib PERL5_PACKLIST= auto/MP3/Tag/.packlist diff --git a/audio/p5-MusicBrainz-Client/Makefile b/audio/p5-MusicBrainz-Client/Makefile index 93ac2cca0f1..65b4e39645f 100644 --- a/audio/p5-MusicBrainz-Client/Makefile +++ b/audio/p5-MusicBrainz-Client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:28:57 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= MusicBrainz-Client-0.09 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musicbrainz.org/ COMMENT= Provide access to the libmusicbrainz client library +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-MusicBrainz-Queries>=0.07:../../audio/p5-MusicBrainz-Queries PERL5_PACKLIST= auto/MusicBrainz/Client/.packlist diff --git a/audio/p5-MusicBrainz-Queries/Makefile b/audio/p5-MusicBrainz-Queries/Makefile index 23b4eacc3b9..8306b594d6f 100644 --- a/audio/p5-MusicBrainz-Queries/Makefile +++ b/audio/p5-MusicBrainz-Queries/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:28:57 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= MusicBrainz-Queries-0.07 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musicbrainz.org/ COMMENT= Provide access to the Music Brainz RDF Query Constants +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/MusicBrainz/Queries/.packlist .include "../../audio/musicbrainz/buildlink3.mk" diff --git a/audio/portaudio-devel/Makefile b/audio/portaudio-devel/Makefile index 204d96772f6..7fe3007ad59 100644 --- a/audio/portaudio-devel/Makefile +++ b/audio/portaudio-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/01/08 21:42:41 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:14 joerg Exp $ DISTNAME= pa_snapshot_v19 PKGNAME= portaudio-devel-20060521 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.portaudio.com/ COMMENT= Portable cross-platform Audio API +PKG_DESTDIR_SUPPORT= user-destdir + NOT_FOR_PLATFORM= Interix-*-* USE_TOOLS+= gmake pkg-config diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index b9d0c13af6d..9893c494d98 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/17 20:43:23 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= pyao-0.81 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://vorbis.com/ COMMENT= Python bindings for libao +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index 036caaa40ac..0c401f93d8c 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:13 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= CDDB-1.4 @@ -11,6 +11,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://cddb-py.sourceforge.net/ COMMENT= Python module to access the CDDB online database +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYBINMODULE= yes diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index e1f62078dae..4cc9e91bac9 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= pykaraoke-0.5.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pykaraoke.sourceforge.net/ COMMENT= Free Python-based karaoke player +PKG_DESTDIR_SUPPORT= user-destdir + # for .kar files, untested for lack of files #DEPENDS+= timidity-[0-9]*:../../audio/timidity diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index 9d12b9fe596..6bee14f0c50 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/17 20:43:23 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= pymad-0.5.4 @@ -10,6 +10,8 @@ MAINTAINER= froz@icix.org HOMEPAGE= http://spacepants.org/src/pymad/ COMMENT= Python bindings for libmad +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/audio/py-mpd/Makefile b/audio/py-mpd/Makefile index b75590c27c1..8eb5e9205e7 100644 --- a/audio/py-mpd/Makefile +++ b/audio/py-mpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/05/05 10:19:22 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= python-mpd-0.2.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musicpd.org/~jat/python-mpd/ COMMENT= Python mpd client library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # none PYDISTUTILSPKG= yes diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index 0d8843650af..f2fc32a7dda 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= pymusique-0.5 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pyronecrophilia.com/content/pymusique/ COMMENT= Interface to the iTunes Music Store +PKG_DESTDIR_SUPPORT= user-destdir + RESTRICTED= Possible legal problems due to iTunes access NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile index 5e645ff808f..dbdc5f82f89 100644 --- a/audio/py-mutagen/Makefile +++ b/audio/py-mutagen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= mutagen-1.10 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen COMMENT= Audio metadata handling for Python +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # none PYDISTUTILSPKG= yes diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index 449462bd0e9..1bc7a8f4f2e 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/17 20:43:23 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= pyogg-1.3 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://vorbis.com/ COMMENT= Python bindings for OGG library +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 1b88c038037..44fd668d9f9 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/03/17 20:43:23 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:15 joerg Exp $ # DISTNAME= pyvorbis-1.3 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://vorbis.com/ COMMENT= Python bindings for Vorbis library +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/audio/py-xmms/Makefile b/audio/py-xmms/Makefile index 5c7fb36e68f..5ba4ef3b359 100644 --- a/audio/py-xmms/Makefile +++ b/audio/py-xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:15 joerg Exp $ DISTNAME= pyxmms-2.02 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,6 +10,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://people.via.ecp.fr/~flo/index.en.xhtml\#PyXMMS_and_PyXMMS-remote COMMENT= Python interface to XMMS +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes NO_CONFIGURE= yes diff --git a/audio/wmmp/Makefile b/audio/wmmp/Makefile index b7cf44652c9..94b96b26bf1 100644 --- a/audio/wmmp/Makefile +++ b/audio/wmmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/07/08 12:35:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:15 joerg Exp $ DISTNAME= WMmp-0.10.0 CATEGORIES= audio @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://musicpd.org/WMmp.shtml COMMENT= Window Maker dock app for interfacing MPD +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/benchmarks/blogbench/Makefile b/benchmarks/blogbench/Makefile index 5e1aec4d311..a086e2efa85 100644 --- a/benchmarks/blogbench/Makefile +++ b/benchmarks/blogbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/15 12:53:04 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:15 joerg Exp $ # DISTNAME= blogbench-1.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://blogbench.pureftpd.org/ COMMENT= Portable filesystem benchmark +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../mk/pthread.buildlink3.mk" diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index e0577d35762..ee0b1c4bab2 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/02/07 13:24:36 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:15 joerg Exp $ DISTNAME= bonnie PKGNAME= bonnie-2.06 @@ -13,6 +13,7 @@ COMMENT= Performance Test of Sequential Filesystem I/O and STDIO NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes WRKSRC= ${WRKDIR} diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 6cb406395f3..2a94d26dc26 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/01/18 05:06:22 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:15 joerg Exp $ DISTNAME= postal-0.62 PKGREVISION= 4 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.coker.com.au/postal/ COMMENT= Tool for benchmarking SMTP/POP servers PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/benchmarks/postal/distinfo b/benchmarks/postal/distinfo index 8689f4abe07..bd1ac262602 100644 --- a/benchmarks/postal/distinfo +++ b/benchmarks/postal/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/03/14 15:02:14 rillig Exp $ +$NetBSD: distinfo,v 1.4 2008/06/12 02:14:15 joerg Exp $ SHA1 (postal-0.62.tgz) = 6379ac223964921963389c8c600a1ba4b24a6ab3 RMD160 (postal-0.62.tgz) = 694800444ff33c7c64c5b7915ef5438fdb3605f3 Size (postal-0.62.tgz) = 84506 bytes SHA1 (patch-aa) = ec272095d02d2b8cde4e1f798ac8bfb3212d7874 SHA1 (patch-ab) = 3a14324d2203fc2f6e0e8028f937906c7d95e7e0 +SHA1 (patch-ac) = 7f888c21b98ffe648bc9d2b055166578cf975ef5 diff --git a/benchmarks/postal/patches/patch-ac b/benchmarks/postal/patches/patch-ac new file mode 100644 index 00000000000..e8b04311779 --- /dev/null +++ b/benchmarks/postal/patches/patch-ac @@ -0,0 +1,21 @@ +$NetBSD: patch-ac,v 1.1 2008/06/12 02:14:15 joerg Exp $ + +--- Makefile.in.orig 2008-06-11 09:51:31.000000000 +0000 ++++ Makefile.in +@@ -32,12 +32,12 @@ postal-list: postal-list.cpp expand.o + $(CXX) postal-list.cpp expand.o -o postal-list $(LFLAGS) + + install-bin: $(EXE) +- mkdir -p $(eprefix)/sbin +- @INSTALL_PROGRAM@ @stripping@ $(EXE) $(eprefix)/sbin ++ mkdir -p ${DESTDIR}$(eprefix)/sbin ++ @INSTALL_PROGRAM@ @stripping@ $(EXE) ${DESTDIR}$(eprefix)/sbin + + install: install-bin +- mkdir -p @mandir@/man8 +- @INSTALL_DATA@ $(MAN8) @mandir@/man8 ++ mkdir -p ${DESTDIR}@mandir@/man8 ++ @INSTALL_DATA@ $(MAN8) ${DESTDIR}@mandir@/man8 + + %.o: %.cpp %.h postal.h + $(CXX) -c $< diff --git a/biology/puzzle/Makefile b/biology/puzzle/Makefile index 2f85bbe3c83..4398dbcc0c8 100644 --- a/biology/puzzle/Makefile +++ b/biology/puzzle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/06/08 18:35:22 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:15 joerg Exp $ DISTNAME= tree-puzzle-5.1 PKGNAME= puzzle-5.1 @@ -12,18 +12,20 @@ MAINTAINER= babafou@babafou.eu.org HOMEPAGE= http://www.tree-puzzle.de/ COMMENT= Maximum likelihood analysis of molecular sequence data +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes +INSTALLATION_DIRS= share/doc/puzzle share/doc/html/puzzle \ + share/examples/puzzle + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/puzzle cd ${WRKSRC}/doc && ${INSTALL_DATA} tree-puzzle.pdf \ - ${PREFIX}/share/doc/puzzle - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/puzzle + ${DESTDIR}${PREFIX}/share/doc/puzzle cd ${WRKSRC}/doc && ${INSTALL_DATA} tree-puzzle.html \ - *.gif ${PREFIX}/share/doc/html/puzzle - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/puzzle + *.gif ${DESTDIR}${PREFIX}/share/doc/html/puzzle cd ${WRKSRC}/data && ${INSTALL_DATA} EF.* *.a *.n *.b \ - ${PREFIX}/share/examples/puzzle + ${DESTDIR}${PREFIX}/share/examples/puzzle .include "../../parallel/mpi-ch/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/cad/adms/Makefile b/cad/adms/Makefile index 4e07a6e1004..a40c991a809 100644 --- a/cad/adms/Makefile +++ b/cad/adms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/05/12 11:33:42 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:15 joerg Exp $ # DISTNAME= adms-2.2.5 @@ -10,6 +10,7 @@ HOMEPAGE= http://mot-adms.sourceforge.net/ COMMENT= Compact device model code generator for SPICE PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir AUTOMAKE_OVERRIDE= NO GNU_CONFIGURE= YES diff --git a/cad/covered-current/Makefile b/cad/covered-current/Makefile index 4cc2161c654..5e252053a1e 100644 --- a/cad/covered-current/Makefile +++ b/cad/covered-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/11/17 12:04:11 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:15 joerg Exp $ # DISTNAME= covered-${SNAPDATE} @@ -11,6 +11,7 @@ HOMEPAGE= http://covered.sourceforge.net/ COMMENT= Verilog code coverage analyzer (development snapshot) PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog diff --git a/cad/covered/Makefile b/cad/covered/Makefile index 165ad7c8672..d10dc3f9ae0 100644 --- a/cad/covered/Makefile +++ b/cad/covered/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/11/17 12:04:11 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:15 joerg Exp $ # DISTNAME= covered-0.4.7 @@ -10,6 +10,7 @@ HOMEPAGE= http://covered.sourceforge.net/ COMMENT= Verilog code coverage analyzer (stable release version) PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog diff --git a/cad/gattrib/Makefile b/cad/gattrib/Makefile index 267495469a4..007d200a46c 100644 --- a/cad/gattrib/Makefile +++ b/cad/gattrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/02/01 02:34:21 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:15 joerg Exp $ DISTNAME= geda-gattrib-${PKGVERSION} PKGNAME= gattrib-${PKGVERSION} @@ -8,6 +8,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.geda.seul.org/ COMMENT= Attribute editor for gEDA +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../cad/geda/Makefile.common" USE_TOOLS+= bash intltool msgfmt pkg-config diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index ebe040a05c4..6f55a5f39dc 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2008/02/02 04:50:20 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.43 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= pcb-20080202 @@ -10,6 +10,7 @@ HOMEPAGE= http://pcb.sourceforge.net/ COMMENT= Printed circuit board layout system PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= gettext-tools>=0.14.6:../../devel/gettext-tools @@ -64,7 +65,8 @@ CONFIGURE_ARGS+= --with-exporters=${EXPORTERS:Q} # remove some stuff that is either broken or unmaintained # and would require another runtime depends post-install: - ${RM} ${PREFIX}/share/pcb/tools/PCB2HPGL ${PREFIX}/share/pcb/tools/tgo2pcb.tcl + ${RM} ${DESTDIR}${PREFIX}/share/pcb/tools/PCB2HPGL + ${RM} ${DESTDIR}${PREFIX}/share/pcb/tools/tgo2pcb.tcl .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" diff --git a/cad/py-MyHDL/Makefile b/cad/py-MyHDL/Makefile index c2899e59557..a9584a2dd83 100644 --- a/cad/py-MyHDL/Makefile +++ b/cad/py-MyHDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= myhdl-0.5.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html COMMENT= Hardware description in Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 25 24 diff --git a/cad/py-simpy/Makefile b/cad/py-simpy/Makefile index 967167fc368..46ae7d959af 100644 --- a/cad/py-simpy/Makefile +++ b/cad/py-simpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= SimPy-1.8 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://simpy.sourceforge.net/ COMMENT= Discrete event simulation framework +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index 616962e1704..3eb6d8c3960 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/05/26 18:09:57 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.49 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= ViPEC-3.2.0 @@ -10,19 +10,22 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://vipec.sourceforge.net/ COMMENT= Network analyser for electrical networks +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c++ USE_TOOLS+= gmake UNLIMIT_RESOURCES+= datasize +INSTALLATION_DIRS= bin CONFLICTS+= vipec-[0-9]* post-patch: ${SED} 's;@prefix@;${PREFIX};g' < ${FILESDIR}/vipec.sh.in > ${WRKDIR}/vipec.sh post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/vipec.sh ${PREFIX}/bin/vipec - ${INSTALL_DATA} ${WRKSRC}/vipec.cfg ${PREFIX}/vipec - ${RM} -fr ${PREFIX}/vipec/*/CVS ${PREFIX}/vipec/help/models/CVS + ${INSTALL_SCRIPT} ${WRKDIR}/vipec.sh ${DESTDIR}${PREFIX}/bin/vipec + ${INSTALL_DATA} ${WRKSRC}/vipec.cfg ${DESTDIR}${PREFIX}/vipec + ${RM} -fr ${DESTDIR}${PREFIX}/vipec/*/CVS ${DESTDIR}${PREFIX}/vipec/help/models/CVS .include "../../x11/qt3-libs/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" diff --git a/cad/vipec/distinfo b/cad/vipec/distinfo index 5f21ace20b9..5de5e33bb41 100644 --- a/cad/vipec/distinfo +++ b/cad/vipec/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2006/05/31 10:25:24 joerg Exp $ +$NetBSD: distinfo,v 1.11 2008/06/12 02:14:16 joerg Exp $ SHA1 (ViPEC-3.2.0.tar.gz) = 022bdd49effb22a64bf3da25ec1e48a072228ddf RMD160 (ViPEC-3.2.0.tar.gz) = b2452324b78e29bf7a33c7e5cf83116bf9a0550c Size (ViPEC-3.2.0.tar.gz) = 191819 bytes -SHA1 (patch-aa) = 55ddfbddc0c7206961ed16a3ea242c1e0d285ec6 +SHA1 (patch-aa) = f5578ad15c6c6a9c47cc1064daf1b15de10c02c6 SHA1 (patch-ab) = 6158ee0b5f767065828be8582cdcc574d729a132 SHA1 (patch-ac) = 4a8dcc7bc73e56b5cf79e0b9f9e205b03c9c2263 SHA1 (patch-ad) = 2fba5db87866b6dbdc3f75409cc5430f04363325 diff --git a/cad/vipec/patches/patch-aa b/cad/vipec/patches/patch-aa index 6323603eea9..db5ccffbc58 100644 --- a/cad/vipec/patches/patch-aa +++ b/cad/vipec/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.12 2005/02/11 04:09:20 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.13 2008/06/12 02:14:16 joerg Exp $ --- Makefile.orig 2003-10-03 01:39:34.000000000 +0000 +++ Makefile @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.12 2005/02/11 04:09:20 dmcmahill Exp $ SOURCEPATH = `pwd` VERSION = 3.2.0 -INSTALLDIR = $(PREFIX)/opt/vipec -+INSTALLDIR = $(PREFIX)/vipec ++INSTALLDIR = ${DESTDIR}$(PREFIX)/vipec ICONFILE = vipec.gif export VERSION diff --git a/chat/climm/Makefile b/chat/climm/Makefile index 1ffba6d93ee..942e79aeafa 100644 --- a/chat/climm/Makefile +++ b/chat/climm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/01 21:14:11 mjl Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= climm-0.6.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.climm.org/source/ COMMENT= Text-mode ICQ client +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/chat/dircproxy-devel/Makefile b/chat/dircproxy-devel/Makefile index 8de37088b0d..0bac1104a3b 100644 --- a/chat/dircproxy-devel/Makefile +++ b/chat/dircproxy-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/01/18 05:06:22 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:16 joerg Exp $ DISTNAME= dircproxy-1.2.0-beta2 PKGNAME= ${DISTNAME:S/-beta/beta/} @@ -11,6 +11,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://dircproxy.securiweb.net/ COMMENT= Detachable internet relay chat proxy server (devel version) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= perl:run diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile index d33d388d733..07091b03c6b 100644 --- a/chat/dircproxy/Makefile +++ b/chat/dircproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/11/18 10:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:16 joerg Exp $ DISTNAME= dircproxy-1.0.5 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= sb125499@ohiou.edu HOMEPAGE= http://dircproxy.securiweb.net/ COMMENT= Detachable internet relay chat proxy server +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= perl:run diff --git a/chat/p5-Net-AIM/Makefile b/chat/p5-Net-AIM/Makefile index c376e5d421b..260351e4d82 100644 --- a/chat/p5-Net-AIM/Makefile +++ b/chat/p5-Net-AIM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/03/24 06:21:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= Net-AIM-1.22 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.aryeh.net/netaim.php COMMENT= Implementation of the AOL Instant Messenger TOC protocol +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/AIM/.packlist .include "../../lang/perl5/module.mk" diff --git a/chat/p5-Net-AOLIM/Makefile b/chat/p5-Net-AOLIM/Makefile index c35786b8df5..6301be4cff8 100644 --- a/chat/p5-Net-AOLIM/Makefile +++ b/chat/p5-Net-AOLIM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/03/24 06:14:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= Net-AOLIM-1.5 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.phonon.net/pub/Net-AOLIM/ COMMENT= Perl5 module for connecting to AOL IM (TOC protocol) +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/Net-AOLIM PERL5_PACKLIST= auto/Net/AOLIM/.packlist REPLACE_PERL+= AOLIM-example.pl @@ -25,7 +27,7 @@ pre-configure: ${MV} ${WRKSRC}/example.pl ${WRKSRC}/AOLIM-example.pl post-install: - ${INSTALL_MAN} ${WRKSRC}/TOC.7 ${PREFIX}/${PKGMANDIR}/man7 + ${INSTALL_MAN} ${WRKSRC}/TOC.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7 .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/p5-Net-Goofey/Makefile b/chat/p5-Net-Goofey/Makefile index 7c781c91cc8..dc79c5b351b 100644 --- a/chat/p5-Net-Goofey/Makefile +++ b/chat/p5-Net-Goofey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/10/04 20:50:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= Net-Goofey-1.5 @@ -11,6 +11,8 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://notdoneliving.net/code/ COMMENT= Perl module for communicating with a Goofey server +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Goofey/.packlist # Requires the user to enter a username/password diff --git a/chat/p5-Net-ICQ2000/Makefile b/chat/p5-Net-ICQ2000/Makefile index 25ed2200615..c3474b89757 100644 --- a/chat/p5-Net-ICQ2000/Makefile +++ b/chat/p5-Net-ICQ2000/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/11/18 10:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= Net-ICQ2000-0.2.1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/ COMMENT= Perl5 modules for the ICQv7 protocol realisation +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/ICQ2000/.packlist .include "../../lang/perl5/module.mk" diff --git a/chat/p5-Net-Jabber/Makefile b/chat/p5-Net-Jabber/Makefile index 62654318691..5211555c733 100644 --- a/chat/p5-Net-Jabber/Makefile +++ b/chat/p5-Net-Jabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:04 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= Net-Jabber-1.26 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.jabber.org/ COMMENT= Provide a Perl Developer access to the Jabber protocol +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String DEPENDS+= p5-XML-Stream-[0-9]*:../../textproc/p5-XML-Stream DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile index d2debf241dd..a599a429bc6 100644 --- a/chat/p5-POE-Component-IRC/Makefile +++ b/chat/p5-POE-Component-IRC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/12/05 20:49:54 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= POE-Component-IRC-4.71 @@ -17,6 +17,7 @@ DEPENDS+= p5-POE-Component-Client-Ident-[0-9]*:../../net/p5-POE-Component-Client DEPENDS+= p5-POE-Filter-IRCD-[0-9]*:../../chat/p5-POE-Filter-IRCD PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/POE/Component/IRC/.packlist diff --git a/chat/p5-POE-Filter-IRCD/Makefile b/chat/p5-POE-Filter-IRCD/Makefile index e015355b966..b6abb8d2320 100644 --- a/chat/p5-POE-Filter-IRCD/Makefile +++ b/chat/p5-POE-Filter-IRCD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:04 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:16 joerg Exp $ # DISTNAME= POE-Filter-IRCD-1.1 @@ -14,6 +14,7 @@ COMMENT= POE-based parser for the IRC protocol DEPENDS+= p5-POE>=0.17:../../devel/p5-POE PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/POE/Filter/IRCD/.packlist diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile index b67172913c4..c1e4f8ecdae 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/05/30 12:29:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:16 joerg Exp $ VERSION= 3.1.0 PKGREVISION= 3 @@ -10,12 +10,14 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.cypherpunks.ca/otr/ COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes INSTALLATION_DIRS= share/doc/pidgin-otr USE_TOOLS+= pkg-config perl intltool msgfmt post-install: - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pidgin-otr/ + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/ .include "../../chat/pidgin/buildlink3.mk" .include "../../chat/libotr/buildlink3.mk" diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 5dd19849589..364200e2028 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/12/21 00:22:49 jdolecek Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:16 joerg Exp $ PSI_VERSION= 0.11 DISTNAME= psi-${PSI_VERSION} @@ -11,6 +11,8 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://psi-im.org/ COMMENT= PSI Jabber Client +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= qca2-ossl>=2.0.0beta3:../../security/qca2-ossl DIST_SUBDIR= ${DISTNAME}-20071115-1 @@ -41,19 +43,21 @@ SITES.${l}= http://psi-im.org/files/translation/${PSI_VERSION}/ .endfor INSTALLATION_DIRS= bin share/psi share/doc/psi +INSTALL_DIRS= src +INSTALL_TARGET= install_target install_sharedfiles +INSTALL_MAKE_FLAGS= INSTALL_ROOT=${DESTDIR} # custom install targets, we don't want psi to install the desktop & icon # stuff -do-install: - cd ${WRKSRC}/src && ${MAKE} install_target install_sharedfiles - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/psi - ${RM} ${PREFIX}/share/psi/README - ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/psi - ${RM} ${PREFIX}/share/psi/COPYING +post-install: + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/psi + ${RM} ${DESTDIR}${PREFIX}/share/psi/README + ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/psi + ${RM} ${DESTDIR}${PREFIX}/share/psi/COPYING .for f in ${LANG_FILES} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${PREFIX}/share/psi + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${DESTDIR}${PREFIX}/share/psi .endfor - ${INSTALL_PROGRAM} ${WRKSRC}/psi ${PREFIX}/bin/psi + ${INSTALL_PROGRAM} ${WRKSRC}/psi ${DESTDIR}${PREFIX}/bin/psi .include "../../devel/libidn/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index ad157fde701..4468412dc7a 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2008/06/07 17:28:11 riz Exp $ +# $NetBSD: Makefile,v 1.52 2008/06/12 02:14:16 joerg Exp $ DISTNAME= asterisk-1.2.27 #PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://www.asterisk.org/ COMMENT= The Asterisk Software PBX +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" USE_TOOLS+= bash bison gmake perl:run diff --git a/comms/esms/Makefile b/comms/esms/Makefile index 5dc51a51537..728bc0335f0 100644 --- a/comms/esms/Makefile +++ b/comms/esms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:04 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:16 joerg Exp $ DISTNAME= esms-0.9.5 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://esms.sourceforge.net/ COMMENT= Command line SMS send tool +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww DEPENDS+= p5-HTML-Parser>=3.25:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tree>=3.11:../../www/p5-HTML-Tree diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index 8c2c172af6a..f1f488af6cc 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2007/05/15 13:13:25 obache Exp $ +# $NetBSD: Makefile,v 1.39 2008/06/12 02:14:16 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../comms/pilot-link/Makefile.common" PKGNAME= p5-${DISTNAME} @@ -45,7 +47,7 @@ post-extract: post-install: .for bin in pilot-ietf2datebook pilot-undelete pilot-sync-plan cd ${WRKSRC}/src && \ - ${INSTALL_SCRIPT} ${bin} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${bin} ${DESTDIR}${PREFIX}/bin .endfor .include "../../comms/pilot-link-libs/buildlink3.mk" diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index de18935af49..b3d33e2b059 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2007/11/30 18:16:43 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:17 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../comms/pilot-link/Makefile.common" PKGNAME= pilot-link-libs-${PILOT_LINK_VERS} diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index eaed9e0632d..d0759fe09b0 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2007/11/30 18:17:11 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2008/06/12 02:14:17 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../comms/pilot-link/Makefile.common" diff --git a/converters/p5-Jcode/Makefile b/converters/p5-Jcode/Makefile index 741b408f4d0..c90f6bfe40d 100644 --- a/converters/p5-Jcode/Makefile +++ b/converters/p5-Jcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/07/09 13:13:00 taca Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= Jcode-2.06 @@ -14,6 +14,7 @@ COMMENT= Perl5 module for handling various Japanese charsets DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Jcode/.packlist diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index 9266e355284..11f22d1744d 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:05 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= Text-Iconv-1.4 @@ -12,6 +12,8 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Iconv/ COMMENT= Perl interface to iconv() codeset conversion function +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/Iconv/.packlist .include "../../converters/libiconv/buildlink3.mk" diff --git a/converters/p5-Unicode-IMAPUtf7/Makefile b/converters/p5-Unicode-IMAPUtf7/Makefile index b902d829351..6168a217cbe 100644 --- a/converters/p5-Unicode-IMAPUtf7/Makefile +++ b/converters/p5-Unicode-IMAPUtf7/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/12 02:14:17 joerg Exp $ # DISTNAME= Unicode-IMAPUtf7-2.00 @@ -14,6 +14,7 @@ COMMENT= Perl extension to deal with IMAP UTF7 DEPENDS+= p5-Unicode-String>=2.06:../../converters/p5-Unicode-String PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Unicode/IMAPUtf7/.packlist diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index d42ebf84b1f..3e757fdc8b8 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:26:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= Unicode-Map8-0.12 @@ -13,6 +13,8 @@ COMMENT= Perl5 module providing mapping tables between charsets DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Unicode/Map8/.packlist .include "../../lang/perl5/module.mk" diff --git a/converters/p5-Unicode-UTF8simple/Makefile b/converters/p5-Unicode-UTF8simple/Makefile index ed49c097b67..c26ccf8eaba 100644 --- a/converters/p5-Unicode-UTF8simple/Makefile +++ b/converters/p5-Unicode-UTF8simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/16 16:12:52 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= Unicode-UTF8simple-1.06 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/~gus/Unicode-UTF8simple-1.06/ COMMENT= Conversions to/from UTF8 from/to charactersets +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Unicode/UTF8simple/.packlist .include "../../lang/perl5/module.mk" diff --git a/converters/p5-nkf/Makefile b/converters/p5-nkf/Makefile index d373a0918ff..973e4775308 100644 --- a/converters/p5-nkf/Makefile +++ b/converters/p5-nkf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:05 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= nkf205 @@ -12,6 +12,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://sourceforge.jp/projects/nkf/ COMMENT= Perl library for Network Kanji code conversion Filter +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME}/NKF.mod PERL5_PACKLIST= auto/NKF/.packlist diff --git a/converters/php-iconv/Makefile b/converters/php-iconv/Makefile index 6693bb6d54d..02b8d1a770b 100644 --- a/converters/php-iconv/Makefile +++ b/converters/php-iconv/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:17 joerg Exp $ MODNAME= iconv CATEGORIES+= converters COMMENT= PHP extension for character set conversion +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-iconv-[0-9]* .include "../../converters/libiconv/buildlink3.mk" diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 21d3f894a32..9d662cd7e84 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/10/04 20:52:12 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2008/06/12 02:14:17 joerg Exp $ DISTNAME= psiconv-0.9.7 CATEGORIES= converters @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.frodol.dds.nl/psiconv/ COMMENT= PSION 5 file format data conversion utilities +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-imagemagick diff --git a/converters/py-cjkcodecs/Makefile b/converters/py-cjkcodecs/Makefile index 8ea56f39968..7703a513e78 100644 --- a/converters/py-cjkcodecs/Makefile +++ b/converters/py-cjkcodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= cjkcodecs-1.1.1 @@ -11,6 +11,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://cjkpython.berlios.de/ COMMENT= Python Unicode codecs for Chinese, Japanese, and Korean encodings +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYBINMODULE= yes PYTHON_VERSIONS_ACCEPTED= 23 21 diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index 513a91339f4..421e7b644d0 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:06 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:17 joerg Exp $ DISTNAME= JapaneseCodecs-1.4.11 PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11 @@ -11,6 +11,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.asahi-net.or.jp/~rd6t-kjym/python/ COMMENT= Python Unicode codecs for Japanese charsets +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYBINMODULE= yes PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile index c8ff5707e46..c4f2d5a8d5f 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/09/30 17:45:23 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:17 joerg Exp $ DISTNAME= ChineseCodecs1.2.0 PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/python-codecs/ COMMENT= Python Unicode codecs for Chinese charsets +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME}/Python PYDISTUTILSPKG= # defined PYBINMODULE= # defined diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 79c850f94cc..a7a9a855d46 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/12/21 22:54:56 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:17 joerg Exp $ DISTNAME= avrdude-5.2 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bsdhome.com/avrdude/ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers +PKG_DESTDIR_SUPPORT= user-destdir + USE_GNU_READLINE= yes TEX_DEPMETHOD= build TEX_ACCEPTED= teTeX3 diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile index 35adbe13981..3e4af042347 100644 --- a/cross/bfd-crunchide/Makefile +++ b/cross/bfd-crunchide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/10/22 07:01:05 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:17 joerg Exp $ DISTNAME= bfd-crunchide-1.2 CATEGORIES= cross @@ -8,6 +8,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Crunchide using libbfd, used for cross-building distributions +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_DEPMETHOD.cross-binutils= build WRKSRC= ${WRKDIR} diff --git a/cross/bfd-mdsetimage/Makefile b/cross/bfd-mdsetimage/Makefile index afd1a1cff61..74f504543f6 100644 --- a/cross/bfd-mdsetimage/Makefile +++ b/cross/bfd-mdsetimage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/09/03 00:56:28 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:17 joerg Exp $ DISTNAME= bfd-mdsetimage-1.15.1 PKGREVISION= 1 @@ -9,6 +9,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mdsetimage using libbfd, used for cross-building distributions +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty NO_CHECKSUM= yes diff --git a/cross/dasm/Makefile b/cross/dasm/Makefile index 6fe8e925fda..8190f9a3fed 100644 --- a/cross/dasm/Makefile +++ b/cross/dasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/09/09 02:41:56 obache Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= dasm212 @@ -13,6 +13,7 @@ HOMEPAGE= http://members.cox.net/rcolbert/dasm.htm COMMENT= Multi-CPU cross-assembler for 6502, 6803 and 68HC11 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} NO_CONFIGURE= YES diff --git a/databases/edb/Makefile b/databases/edb/Makefile index 07cb602fb94..8f129c75f03 100644 --- a/databases/edb/Makefile +++ b/databases/edb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/20 19:00:48 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= edb-1.0.5 @@ -9,6 +9,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.enlightenment.org/Libraries/Edb/ COMMENT= Database abstraction layer to Berkeley databases +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_LANGUAGES= c c++ diff --git a/databases/p5-Ima-DBI/Makefile b/databases/p5-Ima-DBI/Makefile index ddd07ac996b..a84d0e964c3 100644 --- a/databases/p5-Ima-DBI/Makefile +++ b/databases/p5-Ima-DBI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/11/12 22:37:12 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= Ima-DBI-0.35 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Ima-DBI/ COMMENT= Perl5 module for DB connection caching and organization +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-DBI>=1.20:../../databases/p5-DBI DEPENDS+= p5-DBIx-ContextualFetch>=1.00:../../databases/p5-DBIx-ContextualFetch DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable diff --git a/databases/p5-MARC/Makefile b/databases/p5-MARC/Makefile index 565d259c4a5..e8cbb41f88a 100644 --- a/databases/p5-MARC/Makefile +++ b/databases/p5-MARC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:10 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= MARC-1.15 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MARC/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module for manipulating MARC (MAchine Readable Cataloging) data +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/MARC/.packlist .include "../../lang/perl5/module.mk" diff --git a/databases/p5-MLDBM-Sync/Makefile b/databases/p5-MLDBM-Sync/Makefile index 664e438e4a6..7402c814d8f 100644 --- a/databases/p5-MLDBM-Sync/Makefile +++ b/databases/p5-MLDBM-Sync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/06/10 08:36:13 obache Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:18 joerg Exp $ DISTNAME= MLDBM-Sync-0.30 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ COMMENT= Perl5 module for safe concurrent access to MLDBM databases DEPENDS+= p5-MLDBM>=1:../../databases/p5-MLDBM DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/MLDBM/Sync/.packlist .include "../../lang/perl5/module.mk" diff --git a/databases/p5-MLDBM/Makefile b/databases/p5-MLDBM/Makefile index 4927ee15a88..59f77bb6a92 100644 --- a/databases/p5-MLDBM/Makefile +++ b/databases/p5-MLDBM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2007/02/22 19:18:13 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= MLDBM-2.01 @@ -15,6 +15,7 @@ COMMENT= Perl5 module for storing arbitrary data in tied hashes DEPENDS+= {p5-Data-Dumper>=2.08,perl{,-thread}>=5.6.1nb2}:../../lang/perl5 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MLDBM/.packlist diff --git a/databases/p5-Net-MySQL/Makefile b/databases/p5-Net-MySQL/Makefile index 7d856bce9ad..90f2cf21c88 100644 --- a/databases/p5-Net-MySQL/Makefile +++ b/databases/p5-Net-MySQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/05 23:08:02 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= Net-MySQL-0.09 @@ -10,6 +10,8 @@ MAINTAINER= ficovh@yahoo.com HOMEPAGE= http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/ COMMENT= Net::MySQL - Pure Perl MySQL network protocol interface +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/MySQL/.packlist USE_LANGUAGES= # none diff --git a/databases/p5-Palm/Makefile b/databases/p5-Palm/Makefile index fbbdd57b252..104d41bd95c 100644 --- a/databases/p5-Palm/Makefile +++ b/databases/p5-Palm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= p5-Palm-1.3.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.coldsync.org/ COMMENT= Access Palm .pdb and .prc database files +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/p5-Palm-1.003_000 PERL5_PACKLIST= auto/Palm/.packlist diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 406173e22ba..1b21b305508 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/23 14:21:24 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= SQL-Abstract-1.21 @@ -11,6 +11,8 @@ MAINTAINER= he@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/ COMMENT= Generate SQL from Perl data structures +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/SQL/Abstract/.packlist .include "../../lang/perl5/module.mk" diff --git a/databases/p5-SQL-ReservedWords/Makefile b/databases/p5-SQL-ReservedWords/Makefile index 5ecda21d4e7..c9773af71d5 100644 --- a/databases/p5-SQL-ReservedWords/Makefile +++ b/databases/p5-SQL-ReservedWords/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:39:36 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:18 joerg Exp $ DISTNAME= SQL-ReservedWords-0.7 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ COMMENT= Reserved SQL words by standard and vendors DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/SQL/ReservedWords/.packlist .include "../../lang/perl5/module.mk" diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile index 0d66d5c56a4..060a747b380 100644 --- a/databases/p5-SQL-Statement/Makefile +++ b/databases/p5-SQL-Statement/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:10 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= SQL-Statement-1.11 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org # HOMEPAGE= http:// COMMENT= Small, abstract SQL engine +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/SQL/Statement/.packlist .include "../../lang/perl5/module.mk" diff --git a/databases/p5-gdbm/Makefile b/databases/p5-gdbm/Makefile index 4072f864554..99bd802f10a 100644 --- a/databases/p5-gdbm/Makefile +++ b/databases/p5-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/07/02 10:14:09 obache Exp $ +# $NetBSD: Makefile,v 1.31 2008/06/12 02:14:18 joerg Exp $ DISTNAME= perl-5.8.8 PKGNAME= p5-gdbm-1.08 @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl interface to gdbm - GNU database manager +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_ELEMENTS= ${DISTNAME}/ext/GDBM_File WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS} diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index f67d0ac2226..14f7fbc5228 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/11/02 11:54:57 adam Exp $ +# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:18 joerg Exp $ DISTNAME= perl-ldap-0.34 PKGNAME= p5-perl-ldap-0.34 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ldap.perl.org/ COMMENT= Perl class to access LDAP servers +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 diff --git a/databases/p5-postgresql/Makefile b/databases/p5-postgresql/Makefile index de3d663f309..51766b765d7 100644 --- a/databases/p5-postgresql/Makefile +++ b/databases/p5-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:18 joerg Exp $ DISTNAME= pgsql_perl5-1.9.0 PKGNAME= p5-postgresql-1.9.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gborg.postgresql.org/project/pgperl/projdisplay.php COMMENT= Perl interface class for PostgreSQL +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Pg/.packlist # Until the source catches up to the current Perl API, we need PERL_POLLUTE diff --git a/databases/p5-sybperl/Makefile b/databases/p5-sybperl/Makefile index cce1b09f09e..ae592775bd0 100644 --- a/databases/p5-sybperl/Makefile +++ b/databases/p5-sybperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/10/04 20:53:45 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= sybperl-2.16 @@ -11,6 +11,8 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.peppler.org/freeware/sybperl.html COMMENT= Perl modules for using Sybase/MS-SQL databases +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Sybase/.packlist BUILD_DEFS+= USE_SYBASE_OPENCLIENT diff --git a/databases/palm-db-tools/Makefile b/databases/palm-db-tools/Makefile index 5d6d8d6e504..d6aac9a7bef 100644 --- a/databases/palm-db-tools/Makefile +++ b/databases/palm-db-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/10/21 03:53:45 dsainty Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= ${PKGNAME_NOREV:S/./_/g} @@ -11,6 +11,8 @@ MAINTAINER= dsainty@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/palm-db-tools/ COMMENT= Conversion utilities for PalmOS flat-file database programs +PKG_DESTDIR_SUPPORT= user-destdir + #LICENSE= GPL WRKSRC= ${WRKDIR}/palm-db-tools @@ -24,8 +26,10 @@ USE_LIBTOOL= yes # fixes this. CONFIGURE_ARGS= --disable-warnings --enable-libtool +INSTALLATION_DIRS= share/doc/palm-db-tools +INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/docs/manual.* ${PREFIX}/share/doc/${PKGBASE} + ${INSTALL_DATA} ${WRKSRC}/docs/manual.* ${DESTDIR}${PREFIX}/share/doc/palm-db-tools .include "../../mk/bsd.pkg.mk" diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index 74ba68ba7d6..5411d2d4673 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/03/24 19:21:20 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:18 joerg Exp $ DISTNAME= pgpool-2.7 CATEGORIES= databases @@ -8,6 +8,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://pgpool.projects.postgresql.org/ COMMENT= Connection pooling/replication server for PostgreSQL +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q} @@ -18,6 +20,6 @@ CONF_FILES= ${PREFIX}/share/examples/pgpool.conf.sample \ ${PKG_SYSCONFDIR}/pgpool.conf post-install: - ${INSTALL_DATA} ${WRKSRC}/pgpool.conf.sample ${PREFIX}/share/examples + ${INSTALL_DATA} ${WRKSRC}/pgpool.conf.sample ${DESTDIR}${PREFIX}/share/examples .include "../../mk/bsd.pkg.mk" diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile index 0a0097bea48..c9d6a45ded1 100644 --- a/databases/pgtcl/Makefile +++ b/databases/pgtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= pgtcl1.5 @@ -12,6 +12,8 @@ MAINTAINER= cjs@NetBSD.org HOMEPAGE= http://gborg.postgresql.org/project/pgtcl/projdisplay.php COMMENT= TCL interface to PostgreSQL +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/databases/pgtclng/Makefile b/databases/pgtclng/Makefile index 231bd921ffd..50a4f546fc1 100644 --- a/databases/pgtclng/Makefile +++ b/databases/pgtclng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:18 joerg Exp $ # VER= 1.5.3 @@ -12,6 +12,8 @@ MAINTAINER= cjs@NetBSD.org HOMEPAGE= http://pgtclng.projects.postgresql.org/ COMMENT= Next Generation TCL interface to PostgreSQL +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= pgtcl-[0-9]* USE_PKGLOCALEDIR= yes @@ -27,4 +29,4 @@ PGTCLLIBNAME = libpgtcl${VER:C/\.//g}.so .include "../../mk/bsd.pkg.mk" post-install: - cd ${PREFIX}/lib && ln -s pgtcl${VER}/${PGTCLLIBNAME} libpgtcl.so + cd ${DESTDIR}${PREFIX}/lib && ln -s pgtcl${VER}/${PGTCLLIBNAME} libpgtcl.so diff --git a/databases/php-dba/Makefile b/databases/php-dba/Makefile index 23e5097495e..471af980a84 100644 --- a/databases/php-dba/Makefile +++ b/databases/php-dba/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2007/11/23 12:34:29 obache Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:19 joerg Exp $ MODNAME= dba PKGREVISION= 1 CATEGORIES+= databases COMMENT= PHP extension for DBM database access +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-dba-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared diff --git a/databases/php-dbase/Makefile b/databases/php-dbase/Makefile index 818a3727825..8fb573ac9cb 100644 --- a/databases/php-dbase/Makefile +++ b/databases/php-dbase/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:19 joerg Exp $ MODNAME= dbase CATEGORIES+= databases COMMENT= PHP extension for dBase database access +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-dbase-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared diff --git a/databases/php-dbx/Makefile b/databases/php-dbx/Makefile index 507152eb47d..c63e3160d51 100644 --- a/databases/php-dbx/Makefile +++ b/databases/php-dbx/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:19 joerg Exp $ MODNAME= dbx PECL_VERSION= 1.1.0 CATEGORIES+= databases COMMENT= PHP database abstraction layer extension +PKG_DESTDIR_SUPPORT= user-destdir + MAINTAINER= jdolecek@NetBSD.org CONFLICTS= php-dbx-[0-9]* diff --git a/databases/php-filepro/Makefile b/databases/php-filepro/Makefile index c36b6dac705..8f509f80477 100644 --- a/databases/php-filepro/Makefile +++ b/databases/php-filepro/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 19:26:19 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:19 joerg Exp $ MODNAME= filepro CATEGORIES+= databases COMMENT= PHP extension for read-only filePro database access +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-filepro-[0-9]* # filepro extension removed in PHP 5.2.0, no replacement in PECL yet diff --git a/databases/php-ldap/Makefile b/databases/php-ldap/Makefile index 7d0ac1aed7c..cd5ecd222e6 100644 --- a/databases/php-ldap/Makefile +++ b/databases/php-ldap/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:19 joerg Exp $ MODNAME= ldap CATEGORIES+= databases COMMENT= PHP extension for LDAP database access +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-ldap-[0-9]* USE_PHP_EXT_PATCHES= yes diff --git a/databases/php-mysql/Makefile b/databases/php-mysql/Makefile index e268c11db33..1143b557bf6 100644 --- a/databases/php-mysql/Makefile +++ b/databases/php-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:19 joerg Exp $ MODNAME= mysql CATEGORIES+= databases @@ -6,6 +6,8 @@ COMMENT= PHP extension for MySQL databases MAINTAINER= pkgsrc-users@NetBSD.org +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-mysql-[0-9]* USE_PHP_EXT_PATCHES= yes diff --git a/databases/php-pdo/Makefile b/databases/php-pdo/Makefile index e4877f22122..35b4a96f56a 100644 --- a/databases/php-pdo/Makefile +++ b/databases/php-pdo/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2006/06/02 18:27:55 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:19 joerg Exp $ PDO_DRIVER= # empty PDO_VERSION= 1.0.2 PHP_VERSIONS_ACCEPTED= 5 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/php-pdo/module.mk" COMMENT= PHP extension for PHP Data Objects (base) @@ -15,10 +17,11 @@ PLIST_SRC+= ${.CURDIR}/../../databases/php-pdo/PLIST.pdo PDO_INCLUDES= php_pdo_driver.h php_pdo.h +INSTALLATION_DIRS+= include/php/ext/pdo + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/include/php/ext/pdo .for inc in ${PDO_INCLUDES} - ${INSTALL_DATA} ${WRKSRC}/${inc:Q} ${PREFIX}/include/php/ext/pdo/${inc:Q} + ${INSTALL_DATA} ${WRKSRC}/${inc} ${DESTDIR}${PREFIX}/include/php/ext/pdo/${inc} .endfor .include "../../lang/php/ext.mk" diff --git a/databases/php-pdo_mysql/Makefile b/databases/php-pdo_mysql/Makefile index b286f620fe5..84aa6090dc7 100644 --- a/databases/php-pdo_mysql/Makefile +++ b/databases/php-pdo_mysql/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2006/06/02 18:27:55 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:19 joerg Exp $ PDO_DRIVER= mysql PDO_COMMENT= MySQL PDO_VERSION= 1.0.1 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/php-pdo/module.mk" CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.mysql-client} diff --git a/databases/php-pdo_pgsql/Makefile b/databases/php-pdo_pgsql/Makefile index fac7e8d8a89..f8cb183da83 100644 --- a/databases/php-pdo_pgsql/Makefile +++ b/databases/php-pdo_pgsql/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:19 joerg Exp $ PDO_DRIVER= pgsql PDO_COMMENT= PostgreSQL PDO_VERSION= 1.0.1 PKGREVISION= 1 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/php-pdo/module.mk" CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${PGSQL_PREFIX} diff --git a/databases/php-pdo_sqlite/Makefile b/databases/php-pdo_sqlite/Makefile index 85dd037f850..34a26fbc153 100644 --- a/databases/php-pdo_sqlite/Makefile +++ b/databases/php-pdo_sqlite/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2006/06/02 18:27:55 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg Exp $ PDO_DRIVER= sqlite PDO_COMMENT= SQLite v3 PDO_VERSION= 1.0 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/php-pdo/module.mk" CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.sqlite3} diff --git a/databases/php5-mysqli/Makefile b/databases/php5-mysqli/Makefile index 0cac1385c62..ba42b3d03c7 100644 --- a/databases/php5-mysqli/Makefile +++ b/databases/php5-mysqli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:19 joerg Exp $ MODNAME= mysqli CATEGORIES+= databases @@ -6,6 +6,8 @@ COMMENT= PHP5 extension for MySQL 4.1 and later databases MAINTAINER= jdolecek@NetBSD.org +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-mysqli-[0-9]* PHP_VERSIONS_ACCEPTED= 5 diff --git a/databases/postgresql81-plpython/Makefile b/databases/postgresql81-plpython/Makefile index fc7aa366efa..1027953a4e2 100644 --- a/databases/postgresql81-plpython/Makefile +++ b/databases/postgresql81-plpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/01/18 05:06:30 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql81-plpython-${BASE_VERS} PKGREVISION= 1 @@ -6,6 +6,8 @@ COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql81/Makefile.common" CONFIGURE_ARGS+= --with-python diff --git a/databases/postgresql81-pltcl/Makefile b/databases/postgresql81-pltcl/Makefile index c9fbe3912a2..525c6d8908e 100644 --- a/databases/postgresql81-pltcl/Makefile +++ b/databases/postgresql81-pltcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/01/18 05:06:30 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql81-pltcl-${BASE_VERS} PKGREVISION= 1 @@ -6,6 +6,8 @@ COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql81/Makefile.common" CONFIGURE_ARGS+= --with-tcl diff --git a/databases/postgresql81-tsearch2/Makefile b/databases/postgresql81-tsearch2/Makefile index 0df4fc70d85..0669545898c 100644 --- a/databases/postgresql81-tsearch2/Makefile +++ b/databases/postgresql81-tsearch2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/01/18 05:06:30 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql81-tsearch2-${BASE_VERS} PKGREVISION= 1 @@ -6,6 +6,8 @@ COMMENT= Tsearch2 contrib module for fulltext indexing in PostgreSQL DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql81/Makefile.common" BUILD_DIRS= contrib/tsearch2/snowball diff --git a/databases/postgresql81/Makefile b/databases/postgresql81/Makefile index 7ef5820e2fc..8e26ed5d28a 100644 --- a/databases/postgresql81/Makefile +++ b/databases/postgresql81/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/13 16:47:37 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql81-${BASE_VERS} COMMENT= Robust, next generation, object-relational DBMS @@ -6,8 +6,8 @@ COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql81-client>=${BASE_VERS}:../../databases/postgresql81-client DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server -.include "Makefile.common" - META_PACKAGE= yes +.include "Makefile.common" + .include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql82-adminpack/Makefile b/databases/postgresql82-adminpack/Makefile index 726acbd7558..b58bf77cd71 100644 --- a/databases/postgresql82-adminpack/Makefile +++ b/databases/postgresql82-adminpack/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2008/04/05 16:40:08 adam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql82-adminpack-${BASE_VERS} COMMENT= Admin pack module for pgAdmin management DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql82/Makefile.common" BUILD_DIRS= contrib/adminpack diff --git a/databases/postgresql82-plperl/Makefile b/databases/postgresql82-plperl/Makefile index 0455f12a2b8..9c7c68048df 100644 --- a/databases/postgresql82-plperl/Makefile +++ b/databases/postgresql82-plperl/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2008/04/05 16:40:08 adam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql82-plperl-${BASE_VERS} COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql82/Makefile.common" PERL5_CONFIGURE= no diff --git a/databases/postgresql82-plpython/Makefile b/databases/postgresql82-plpython/Makefile index 023a16ecc00..7b9b50fb7f5 100644 --- a/databases/postgresql82-plpython/Makefile +++ b/databases/postgresql82-plpython/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2008/04/05 16:40:08 adam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql82-plpython-${BASE_VERS} COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql82/Makefile.common" CONFIGURE_ARGS+= --with-python diff --git a/databases/postgresql82-pltcl/Makefile b/databases/postgresql82-pltcl/Makefile index 147b6b4fb7c..2ba15a98315 100644 --- a/databases/postgresql82-pltcl/Makefile +++ b/databases/postgresql82-pltcl/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2008/04/05 16:40:08 adam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql82-pltcl-${BASE_VERS} COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql82/Makefile.common" CONFIGURE_ARGS+= --with-tcl diff --git a/databases/postgresql82-tsearch2/Makefile b/databases/postgresql82-tsearch2/Makefile index 2cb45df33a8..3c485cb862a 100644 --- a/databases/postgresql82-tsearch2/Makefile +++ b/databases/postgresql82-tsearch2/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2008/04/05 16:40:08 adam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql82-tsearch2-${BASE_VERS} COMMENT= Tsearch2 contrib module for fulltext indexing in PostgreSQL DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/postgresql82/Makefile.common" BUILD_DIRS= contrib/tsearch2/snowball contrib/tsearch2 diff --git a/databases/postgresql82/Makefile b/databases/postgresql82/Makefile index b723d6d2056..b3a12083439 100644 --- a/databases/postgresql82/Makefile +++ b/databases/postgresql82/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/13 16:47:37 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:19 joerg Exp $ PKGNAME= postgresql82-${BASE_VERS} COMMENT= Robust, next generation, object-relational DBMS @@ -6,8 +6,8 @@ COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql82-client>=${BASE_VERS}:../../databases/postgresql82-client DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server -.include "Makefile.common" - META_PACKAGE= yes +.include "Makefile.common" + .include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql83-adminpack/Makefile b/databases/postgresql83-adminpack/Makefile index 9355375d597..4f503016382 100644 --- a/databases/postgresql83-adminpack/Makefile +++ b/databases/postgresql83-adminpack/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 12:42:13 adam Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:20 joerg Exp $ PKGNAME= postgresql83-adminpack-${BASE_VERS} COMMENT= Admin pack module for pgAdmin management +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server .include "../../databases/postgresql83/Makefile.common" diff --git a/databases/postgresql83-plperl/Makefile b/databases/postgresql83-plperl/Makefile index 01e56f53258..28e7f3ec178 100644 --- a/databases/postgresql83-plperl/Makefile +++ b/databases/postgresql83-plperl/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 12:44:23 adam Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:20 joerg Exp $ PKGNAME= postgresql83-plperl-${BASE_VERS} COMMENT= PL/Perl procedural language for the PostgreSQL backend +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server .include "../../databases/postgresql83/Makefile.common" diff --git a/databases/postgresql83-plpython/Makefile b/databases/postgresql83-plpython/Makefile index 4db658788bd..5f0ac01f8ec 100644 --- a/databases/postgresql83-plpython/Makefile +++ b/databases/postgresql83-plpython/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 12:44:41 adam Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:20 joerg Exp $ PKGNAME= postgresql83-plpython-${BASE_VERS} COMMENT= PL/Python procedural language for the PostgreSQL backend +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server .include "../../databases/postgresql83/Makefile.common" diff --git a/databases/postgresql83-pltcl/Makefile b/databases/postgresql83-pltcl/Makefile index a88331efbe8..f1cf7e9f811 100644 --- a/databases/postgresql83-pltcl/Makefile +++ b/databases/postgresql83-pltcl/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 12:45:02 adam Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:20 joerg Exp $ PKGNAME= postgresql83-pltcl-${BASE_VERS} COMMENT= PL/Tcl procedural language for the PostgreSQL backend +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server .include "../../databases/postgresql83/Makefile.common" diff --git a/databases/postgresql83/Makefile b/databases/postgresql83/Makefile index dee43ce7351..69c0a702df8 100644 --- a/databases/postgresql83/Makefile +++ b/databases/postgresql83/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/13 16:47:37 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:20 joerg Exp $ PKGNAME= postgresql83-${BASE_VERS} COMMENT= Robust, next generation, object-relational DBMS @@ -6,8 +6,8 @@ COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql83-client>=${BASE_VERS}:../../databases/postgresql83-client DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server -.include "Makefile.common" - META_PACKAGE= yes +.include "Makefile.common" + .include "../../mk/bsd.pkg.mk" diff --git a/databases/pxtools/Makefile b/databases/pxtools/Makefile index 4c72baa3a61..3b12b2239d3 100644 --- a/databases/pxtools/Makefile +++ b/databases/pxtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/12/15 14:34:20 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:20 joerg Exp $ # DISTNAME= pxtools-0.0.20 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jan.kneschke.de/projects/pxtools/ COMMENT= Paradox database export/info utilities +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake diff --git a/databases/py-IndexedCatalog/Makefile b/databases/py-IndexedCatalog/Makefile index 829206505c8..b163ca5e86a 100644 --- a/databases/py-IndexedCatalog/Makefile +++ b/databases/py-IndexedCatalog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:07 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:20 joerg Exp $ # DISTNAME= IndexedCatalog-0.6.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://async.com.br/projects/IndexedCatalog/ COMMENT= Indexed Catalog extension for standalone ZODB +PKG_DESTDIR_SUPPORT= user-destdir + PYTHON_VERSIONS_ACCEPTED= 23 PYDISTUTILSPKG= yes diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile index 8c59822a568..204b2d80179 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/04/25 20:39:07 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:20 joerg Exp $ # DISTNAME= pyPgSQL-2.4 @@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://pypgsql.sourceforge.net/ COMMENT= Python DB-API 2.0 compliant interface to PostgreSQL +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/pypgsql PYDISTUTILSPKG= YES PYBINMODULE= YES diff --git a/databases/py-ZODB/Makefile b/databases/py-ZODB/Makefile index eceb9789667..520a42c124b 100644 --- a/databases/py-ZODB/Makefile +++ b/databases/py-ZODB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/04/25 20:39:07 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:20 joerg Exp $ # DISTNAME= ZODB3-3.2.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://zope.org/Products/ZODB3.2/3.2/ COMMENT= Standalone distro of Zope Object Database +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/databases/py-bdb-xml/Makefile b/databases/py-bdb-xml/Makefile index 54a52cbbb32..2dd35968f8b 100644 --- a/databases/py-bdb-xml/Makefile +++ b/databases/py-bdb-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/04/25 20:39:07 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:20 joerg Exp $ DISTNAME= dbxml-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/} @@ -10,6 +10,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.sleepycat.com/products/xml.shtml COMMENT= Python wrapper for Berkeley DB XML C++ API +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ${PYPKGPREFIX}-dbxml<=1.2.1 WRKSRC= ${WRKDIR}/${DISTNAME}/src/python diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 100f1088e5d..3e250b4e53f 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/06/16 10:58:23 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:20 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-gdbm-0 @@ -9,6 +9,8 @@ MAINTAINER= dolecek@ics.muni.cz HOMEPAGE= http://www.python.org/doc/lib/module-gdbm.html COMMENT= Python interface to gdbm - GNU database manager +PKG_DESTDIR_SUPPORT= user-destdir + EVAL_PREFIX+= GDBMDIR=gdbm USE_TOOLS+= patch diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 765a077cce1..5e23a6248b5 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/05/25 21:42:21 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2008/06/12 02:14:20 joerg Exp $ DISTNAME= python-ldap-2.3.1 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/python-ldap/ COMMENT= LDAP client API for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_LDAP_LIBRARY_DIRS= ${BUILDLINK_PREFIX.openldap-client}/lib @@ -29,10 +31,11 @@ PY_LDAP_DOCDIR= ${PREFIX}/share/doc/py-ldap USE_TOOLS+= pax +INSTALLATION_DIRS= ${PY_LDAP_DOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${PY_LDAP_DOCDIR} cd ${WRKSRC} && pax -rw CHANGES README INSTALL TODO Demo \ - ${PY_LDAP_DOCDIR} + ${DESTDIR}${PY_LDAP_DOCDIR} .include "../../databases/openldap-client/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile index f0607fcf76c..a6344cc06ab 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/04/25 20:39:07 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:20 joerg Exp $ # DISTNAME= pymssql-0.8.0 @@ -10,6 +10,8 @@ MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://pymssql.sourceforge.net/ COMMENT= Python interface to MS SQL +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_API_DEPENDS.freetds+= freetds>=0.63 PYTHON_VERSIONS_ACCEPTED= 25 24 diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile index d765422781a..c22d5d73102 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/04/25 19:47:58 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/06/12 02:14:20 joerg Exp $ DISTNAME= MySQL-python-0.9.2 PKGNAME= ${PYPKGPREFIX}-mysqldb-0.9.2 @@ -10,6 +10,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mysql-python COMMENT= MySQL interface for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 4633c54fd2c..fef69ff27ad 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2008/04/25 20:39:07 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:20 joerg Exp $ DISTNAME= PyGreSQL-3.8.1 PKGNAME= ${PYPKGPREFIX}-postgresql-3.8.1 @@ -11,6 +11,8 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://www.PyGreSQL.org/ COMMENT= Python interface to PostgreSQL +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_ENV+= MANDIR=${LOCALBASE}/man MAKE_ENV+= BINDIR=${LOCALBASE}/bin USE_TOOLS+= gmake @@ -25,18 +27,18 @@ PYDISTUTILSPKG= yes PYBINMODULE= yes DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql +INSTALLATION_DIRS= ${DOCDIR}/tutorial ${DOCDIR}/docs + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR}/tutorial - ${INSTALL_DATA_DIR} ${DOCDIR}/docs set -e; \ cd ${WRKSRC}/tutorial; \ for f in *.py; do \ - ${INSTALL_DATA} "$$f" ${DOCDIR}/tutorial; \ + ${INSTALL_DATA} "$$f" ${DESTDIR}${DOCDIR}/tutorial; \ done set -e; \ cd ${WRKSRC}/docs; \ for f in *; do \ - ${INSTALL_DATA} "$$f" ${DOCDIR}/docs; \ + ${INSTALL_DATA} "$$f" ${DESTDIR}${DOCDIR}/docs; \ done .include "../../lang/python/extension.mk" diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile index 62fb840b0e2..8367d944cea 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:20 joerg Exp $ DISTNAME= pysqlite-1.0.1 PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1 @@ -10,6 +10,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://pysqlite.org/ COMMENT= SQLite database adapter for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index e6b73dafb61..67da52c7e53 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:20 joerg Exp $ DISTNAME= pysqlite-2.3.5 PKGNAME= ${PYPKGPREFIX}-sqlite2-2.3.5 @@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://initd.org/tracker/pysqlite COMMENT= SQLite database adapter for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes do-postinstall-test: .PHONY diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile index e20732ef0e0..3a9c6daea0d 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:20 joerg Exp $ # DISTNAME= sybase-0.36 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.object-craft.com.au/projects/sybase/ COMMENT= Sybase interface for Python using FreeTDS +PKG_DESTDIR_SUPPORT= user-destdir + PYSETUPBUILDARGS= build_ext -D HAVE_FREETDS=61 -U WANT_BULKCOPY PYDISTUTILSPKG= yes diff --git a/databases/py-table/Makefile b/databases/py-table/Makefile index 173c77e40ae..ca64b081d68 100644 --- a/databases/py-table/Makefile +++ b/databases/py-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= pytable-0.8.3a @@ -11,6 +11,8 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://pytable.sourceforge.net/ COMMENT= Python RDBMS wrapper for various databases +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty MAKE_ENV+= MANDIR=${PREFIX}/man diff --git a/devel/ArX/Makefile b/devel/ArX/Makefile index 982b3268451..1cf4ccace82 100644 --- a/devel/ArX/Makefile +++ b/devel/ArX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/03/06 14:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= ArX-2.2.4 @@ -30,6 +30,9 @@ CONFIGURE_ARGS+= ARXPYTHON=${TRUE:Q} INSTALLATION_DIRS= bin +INSTALL_ENV+= prefix=${DESTDIR}${PREFIX} +INSTALL_ENV+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} + do-build: ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \ cd ${WRKSRC} \ @@ -38,7 +41,7 @@ do-build: do-install: ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \ cd ${WRKSRC} \ - && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons install + && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons install .include "../../sysutils/gnome-vfs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile index de693f790be..0c014f23c54 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:16 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:21 joerg Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 4 @@ -9,6 +9,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://exmanide.kldp.net/ COMMENT= Integrated development environment for Python +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets USE_TOOLS+= pax @@ -32,16 +34,15 @@ SUBST_SED.py= -e 's,python \$$0\.pyw,${PYTHONBIN} ${PREFIX}/share/${PKGBASE}/Ex PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin share/ExmanIDE do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ExmanIDE ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${PREFIX}/share/${PKGBASE} + ${INSTALL_SCRIPT} ${WRKSRC}/ExmanIDE ${DESTDIR}${PREFIX}/bin cd ${WRKSRC} && pax -rwppm '-s|.*/CVS.*$$||' \ '-s|.*/ExmanIDE$$||' '-s|.*/.xvpics.*$$||' \ - . ${PREFIX}/share/${PKGBASE} - ${PYTHONBIN} ${PYCOMPILEALL} ${PREFIX}/share/${PKGBASE} - ${PYTHONBIN} -O ${PYCOMPILEALL} ${PREFIX}/share/${PKGBASE} + . ${DESTDIR}${PREFIX}/share/ExmanIDE + ${PYTHONBIN} ${PYCOMPILEALL} ${DESTDIR}${PREFIX}/share/ExmanIDE + ${PYTHONBIN} -O ${PYCOMPILEALL} ${DESTDIR}${PREFIX}/share/ExmanIDE .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/SDLmm/Makefile b/devel/SDLmm/Makefile index 4c3fc6d11b4..aba01cb07e1 100644 --- a/devel/SDLmm/Makefile +++ b/devel/SDLmm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/06/12 16:28:05 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= SDLmm-0.1.8 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sdlmm.sourceforge.net/ COMMENT= C++ Wrapper for the Simple DirectMedia Layer +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/devel/acr/Makefile b/devel/acr/Makefile index 5699b89cf74..995b82fea3b 100644 --- a/devel/acr/Makefile +++ b/devel/acr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/06/08 18:39:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= acr-0.4 @@ -9,6 +9,12 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://news.nopcode.org/pancake/acr.html COMMENT= Autoconf replacement +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes +INSTALL_MAKE_FLAGS= BINDIR=${DESTDIR}${PREFIX}/bin \ + MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \ + DATADIR=${DESTDIR}${PREFIX}/share + .include "../../mk/bsd.pkg.mk" diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index b0351ff9130..1ca2d755c10 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/02/17 20:59:46 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= aegis-4.22 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aegis.sourceforge.net/ COMMENT= Aegis is a transaction base software configuration management system +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_USING= gtar GNU_CONFIGURE= yes @@ -21,11 +23,14 @@ USE_TOOLS+= groff gsoelim msgfmt perl:run yacc patch CONFIGURE_ENV+= ac_cv_path_PATCH=${TOOLS_PATCH:Q} EGDIR= ${PREFIX}/share/examples/aegis -INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR} +INSTALL_MAKE_FLAGS+= RPM_BUILD_ROOT=${DESTDIR} \ + sysconfdir=${EGDIR} CONF_FILES+= ${EGDIR}/profile.d/aegis.csh ${PKG_SYSCONFDIR}/profile.d/aegis.csh CONF_FILES+= ${EGDIR}/profile.d/aegis.sh ${PKG_SYSCONFDIR}/profile.d/aegis.sh +AUTO_MKDIRS= yes + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/aegis/distinfo b/devel/aegis/distinfo index a3e620d88ea..719f1d295ad 100644 --- a/devel/aegis/distinfo +++ b/devel/aegis/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2006/10/07 08:50:41 rillig Exp $ +$NetBSD: distinfo,v 1.7 2008/06/12 02:14:21 joerg Exp $ SHA1 (aegis-4.22.tar.gz) = 52e1d6c8b72a8bcc131669e228745b5a53d5e479 RMD160 (aegis-4.22.tar.gz) = a028d6c350ed5ea5f1f498f74a9b9f8c2c1da750 Size (aegis-4.22.tar.gz) = 3797655 bytes +SHA1 (patch-aa) = e080add03fce43d54cc028c3b4ed570fdd2b3ad7 SHA1 (patch-ac) = 33ba0ea39710659fe6499cb08530e2f039164b3c diff --git a/devel/aegis/patches/patch-aa b/devel/aegis/patches/patch-aa new file mode 100644 index 00000000000..806c22599bf --- /dev/null +++ b/devel/aegis/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.3 2008/06/12 02:14:21 joerg Exp $ + +--- Makefile.in.orig 2008-06-10 14:30:39.000000000 +0000 ++++ Makefile.in +@@ -7728,7 +7728,7 @@ $(RPM_BUILD_ROOT)$(datadir)/cshrc: lib/c + $(RPM_BUILD_ROOT)$(sysconfdir)/profile.d/aegis.csh: \ + $(RPM_BUILD_ROOT)$(datadir)/cshrc + -@mkdir -p $(RPM_BUILD_ROOT)$(sysconfdir)/profile.d +- -ln -s $(datadir)/cshrc $@ ++ -ln -s $(RPM_BUILD_ROOT)$(datadir)/cshrc $@ + + $(RPM_BUILD_ROOT)$(datadir)/db_forced.sh: lib/db_forced.sh \ + lib/.mkdir.datadir +@@ -11745,7 +11745,7 @@ $(RPM_BUILD_ROOT)$(datadir)/profile: lib + $(RPM_BUILD_ROOT)$(sysconfdir)/profile.d/aegis.sh: \ + $(RPM_BUILD_ROOT)$(datadir)/profile + -@mkdir -p $(RPM_BUILD_ROOT)$(sysconfdir)/profile.d +- -ln -s $(datadir)/profile $@ ++ -ln -s $(RPM_BUILD_ROOT)$(datadir)/profile $@ + + $(RPM_BUILD_ROOT)$(datadir)/remind/awt_dvlp.sh: lib/remind/awt_dvlp.sh \ + lib/remind/.mkdir.datadir diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index 423fb99fe24..c7e9f0eff7a 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/02/20 10:04:24 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:21 joerg Exp $ DISTNAME= allegro-4.2.2 CATEGORIES= devel @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://alleg.sourceforge.net/ COMMENT= Allegro game programming library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake makeinfo GNU_CONFIGURE= yes diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 5a735e5b181..fa754eedfdd 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2008/03/06 14:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2008/06/12 02:14:21 joerg Exp $ DISTNAME= anjuta-2.2.3 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.anjuta.org/ COMMENT= Gnome based IDE for C and C++ +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= autogen-[0-9]*:../../devel/autogen DEPENDS+= autoconf>=2.59:../../devel/autoconf DEPENDS+= automake>=1.8.2:../../devel/automake diff --git a/devel/arena/Makefile b/devel/arena/Makefile index 208b0253f68..e4b63601d75 100644 --- a/devel/arena/Makefile +++ b/devel/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/11/16 21:52:19 agc Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:21 joerg Exp $ DISTNAME= arena-0.9.9 CATEGORIES= devel @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.minimalinux.org/arena/ COMMENT= ANSI C like scripting language +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index b5f3c8f55cb..39a9eab50f9 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2008/04/10 16:56:22 drochner Exp $ +# $NetBSD: Makefile,v 1.45 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= at-spi-1.22.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Assistive Technology Service Provider Interface +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/devel/atf/Makefile b/devel/atf/Makefile index 92c551c1ee4..cd4c9335586 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/05/24 06:14:00 obache Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= atf-0.5 @@ -9,6 +9,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.NetBSD.org/~jmmv/atf/ COMMENT= Automated testing framework +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/devel/avl/Makefile b/devel/avl/Makefile index d4e204a50b7..93c54de66cf 100644 --- a/devel/avl/Makefile +++ b/devel/avl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/04 21:35:58 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= avl-1.4.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.stanford.edu/~blp/avl/ COMMENT= Library for manipulation of balanced binary trees +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES INFO_FILES= # PLIST diff --git a/devel/avltree/Makefile b/devel/avltree/Makefile index 09583513a53..7a4902b028f 100644 --- a/devel/avltree/Makefile +++ b/devel/avltree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/12/12 14:44:18 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:21 joerg Exp $ DISTNAME= avltree-1.1 CATEGORIES= devel @@ -8,6 +8,8 @@ MAINTAINER= wrstuden@NetBSD.org #HOMEPAGE= COMMENT= In-memory index w/ binary and string keys and key counts +PKG_DESTDIR_SUPPORT= user-destdir + MANCOMPRESSED_IF_MANZ= yes INSTALL_TARGET= includes install MAKE_ENV+= ${BSD_MAKE_ENV} diff --git a/devel/blib/Makefile b/devel/blib/Makefile index f8faea86144..ccb5b3c0817 100644 --- a/devel/blib/Makefile +++ b/devel/blib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/08/10 17:44:11 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= blib-1.0.2 @@ -10,6 +10,8 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.blinkenlights.de/ COMMENT= Blinkenlights library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile index 16038fb97c5..b58de08176d 100644 --- a/devel/bouml/Makefile +++ b/devel/bouml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/25 21:42:21 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= bouml_${BOUMLVERSION} @@ -10,6 +10,8 @@ MAINTAINER= kcf@users.sourceforge.net HOMEPAGE= http://bouml.free.fr/ COMMENT= UML modeling tool, generates C++, JAVA, and IDL +PKG_DESTDIR_SUPPORT= user-destdir + BOUMLVERSION= 2.27 USE_LIBTOOL= YES diff --git a/devel/buddy/Makefile b/devel/buddy/Makefile index 192702126db..24157945059 100644 --- a/devel/buddy/Makefile +++ b/devel/buddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/14 20:23:07 kristerw Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= buddy-2.4 @@ -9,6 +9,8 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://buddy.sourceforge.net/ COMMENT= Library for binary decision diagrams +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/devel/byacc/Makefile b/devel/byacc/Makefile index 38a7b76b4ed..6f87b9c5ccc 100644 --- a/devel/byacc/Makefile +++ b/devel/byacc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/12/09 02:27:47 markd Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= byacc-20050813 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dickey.his.com/byacc/byacc.html COMMENT= Berkeley Yacc +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES MAKE_FILE= makefile diff --git a/devel/chmlib/Makefile b/devel/chmlib/Makefile index 4e07c89337b..9b227352f14 100644 --- a/devel/chmlib/Makefile +++ b/devel/chmlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/01/28 07:31:20 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= chmlib-0.39 @@ -13,6 +13,7 @@ COMMENT= Library for dealing with Microsoft ITSS/CHM format files CONFLICTS= kchm-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/devel/coconut/Makefile b/devel/coconut/Makefile index e22a7a45a3c..121d12b3101 100644 --- a/devel/coconut/Makefile +++ b/devel/coconut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/01/03 13:36:47 obache Exp $ +# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:21 joerg Exp $ # DISTNAME= coconut-0.3.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/coconut-lib/ COMMENT= Objective-C library for Unix-like systems +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= papaya>=0.1.7:../../devel/papaya USE_TOOLS+= pkg-config diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index 1910152443d..4d839e8b769 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:21 joerg Exp $ DISTNAME= Codeville-0.1.16 PKGNAME= codeville-0.1.16 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://codeville.org/ COMMENT= Distributed revision control system +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/application.mk" diff --git a/devel/cogito/Makefile b/devel/cogito/Makefile index 9d3aa099fa4..0ef5225caba 100644 --- a/devel/cogito/Makefile +++ b/devel/cogito/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/03/04 11:02:24 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= cogito-0.18.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kernel.org/pub/software/scm/cogito/ COMMENT= Version control system of the Linux kernel +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= scmgit-[0-9]*:../../devel/scmgit USE_TOOLS+= gmake bash:run fgrep:run grep:run mktemp:run xargs:run diff --git a/devel/compiz-bcop/Makefile b/devel/compiz-bcop/Makefile index bed9a5529d5..017bf38b96b 100644 --- a/devel/compiz-bcop/Makefile +++ b/devel/compiz-bcop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/14 16:40:20 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= compiz-bcop-0.6.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Option code generator for compiz +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= intltool pkg-config msgfmt bash:run USE_PKGLOCALEDIR= yes diff --git a/devel/compizconfig-backend-gconf/Makefile b/devel/compizconfig-backend-gconf/Makefile index 966cca337af..24bb8583449 100644 --- a/devel/compizconfig-backend-gconf/Makefile +++ b/devel/compizconfig-backend-gconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/05/12 12:06:59 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= compizconfig-backend-gconf-0.6.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Plugin (gconf) for the compiz configuration backend +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index 9432a05fca5..18afabad782 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2008/01/11 12:58:30 abs Exp $ +# $NetBSD: Makefile,v 1.122 2008/06/12 02:14:22 joerg Exp $ DISTNAME= cpuflags-1.18 CATEGORIES= sysutils @@ -8,6 +8,8 @@ DISTFILES= # empty MAINTAINER= abs@NetBSD.org COMMENT= Determine compiler flags to best target current cpu +PKG_DESTDIR_SUPPORT= user-destdir + ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-*-* FreeBSD-*-* USE_LANGUAGES= # empty diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile index d42e42ece6a..7103d9a5f3a 100644 --- a/devel/cssc/Makefile +++ b/devel/cssc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/02/17 20:59:47 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= CSSC-1.0.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cssc.sourceforge.net/ COMMENT= GNU workalike for the source code control system SCCS +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-binary diff --git a/devel/cvslock/Makefile b/devel/cvslock/Makefile index 14a2971a28d..f7f41685771 100644 --- a/devel/cvslock/Makefile +++ b/devel/cvslock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/17 20:59:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:22 joerg Exp $ DISTNAME= cvslock-0.2 CATEGORIES= devel scm @@ -7,6 +7,8 @@ MASTER_SITES= ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Safely manipulate and inspect CVS repositories +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index 518d0058e84..a2b4f6c2dd8 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/07/10 11:59:09 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= cxref-1.6a @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gedanken.demon.co.uk/cxref/ COMMENT= C Cross Referencing & Documenting tool +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cxref-cpp CONFIGURE_ARGS+= PERL="" # Don't regenerate documentation diff --git a/devel/devIL/Makefile b/devel/devIL/Makefile index 4eef4244246..ad32e1756cc 100644 --- a/devel/devIL/Makefile +++ b/devel/devIL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/12/15 20:32:54 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= DevIL-1.6.6 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://openil.sourceforge.net/ COMMENT= Developer's Image Library +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/DevIL GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile index 8d72b8c54f9..314c3235bc6 100644 --- a/devel/diffutils/Makefile +++ b/devel/diffutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/23 12:47:21 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= diffutils-2.8.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/diffutils/diffutils.html COMMENT= GNU diff utilities - find the differences between files PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES INFO_FILES= # PLIST diff --git a/devel/eel/Makefile b/devel/eel/Makefile index 33561476728..0676d7ed8fc 100644 --- a/devel/eel/Makefile +++ b/devel/eel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2008/05/29 11:10:13 drochner Exp $ +# $NetBSD: Makefile,v 1.41 2008/06/12 02:14:22 joerg Exp $ DISTNAME= eel-2.22.2 CATEGORIES= devel gnome @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Eazel Extensions Library for GNOME2 +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES diff --git a/devel/eet/Makefile b/devel/eet/Makefile index 9d281f06df1..fb062b14fe4 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/10/04 21:35:58 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= eet-0.9.9 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.enlightenment.org/Libraries/Eet/ COMMENT= Library for speedy storage, retrieval, and compression PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config GNU_CONFIGURE= YES diff --git a/devel/exempi/Makefile b/devel/exempi/Makefile index ac951b75fef..a42865f7460 100644 --- a/devel/exempi/Makefile +++ b/devel/exempi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/24 06:14:00 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= exempi-2.0.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libopenraw.freedesktop.org/wiki/Exempi COMMENT= XMP library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 335296d952a..0b9fc988d5e 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/03/03 21:41:30 tnn Exp $ +# $NetBSD: Makefile,v 1.24 2008/06/12 02:14:22 joerg Exp $ DISTNAME= ffcall-1.10 PKGREVISION= 2 @@ -11,6 +11,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html COMMENT= Foreign function call libraries +PKG_DESTDIR_SUPPORT= user-destdir + # the file ${WRKSRC}/avcall/avcall-${MACHINE_ARCH}.c needs to # be added for additional port support. ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-convex *-*-hppa *-*-i386 \ diff --git a/devel/p5-IO-Interactive/Makefile b/devel/p5-IO-Interactive/Makefile index b7a3037a2ab..7ff176365e2 100644 --- a/devel/p5-IO-Interactive/Makefile +++ b/devel/p5-IO-Interactive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 14:38:14 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= IO-Interactive-v0.0.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IO-Interactive/ COMMENT= Perl 5 module prodiving utilities for interactive I/O +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-version-[0-9]*:../../devel/p5-version USE_LANGUAGES= # empty diff --git a/devel/p5-IO-LockedFile/Makefile b/devel/p5-IO-LockedFile/Makefile index a1a866a0e12..ec2a92b583d 100644 --- a/devel/p5-IO-LockedFile/Makefile +++ b/devel/p5-IO-LockedFile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:11 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= IO-LockedFile-0.23 @@ -12,6 +12,8 @@ MAINTAINER= hiramatu@boreas.dti.ne.jp HOMEPAGE= http://search.cpan.org/dist/IO-LockedFile/ COMMENT= Supply object methods for locking files +PKG_DESTDIR_SUPPORT= user-destdir + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/IO/LockedFile/.packlist diff --git a/devel/p5-IO-Multiplex/Makefile b/devel/p5-IO-Multiplex/Makefile index 8469b577b53..3502ff8841e 100644 --- a/devel/p5-IO-Multiplex/Makefile +++ b/devel/p5-IO-Multiplex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= IO-Multiplex-1.08 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module to manage IO on many file handles +PKG_DESTDIR_SUPPORT= user-destdir + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/IO/Multiplex/.packlist diff --git a/devel/p5-IO-Null/Makefile b/devel/p5-IO-Null/Makefile index 4c1124e6fcf..cd1659d0d7a 100644 --- a/devel/p5-IO-Null/Makefile +++ b/devel/p5-IO-Null/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= IO-Null-0.02 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for null filehandles +PKG_DESTDIR_SUPPORT= user-destdir + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/IO/Null/.packlist diff --git a/devel/p5-IO-Pager/Makefile b/devel/p5-IO-Pager/Makefile index a9d0c0bef40..d2028ada642 100644 --- a/devel/p5-IO-Pager/Makefile +++ b/devel/p5-IO-Pager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/12/05 20:50:06 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:22 joerg Exp $ # DISTNAME= IO-Pager-0.06 @@ -11,6 +11,8 @@ MAINTAINER= sommerfeld@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IO-Pager-0.06/ COMMENT= Perl module for paged I/O to the terminal +PKG_DESTDIR_SUPPORT= user-destdir + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/IO/Pager/.packlist diff --git a/devel/p5-IO-Prompt/Makefile b/devel/p5-IO-Prompt/Makefile index 63951b4f94b..882cbaffc9c 100644 --- a/devel/p5-IO-Prompt/Makefile +++ b/devel/p5-IO-Prompt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 12:00:59 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:23 joerg Exp $ # DISTNAME= IO-Prompt-v0.99.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/~dconway/IO-Prompt/ COMMENT= Interactively prompt for user input PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-version-[0-9]*:../../devel/p5-version DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey diff --git a/devel/p5-IO-Stty/Makefile b/devel/p5-IO-Stty/Makefile index febd6b45e55..82d768e5b46 100644 --- a/devel/p5-IO-Stty/Makefile +++ b/devel/p5-IO-Stty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/06/08 15:35:43 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:23 joerg Exp $ DISTNAME= IO-Stty-.02 PKGNAME= p5-IO-stty-0.02 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl class for I/O on tty devices PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir REPLACE_PERL+= stty.pl diff --git a/devel/p5-IO-Tee/Makefile b/devel/p5-IO-Tee/Makefile index bb3addd3a06..2492b89eddd 100644 --- a/devel/p5-IO-Tee/Makefile +++ b/devel/p5-IO-Tee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:11 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:23 joerg Exp $ # DISTNAME= IO-Tee-0.64 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/search?module=IO::Tee COMMENT= Multiplex output to multiple output handles PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/IO/Tee/.packlist diff --git a/devel/p5-IO-Util/Makefile b/devel/p5-IO-Util/Makefile index 62809abeb7f..c1d440bf0f3 100644 --- a/devel/p5-IO-Util/Makefile +++ b/devel/p5-IO-Util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/10/30 04:07:42 obache Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:23 joerg Exp $ DISTNAME= IO-Util-1.5 PKGNAME= p5-${DISTNAME}0 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/IO-Util/ COMMENT= Selection of general-utility IO function PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/IO/Util/.packlist diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index 8fd6e7c318c..14c30a1f99a 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/10/29 15:40:04 obache Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:23 joerg Exp $ DISTNAME= IPC-Run-0.80 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/IPC-Run/ COMMENT= Perl module for interacting with child processes PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/IPC/Run/.packlist diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile index 58d077f9c89..a2ca703b0c7 100644 --- a/devel/p5-IPC-Shareable/Makefile +++ b/devel/p5-IPC-Shareable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/10/08 08:50:39 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:23 joerg Exp $ # DISTNAME= IPC-Shareable-0.60 @@ -13,6 +13,7 @@ COMMENT= Tie a variable to shared memory DEPENDS+= p5-Storable>=1.0.14:../../devel/p5-Storable PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/IPC/Shareable/.packlist diff --git a/devel/p5-IPC-SharedCache/Makefile b/devel/p5-IPC-SharedCache/Makefile index 5edd8674461..fefd48b9092 100644 --- a/devel/p5-IPC-SharedCache/Makefile +++ b/devel/p5-IPC-SharedCache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:23 joerg Exp $ # DISTNAME= IPC-SharedCache-1.3 @@ -13,6 +13,7 @@ COMMENT= Cache data in shared memory DEPENDS+= p5-IPC-ShareLite>=0.06:../../devel/p5-IPC-ShareLite PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/IPC/SharedCache/.packlist diff --git a/devel/p5-Inline/Makefile b/devel/p5-Inline/Makefile index 26191ddc728..e157741fdc3 100644 --- a/devel/p5-Inline/Makefile +++ b/devel/p5-Inline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/02/22 19:18:47 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:23 joerg Exp $ # DISTNAME= Inline-0.44 @@ -16,6 +16,7 @@ DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Inline/.packlist diff --git a/devel/p5-LDAP/Makefile b/devel/p5-LDAP/Makefile index 3b8f6dcf9cd..975e5475658 100644 --- a/devel/p5-LDAP/Makefile +++ b/devel/p5-LDAP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/12/22 07:22:09 obache Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:23 joerg Exp $ # DISTNAME= perldap-1.2.2 @@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mozilla.org/directory/perldap.html COMMENT= Perl5 module to build LDAP clients with perl +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/perldap PERL5_PACKLIST= auto/Mozilla/LDAP/API/.packlist diff --git a/devel/p5-Log-Agent/Makefile b/devel/p5-Log-Agent/Makefile index 26b48813928..0e0049255e4 100644 --- a/devel/p5-Log-Agent/Makefile +++ b/devel/p5-Log-Agent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/10/28 11:48:31 obache Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:23 joerg Exp $ DISTNAME= Log-Agent-0.307 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Log-Agent/ COMMENT= General logging framework aimed at reusable modules PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Log/Agent/.packlist diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index 52bb82696a2..8e1d61708a8 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:23 joerg Exp $ DISTNAME= Log-Dispatch-Config-1.01 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~miyagawa/Log-Dispatch-Config-1.01/ COMMENT= Configure Log::Dispatch with a config file, a la Java's log4j +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Test-Simple>=0.41:../../devel/p5-Test-Simple DEPENDS+= p5-IO-stringy>=2.108:../../devel/p5-IO-stringy DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig diff --git a/devel/p5-Log-Dispatch-DBI/Makefile b/devel/p5-Log-Dispatch-DBI/Makefile index 18a5edf5271..13613771840 100644 --- a/devel/p5-Log-Dispatch-DBI/Makefile +++ b/devel/p5-Log-Dispatch-DBI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:23 joerg Exp $ DISTNAME= Log-Dispatch-DBI-0.02 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for logging messages via the DBI interface +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-DBD-CSV-[0-9]*:../../databases/p5-DBD-CSV DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch diff --git a/devel/p5-Log-Dispatch-FileRotate/Makefile b/devel/p5-Log-Dispatch-FileRotate/Makefile index 16d0b237f06..af5e34cefc9 100644 --- a/devel/p5-Log-Dispatch-FileRotate/Makefile +++ b/devel/p5-Log-Dispatch-FileRotate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:24 joerg Exp $ DISTNAME= Log-Dispatch-FileRotate-1.11 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to log to files which archive/rotate themselves +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Date-Manip>=5.0:../../devel/p5-Date-Manip DEPENDS+= p5-Log-Dispatch>=2.08:../../devel/p5-Log-Dispatch DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate diff --git a/devel/p5-Log-LogLite/Makefile b/devel/p5-Log-LogLite/Makefile index 8a82982f9f9..bf19f9b1c3e 100644 --- a/devel/p5-Log-LogLite/Makefile +++ b/devel/p5-Log-LogLite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Log-LogLite-0.82 @@ -15,6 +15,7 @@ COMMENT= Simple logging class for Perl DEPENDS+= p5-IO-LockedFile>=0.23:../../devel/p5-IO-LockedFile PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Log/LogLite/.packlist diff --git a/devel/p5-Make/Makefile b/devel/p5-Make/Makefile index ac351c5437b..d86938371bf 100644 --- a/devel/p5-Make/Makefile +++ b/devel/p5-Make/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:24 joerg Exp $ DISTNAME= Make-1.00 PKGNAME= p5-Make-1.00 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.ni-s.u-net.com/ COMMENT= Perl5 module implementing 'make' in Perl PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Make/.packlist diff --git a/devel/p5-Memoize-ExpireLRU/Makefile b/devel/p5-Memoize-ExpireLRU/Makefile index 718e8dfcf13..8fb5d59290b 100644 --- a/devel/p5-Memoize-ExpireLRU/Makefile +++ b/devel/p5-Memoize-ExpireLRU/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Memoize-ExpireLRU-0.55 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Expiry plug-in for Memoize that adds LRU cache expiration PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Memoize/ExpireLRU/.packlist diff --git a/devel/p5-Memoize/Makefile b/devel/p5-Memoize/Makefile index 3c6d9a928ce..daa3152469b 100644 --- a/devel/p5-Memoize/Makefile +++ b/devel/p5-Memoize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Memoize-1.01 @@ -13,6 +13,7 @@ HOMEPAGE= http://perl.plover.com/Memoize/ COMMENT= Transparently speed up functions by caching return values PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Memoize/.packlist diff --git a/devel/p5-Module-Dependency/Makefile b/devel/p5-Module-Dependency/Makefile index ba73fc27647..d9d4dc42276 100644 --- a/devel/p5-Module-Dependency/Makefile +++ b/devel/p5-Module-Dependency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:23 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Module-Dependency-1.8 @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Build perl program/module dependency graph +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Storable>=1.0.14:../../devel/p5-Storable DEPENDS+= p5-GD>=1.32nb1:../../graphics/p5-GD diff --git a/devel/p5-Module-Install-RTx/Makefile b/devel/p5-Module-Install-RTx/Makefile index b3472975481..2ec3da35bf9 100644 --- a/devel/p5-Module-Install-RTx/Makefile +++ b/devel/p5-Module-Install-RTx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 15:01:19 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:24 joerg Exp $ DISTNAME= Module-Install-RTx-0.11 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Install-RTx/ COMMENT= Perl5 module for building and installing RT extensions +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install PERL5_PACKLIST= auto/Module/Install/RTx/.packlist diff --git a/devel/p5-Module-Install-Substitute/Makefile b/devel/p5-Module-Install-Substitute/Makefile index fb31b5fdaa9..fdeecc38bc3 100644 --- a/devel/p5-Module-Install-Substitute/Makefile +++ b/devel/p5-Module-Install-Substitute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/06 10:22:43 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:24 joerg Exp $ DISTNAME= Module-Install-Substitute-0.02 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Install-Substitute/ COMMENT= Perl5 module to substitute values into files before install +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install DEPENDS+= p5-Test-File-Contents-[0-9]*:../../devel/p5-Test-File-Contents diff --git a/devel/p5-Module-Refresh/Makefile b/devel/p5-Module-Refresh/Makefile index 449386cf82c..eee18b4291c 100644 --- a/devel/p5-Module-Refresh/Makefile +++ b/devel/p5-Module-Refresh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/01/21 13:55:29 abs Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Module-Refresh-0.13 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Refresh/ COMMENT= Perl5 module providing %INC files refreshing when updated on disk +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Module/Refresh/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Module-Starter-PBP/Makefile b/devel/p5-Module-Starter-PBP/Makefile index b56189a2626..b37595895f7 100644 --- a/devel/p5-Module-Starter-PBP/Makefile +++ b/devel/p5-Module-Starter-PBP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:02:25 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Module-Starter-PBP-v0.0.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Starter-PBP/ COMMENT= Perl 5 module plugin for Module::Starter module +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Module-Starter-[0-9]*:../../devel/p5-Module-Starter DEPENDS+= p5-version-[0-9]*:../../devel/p5-version diff --git a/devel/p5-Module-Starter/Makefile b/devel/p5-Module-Starter/Makefile index a868a7d9886..18928d6d402 100644 --- a/devel/p5-Module-Starter/Makefile +++ b/devel/p5-Module-Starter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:01:59 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Module-Starter-1.42 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Starter/ COMMENT= Perl 5 module acting as a simple starter kit for any module +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Module/Starter/.packlist diff --git a/devel/p5-Module-Versions-Report/Makefile b/devel/p5-Module-Versions-Report/Makefile index 6c6a9289876..2f6eb10f481 100644 --- a/devel/p5-Module-Versions-Report/Makefile +++ b/devel/p5-Module-Versions-Report/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/04/30 10:05:51 cube Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:24 joerg Exp $ DISTNAME= Module-Versions-Report-1.03 PKGNAME= p5-${DISTNAME} @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Extension to report versions of all modules in memory +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Module-Versions-Report/.packlist diff --git a/devel/p5-NEXT/Makefile b/devel/p5-NEXT/Makefile index 3795a0779f2..f35e3d0b775 100644 --- a/devel/p5-NEXT/Makefile +++ b/devel/p5-NEXT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/21 10:35:26 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:24 joerg Exp $ DISTNAME= NEXT-0.60 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/dist/NEXT/ COMMENT= Provide a pseudo-class NEXT (et al) that allows method redispatch +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/NEXT/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Net-CIDR/Makefile b/devel/p5-Net-CIDR/Makefile index d2dcb8da138..14a4d4b6fea 100644 --- a/devel/p5-Net-CIDR/Makefile +++ b/devel/p5-Net-CIDR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:23 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Net-CIDR-0.11 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to manipulate IPv4/IPv6 netblocks in CIDR notation PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Net/CIDR/.packlist diff --git a/devel/p5-Net-Netmask/Makefile b/devel/p5-Net-Netmask/Makefile index 664e7031aab..0ed3988f2a7 100644 --- a/devel/p5-Net-Netmask/Makefile +++ b/devel/p5-Net-Netmask/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/12/08 14:41:11 obache Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:24 joerg Exp $ DISTNAME= Net-Netmask-1.9015 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,7 @@ MAINTAINER= charlie@rubberduck.com COMMENT= Perl5 module to parse and manipulate IP network blocks PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Net/Netmask/.packlist diff --git a/devel/p5-OOTools/Makefile b/devel/p5-OOTools/Makefile index fec18613206..571d1ce548a 100644 --- a/devel/p5-OOTools/Makefile +++ b/devel/p5-OOTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/10/18 08:33:24 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:24 joerg Exp $ DISTNAME= OOTools-2.21 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/~domizio/OOTools/ COMMENT= Perl module collection to easily create constructors methods PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/OOTools/.packlist diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index 018525fd009..daf2fe940ad 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/12/16 21:57:26 seb Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:24 joerg Exp $ # DISTNAME= Object-InsideOut-3.34 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Object-InsideOut/ COMMENT= Perl 5 module providing comprehensive inside-out object support +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Exception-Class>=1.22:../../devel/p5-Exception-Class DEPENDS+= p5-Want>=0.12:../../devel/p5-Want diff --git a/devel/p5-Object-Realize-Later/Makefile b/devel/p5-Object-Realize-Later/Makefile index 269c0cd4ccb..5216be87842 100644 --- a/devel/p5-Object-Realize-Later/Makefile +++ b/devel/p5-Object-Realize-Later/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:24 joerg Exp $ DISTNAME= Object-Realize-Later-0.15 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ COMMENT= Delayed creation of objects DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Object/Realize/Later/.packlist diff --git a/devel/p5-PAR/Makefile b/devel/p5-PAR/Makefile index cd241f9df89..34a6cad0c95 100644 --- a/devel/p5-PAR/Makefile +++ b/devel/p5-PAR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/03/04 11:02:24 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= PAR-0.89 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/ COMMENT= Cross-Platform Packaging and Debugging Tool +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps DEPENDS+= p5-PAR-Dist>=0.06:../../devel/p5-PAR-Dist diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index 03b1db1f8e7..62b413c45cb 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/11/07 13:51:34 martti Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:25 joerg Exp $ DISTNAME= POE-0.3202 PKGNAME= p5-${DISTNAME} @@ -21,6 +21,7 @@ DEPENDS+= p5-URI>=1.27:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir MAKE_PARAMS+= --default PERL5_PACKLIST= auto/POE/.packlist diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile index 3dd88423c4f..1e0f5c5dd81 100644 --- a/devel/p5-PPI/Makefile +++ b/devel/p5-PPI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:04:13 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= PPI-1.118 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PPI/ COMMENT= Perl 5 module to parse, analyze and manipulate Perl (without perl) +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Clone>=0.17:../../devel/p5-Clone DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String DEPENDS+= p5-List-MoreUtils>=0.13:../../devel/p5-List-MoreUtils diff --git a/devel/p5-PV/Makefile b/devel/p5-PV/Makefile index dc12768b0ba..9d08f08ebe7 100644 --- a/devel/p5-PV/Makefile +++ b/devel/p5-PV/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:23 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:25 joerg Exp $ DISTNAME= PerlVision-1.4 PKGNAME= p5-PV-1.4 @@ -13,6 +13,7 @@ COMMENT= Perl5 library for text-mode user interface widgets DEPENDS+= p5-Curses>=1.02:../../devel/p5-Curses PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/PV/.packlist diff --git a/devel/p5-Params-Util/Makefile b/devel/p5-Params-Util/Makefile index 979a8e54ac8..7dc5a37db1f 100644 --- a/devel/p5-Params-Util/Makefile +++ b/devel/p5-Params-Util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/04/23 19:51:01 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:25 joerg Exp $ DISTNAME= Params-Util-0.31 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Params-Util/ COMMENT= Simple standalone param-checking functions PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Params/Util/.packlist diff --git a/devel/p5-Parse-Yapp/Makefile b/devel/p5-Parse-Yapp/Makefile index d2e135b88d6..6b07b9ad85c 100644 --- a/devel/p5-Parse-Yapp/Makefile +++ b/devel/p5-Parse-Yapp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/02/22 19:26:23 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Parse-Yapp-1.05 @@ -12,6 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 LALR parser PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Parse/Yapp/.packlist diff --git a/devel/p5-PatchReader/Makefile b/devel/p5-PatchReader/Makefile index 284f53d7cc3..845e2f57c77 100644 --- a/devel/p5-PatchReader/Makefile +++ b/devel/p5-PatchReader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:13 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:25 joerg Exp $ DISTNAME= PatchReader-0.9.5 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/~jkeiser/${DISTNAME} COMMENT= Utilities to read and manipulate patches and CVS +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/PatchReader/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile index 495022f098c..7b3102a4d46 100644 --- a/devel/p5-Path-Class/Makefile +++ b/devel/p5-Path-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/10/09 19:19:09 martti Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Path-Class-0.16 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/~kwilliams/Path-Class-0.16/ COMMENT= Cross-platform path specification manipulation PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Path/Class/.packlist diff --git a/devel/p5-Perl-Critic/Makefile b/devel/p5-Perl-Critic/Makefile index e40bcc740ed..354d4ddc5e6 100644 --- a/devel/p5-Perl-Critic/Makefile +++ b/devel/p5-Perl-Critic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:04:36 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Perl-Critic-1.051 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Perl-Critic/ COMMENT= Perl 5 module providing a static Perl source code analysis engine +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils diff --git a/devel/p5-Perl-Tidy/Makefile b/devel/p5-Perl-Tidy/Makefile index 7a24dafb8cf..99f776d1605 100644 --- a/devel/p5-Perl-Tidy/Makefile +++ b/devel/p5-Perl-Tidy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/06/10 08:42:10 obache Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Perl-Tidy-20070508 @@ -12,6 +12,7 @@ HOMEPAGE= http://perltidy.sourceforge.net/ COMMENT= Parses and beautifies perl source PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Perl/Tidy/.packlist diff --git a/devel/p5-Perl6-Export-Attrs/Makefile b/devel/p5-Perl6-Export-Attrs/Makefile index e5d02d1954d..0b6449d2b64 100644 --- a/devel/p5-Perl6-Export-Attrs/Makefile +++ b/devel/p5-Perl6-Export-Attrs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/06 20:29:42 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Perl6-Export-Attrs-0.0.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Perl6-Export-Attrs/ COMMENT= Perl 5 module implementing Perl 6 symbol export mechanism +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Attribute-Handlers-[0-9]*:../../devel/p5-Attribute-Handlers DEPENDS+= p5-version-[0-9]*:../../devel/p5-version diff --git a/devel/p5-Perl6-Export/Makefile b/devel/p5-Perl6-Export/Makefile index fbf2ccfcf41..408d43bc8e3 100644 --- a/devel/p5-Perl6-Export/Makefile +++ b/devel/p5-Perl6-Export/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:56:15 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Perl6-Export-0.07 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Perl6-Export/ COMMENT= Implements the Perl 6 'is export(...)' trait PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Perl6/Export/.packlist diff --git a/devel/p5-Perl6-Slurp/Makefile b/devel/p5-Perl6-Slurp/Makefile index 76b55bd7ef6..3b98401fcf7 100644 --- a/devel/p5-Perl6-Slurp/Makefile +++ b/devel/p5-Perl6-Slurp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/22 19:26:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Perl6-Slurp-0.03 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Perl6-Slurp/ COMMENT= Implements the Perl 6 'slurp' built-in PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Perl6-Export-[0-9]*:../../devel/p5-Perl6-Export diff --git a/devel/p5-PerlIO-eol/Makefile b/devel/p5-PerlIO-eol/Makefile index 8164c1bee6e..bbb024d04c7 100644 --- a/devel/p5-PerlIO-eol/Makefile +++ b/devel/p5-PerlIO-eol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:23 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:25 joerg Exp $ DISTNAME= PerlIO-eol-0.13 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for normalizing line endings PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/PerlIO/eol/.packlist diff --git a/devel/p5-PerlIO-via-dynamic/Makefile b/devel/p5-PerlIO-via-dynamic/Makefile index 66c19486b85..6d8af165818 100644 --- a/devel/p5-PerlIO-via-dynamic/Makefile +++ b/devel/p5-PerlIO-via-dynamic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:23 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:25 joerg Exp $ DISTNAME= PerlIO-via-dynamic-0.11 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for dynamic PerlIO layers PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/PerlIO/via/dynamic/.packlist diff --git a/devel/p5-PerlIO-via-symlink/Makefile b/devel/p5-PerlIO-via-symlink/Makefile index 39773d62f9b..fa0c5cead17 100644 --- a/devel/p5-PerlIO-via-symlink/Makefile +++ b/devel/p5-PerlIO-via-symlink/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/01/10 22:00:52 bad Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:25 joerg Exp $ DISTNAME= PerlIO-via-symlink-0.05 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= PerlIO layers to create symlinks PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/PerlIO/via/symlink/.packlist diff --git a/devel/p5-Proc-Daemon/Makefile b/devel/p5-Proc-Daemon/Makefile index 9b4e64c9058..2f26af1f04b 100644 --- a/devel/p5-Proc-Daemon/Makefile +++ b/devel/p5-Proc-Daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 19:01:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Proc-Daemon-0.03 @@ -13,6 +13,7 @@ HOMEPAGE= http://www.mhonarc.org/~ehood/earlsperls.html COMMENT= Provide capability for a Perl program to run as a daemon PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Proc/Daemon/.packlist diff --git a/devel/p5-Proc-PID-File/Makefile b/devel/p5-Proc-PID-File/Makefile index 86d63398b58..2a50d15272a 100644 --- a/devel/p5-Proc-PID-File/Makefile +++ b/devel/p5-Proc-PID-File/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/20 11:38:13 grant Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Proc-PID-File-1.24 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module to manage process-ID files PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Proc/PID/File/.packlist diff --git a/devel/p5-Proc-Pidfile/Makefile b/devel/p5-Proc-Pidfile/Makefile index 48afa648d78..e4fd4598f07 100644 --- a/devel/p5-Proc-Pidfile/Makefile +++ b/devel/p5-Proc-Pidfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/02 10:20:07 grant Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Proc-Pidfile-1.005 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for maintaining a pid file PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Proc/Pidfile/.packlist diff --git a/devel/p5-Proc-ProcessTable/Makefile b/devel/p5-Proc-ProcessTable/Makefile index c6a6b96334b..32aaf6ea006 100644 --- a/devel/p5-Proc-ProcessTable/Makefile +++ b/devel/p5-Proc-ProcessTable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/07/30 09:53:29 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Proc-ProcessTable-0.41 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl extension to access the UNIX process table PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir REPLACE_PERL= example.pl diff --git a/devel/p5-Proc-Simple/Makefile b/devel/p5-Proc-Simple/Makefile index 0de72e697e5..54ab36610ad 100644 --- a/devel/p5-Proc-Simple/Makefile +++ b/devel/p5-Proc-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/29 00:38:19 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Proc-Simple-1.21 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.cpan.org/ COMMENT= Launch and control background processes PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Proc/Simple/.packlist diff --git a/devel/p5-Readonly-XS/Makefile b/devel/p5-Readonly-XS/Makefile index 5a2054b8b8b..2fb50af322d 100644 --- a/devel/p5-Readonly-XS/Makefile +++ b/devel/p5-Readonly-XS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/09 02:58:14 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Readonly-XS-1.04 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Readonly-XS/ COMMENT= Perl 5 companion module to the Readonly module +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Readonly>=1.02:../../devel/p5-Readonly PERL5_PACKLIST= auto/Readonly/XS/.packlist diff --git a/devel/p5-Readonly/Makefile b/devel/p5-Readonly/Makefile index d14368586ef..02c02e62d05 100644 --- a/devel/p5-Readonly/Makefile +++ b/devel/p5-Readonly/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/09 02:56:53 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Readonly-1.03 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Readonly/ COMMENT= Perl 5 module for creating read-only scalars, arrays and hashes +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Readonly/.packlist diff --git a/devel/p5-Regexp-Assemble/Makefile b/devel/p5-Regexp-Assemble/Makefile index 2094d125ad9..280552e3844 100644 --- a/devel/p5-Regexp-Assemble/Makefile +++ b/devel/p5-Regexp-Assemble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 14:17:55 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Regexp-Assemble-0.28 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Regexp-Assemble/ COMMENT= Perl 5 module to assemble multiple regular expressions +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Regexp/Assemble/.packlist diff --git a/devel/p5-Regexp-MatchContext/Makefile b/devel/p5-Regexp-MatchContext/Makefile index 7b9b5add4b1..667c93da20d 100644 --- a/devel/p5-Regexp-MatchContext/Makefile +++ b/devel/p5-Regexp-MatchContext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/19 20:53:31 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ # DISTNAME= Regexp-MatchContext-0.0.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Regexp-MatchContext/ COMMENT= Perl 5 module prodiving replacements for regexp related variables +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-version-[0-9]*:../../devel/p5-version # Ignore warning about the supposedly missing prerequisite Tie::StdScalar. diff --git a/devel/p5-Regexp-Shellish/Makefile b/devel/p5-Regexp-Shellish/Makefile index 1bfe6bc54fb..c8615d58a52 100644 --- a/devel/p5-Regexp-Shellish/Makefile +++ b/devel/p5-Regexp-Shellish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:23 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:25 joerg Exp $ DISTNAME= Regexp-Shellish-0.93 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for shell-like regular expressions PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Regexp/Shellish/.packlist diff --git a/devel/p5-Return-Value/Makefile b/devel/p5-Return-Value/Makefile index 54708564cd6..1bba2fafa67 100644 --- a/devel/p5-Return-Value/Makefile +++ b/devel/p5-Return-Value/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 11:45:15 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ DISTNAME= Return-Value-1.302 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/dist/Return-Value/ COMMENT= Polymorphic Return Values +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty diff --git a/devel/p5-Rose-Object/Makefile b/devel/p5-Rose-Object/Makefile index 55a26b83b0d..7f878f905cd 100644 --- a/devel/p5-Rose-Object/Makefile +++ b/devel/p5-Rose-Object/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:44:22 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ DISTNAME= Rose-Object-0.84 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Rose-Object/ COMMENT= Very simple class base class used by Rose objects +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Rose/Object/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 87245a50656..61937a46d77 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/06/12 16:28:05 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= SDL_perl-1.19.2 @@ -7,6 +7,8 @@ PKGREVISION= 17 CATEGORIES= devel perl5 MASTER_SITES= ftp://sdlperl.org/SDL_perl/ +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_OPTIONS+= threads MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index 02a64c8927b..424e70408a7 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/02/17 20:59:49 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:26 joerg Exp $ DISTNAME= SVN-Mirror-0.72 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mirrors one Subversion repository to another PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-subversion>=1.2.0:../../devel/p5-subversion DEPENDS+= p5-URI>=1.30:../../www/p5-URI diff --git a/devel/p5-SVN-Simple/Makefile b/devel/p5-SVN-Simple/Makefile index ef603a27ef6..d5492be316d 100644 --- a/devel/p5-SVN-Simple/Makefile +++ b/devel/p5-SVN-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/17 20:59:49 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:26 joerg Exp $ DISTNAME= SVN-Simple-0.27 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Simple interface to the Subversion delta editor interface PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-subversion>=1.0.4:../../devel/p5-subversion diff --git a/devel/p5-Safe-Hole/Makefile b/devel/p5-Safe-Hole/Makefile index 72be960422a..b6833e59e8e 100644 --- a/devel/p5-Safe-Hole/Makefile +++ b/devel/p5-Safe-Hole/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:13 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Safe-Hole-0.08 @@ -13,6 +13,7 @@ HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Safe-Hole/Hole.html COMMENT= Exec subs in the original package from within a Safe object PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Safe/Hole/.packlist diff --git a/devel/p5-Schedule-RateLimiter/Makefile b/devel/p5-Schedule-RateLimiter/Makefile index c682d2a4aa6..bb27f82c813 100644 --- a/devel/p5-Schedule-RateLimiter/Makefile +++ b/devel/p5-Schedule-RateLimiter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:24 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Schedule-RateLimiter-0.01 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to schedule tasks with rate limiting +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes diff --git a/devel/p5-Set-IntSpan/Makefile b/devel/p5-Set-IntSpan/Makefile index 11d9e8d5560..0c8262d7fec 100644 --- a/devel/p5-Set-IntSpan/Makefile +++ b/devel/p5-Set-IntSpan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/09/01 06:34:31 gson Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Set-IntSpan-1.09 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Set-IntSpan/ COMMENT= Perl5 module for managing sets of integers PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Set/IntSpan/.packlist diff --git a/devel/p5-Set-Scalar/Makefile b/devel/p5-Set-Scalar/Makefile index 526ad503860..3864af17037 100644 --- a/devel/p5-Set-Scalar/Makefile +++ b/devel/p5-Set-Scalar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:24 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Set-Scalar-1.17 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/search?dist=Set-Scalar COMMENT= Perl5 module for basic set operations PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Set/Scalar/.packlist diff --git a/devel/p5-Smart-Comments/Makefile b/devel/p5-Smart-Comments/Makefile index dfa0165d31d..6134f49774e 100644 --- a/devel/p5-Smart-Comments/Makefile +++ b/devel/p5-Smart-Comments/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/11 16:25:23 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Smart-Comments-v1.0.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Smart-Comments/ COMMENT= Perl 5 module to insert debugging and tracking code easily +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-version-[0-9]*:../../devel/p5-version USE_LANGUAGES= # empty diff --git a/devel/p5-Sort-Maker/Makefile b/devel/p5-Sort-Maker/Makefile index e040d387046..4774bfa1a15 100644 --- a/devel/p5-Sort-Maker/Makefile +++ b/devel/p5-Sort-Maker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/28 10:58:56 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Sort-Maker-0.06 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Sort-Maker/ COMMENT= Perl 5 module providing a simple way to make efficient sort subs +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Sort/.packlist diff --git a/devel/p5-Sort-Versions/Makefile b/devel/p5-Sort-Versions/Makefile index 180b915274b..a55c04354c1 100644 --- a/devel/p5-Sort-Versions/Makefile +++ b/devel/p5-Sort-Versions/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:24 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Sort-Versions-1.5 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Sort-Versions/ COMMENT= Perl5 module for sorting of revision-like numbers PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Sort/Versions/.packlist diff --git a/devel/p5-Spiffy/Makefile b/devel/p5-Spiffy/Makefile index ca1069ad4c7..9e71833bd86 100644 --- a/devel/p5-Spiffy/Makefile +++ b/devel/p5-Spiffy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:23 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Spiffy-0.30 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Spiffy/ COMMENT= Object-oriented Perl framework +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter PERL5_PACKLIST= auto/Spiffy/.packlist diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile index a23dc24c307..b698eaa0943 100644 --- a/devel/p5-Spoon/Makefile +++ b/devel/p5-Spoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/02/22 19:26:23 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Spoon-0.23 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ AUTHOR_DIR= authors/id/I/IN/INGY MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Spiffy Application Building Framework +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-IO-All>=0.32:../../devel/p5-IO-All DEPENDS+= p5-Spiffy>=0.22:../../devel/p5-Spiffy DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit diff --git a/devel/p5-String-Format/Makefile b/devel/p5-String-Format/Makefile index b442f02df2b..d6a3e73e168 100644 --- a/devel/p5-String-Format/Makefile +++ b/devel/p5-String-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:14 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:26 joerg Exp $ DISTNAME= String-Format-1.13 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= epg@NetBSD.org COMMENT= Perl module for sprintf-like string formatting capabilities PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/String/Format/.packlist diff --git a/devel/p5-Sub-Install/Makefile b/devel/p5-Sub-Install/Makefile index cbe9a919911..a2ac1379cb8 100644 --- a/devel/p5-Sub-Install/Makefile +++ b/devel/p5-Sub-Install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:38:21 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Sub-Install-0.924 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Sub-Install/ COMMENT= Install subroutines into packages easily +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Sub/Install/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Sub-Installer/Makefile b/devel/p5-Sub-Installer/Makefile index a2e4d805d17..d7d4a280f70 100644 --- a/devel/p5-Sub-Installer/Makefile +++ b/devel/p5-Sub-Installer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/28 10:13:26 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Sub-Installer-v0.0.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Sub-Installer/ COMMENT= Perl 5 module prodiving a clean way to install package subroutines +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-version-[0-9]*:../../devel/p5-version USE_LANGUAGES= # empty diff --git a/devel/p5-Task-Weaken/Makefile b/devel/p5-Task-Weaken/Makefile index dc86e3e8548..74558b52566 100644 --- a/devel/p5-Task-Weaken/Makefile +++ b/devel/p5-Task-Weaken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:03:27 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Task-Weaken-0.99 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist//Task-Weaken/ COMMENT= Perl 5 module to ensure that a platform has weaken support +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Task/Weaken/.packlist diff --git a/devel/p5-Term-ProgressBar/Makefile b/devel/p5-Term-ProgressBar/Makefile index 440598236f7..e3231b9a453 100644 --- a/devel/p5-Term-ProgressBar/Makefile +++ b/devel/p5-Term-ProgressBar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:14 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Term-ProgressBar-2.09 @@ -11,6 +11,8 @@ MAINTAINER= imil@gcu.info HOMEPAGE= http://search.cpan.org/dist/Term-ProgressBar/ COMMENT= Provide a progress meter on a standard terminal +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Class-MethodMaker>=1.12:../../devel/p5-Class-MethodMaker DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey diff --git a/devel/p5-Term-Prompt/Makefile b/devel/p5-Term-Prompt/Makefile index 5d1e83db23b..1c1cc9ac0e5 100644 --- a/devel/p5-Term-Prompt/Makefile +++ b/devel/p5-Term-Prompt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:29:24 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Term-Prompt-1.03 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~persicom/Term-Prompt-1.03/ COMMENT= Perl extension for prompting a user for information +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Text-Tabs+Wrap>=1.0:../../textproc/p5-Text-Tabs+Wrap DEPENDS+= p5-Term-ReadKey>=1.0:../../devel/p5-Term-ReadKey diff --git a/devel/p5-Term-ReadLine/Makefile b/devel/p5-Term-ReadLine/Makefile index 61035050332..eec89feb282 100644 --- a/devel/p5-Term-ReadLine/Makefile +++ b/devel/p5-Term-ReadLine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/06/11 14:58:38 he Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Term-ReadLine-Gnu-1.16 PKGNAME= p5-${DISTNAME:S/-Gnu//} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-Gnu/ COMMENT= Interface to the GNU Readline Library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_GNU_READLINE= yes PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist diff --git a/devel/p5-Term-ReadPassword/Makefile b/devel/p5-Term-ReadPassword/Makefile index f571f09bedf..12e1b9db800 100644 --- a/devel/p5-Term-ReadPassword/Makefile +++ b/devel/p5-Term-ReadPassword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/28 12:08:20 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:26 joerg Exp $ # VERS= 0.07 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/~phoenix/Term-ReadPassword/ COMMENT= Asking the user for a password PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Term/ReadPassword/.packlist diff --git a/devel/p5-Term-Screen/Makefile b/devel/p5-Term-Screen/Makefile index 4cc642f49df..c3d44d903d4 100644 --- a/devel/p5-Term-Screen/Makefile +++ b/devel/p5-Term-Screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/10/01 14:22:02 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Term-Screen-1.03 PKGNAME= p5-Term-Screen-1.03 @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Term-Screen/ COMMENT= Term::Cap based screen positioning module PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Term/Screen/.packlist diff --git a/devel/p5-Term-Size/Makefile b/devel/p5-Term-Size/Makefile index 763f2f9876d..297a9c99ea5 100644 --- a/devel/p5-Term-Size/Makefile +++ b/devel/p5-Term-Size/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/18 08:23:33 heinz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Term-Size-0.2 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Term-Size/ COMMENT= Perl extension for retrieving terminal size PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Term/Size/.packlist diff --git a/devel/p5-Test-ClassAPI/Makefile b/devel/p5-Test-ClassAPI/Makefile index c5262b303ee..f02190245f9 100644 --- a/devel/p5-Test-ClassAPI/Makefile +++ b/devel/p5-Test-ClassAPI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/06/08 08:41:24 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Test-ClassAPI-1.04 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,7 @@ DEPENDS+= p5-Config-Tiny>=2.0:../../devel/p5-Config-Tiny DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Test/ClassAPI/.packlist diff --git a/devel/p5-Test-Cmd/Makefile b/devel/p5-Test-Cmd/Makefile index 99a2e67ba8c..a32a29e6860 100644 --- a/devel/p5-Test-Cmd/Makefile +++ b/devel/p5-Test-Cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/02/22 19:26:23 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Test-Cmd-1.05 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ HOMEPAGE= http://www.baldmt.com/Test-Cmd/ COMMENT= Perl5 module for testing of external commands and scripts PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Test/Cmd/.packlist diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index 04e2f696b7d..76ec2b0324a 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/08/06 15:00:07 adrianp Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:26 joerg Exp $ # DISTNAME= Test-Harness-2.62 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ COMMENT= Run Perl standard test scripts with statistics +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Test/Harness/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Test-LongString/Makefile b/devel/p5-Test-LongString/Makefile index e80e7db3d80..396eb7d6cfb 100644 --- a/devel/p5-Test-LongString/Makefile +++ b/devel/p5-Test-LongString/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/02/27 13:58:07 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Test-LongString-0.11 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-LongString/ COMMENT= Perl5 module to test strings for equality +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/LongString/.packlist diff --git a/devel/p5-Test-Manifest/Makefile b/devel/p5-Test-Manifest/Makefile index 829837c7716..a8396512488 100644 --- a/devel/p5-Test-Manifest/Makefile +++ b/devel/p5-Test-Manifest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/11/29 15:09:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:27 joerg Exp $ DISTNAME= Test-Manifest-1.22 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Manifest/ COMMENT= Perl5 module to choose test order +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Manifest/.packlist diff --git a/devel/p5-Test-Memory-Cycle/Makefile b/devel/p5-Test-Memory-Cycle/Makefile index f3255ec06e3..2437608b4c2 100644 --- a/devel/p5-Test-Memory-Cycle/Makefile +++ b/devel/p5-Test-Memory-Cycle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/11/04 11:13:29 obache Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= Test-Memory-Cycle-1.04 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Memory-Cycle/ COMMENT= Check for memory leaks and circular memory references +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle USE_LANGUAGES= # empty diff --git a/devel/p5-Test-Object/Makefile b/devel/p5-Test-Object/Makefile index 29d56b95eaa..2aa1f21ce04 100644 --- a/devel/p5-Test-Object/Makefile +++ b/devel/p5-Test-Object/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:03:49 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= Test-Object-0.07 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Object/ COMMENT= Perl 5 module to thoroughly test objects +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Object/.packlist diff --git a/devel/p5-Test-Perl-Critic/Makefile b/devel/p5-Test-Perl-Critic/Makefile index 2782f517342..b25debb99b0 100644 --- a/devel/p5-Test-Perl-Critic/Makefile +++ b/devel/p5-Test-Perl-Critic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:04:53 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= Test-Perl-Critic-1.01 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Perl-Critic/ COMMENT= Perl 5 module providing a Perl::Critic interface for test programs +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Perl-Critic>=0.21:../../devel/p5-Perl-Critic USE_LANGUAGES= # empty diff --git a/devel/p5-Test-Pod-Coverage/Makefile b/devel/p5-Test-Pod-Coverage/Makefile index 5d468748b80..7b7243b5d5b 100644 --- a/devel/p5-Test-Pod-Coverage/Makefile +++ b/devel/p5-Test-Pod-Coverage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/10/21 08:34:52 obache Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= Test-Pod-Coverage-1.08 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Pod-Coverage/ COMMENT= Check for pod coverage in your distribution +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage USE_LANGUAGES= # empty diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile index b5156f48fcd..284977b8df0 100644 --- a/devel/p5-Test-Pod/Makefile +++ b/devel/p5-Test-Pod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/10/25 09:39:54 obache Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:27 joerg Exp $ DISTNAME= Test-Pod-1.26 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Pod/ COMMENT= Perl5 module to check for POD errors in files +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Pod-Simple>=3.02nb1:../../textproc/p5-Pod-Simple DEPENDS+= {p5-Test-Simple>=0.62,perl>=5.8.8}:../../devel/p5-Test-Simple diff --git a/devel/p5-Test-Taint/Makefile b/devel/p5-Test-Taint/Makefile index ced24de03fb..5518918b26d 100644 --- a/devel/p5-Test-Taint/Makefile +++ b/devel/p5-Test-Taint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:25 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= Test-Taint-1.04 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Taint/ COMMENT= Tools to test taintedness +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c PERL5_PACKLIST= auto/Test/Taint/.packlist diff --git a/devel/p5-Tie-IxHash/Makefile b/devel/p5-Tie-IxHash/Makefile index 45df47fbc4c..b4011ba94ae 100644 --- a/devel/p5-Tie-IxHash/Makefile +++ b/devel/p5-Tie-IxHash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:23 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= Tie-IxHash-1.21 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/dist/Tie-IxHash/ COMMENT= Perl module that implements ordered in-memory associative arrays PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Tie/IxHash/.packlist diff --git a/devel/p5-UNIVERSAL-moniker/Makefile b/devel/p5-UNIVERSAL-moniker/Makefile index 3ced84c6e05..da61ffa90ca 100644 --- a/devel/p5-UNIVERSAL-moniker/Makefile +++ b/devel/p5-UNIVERSAL-moniker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:25 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:27 joerg Exp $ DISTNAME= UNIVERSAL-moniker-0.08 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,7 @@ COMMENT= Perl module for assigning user-friendly names to classes DEPENDS+= p5-Lingua-EN-Inflect>=1.88:../../textproc/p5-Lingua-EN-Inflect PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/UNIVERSAL/moniker/.packlist diff --git a/devel/p5-UNIVERSAL-require/Makefile b/devel/p5-UNIVERSAL-require/Makefile index 68b9ec66b4c..0f18226be03 100644 --- a/devel/p5-UNIVERSAL-require/Makefile +++ b/devel/p5-UNIVERSAL-require/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/01/10 22:04:15 bad Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:27 joerg Exp $ DISTNAME= UNIVERSAL-require-0.11 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-require/ COMMENT= Perl module to require() from a variable +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/UNIVERSAL/require/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-VCP-Dest-svk/Makefile b/devel/p5-VCP-Dest-svk/Makefile index 9085534870d..da0ebdeb37b 100644 --- a/devel/p5-VCP-Dest-svk/Makefile +++ b/devel/p5-VCP-Dest-svk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/20 23:51:46 bad Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:27 joerg Exp $ DISTNAME= VCP-Dest-svk-0.29 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/VCP-Dest-svk/ COMMENT= VCP destination driver for SVN/SVK repositories +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-VCP>=0.9beta20050110:../../devel/p5-VCP DEPENDS+= p5-YAML>=0.62:../../textproc/p5-YAML DEPENDS+= svk>=1.04:../../devel/svk diff --git a/devel/p5-VCP/Makefile b/devel/p5-VCP/Makefile index 4c2f0c8a44b..83488d54644 100644 --- a/devel/p5-VCP/Makefile +++ b/devel/p5-VCP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/17 20:59:49 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:27 joerg Exp $ DISTNAME= VCP-autrijus-snapshot-0.9-${SNAPSHOT_VERS} SNAPSHOT_VERS= 20050110 @@ -11,6 +11,8 @@ AUTHOR_DIR= authors/id/A/AU/AUTRIJUS MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Versioned Copy, copying hierarchies of versioned files +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 diff --git a/devel/p5-WeakRef/Makefile b/devel/p5-WeakRef/Makefile index e624692cdd8..77172a29297 100644 --- a/devel/p5-WeakRef/Makefile +++ b/devel/p5-WeakRef/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:25 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:27 joerg Exp $ DISTNAME= WeakRef-0.01 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Provide weak references in Perl PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/WeakRef/.packlist diff --git a/devel/p5-capitalization/Makefile b/devel/p5-capitalization/Makefile index 5b11ab08793..f7863d027aa 100644 --- a/devel/p5-capitalization/Makefile +++ b/devel/p5-capitalization/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:29:25 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:27 joerg Exp $ DISTNAME= capitalization-0.03 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/capitalization/ COMMENT= Perl module for no capitalization on method names +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Devel-Symdump-[0-9]*:../../devel/p5-Devel-Symdump PERL5_PACKLIST= auto/capitalization/.packlist diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index 2e69fdc4330..afda4adb21c 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/04/21 14:40:09 xtraeme Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= Glib-${DIST_VERSION} @@ -15,6 +15,7 @@ DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config diff --git a/devel/p5-prefork/Makefile b/devel/p5-prefork/Makefile index 98a96f19738..5fb9f664dfa 100644 --- a/devel/p5-prefork/Makefile +++ b/devel/p5-prefork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/23 19:53:46 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= prefork-1.02 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/prefork/ COMMENT= Optimize module loading across forking and non-forking scenarios PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/prefork/.packlist diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile index 437b97f2295..c896be9df19 100644 --- a/devel/papaya/Makefile +++ b/devel/papaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/11/08 19:39:43 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= papaya-0.1.7 @@ -11,6 +11,7 @@ HOMEPAGE= http://sourceforge.net/projects/papaya-utils/ COMMENT= Simple scripts for software development PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none, not even C GNU_CONFIGURE= YES @@ -30,6 +31,6 @@ pre-configure: ${TR} -d '\r' < detab.in.cr > detab.in post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${PREFIX}/share/doc/papaya + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DESTDIR}${PREFIX}/share/doc/papaya .include "../../mk/bsd.pkg.mk" diff --git a/devel/pardiff/Makefile b/devel/pardiff/Makefile index 89d90036af2..3f505d338a8 100644 --- a/devel/pardiff/Makefile +++ b/devel/pardiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/09/28 20:52:19 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= pardiff-0.9.4 @@ -9,6 +9,8 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://pardiff.sourceforge.net/ COMMENT= Converts diff output to paralleled (side-by-side) format +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/devel/pardiff/distinfo b/devel/pardiff/distinfo index 46ac9a14982..8a22f8a182c 100644 --- a/devel/pardiff/distinfo +++ b/devel/pardiff/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.6 2008/05/09 18:30:49 agc Exp $ +$NetBSD: distinfo,v 1.7 2008/06/12 02:14:27 joerg Exp $ SHA1 (pardiff-0.9.4.tar.gz) = 285248293feb87a03d410caa9193c4ac47f9942d RMD160 (pardiff-0.9.4.tar.gz) = a573efe90c9bcdb2bad85c3c7a2240b0db5878ab Size (pardiff-0.9.4.tar.gz) = 40325 bytes SHA1 (patch-aa) = 9b2853227cf79bf4d0cf7641bce24f9bf82039cb SHA1 (patch-ab) = fdd5abd1e5c7107ba3d7ed74a21073383acf9d2b +SHA1 (patch-ac) = 8710cd5c132e60fee7a5a3a7c9217192da77d6b4 diff --git a/devel/pardiff/patches/patch-ac b/devel/pardiff/patches/patch-ac new file mode 100644 index 00000000000..8f1966d74e5 --- /dev/null +++ b/devel/pardiff/patches/patch-ac @@ -0,0 +1,25 @@ +$NetBSD: patch-ac,v 1.1 2008/06/12 02:14:27 joerg Exp $ + +--- pardiff/Makefile.in.orig 2008-06-10 15:48:45.000000000 +0000 ++++ pardiff/Makefile.in +@@ -277,14 +277,14 @@ mostlyclean distclean maintainer-clean + + + install-data-local: +- $(mkinstalldirs) ${mandir}/man1/ +- $(INSTALL_DATA) pardiff.1 ${mandir}/man1/pardiff.1 +- $(mkinstalldirs) ${mandir}/man1/ +- $(INSTALL_DATA) diffp.1 ${mandir}/man1/diffp.1 ++ $(mkinstalldirs) ${DESTDIR}${mandir}/man1/ ++ $(INSTALL_DATA) pardiff.1 ${DESTDIR}${mandir}/man1/pardiff.1 ++ $(mkinstalldirs) ${DESTDIR}${mandir}/man1/ ++ $(INSTALL_DATA) diffp.1 ${DESTDIR}${mandir}/man1/diffp.1 + + install-exec-local: +- $(mkinstalldirs) ${bindir}/ +- $(INSTALL_SCRIPT) diffp ${bindir}/diffp ++ $(mkinstalldirs) ${DESTDIR}${bindir}/ ++ $(INSTALL_SCRIPT) diffp ${DESTDIR}${bindir}/diffp + + uninstall-local: + -rm -f ${bindir}/diffp diff --git a/devel/patch/Makefile b/devel/patch/Makefile index c15886ade60..972c9c3dd99 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/04/12 22:43:00 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= patch-2.5.4 @@ -18,6 +18,7 @@ HOMEPAGE= http://www.gnu.org/software/patch/patch.html COMMENT= Patch files using diff output PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes @@ -35,6 +36,9 @@ PLIST_VARS+= gpatch PLIST.gpatch= yes .endif +INSTALL_MAKE_FLAGS= bindir=${DESTDIR}${PREFIX}/bin \ + man1dir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + do-patch: ${MV} ${WRKSRC}/pch.c ${WRKSRC}/pch.c.orig ${AWK} '/#include <pch.h>/{print $$0 "\n#include <sys/param.h>";next;}\ @@ -46,7 +50,7 @@ do-patch: .if !defined(GNU_PROGRAM_PREFIX) || ${GNU_PROGRAM_PREFIX} != "g" post-install: - ${LN} -sf ${GNU_PROGRAM_PREFIX}patch ${PREFIX}/bin/gpatch + ${LN} -sf ${GNU_PROGRAM_PREFIX}patch ${DESTDIR}${PREFIX}/bin/gpatch .endif .include "../../mk/bsd.pkg.mk" diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index c48e3b9bc1d..7e1487cb8b4 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/12/30 14:36:54 obache Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:27 joerg Exp $ # DISTNAME= pcre++-0.9.5 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.daemon.de/PCRE COMMENT= Wrapper class around the pcre library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/devel/pcre++/distinfo b/devel/pcre++/distinfo index ef6c4a55722..c4adde074f9 100644 --- a/devel/pcre++/distinfo +++ b/devel/pcre++/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/07/12 19:57:57 kristerw Exp $ +$NetBSD: distinfo,v 1.4 2008/06/12 02:14:27 joerg Exp $ SHA1 (pcre++-0.9.5.tar.gz) = 7cb640555c6adf34bf366139b22f6d1a66bd1fb0 RMD160 (pcre++-0.9.5.tar.gz) = 1aa3c933f271caacaeec08af02c7903dd4405c41 Size (pcre++-0.9.5.tar.gz) = 381589 bytes -SHA1 (patch-aa) = 934c02151a4631eca65aa4c22779b8b0e9bb230b +SHA1 (patch-aa) = f891907a81b636acaeda22a415fab9e236bee48f diff --git a/devel/pcre++/patches/patch-aa b/devel/pcre++/patches/patch-aa index b11f0164e31..e6e23198b9b 100644 --- a/devel/pcre++/patches/patch-aa +++ b/devel/pcre++/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2005/07/12 19:57:57 kristerw Exp $ +$NetBSD: patch-aa,v 1.3 2008/06/12 02:14:27 joerg Exp $ --- doc/Makefile.in.orig 2004-08-25 01:38:04.000000000 +0200 +++ doc/Makefile.in 2005-07-12 21:51:39.000000000 +0200 @@ -17,8 +17,8 @@ $NetBSD: patch-aa,v 1.2 2005/07/12 19:57:57 kristerw Exp $ install-data-local: - $(INSTALL) -m 755 -d $(prefix)/doc/libpcre++-$(VERSION) - $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/doc/libpcre++-$(VERSION)/ -+ $(INSTALL) -m 755 -d $(prefix)/share/doc/libpcre++ -+ $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/share/doc/libpcre++/ ++ $(INSTALL) -m 755 -d ${DESTDIR}$(prefix)/share/doc/libpcre++ ++ $(INSTALL) -m 644 $(DOC_FILES) ${DESTDIR}$(prefix)/share/doc/libpcre++/ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/devel/php-gettext/Makefile b/devel/php-gettext/Makefile index 081b0b90e13..f9bef1f1fa8 100644 --- a/devel/php-gettext/Makefile +++ b/devel/php-gettext/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:27 joerg Exp $ MODNAME= gettext CATEGORIES+= devel COMMENT= PHP extension for gettext support +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-gettext-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.gettext} diff --git a/devel/php-gmp/Makefile b/devel/php-gmp/Makefile index 0986b247638..fb8abcdec89 100644 --- a/devel/php-gmp/Makefile +++ b/devel/php-gmp/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:27 joerg Exp $ MODNAME= gmp CATEGORIES+= devel math COMMENT= PHP extension for arbitrary precision math +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-gmp-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.gmp} diff --git a/devel/php-memcache/Makefile b/devel/php-memcache/Makefile index 034d099c439..d51f582c6b9 100644 --- a/devel/php-memcache/Makefile +++ b/devel/php-memcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/01/18 05:14:37 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:27 joerg Exp $ # MODNAME= memcache @@ -7,6 +7,8 @@ PECL_VERSION= 2.1.0 CATEGORIES+= devel COMMENT= PHP extension for memcached +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-memcache-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} diff --git a/devel/php-pcntl/Makefile b/devel/php-pcntl/Makefile index d2d04f1b551..88241105c7d 100644 --- a/devel/php-pcntl/Makefile +++ b/devel/php-pcntl/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2007/05/08 11:30:50 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:27 joerg Exp $ MODNAME= pcntl CATEGORIES+= devel COMMENT= PHP extension for Process Control functions +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pcntl-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared diff --git a/devel/php-posix/Makefile b/devel/php-posix/Makefile index d244ddab92d..3108e19bd20 100644 --- a/devel/php-posix/Makefile +++ b/devel/php-posix/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:27 joerg Exp $ MODNAME= posix CATEGORIES+= devel COMMENT= PHP extension for POSIX-like functions +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-posix-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared diff --git a/devel/php-shmop/Makefile b/devel/php-shmop/Makefile index ea7e0fb9b0f..e22a8ab4ae1 100644 --- a/devel/php-shmop/Makefile +++ b/devel/php-shmop/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:28 joerg Exp $ MODNAME= shmop CATEGORIES+= devel COMMENT= PHP extension for simple SysV shared memory operations +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-shmop-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} diff --git a/devel/php-sysvsem/Makefile b/devel/php-sysvsem/Makefile index bf665c577bd..2c799748e86 100644 --- a/devel/php-sysvsem/Makefile +++ b/devel/php-sysvsem/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:28 joerg Exp $ MODNAME= sysvsem CATEGORIES+= devel COMMENT= PHP extension for SysV semaphore support +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-sysvsem-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} diff --git a/devel/php-sysvshm/Makefile b/devel/php-sysvshm/Makefile index 24c9d1d19dd..c0bb4a4e113 100644 --- a/devel/php-sysvshm/Makefile +++ b/devel/php-sysvshm/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:28 joerg Exp $ MODNAME= sysvshm CATEGORIES+= devel COMMENT= PHP extension for SysV shared memory support +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-sysvshm-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 699ee049876..c28a5171162 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:26 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= physfs-1.0.1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icculus.org/physfs/ COMMENT= Library providing abstract access to various archives +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/devel/picp/Makefile b/devel/picp/Makefile index cecc14681d9..52853df3640 100644 --- a/devel/picp/Makefile +++ b/devel/picp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/06/01 22:22:23 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= picp-0.6.7 @@ -9,6 +9,8 @@ MAINTAINER= dogcow@NetBSD.org HOMEPAGE= http://home.pacbell.net/theposts/picmicro/ COMMENT= Command-line Picstart Plus/Warp-13 PIC programmer +PKG_DESTDIR_SUPPORT= user-destdir + INSTALLATION_DIRS+= bin share/doc/picp USE_LANGUAGES= c++ diff --git a/devel/picp/distinfo b/devel/picp/distinfo index 30843626261..39c058f2c90 100644 --- a/devel/picp/distinfo +++ b/devel/picp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2005/11/08 03:53:33 tv Exp $ +$NetBSD: distinfo,v 1.3 2008/06/12 02:14:28 joerg Exp $ SHA1 (picp-0.6.7.tar.gz) = 870c9af3c9d738841754dc4960ce304ffded7cf4 RMD160 (picp-0.6.7.tar.gz) = 1aab3e2771005bb7bc76838baa63069f9367efa7 Size (picp-0.6.7.tar.gz) = 122700 bytes -SHA1 (patch-aa) = bae4a62253f60a88a6f94271d306d2fec4004aa4 +SHA1 (patch-aa) = 52784a8df317c6111b0ab30816f57e72e6173059 SHA1 (patch-ab) = ca0b13db0f89bb779e590637a407512f9adc15fb diff --git a/devel/picp/patches/patch-aa b/devel/picp/patches/patch-aa index c6c5960faec..1ba2b63d628 100644 --- a/devel/picp/patches/patch-aa +++ b/devel/picp/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/07/27 05:34:27 dogcow Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/12 02:14:28 joerg Exp $ --- Makefile.orig 2005-07-26 21:37:11.000000000 -0700 +++ Makefile @@ -32,8 +32,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/07/27 05:34:27 dogcow Exp $ install: - cp -f $(APP) /usr/local/bin/ -+ $(INSTALL) -m 755 $(APP) $(PREFIX)/bin/ -+ $(INSTALL) -m 644 PICPmanual.html $(PREFIX)/share/doc/picp/ ++ $(INSTALL) -m 755 $(APP) ${DESTDIR}$(PREFIX)/bin/ ++ $(INSTALL) -m 644 PICPmanual.html ${DESTDIR}$(PREFIX)/share/doc/picp/ win: $(APP).exe diff --git a/devel/pilrc/Makefile b/devel/pilrc/Makefile index d7e5b7f0909..3f05d6dccdb 100644 --- a/devel/pilrc/Makefile +++ b/devel/pilrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/04/12 22:43:00 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= pilrc-3.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pilrc.sourceforge.net/ COMMENT= Generate resources for PalmOS applications from textual description +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_SCRIPT=unix/configure @@ -34,12 +36,12 @@ PLIST.pilrcui= yes CONFIGURE_ARGS+= --enable-pilrcui .endif +INSTALLATION_DIRS= ${DOCDIR}/images + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA_DIR} ${DOCDIR}/images cd ${WRKSRC}/doc && \ ${INSTALL_DATA} archive.html download.html index.html \ - contrib.html history.html manual.html ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/images/download.gif ${DOCDIR}/images + contrib.html history.html manual.html ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/images/download.gif ${DESTDIR}${DOCDIR}/images .include "../../mk/bsd.pkg.mk" diff --git a/devel/ply/Makefile b/devel/ply/Makefile index ee724622857..91b86025e37 100644 --- a/devel/ply/Makefile +++ b/devel/ply/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/05/26 02:13:17 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:28 joerg Exp $ DISTNAME= ply-1.5 PKGREVISION= 1 @@ -9,19 +9,20 @@ MAINTAINER= aw9k-nnk@asahi-net.or.jp HOMEPAGE= http://systems.cs.uchicago.edu/ply/ COMMENT= Python Lex-Yacc +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pax PYDISTUTILSPKG= yes DOCDIR= ${PREFIX}/share/doc/ply EGDIR= ${PREFIX}/share/examples/ply +INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${DOCDIR} - ${INSTALL_DATA_DIR} ${EGDIR} - cd ${WRKSRC}/example && pax -rwppm * ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${DESTDIR}${DOCDIR} + cd ${WRKSRC}/example && pax -rwppm * ${DESTDIR}${EGDIR} .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/pmccabe/Makefile b/devel/pmccabe/Makefile index 2dcf4f43c94..2023d5d468c 100644 --- a/devel/pmccabe/Makefile +++ b/devel/pmccabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:26 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:28 joerg Exp $ DISTNAME= pmccabe_2.2-3 PKGNAME= pmccabe-2.2.3 @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/pmccabe/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Measures the McCabe cyclomatic complexity of C and C++ +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/pmccabe CFLAGS+= -D__unix=1 diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 5e74b2396d6..facac2c1a67 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2007/02/18 11:40:09 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= pth-2.0.7 @@ -12,6 +12,7 @@ COMMENT= GNU Portable Thread library CONFLICTS= pth-current-[0-9]* pth-syscall<1.4.1nb1 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= YES GNU_CONFIGURE= YES @@ -35,10 +36,11 @@ CONFIGURE_ENV+= ac_cv_check_nfdstype='unsigned int' CONFIGURE_ENV+= ac_cv_typedef_nfds_t=no # in <poll.h>, but that's unused .endif +INSTALLATION_DIRS= share/doc/pth + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/ cd ${WRKSRC} && ${INSTALL_DATA} ANNOUNCE AUTHORS COPYING HACKING \ NEWS README SUPPORT TESTS THANKS USERS pthread.ps rse-pmt.ps \ - ${PREFIX}/share/doc/pth/ + ${DESTDIR}${PREFIX}/share/doc/pth/ .include "../../mk/bsd.pkg.mk" diff --git a/devel/pthread-sem/Makefile b/devel/pthread-sem/Makefile index f19841bb2bb..ede0eedbd8d 100644 --- a/devel/pthread-sem/Makefile +++ b/devel/pthread-sem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/15 16:34:13 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= pthread-sem-1.0 @@ -9,6 +9,8 @@ MASTER_SITES= http://www.cit.gu.edu.au/teaching/2105CIT/software/ MAINTAINER= rh@NetBSD.org COMMENT= Semaphore implementation for (PTH) pthreads +PKG_DESTDIR_SUPPORT= user-destdir + PTHREAD_OPTS+= require USE_LIBTOOL= yes diff --git a/devel/pthread-sem/files/Makefile b/devel/pthread-sem/files/Makefile index 44e56b86e6f..fd02aa57e10 100644 --- a/devel/pthread-sem/files/Makefile +++ b/devel/pthread-sem/files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/15 16:34:13 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:28 joerg Exp $ LIB= libsemaphore LIB_VER= 1:0 @@ -36,13 +36,14 @@ clean: -${LIBTOOL} --mode=clean ${RM} ${OBJS} ${LIB}.la install: - ${BSD_INSTALL_DIR} ${LIBDIR} ${INCLUDEDIR} - ${BSD_INSTALL_DATA} ${HDRS} ${INCLUDEDIR} - ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} ${LIB}.la ${LIBDIR}/${LIB}.la - ${BSD_INSTALL_DIR} ${MANDIR3} + ${BSD_INSTALL_DIR} ${DESTDIR}${LIBDIR} + ${BSD_INSTALL_DIR} ${DESTDIR}${INCLUDEDIR} + ${BSD_INSTALL_DATA} ${HDRS} ${DESTDIR}${INCLUDEDIR} + ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} ${LIB}.la ${DESTDIR}${LIBDIR}/${LIB}.la + ${BSD_INSTALL_DIR} ${DESTDIR}${MANDIR3} ${BSD_INSTALL_DATA} sem_destroy.3 sem_getvalue.3 sem_init.3 sem_post.3 \ - sem_wait.3 ${MANDIR3} - ${LN} -s sem_wait.3 ${MANDIR3}/sem_trywait.3 + sem_wait.3 ${DESTDIR}${MANDIR3} + ${LN} -s sem_wait.3 ${DESTDIR}${MANDIR3}/sem_trywait.3 ${LIB}.la: ${OBJS} ${LIBTOOL} --mode=link ${CC} -o $@ ${CFLAGS} ${LDFLAGS} \ diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index f262d189b61..bfd983899be 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= InlineEgg-1.08 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://oss.corest.com/projects/inlineegg.html COMMENT= Python module for writing inline assembler programs +PKG_DESTDIR_SUPPORT= user-destdir + LICENSE= inlineegg-license PY_PATCHPLIST= YES @@ -22,12 +24,12 @@ PYTHON_PATCH_SCRIPTS= examples/example1.py examples/example2.py \ examples/example5.py examples/example6.py \ xored_shell_client.py +INSTALLATION_DIRS= share/doc/InlineEgg share/examples/InlineEgg + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/InlineEgg - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/InlineEgg - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/InlineEgg + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/InlineEgg ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.py \ - ${PREFIX}/share/examples/InlineEgg + ${DESTDIR}${PREFIX}/share/examples/InlineEgg .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/devel/py-Optik/Makefile b/devel/py-Optik/Makefile index c8b66eec146..6cce979a42f 100644 --- a/devel/py-Optik/Makefile +++ b/devel/py-Optik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/09/30 17:45:23 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:28 joerg Exp $ DISTNAME= Optik-1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://optik.sourceforge.net/ COMMENT= Command line parsing library for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= # defined .include "../../lang/python/extension.mk" diff --git a/devel/py-Pyro/Makefile b/devel/py-Pyro/Makefile index a12f14b445a..23f035ac76d 100644 --- a/devel/py-Pyro/Makefile +++ b/devel/py-Pyro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= Pyro-3.4 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pyro.sourceforge.net/ COMMENT= Distributed Object Technology system in Python +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes PLIST_SUBST+= PYVERSSUFFIX="-${PYVERSSUFFIX}" diff --git a/devel/py-TPG/Makefile b/devel/py-TPG/Makefile index 13629b9930e..d5a661d0124 100644 --- a/devel/py-TPG/Makefile +++ b/devel/py-TPG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= TPG-2.1.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://christophe.delord.free.fr/en/tpg/ COMMENT= ToyParserGenerator for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYTHON_VERSIONS_ACCEPTED= 23 PYDISTUTILSPKG= yes diff --git a/devel/py-ZopeInterface/Makefile b/devel/py-ZopeInterface/Makefile index cc639922010..329750a9cc5 100644 --- a/devel/py-ZopeInterface/Makefile +++ b/devel/py-ZopeInterface/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= ZopeInterface-3.0.1 @@ -12,6 +12,8 @@ MAINTAINER= sifu@0xx0.net HOMEPAGE= http://www.zope.org/ COMMENT= The zope.interface package used in Zope 3 and Twisted +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes pre-build: diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 444f0367400..3716ff511a4 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= at-spi-1.22.1 @@ -11,15 +11,18 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Assistive Technology Service Provider Interface +PKG_DESTDIR_SUPPORT= user-destdir + NO_BUILD= yes PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 25 24 -PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi +PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi +INSTALLATION_DIRS= ${PYATSPIDIR} + do-install: - ${INSTALL_DATA_DIR} ${PYATSPIDIR} - ${INSTALL_DATA} ${WRKSRC}/pyatspi/*.py ${PYATSPIDIR} - ${PYTHONBIN} ${PREFIX}/${PYLIB}/compileall.py ${PYATSPIDIR} + ${INSTALL_DATA} ${WRKSRC}/pyatspi/*.py ${DESTDIR}${PYATSPIDIR} + ${PYTHONBIN} ${PREFIX}/${PYLIB}/compileall.py ${DESTDIR}${PYATSPIDIR} .include "../../lang/python/extension.mk" .include "../../devel/at-spi/buildlink3.mk" diff --git a/devel/py-checker/Makefile b/devel/py-checker/Makefile index c0a6b9296b2..44df4c58e4c 100644 --- a/devel/py-checker/Makefile +++ b/devel/py-checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/09/30 17:45:23 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:28 joerg Exp $ DISTNAME= pychecker-0.8.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pychecker.sourceforge.net/ COMMENT= Python code checker +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= # defined PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile index f3879458099..1dfaa5f8d14 100644 --- a/devel/py-cheetah/Makefile +++ b/devel/py-cheetah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/29 11:07:36 shannonjr Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= Cheetah-2.0.1 @@ -12,6 +12,8 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://cheetahtemplate.sourceforge.net/ COMMENT= Python-powered template engine and code-generator +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYBINMODULE= yes PYSETUP= setup.py diff --git a/devel/py-compizconfig/Makefile b/devel/py-compizconfig/Makefile index 894298d004a..9c513d16bbe 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/05/12 11:20:58 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= compizconfig-python-0.6.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Python bindings for libcompizconfig +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index 237b4df69a0..13365fbf7e8 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/06/17 17:31:08 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2008/06/12 02:14:28 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-curses-0 @@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.python.org/doc/current/lib/module-curses.html COMMENT= Curses module for Python +PKG_DESTDIR_SUPPORT= user-destdir + USE_NCURSES= yes # needs: filter getsyx getwin has_key immedok mvwinsnstr mvwinsstr ... # noqiflush pechochar putp putwin qiflush redrawwin setsyx syncok termattrs diff --git a/devel/py-cursespanel/Makefile b/devel/py-cursespanel/Makefile index 6723954a29a..55e5d71a6ba 100644 --- a/devel/py-cursespanel/Makefile +++ b/devel/py-cursespanel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/26 15:33:17 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:28 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-cursespanel-0 @@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.python.org/doc/current/lib/module-curses.html COMMENT= Curses panel module for Python +PKG_DESTDIR_SUPPORT= user-destdir + USE_NCURSES= # filter getsyx getwin has_key immedok mvwinsnstr mvwinsstr ... # noqiflush pechochar putp putwin qiflush redrawwin setsyx syncok termattrs # termname tigetflag tigetnum tigetstr tparm typeahead use_env wcursyncup diff --git a/devel/py-fann/Makefile b/devel/py-fann/Makefile index dcd7ee4cd97..16720668242 100644 --- a/devel/py-fann/Makefile +++ b/devel/py-fann/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2006/10/12 19:05:08 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:28 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../devel/fann-devel/Makefile.common" PKGNAME= ${PYPKGPREFIX}-fann-${FANNVERSION}.${FANNDATE} diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index fbc5a3e1c98..d7c0daf0e93 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= pygame-1.7.1release @@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://pygame.org/ COMMENT= Set of Python modules designed for writing games +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/devel/py-generate/Makefile b/devel/py-generate/Makefile index 7274d542a09..b8cbac7426f 100644 --- a/devel/py-generate/Makefile +++ b/devel/py-generate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 19:26:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= generate-2.4 @@ -11,6 +11,8 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://www.druid.net/darcy/readme-generate.html COMMENT= Python interface to Generate +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_ENV+= MANDIR=${LOCALBASE}/man MAKE_ENV+= BINDIR=${LOCALBASE}/bin USE_TOOLS+= gmake diff --git a/devel/py-kjbuckets/Makefile b/devel/py-kjbuckets/Makefile index 17df26c31de..521f769b241 100644 --- a/devel/py-kjbuckets/Makefile +++ b/devel/py-kjbuckets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:28 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:28 joerg Exp $ # DISTNAME= gadfly-1.0.0 @@ -11,20 +11,22 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://starship.python.net/crew/aaron_watters/kjbuckets/ COMMENT= Fast set, graph and mapping operations +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_ELEMENTS= ${DISTNAME}/kjbuckets EXTRACT_ELEMENTS+= ${DISTNAME}/doc/kjbuckets.txt WRKSRC= ${WRKDIR}/${DISTNAME}/kjbuckets - PYDISTUTILSPKG= yes PYBINMODULE= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} KJBDOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-kjbuckets +INSTALLATION_DIRS= ${KJBDOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${KJBDOCDIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/kjbuckets.txt ${KJBDOCDIR} + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/kjbuckets.txt ${DESTDIR}${KJBDOCDIR} .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile index a1d107e67ed..b01bfe491da 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:28 joerg Exp $ DISTNAME= py-kqueue-2.0 PKGNAME= ${PYPKGPREFIX}-kqueue-2.0 @@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jdolecek/ MAINTAINER= jdolecek@NetBSD.org COMMENT= Python interface to kqueue(2) and kevent(2) system calls +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= # defined # need to get definition of PKG_HAVE_KQUEUE diff --git a/devel/py-logging/Makefile b/devel/py-logging/Makefile index 47ee4f89bcf..8f1b2ea5947 100644 --- a/devel/py-logging/Makefile +++ b/devel/py-logging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:28 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= logging-0.4.9.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.red-dove.com/python_logging.html COMMENT= Python logging system +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index d6c244efd96..9691bde1ec8 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 09:54:57 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:29 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../devel/newt/Makefile.common" @@ -17,8 +19,8 @@ do-build: ${PYTHONBIN} -m py_compile ${WRKSRC}/snack.py do-install: - ${INSTALL_LIB} ${WRKSRC}/_snackmodule.so ${PREFIX}/${PYSITELIB} - ${INSTALL_LIB} ${WRKSRC}/snack.p* ${PREFIX}/${PYSITELIB} + ${INSTALL_LIB} ${WRKSRC}/_snackmodule.so ${DESTDIR}${PREFIX}/${PYSITELIB} + ${INSTALL_LIB} ${WRKSRC}/snack.p* ${DESTDIR}${PREFIX}/${PYSITELIB} .include "../../devel/newt/buildlink3.mk" .include "../../lang/python/extension.mk" diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 5ca72f7640f..145d1bf1228 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/09/30 17:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:29 joerg Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unit-1.4.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pyunit.sourceforge.net/ COMMENT= Unit testing framework for python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= # defined .include "../../lang/python/extension.mk" diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index f9e051ba90a..0c144f72278 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/09/30 17:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:29 joerg Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pyunit.sourceforge.net/ COMMENT= Unit testing framework for python tk +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= # defined .include "../../lang/python/extension.mk" diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile index e932a7e247d..47a21acb33e 100644 --- a/devel/py-urwid/Makefile +++ b/devel/py-urwid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:29 joerg Exp $ DISTNAME= urwid-0.9.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://excess.org/urwid/ COMMENT= Curses-based Python user interface library +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses PYDISTUTILSPKG= yes diff --git a/devel/py-zconfig/Makefile b/devel/py-zconfig/Makefile index 093519d4736..95cf9a42cbe 100644 --- a/devel/py-zconfig/Makefile +++ b/devel/py-zconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:28 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= ZConfig-1.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.zope.org/Members/fdrake/zconfig/ COMMENT= Configuration library +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/devel/scmcvs/Makefile b/devel/scmcvs/Makefile index 003e6f719ba..9e3db9ac012 100644 --- a/devel/scmcvs/Makefile +++ b/devel/scmcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/01/17 11:03:02 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= cvs-1.11.22 @@ -13,6 +13,7 @@ COMMENT= Concurrent Versions System #LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 721a99381bd..f285f21d13b 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2008/03/06 14:53:49 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/12 02:14:29 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../editors/abiword/Makefile.common" diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index dd9e114dad7..baf768e34d1 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/09/03 00:56:29 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= bvi-1.3.2.src @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bvi.sourceforge.net/ COMMENT= Vi-like editor for binary files +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= YES MAKE_ENV+= SHELL=${SH:Q} diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 005679ef487..8ff03d0d00f 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2008/04/14 11:36:11 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= conglomerate-0.9.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.conglomerate.org/ COMMENT= XML editor for GNOME2 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= docbook-xsl>=1.64.1:../../textproc/docbook-xsl DEPENDS+= docbook-xml>=4.2nb6:../../textproc/docbook-xml diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index b8adc475c53..e38dfb51d70 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/12/27 13:37:36 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:29 joerg Exp $ DISTNAME= cooledit-3.17.17 PKGREVISION= 2 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= # http://cooledit.sourceforge.net/ COMMENT= Full-featured text editor +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 7dfa9831578..9a3715074fc 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/06/12 12:51:07 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2008/06/12 02:14:29 joerg Exp $ DISTNAME= BasiliskII_src_01052006 PKGNAME= BasiliskII-1.0.20060501 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gwenole.beauchesne.info/projects/basilisk2/ COMMENT= Open Source 68k Macintosh emulator +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/BasiliskII-1.0 USE_LANGUAGES= c c++ USE_TOOLS+= gmake @@ -25,11 +27,12 @@ BUILD_DIRS= ${CONFIGURE_DIRS} CXXFLAGS+=-g -O0 +INSTALLATION_DIRS= share/doc/BasiliskII + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BasiliskII - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/BasiliskII/ - ${INSTALL_DATA} ${WRKSRC}/TECH ${PREFIX}/share/doc/BasiliskII/ - ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/BasiliskII/ + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/BasiliskII/ + ${INSTALL_DATA} ${WRKSRC}/TECH ${DESTDIR}${PREFIX}/share/doc/BasiliskII/ + ${INSTALL_DATA} ${WRKSRC}/TODO ${DESTDIR}${PREFIX}/share/doc/BasiliskII/ .include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/NeoPop-SDL/Makefile b/emulators/NeoPop-SDL/Makefile index a5f18b3aa4a..e4595d9e6b7 100644 --- a/emulators/NeoPop-SDL/Makefile +++ b/emulators/NeoPop-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/12 16:28:06 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= NeoPop-SDL-0.2 @@ -11,6 +11,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.nih.at/NeoPop-SDL/ COMMENT= SNK NeoGeo Pocket emulator +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png} diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 688347d20d2..ebdcde3b369 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2008/01/18 10:21:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:29 joerg Exp $ DISTNAME= bochs-2.3.6 CATEGORIES= emulators @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bochs.sourceforge.net/ COMMENT= IA32 and AMD64 PC emulator +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_TOOLS+= gunzip gzip diff --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile index 222e60dcb8c..1fa2cb6b8c6 100644 --- a/emulators/ckmame/Makefile +++ b/emulators/ckmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/05/25 13:16:11 dillo Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= ckmame-0.9 @@ -10,6 +10,8 @@ OWNER= dillo@NetBSD.org HOMEPAGE= http://www.nih.at/ckmame/ COMMENT= Check ROM sets for MAME +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config GNU_CONFIGURE= yes TEST_TARGET= check diff --git a/emulators/dgen/Makefile b/emulators/dgen/Makefile index 290fc9f42c2..722b61a770b 100644 --- a/emulators/dgen/Makefile +++ b/emulators/dgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/12/03 17:07:41 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= dgen-sdl-1.23 @@ -10,6 +10,8 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://www.pknet.com/~joe/dgen-sdl.html COMMENT= Genesis/Megadrive emulator for Unix platforms +PKG_DESTDIR_SUPPORT= user-destdir + .if ${MACHINE_ARCH} == "i386" DEPENDS+= nasm-[0-9]*:../../devel/nasm .endif diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index c6bb1edf3d6..a62be07f695 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/02/04 19:52:54 tnn Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:29 joerg Exp $ DISTNAME= fuse-utils-0.9.0 CATEGORIES= emulators @@ -8,6 +8,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fuse-emulator.sourceforge.net/ COMMENT= ZX Spectrum Emulator utilities +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index b2c931e2be7..8eb2ce0a86c 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/01/24 18:32:37 adam Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:29 joerg Exp $ DISTNAME= fuse-0.9.0 CATEGORIES= emulators @@ -8,6 +8,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fuse-emulator.sourceforge.net/ COMMENT= ZX Spectrum Emulator +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= perl pkg-config GNU_CONFIGURE= yes LIBS+= ${LIBOSSAUDIO} diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index d6fab5f5ccf..b8dc316c8a2 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/12/01 23:57:23 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:29 joerg Exp $ DISTNAME= pcemu1.01alpha PKGNAME= pcemu-1.01a @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_FREEBSD} MAINTAINER= eric@fox.phoenix.az.us COMMENT= 8086 PC emulator, by David Hedley +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= bdftopcf mkfontdir MAKE_ENV+= FILESDIR=${FILESDIR:Q} @@ -17,6 +19,8 @@ FONTS_DIRS.x11= ${PREFIX}/lib/pcemu/font REQD_DIRS= ${PREFIX}/lib/pcemu/font REQD_DIRS+= ${PREFIX}/lib/pcemu +INSTALL_MAKE_FLAGS= LOCALPREFIX=${DESTDIR}${PREFIX} + do-configure: cd ${WRKSRC}; \ ${MKDIR} ${WRKSRC}/bootstrap; \ diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index bcc2a08c0a3..9f198fc58af 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= TTFQuery-0.2.6 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ttfquery.sourceforge.net/ COMMENT= Query TTF font files for metadata and font outlines +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools PYDISTUTILSPKG= yes diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index eff1e81fa82..fd89e956bc7 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= fonttools-2.0b1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fonttools.sourceforge.net/ COMMENT= Library for manipulating fonts +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/fonttools PYDISTUTILSPKG= yes diff --git a/games/InterLOGIC/Makefile b/games/InterLOGIC/Makefile index a8020f46cad..8edc2384594 100644 --- a/games/InterLOGIC/Makefile +++ b/games/InterLOGIC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/12 16:28:07 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= interLOGIC-src-0.30 @@ -12,15 +12,18 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/interlogic/ COMMENT= Logic/puzzle game based on the old Amiga game "Balls" +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/interlogic USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +INSTALLATION_DIRS= share/doc/InterLOGIC + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE} + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/InterLOGIC .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/SDL_image/buildlink3.mk" diff --git a/games/KoboDeluxe/Makefile b/games/KoboDeluxe/Makefile index 25674a9036f..a03c60a4bdc 100644 --- a/games/KoboDeluxe/Makefile +++ b/games/KoboDeluxe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/02/08 18:16:09 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:29 joerg Exp $ DISTNAME= KoboDeluxe-0.4pre10 PKGNAME= ${DISTNAME:S/pre/rc/} @@ -9,6 +9,8 @@ MAINTAINER= as@rsn.bth.se HOMEPAGE= http://olofson.net/kobodl/ COMMENT= Multi-way scrolling shoot 'em up game for X +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_TOOLS+= gmake diff --git a/games/abuse/Makefile b/games/abuse/Makefile index 1793c7d3a43..fbc90f8bf1c 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/01/19 09:16:20 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:29 joerg Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= # AWOL COMMENT= Full color 320x200 arcade quality platform shooter +PKG_DESTDIR_SUPPORT= user-destdir + USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS=${X11_LDFLAGS:Q} @@ -19,6 +21,9 @@ USE_LANGUAGES= c c++ NOT_FOR_PLATFORM= NetBSD-*-arm32 +INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} \ + mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} + post-extract: cd ${WRKSRC}/abuse \ && ${GTAR} xfz ${DISTDIR}/abuse_data.tar.gz diff --git a/games/an/Makefile b/games/an/Makefile index 4ff5e761ecc..4b3a0dfc25d 100644 --- a/games/an/Makefile +++ b/games/an/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/07/02 14:49:50 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:29 joerg Exp $ # DISTNAME= an-0.93 @@ -8,8 +8,13 @@ MASTER_SITES= ftp://suburbia.net/pub/rmj/ MAINTAINER= jonb@NetBSD.org COMMENT= Very fast anagram generator +PKG_DESTDIR_SUPPORT= user-destdir + INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 +INSTALL_MAKE_FLAGS= INSTALLDIR=${DESTDIR}${PREFIX}/bin \ + MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man6 + WRKSRC= ${WRKDIR}/an-0.93 .include "../../mk/bsd.pkg.mk" diff --git a/games/aop/Makefile b/games/aop/Makefile index 5a82e2867fa..a582a340873 100644 --- a/games/aop/Makefile +++ b/games/aop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:29 joerg Exp $ DISTNAME= aop-0.6 CATEGORIES= games @@ -8,6 +8,8 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://raffi.at/view/code/aop/ COMMENT= Aop is a curses based arcade game with only 64 lines of sourcecode +PKG_DESTDIR_SUPPORT= user-destdir + SUBST_CLASSES+= destination SUBST_FILES.destination=aop.c Makefile SUBST_STAGE.destination=pre-configure diff --git a/games/aop/distinfo b/games/aop/distinfo index 44902fb7f70..80c4c370e32 100644 --- a/games/aop/distinfo +++ b/games/aop/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $ +$NetBSD: distinfo,v 1.2 2008/06/12 02:14:29 joerg Exp $ SHA1 (aop-0.6.tar.gz) = 88bc2216f1898c42d8223ebaf0bfe665d03d0074 RMD160 (aop-0.6.tar.gz) = 2c329b08f14455b181bf2be15e90790a718f50e4 Size (aop-0.6.tar.gz) = 11811 bytes -SHA1 (patch-aa) = 5bd877de15ad1546f37d830e75013364d6727c19 +SHA1 (patch-aa) = 4b34486acba7e1ecc38845536d168436b1c52c42 diff --git a/games/aop/patches/patch-aa b/games/aop/patches/patch-aa index c33781b476b..3c9583aaaee 100644 --- a/games/aop/patches/patch-aa +++ b/games/aop/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/12 02:14:30 joerg Exp $ --- Makefile.orig 2005-04-25 23:27:12.000000000 +0200 +++ Makefile 2005-04-25 23:30:38.000000000 +0200 @@ -10,10 +10,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $ - install -d /usr/local/share/aop - install -m 755 aop /usr/local/bin/aop - install -m 644 aop-level-*.txt /usr/local/share/aop/ -+ ${BSD_INSTALL_PROGRAM_DIR} ${PREFIX}/bin -+ ${BSD_INSTALL_DATA_DIR} ${PREFIX}/share/aop -+ ${BSD_INSTALL_PROGRAM} aop ${PREFIX}/bin/aop -+ ${BSD_INSTALL_DATA} aop-level-*.txt ${PREFIX}/share/aop/ ++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/aop ++ ${BSD_INSTALL_PROGRAM} aop ${DESTDIR}${PREFIX}/bin/aop ++ ${BSD_INSTALL_DATA} aop-level-*.txt ${DESTDIR}${PREFIX}/share/aop/ clean: rm -f aop core* *~ diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile index 5d40db29123..c27927e0d78 100644 --- a/games/bluemoon/Makefile +++ b/games/bluemoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 22:48:59 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= bluemoon-1.1.2 @@ -9,6 +9,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://keldon.net/bluemoon/ COMMENT= Blue Moon game with AI +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config diff --git a/games/boson/Makefile b/games/boson/Makefile index be38add9bd8..fccdbc36d2f 100644 --- a/games/boson/Makefile +++ b/games/boson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/01/18 05:06:34 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= boson-all-0.8 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://boson.eu.org/ COMMENT= OpenGL real-time strategy game for KDE 3 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index 37b5230fcd1..711a3428031 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/01/18 05:06:34 tnn Exp $ +# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:30 joerg Exp $ DISTNAME= bzflag-2.0.8 #PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= blymn@NetBSD.org HOMEPAGE= http://www.bzflag.org/ COMMENT= OpenGL tank game +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ diff --git a/games/crack-attack-sounds/Makefile b/games/crack-attack-sounds/Makefile index 754d7d6bacc..a18aeffcd01 100644 --- a/games/crack-attack-sounds/Makefile +++ b/games/crack-attack-sounds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 19:10:18 dsainty Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= crack-attack-sounds-1.1.14-58.noarch @@ -12,6 +12,8 @@ MAINTAINER= dsainty@NetBSD.org HOMEPAGE= http://www.miguev.net/background-music-for-crack-attack-119-v05/ COMMENT= Music and sounds for crack-attack +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/usr/share/games/crack-attack USE_LANGUAGES= # none NO_BUILD= yes diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile index b4acac27954..22c41404bfb 100644 --- a/games/crimsonfields/Makefile +++ b/games/crimsonfields/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/04/24 21:26:49 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= crimson-0.5.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://crimson.seul.org/ COMMENT= Tactical war game in the tradition of Battle Isle +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ USE_TOOLS+= gmake diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 50a1d6b9e23..72d09153f26 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/08/15 08:42:36 xtraeme Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= CriticalMass-1.0.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://criticalmass.sourceforge.net/ COMMENT= SDL/OpenGL space shoot'em up game +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/games/crossfire-client-gtk/Makefile b/games/crossfire-client-gtk/Makefile index 99b93ca5790..90c6f533dbf 100644 --- a/games/crossfire-client-gtk/Makefile +++ b/games/crossfire-client-gtk/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/11 05:58:00 adam Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:30 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../games/crossfire-client/Makefile.common" diff --git a/games/crossfire-client-gtk2/Makefile b/games/crossfire-client-gtk2/Makefile index 46048ea9084..45c11cd1237 100644 --- a/games/crossfire-client-gtk2/Makefile +++ b/games/crossfire-client-gtk2/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/11 05:58:41 adam Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:30 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../games/crossfire-client/Makefile.common" diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 6ba1a8e2c7f..7defee4ba29 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2007/02/02 18:29:17 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:30 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../games/crossfire-client/Makefile.common" diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 5c86f7326ea..95db182dbdf 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/07/30 12:22:51 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:30 joerg Exp $ DISTNAME= crossfire-1.9.0 PKGNAME= crossfire-server-1.9.0 @@ -10,6 +10,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://crossfire.real-time.com/ COMMENT= X11 multi/single player game similar to gauntlet and nethack +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_TOOLS+= gmake perl:run bash:run GNU_CONFIGURE= yes diff --git a/games/d2x/Makefile b/games/d2x/Makefile index 876997d4ad3..386a49ee885 100644 --- a/games/d2x/Makefile +++ b/games/d2x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/06/12 16:28:08 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= d2x-0.2.5 @@ -10,6 +10,8 @@ MAINTAINER= airhead@users.sourceforge.net HOMEPAGE= http://icculus.org/d2x/ COMMENT= Descent II port +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 1af18258e64..a82ea294982 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/03/04 11:02:24 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= eboard-1.0.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://eboard.sourceforge.net/ COMMENT= Graphical user interface for playing chess +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR} diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile index 840490bfdf9..a034b177ec0 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/10/04 21:43:00 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= fillets-ng-0.7.3 @@ -9,6 +9,8 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://fillets.sourceforge.net/ COMMENT= Puzzle game about witty fish saving the world sokoban style +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= fillets-ng-data-0.7.1:../../games/fillets-ng-data GNU_CONFIGURE= yes diff --git a/games/fire/Makefile b/games/fire/Makefile index da41846b2bd..6433fe5744d 100644 --- a/games/fire/Makefile +++ b/games/fire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/06/12 16:28:08 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= fire-1.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/fire/index.html COMMENT= Organic fireworks demo +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../devel/SDL/buildlink3.mk" diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 565f07cd596..18c23f4ec6d 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/17 18:01:52 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= FlightGear-1.0.0 @@ -15,6 +15,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.flightgear.org/ COMMENT= The FlightGear Simulator +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LANGUAGES+= c c++ diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 51bbdd5c208..6548db103ad 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/01/11 10:35:40 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= foobillard-3.0a @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://foobillard.sunsite.dk/ COMMENT= Free OpenGL-billard game +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/games/fortune-strfile/Makefile b/games/fortune-strfile/Makefile index 20146d228c6..7a0018ffd34 100644 --- a/games/fortune-strfile/Makefile +++ b/games/fortune-strfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/02/09 23:42:59 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:30 joerg Exp $ DISTNAME= fortune-strfile-0 CATEGORIES= games @@ -7,6 +7,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Tool to prepare a fortune database +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} NO_CHECKSUM= yes USE_BSD_MAKEFILE= yes diff --git a/games/freedroid/Makefile b/games/freedroid/Makefile index 25e06f7eba1..0420361ebd4 100644 --- a/games/freedroid/Makefile +++ b/games/freedroid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/12 16:28:08 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= freedroid-1.0.2 @@ -10,6 +10,8 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://freedroid.sourceforge.net/ COMMENT= Clone of the C64 game Paradroid +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/games/gamazons/Makefile b/games/gamazons/Makefile index 28d47b8e344..23184d8a4a3 100644 --- a/games/gamazons/Makefile +++ b/games/gamazons/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/03/06 14:53:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= gamazons-0.83 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.yorgalily.org/gamazons/ COMMENT= GNOME program for playing the game Amazons +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake USE_DIRS+= gnome2-1.6 xdg-1.4 diff --git a/games/pag/Makefile b/games/pag/Makefile index 4d34aa28276..dff3a39808b 100644 --- a/games/pag/Makefile +++ b/games/pag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:09:21 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= pag-0.92 @@ -10,11 +10,15 @@ MAINTAINER= pancake@phreaker.net #HOMEPAGE= http://pancake.host.sk/ COMMENT= Platform Arcade Game +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake USE_NCURSES= yes # missing function stdscr GNU_CONFIGURE= yes +INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} + .include "../../devel/ncurses/buildlink3.mk" .include "../../graphics/aalib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 38f95b291ae..feb59c5c4dd 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/03/06 14:53:50 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= pioneers-0.11.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pio.sourceforge.net/ COMMENT= GNOME version of the Settlers of Catan board game +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake pkg-config msgfmt diff --git a/games/plib/Makefile b/games/plib/Makefile index 8810da1226e..b9a0a0b43b9 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/03/14 14:38:46 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= plib-1.8.5 @@ -9,6 +9,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://plib.sourceforge.net/ COMMENT= Libraries for writing portable games/realtime interactive apps +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ CPPFLAGS+= -Dunix=1 diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 5b2e4c08063..80cb11c989c 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/07/06 19:41:09 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2008/06/12 02:14:30 joerg Exp $ DISTNAME= prboom-2.4.7 CATEGORIES= games @@ -8,6 +8,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://prboom.sourceforge.net/ COMMENT= Multiplayer-capable and modified version of DOOM +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-waddir=${PREFIX}/share/doom diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index 6cd5e0b89ad..d540ff957c6 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/05/26 02:13:20 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:30 joerg Exp $ DISTNAME= postgis-${VERSION} VERSION= 1.3.2 @@ -11,6 +11,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://postgis.refractions.net/ COMMENT= Spatial database capabilities for PostgreSQL +PKG_DESTDIR_SUPPORT= user-destdir + # XXX Change to determine postgresql version dynamically. CONFLICTS= postgis-[0-9]* @@ -37,18 +39,18 @@ SUBST_FILES.paths= extras/template_gis/profile \ SUBST_VARS.paths+= PKG_SYSCONFDIR SUBST_STAGE.paths= pre-configure +INSTALLATION_DIRS= ${DOCDIR} ${HTMLDIR} ${PKGMANDIR}/man1 + # Install is manual because distribution fails if docbook prereqs are not # satisfied, rather than using the prebuilt versions which are actually # in the distfile. do-install: - cd ${WRKSRC} && ${GMAKE} install - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA} ${BUILD_DIRS:Q}/README.postgis ${DOCDIR} - ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.xml ${DOCDIR} - ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.txt ${DOCDIR} - ${INSTALL_DATA_DIR} ${HTMLDIR} - cd ${WRKSRC}/doc/html && pax -rw -pp *.html *.css ${HTMLDIR} - ${INSTALL_MAN} ${BUILD_DIRS:Q}/doc/man/*.1 ${PREFIX}/${PKGMANDIR}/man1 + cd ${WRKSRC} && ${GMAKE} install DESTDIR=${DESTDIR} + ${INSTALL_DATA} ${BUILD_DIRS:Q}/README.postgis ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.xml ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/*.txt ${DESTDIR}${DOCDIR} + cd ${WRKSRC}/doc/html && pax -rw -pp *.html *.css ${DESTDIR}${HTMLDIR} + ${INSTALL_MAN} ${BUILD_DIRS:Q}/doc/man/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 DEPENDS+= postgresql81-server>=8.1:../../databases/postgresql81-server diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile index 192e653452f..ef5fec0ccb4 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/04/06 14:46:10 gdt Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= proj-swig-0.01 @@ -10,6 +10,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://acert.ir.bbn.com/downloads/acert-geospatial/ COMMENT= Guile and python wrappers for proj +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= yes diff --git a/geography/py-proj/Makefile b/geography/py-proj/Makefile index f09dffbaaa7..631180326fb 100644 --- a/geography/py-proj/Makefile +++ b/geography/py-proj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= pyproj-1.8.3 @@ -10,11 +10,14 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://code.google.com/p/pyproj/ COMMENT= Python wrapper for proj +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= true +INSTALLATION_DIRS= share/doc/${PKGNAME} + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME} - ${INSTALL} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGNAME} + ${INSTALL} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGNAME} .include "../../lang/python/extension.mk" diff --git a/graphics/Cenon/Makefile b/graphics/Cenon/Makefile index 86ccb721170..318ffe02abe 100644 --- a/graphics/Cenon/Makefile +++ b/graphics/Cenon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/01/18 05:06:37 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= Cenon-3.83 @@ -16,10 +16,11 @@ USE_LANGUAGES= objc WRKSRC= ${WRKDIR}/Cenon NO_CONFIGURE= yes +INSTALLATION_DIRS= share/doc/Cenon + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Cenon .for doc in LICENSE README - ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/Cenon + ${INSTALL_DATA} ${WRKSRC}/${doc} ${DESTDIR}${PREFIX}/share/doc/Cenon .endfor .include "../../x11/gnustep-back/buildlink3.mk" diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 92a70913976..cf60e73c36f 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/03/08 13:39:20 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:31 joerg Exp $ DISTNAME= Coin-2.4.4 PKGREVISION= 3 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.coin3d.org/ COMMENT= Free, portable, Open Inventor API implementation +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 1549f627d5b..730fd00a0a0 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/05/26 02:13:20 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2008/06/12 02:14:31 joerg Exp $ DISTNAME= GMT4.1.4 PKGNAME= GMT-4.1.4 @@ -17,6 +17,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gmt.soest.hawaii.edu/ COMMENT= Generic Mapping Tools +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_SUFX= .tar.bz2 DIST_SUBDIR= ${DISTNAME} @@ -40,26 +42,23 @@ post-extract: ${MV} -f ${WRKSRC}/www/gmt/doc/pdf ${WRKSRC} ${RM} -f ${WRKSRC}/examples/*.bat ${WRKSRC}/examples/*/*.bat +INSTALLATION_DIRS= share/doc/gmt share/examples/gmt/tutorial share/gmt + +pre-install: + rm -f ${WRKSRC}/share/.gmtdefaults_SI.orig + rm -f ${WRKSRC}/share/.gmtdefaults_US.orig + rm -f ${WRKSRC}/share/gmt.conf.orig + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gmt cd ${WRKSRC}/pdf && ${INSTALL_DATA} GMT_Docs.pdf \ - GMT_Tutorial.pdf ${PREFIX}/share/doc/gmt - (cd ${PREFIX}/share/doc/html/gmt/doc && ${LN} -sf \ - ../../../gmt pdf) - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gmt/tutorial + GMT_Tutorial.pdf ${DESTDIR}${PREFIX}/share/doc/gmt + ln -sf ../../../gmt ${DESTDIR}${PREFIX}/share/doc/html/gmt/doc/pdf cd ${WRKSRC}/tutorial && ${INSTALL_DATA} bermuda.nc quakes.cpt \ ship.xyz us.nc data quakes.ngdc topo.cpt \ - ${PREFIX}/share/examples/gmt/tutorial; - ${INSTALL_DATA_DIR} ${PREFIX}/share/gmt - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/share - cd ${WRKSRC}/share && pax -rw . ${PREFIX}/share/gmt - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gmt - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/examples/ - cd ${WRKSRC}/examples && pax -rw . ${PREFIX}/share/examples/gmt - ${RM} ${PREFIX}/share/gmt/.gmtdefaults_SI.orig - ${RM} ${PREFIX}/share/gmt/.gmtdefaults_US.orig - ${RM} ${PREFIX}/share/gmt/gmt.conf.orig - cd ${WRKDIR}/share && pax -rw . ${PREFIX}/share/gmt + ${DESTDIR}${PREFIX}/share/examples/gmt/tutorial; + cd ${WRKSRC}/share && pax -rw . ${DESTDIR}${PREFIX}/share/gmt + cd ${WRKDIR}/share && pax -rw . ${DESTDIR}${PREFIX}/share/gmt + cd ${WRKSRC}/examples && pax -rw . ${DESTDIR}${PREFIX}/share/examples/gmt .include "../../devel/netcdf/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" diff --git a/graphics/GMT/distinfo b/graphics/GMT/distinfo index a9f787a118b..df571319173 100644 --- a/graphics/GMT/distinfo +++ b/graphics/GMT/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2007/07/23 11:56:05 wennmach Exp $ +$NetBSD: distinfo,v 1.16 2008/06/12 02:14:31 joerg Exp $ SHA1 (GMT4.1.4/GMT4.1.4_man.tar.bz2) = bd07c5675a2dfbba9f8d05864a1bf563c042e5dc RMD160 (GMT4.1.4/GMT4.1.4_man.tar.bz2) = 42927181461b35294a8702499d2a66501555dc8b @@ -33,8 +33,8 @@ Size (GMT4.1.4/GMT4.1_full.tar.bz2) = 28805855 bytes SHA1 (GMT4.1.4/GMT4.1_high.tar.bz2) = 38f221c050be8a5c21fa54dd1c8da2b0ca230910 RMD160 (GMT4.1.4/GMT4.1_high.tar.bz2) = 82bb0417a9f5c92c2d5f96a173478a0c67c02b2b Size (GMT4.1.4/GMT4.1_high.tar.bz2) = 8644144 bytes -SHA1 (patch-aa) = b548d839e719ea92d8cfa11f72069216ee2ef43d -SHA1 (patch-ab) = a1d95e5654f0b202d6a1f8d7bd7c146d317191d1 +SHA1 (patch-aa) = 66afc127dcf3cbafc4e6d7ee979f0403703ce163 +SHA1 (patch-ab) = 7449fd466d969c2b882218eb59e63c4e0b2c64d3 SHA1 (patch-ac) = 70e02872abf33386ed766b2ec59270227ed6571d SHA1 (patch-ad) = fab72f2d1942f548f87154da39f5344fe2693a8a SHA1 (patch-ae) = 7f74635ab750a6c03cb8cae1cf8b99a00a5b63da @@ -43,18 +43,18 @@ SHA1 (patch-ag) = 93cea6588dba67624a54251faf9b47fd3eeb6c2b SHA1 (patch-ah) = 7925e788bb0bb753ab65d7379e90bedb2a47cece SHA1 (patch-ai) = 6bead94706dedbadfa87fd3ac4668783ae6869ab SHA1 (patch-aj) = 735d9a56f796ae905e52f45dcf2079b2a19b0c77 -SHA1 (patch-ak) = 5e9a6f7e287ef0cc7b757029e66c406ac9649eac -SHA1 (patch-al) = b438da24161e7c6031e6337d9ff7ca22294fd4d9 +SHA1 (patch-ak) = 4d55645a0750f2c4a850b627763ed1de508b852a +SHA1 (patch-al) = 35303bd0de71eec8a759b95b83321b442a37b7c8 SHA1 (patch-an) = f33a3740751055dc6edaf4c0ac505c5c6f9dd367 SHA1 (patch-ao) = 4797ec16091c417a64844b89bdfc805b57f35231 SHA1 (patch-ap) = 664959cb0f76a1c8e9ed6b9579e1f2211e26e1f0 SHA1 (patch-aq) = 214d39933e5577334dfef41538933e960ef72115 SHA1 (patch-ar) = 7c693fee525963190cd709bc03a0e596540f0e48 SHA1 (patch-as) = 07862720d30d35a3e219da8a73bf21f89fad6c07 -SHA1 (patch-at) = 731039e254c4bf0a8f1346b07fcb211a8bc0661f +SHA1 (patch-at) = d799fc9a000d331a73ef07fbe758e8c8b273ef58 SHA1 (patch-au) = af7b30735382479dc4c4ac813244feb3f116bb6e SHA1 (patch-ay) = eccd5c6dee172793d3e2499447386cb262897a32 SHA1 (patch-az) = 20a0266f828e5c0c2dd437e279374593b349a1cf -SHA1 (patch-ba) = e1b331a4946472582f1c948c416b9cd108316fbd +SHA1 (patch-ba) = 865e9197cde43566ef7f85aa5f79ed55d08f2d5d SHA1 (patch-bb) = 65a651d2075d6457e7725bbe8196c7a514fb3414 SHA1 (patch-bc) = 706878d5067eb22b579b110929a1069d67aece64 diff --git a/graphics/GMT/patches/patch-aa b/graphics/GMT/patches/patch-aa index 8fbbf54de1e..35999c97ef4 100644 --- a/graphics/GMT/patches/patch-aa +++ b/graphics/GMT/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.8 2006/11/14 13:16:00 wennmach Exp $ +$NetBSD: patch-aa,v 1.9 2008/06/12 02:14:31 joerg Exp $ Libtoolize. ---- src/Makefile.orig 2006-11-08 15:19:48.000000000 +0100 -+++ src/Makefile 2006-11-08 16:04:24.000000000 +0100 -@@ -43,7 +43,7 @@ +--- src/Makefile.orig 2006-11-01 16:41:02.000000000 +0000 ++++ src/Makefile +@@ -43,7 +43,7 @@ include makegmt.macros # GMT-specific se NETCDFLIB = $(NETCDF)/lib NETCDFINC = $(NETCDF)/include CFLAGS = -I$(NETCDFINC) $(WIN32) $(CC_OPT) -DGMT_DEFAULT_PATH=\"$(GMT_DEFAULT_PATH)\" $(TRIANGLE_D) @@ -13,7 +13,7 @@ Libtoolize. PS = -lpsl GMT = -lgmt -@@ -151,38 +151,34 @@ +@@ -151,38 +151,34 @@ gmt_notposix.h: ./configure install: all @@ -65,7 +65,7 @@ Libtoolize. uninstall: for i in $(ALLPROGS); do \ -@@ -207,13 +203,13 @@ +@@ -207,13 +203,13 @@ uninstall: fi clean: @@ -81,7 +81,7 @@ Libtoolize. touch makegmt.macros distclean: spotless -@@ -225,40 +221,32 @@ +@@ -225,40 +221,32 @@ distclean: spotless libs: $(GMTLIB) pslib.o: pslib.c $(PS_H) $(PS_I) gmt_notunix.h gmt_notposix.h gmt_math.h @@ -103,19 +103,19 @@ Libtoolize. -./libpsl.$(SL): pslib.o - $(LD) $(LD_OPT) $? -o $@ +libpsl.la: pslib.o -+ @$(LIBTOOL) --mode=link $(CC) -o $@ pslib.lo $(LDFLAGS) -lm --version-info 0:0 -rpath $(libdir) ++ @$(LIBTOOL) --mode=link $(CC) -o $@ pslib.lo $(LDFLAGS) -lm --version-info 0:0 -rpath $(PLAIN_LIBDIR) -./libgmt.$(SL): $(LIB_O) $(TRIANGLE_O) $(ALPHA_SINCOS_O) - $(LD) $(LD_OPT) $(LIB_O) $(TRIANGLE_O) $(ALPHA_SINCOS_O) -o $@ +libgmt.la: $(LIB_O) $(TRIANGLE_O) $(ALPHA_SINCOS_O) + @$(LIBTOOL) --mode=link $(CC) -o $@ $(LIB_O:.o=.lo) \ + $(TRIANGLE_O:.o=.lo) $(ALPHA_SINCOS_O:.o=.lo) $(LDFLAGS) \ -+ $(CDF) $(LIBS) --version-info 0:0 -rpath $(libdir) ++ $(CDF) $(LIBS) --version-info 0:0 -rpath $(PLAIN_LIBDIR) -./libgmtps.$(SL): $(LIBPS_O) - $(LD) $(LD_OPT) $(LIBPS_O) -o $@ +libgmtps.la: $(LIBPS_O) -+ @$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBPS_O:.o=.lo) $(LDFLAGS) -lm --version-info 0:0 -rpath $(libdir) ++ @$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBPS_O:.o=.lo) $(LDFLAGS) -lm --version-info 0:0 -rpath $(PLAIN_LIBDIR) #------------------------------------------------------------------------------- # program dependencies diff --git a/graphics/GMT/patches/patch-ab b/graphics/GMT/patches/patch-ab index 718d2e0dd62..dd53ee679f8 100644 --- a/graphics/GMT/patches/patch-ab +++ b/graphics/GMT/patches/patch-ab @@ -1,8 +1,16 @@ -$NetBSD: patch-ab,v 1.6 2006/11/14 13:16:00 wennmach Exp $ +$NetBSD: patch-ab,v 1.7 2008/06/12 02:14:31 joerg Exp $ --- src/makegmt.macros.in.orig 2006-11-08 16:19:32.000000000 +0100 +++ src/makegmt.macros.in 2006-11-08 16:20:29.000000000 +0100 -@@ -49,6 +49,9 @@ +@@ -19,6 +19,7 @@ exec_prefix = @exec_prefix@ + srcdir = @rootdir@/src + bindir = $(DESTDIR)@bindir@ + libdir = $(DESTDIR)@libdir@ ++PLAIN_LIBDIR = @libdir@ + includedir = $(DESTDIR)@includedir@ + mandir = $(DESTDIR)@mandir@ + datadir = $(DESTDIR)@datadir@ +@@ -49,6 +50,9 @@ LIBS = @LIBS@ # Misc. Standard Utilities: #--------------------------------------------------------------- INSTALL = @INSTALL@ @@ -12,7 +20,7 @@ $NetBSD: patch-ab,v 1.6 2006/11/14 13:16:00 wennmach Exp $ AWK = @AWK@ AS = @AS@ AR = @AR@ -@@ -146,4 +149,4 @@ +@@ -146,4 +150,4 @@ ALPHA_SINCOS_O = @ALPHA_SINCOS_O@ # Select STATIC (Default) or SHARED libraries #------------------------------------------------------------------------------- # diff --git a/graphics/GMT/patches/patch-ak b/graphics/GMT/patches/patch-ak index 0832b87e6d9..109735694c9 100644 --- a/graphics/GMT/patches/patch-ak +++ b/graphics/GMT/patches/patch-ak @@ -1,4 +1,4 @@ -$NetBSD: patch-ak,v 1.4 2006/11/14 13:16:00 wennmach Exp $ +$NetBSD: patch-ak,v 1.5 2008/06/12 02:14:31 joerg Exp $ Libtoolize. @@ -24,7 +24,7 @@ Libtoolize. -grdraster: grdraster.o $(GMTLIB) - $(CC) $(CFLAGS) $(LDFLAGS) grdraster.o -L.. -L$(libdir) -lgmt $(CDF) $(LIBS) -o grdraster +grdraster: grdraster.o -+ @$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) grdraster.lo -L$(libdir) ../libgmt.la ../libpsl.la $(CDF) $(LIBS) -o grdraster ++ @$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) grdraster.lo -L$(PLAIN_LIBDIR) ../libgmt.la ../libpsl.la $(CDF) $(LIBS) -o grdraster spotless: clean diff --git a/graphics/GMT/patches/patch-al b/graphics/GMT/patches/patch-al index faf57fb7712..95baaffd1ba 100644 --- a/graphics/GMT/patches/patch-al +++ b/graphics/GMT/patches/patch-al @@ -1,4 +1,4 @@ -$NetBSD: patch-al,v 1.5 2006/11/14 13:16:00 wennmach Exp $ +$NetBSD: patch-al,v 1.6 2008/06/12 02:14:31 joerg Exp $ Libtoolize. @@ -44,7 +44,7 @@ Libtoolize. libgmt_mgg.a: gmt_mgg.o - $(AR) cvr libgmt_mgg.a $? - $(RANLIB) libgmt_mgg.a -+ @$(LIBTOOL) --mode=link $(CC) -o libgmt_mgg.la gmt_mgg.lo --version-info 0:0 -rpath $(libdir) ++ @$(LIBTOOL) --mode=link $(CC) -o libgmt_mgg.la gmt_mgg.lo --version-info 0:0 -rpath $(PLAIN_LIBDIR) gmt_mgg.o: $(MGG_H) diff --git a/graphics/GMT/patches/patch-at b/graphics/GMT/patches/patch-at index f4bc26dfb1a..e8fd64d3c60 100644 --- a/graphics/GMT/patches/patch-at +++ b/graphics/GMT/patches/patch-at @@ -1,4 +1,4 @@ -$NetBSD: patch-at,v 1.7 2006/11/14 13:16:00 wennmach Exp $ +$NetBSD: patch-at,v 1.8 2008/06/12 02:14:31 joerg Exp $ Libtoolize. @@ -24,7 +24,7 @@ Libtoolize. - $(AR) cvr libx2sys.a $? - $(RANLIB) libx2sys.a +libx2sys.la: x2sys.o -+ $(LIBTOOL) --mode=link $(CC) -o libx2sys.la x2sys.lo --version-info 0:0 -rpath $(libdir) ++ $(LIBTOOL) --mode=link $(CC) -o libx2sys.la x2sys.lo --version-info 0:0 -rpath $(PLAIN_LIBDIR) install: all - for i in $(XSYSTEM); do \ diff --git a/graphics/GMT/patches/patch-ba b/graphics/GMT/patches/patch-ba index e07b805d750..d4fac2d3d33 100644 --- a/graphics/GMT/patches/patch-ba +++ b/graphics/GMT/patches/patch-ba @@ -1,4 +1,4 @@ -$NetBSD: patch-ba,v 1.1 2006/11/14 13:16:00 wennmach Exp $ +$NetBSD: patch-ba,v 1.2 2008/06/12 02:14:31 joerg Exp $ Libtoolize. @@ -77,7 +77,7 @@ Libtoolize. - $(AR) cvur $@ $? - $(RANLIB) $@ +libmgd77.la: $(LIB_O) -+ @$(LIBTOOL) --mode=link $(CC) -o libmgd77.la $(LIB_O:.o=.lo) --version-info 0:0 -rpath $(libdir) ++ @$(LIBTOOL) --mode=link $(CC) -o libmgd77.la $(LIB_O:.o=.lo) --version-info 0:0 -rpath $(PLAIN_LIBDIR) #------------------------------------------------------------------------------- # program dependencies diff --git a/graphics/GUIlib/Makefile b/graphics/GUIlib/Makefile index 8052390eda1..e29c9063b76 100644 --- a/graphics/GUIlib/Makefile +++ b/graphics/GUIlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/07/19 19:14:38 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= GUIlib-1.1.0 @@ -10,6 +10,8 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/GUIlib/ COMMENT= Very simple GUI framework library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ diff --git a/graphics/TiffIO/Makefile b/graphics/TiffIO/Makefile index 8bd87912a28..a92492f46af 100644 --- a/graphics/TiffIO/Makefile +++ b/graphics/TiffIO/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/07/21 14:27:56 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= TiffIO-120e @@ -12,10 +12,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://artis.imag.fr/Software/TiffIO/ COMMENT= Tiff support for QT image loader +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake USE_LANGUAGES= c c++ -PKGSRC_MAKE_ENV+= QTDIR=${QTDIR:Q} +PKGSRC_MAKE_ENV+= QTDIR=${QTDIR:Q} RPM_BUILD_ROOT=${DESTDIR} .include "../../devel/zlib/buildlink3.mk" BUILDLINK_API_DEPENDS.tiff+= tiff>=3.8.1 diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index f9314a6a3c3..b8d5bafe629 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 06:41:08 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= agg-2.5 @@ -9,6 +9,8 @@ MAINTAINER= matias@dotbsd.org HOMEPAGE= http://www.antigrain.com/ COMMENT= High Quality Rendering Engine for C++ +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake msgfmt pkg-config aclocal autoheader \ automake autoconf USE_LANGUAGES= c c++ diff --git a/graphics/blinkenthemes/Makefile b/graphics/blinkenthemes/Makefile index 70555ea15c5..0465bb2aa9a 100644 --- a/graphics/blinkenthemes/Makefile +++ b/graphics/blinkenthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= blinkenthemes-0.8 @@ -10,6 +10,8 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.blinkenlights.de/ COMMENT= Blinkenlights simulator themes +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= pkg-config diff --git a/graphics/blinkentools/Makefile b/graphics/blinkentools/Makefile index 8900a240f8e..96f05993066 100644 --- a/graphics/blinkentools/Makefile +++ b/graphics/blinkentools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= blinkentools-2.2 @@ -10,6 +10,8 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.blinkenlights.de/ COMMENT= Blinkenlights movies tools collection +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config GNU_CONFIGURE= YES diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index b82f354d35f..4b5ea17a850 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:31 joerg Exp $ # PKGNAME= cal3d-${CAL3D_VERSION} PKGREVISION= 2 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../graphics/cal3d/Makefile.common" COMMENT= Skeletal based 3d character animation library in C++ diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 395ae83c239..504f472b7ea 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/11/30 21:55:06 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:31 joerg Exp $ DISTNAME= cinepaint-0.21-2 PKGNAME= cinepaint-0.21.2 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.cinepaint.org/ COMMENT= Motion picture painting and image retouching program PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/graphics/digikam-doc/Makefile b/graphics/digikam-doc/Makefile index f3353adcc50..b0bf40ee694 100644 --- a/graphics/digikam-doc/Makefile +++ b/graphics/digikam-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/01/18 05:06:38 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:31 joerg Exp $ DISTNAME= digikam-doc-0.9.1 PKGREVISION= 3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.digikam.org/ COMMENT= Documentation for Digikam +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ diff --git a/graphics/djvulibre-lib/Makefile b/graphics/djvulibre-lib/Makefile index 9df72eef8f1..439575052c9 100644 --- a/graphics/djvulibre-lib/Makefile +++ b/graphics/djvulibre-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/07/19 22:49:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= djvulibre-3.5.19 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://djvulibre.djvuzone.org/ COMMENT= Compression library for scanned documents +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/graphics/djvulibre-tools/Makefile b/graphics/djvulibre-tools/Makefile index 066059005dc..06e9d3bf358 100644 --- a/graphics/djvulibre-tools/Makefile +++ b/graphics/djvulibre-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/07/19 22:49:20 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= djvulibre-3.5.19 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://djvulibre.djvuzone.org/ COMMENT= Compression library for scanned documents +PKG_DESTDIR_SUPPORT= user-destdir + PATCHDIR= ${.CURDIR}/../djvulibre-lib/patches DISTINFO_FILE= ${.CURDIR}/../djvulibre-lib/distinfo diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index 958045fe46b..c79db72ecd6 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2007/11/17 12:04:12 rillig Exp $ +# $NetBSD: Makefile,v 1.44 2008/06/12 02:14:31 joerg Exp $ DISTNAME= dx-4.4.4 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.opendx.org/ COMMENT= Open Visualization Data Explorer +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_X11BASE= yes USE_TOOLS+= gmake lex yacc sh diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index a2198bf9f6d..7275ab0a96f 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/05/29 16:41:01 drochner Exp $ +# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= eog-2.22.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Eye of GNOME: an image viewing and cataloging program +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= gmake intltool msgfmt pkg-config USE_DIRS+= gnome2-1.5 diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index c8362ac2aac..b3879d20010 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/10/04 21:44:46 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= epeg-0.9.0 @@ -9,6 +9,8 @@ MAINTAINER= Peter.Bex@student.kun.nl HOMEPAGE= http://www.enlightenment.org/Libraries/Epeg/ COMMENT= Fast JPEG scaling library for thumbnail generation +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index b72a4db1452..ca97e61a847 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/06/15 11:28:04 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= exif-0.6.15 @@ -10,6 +10,7 @@ HOMEPAGE= http://libexif.sourceforge.net/ COMMENT= Grab Exif information from digital camera images PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config GNU_CONFIGURE= yes diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 417aae184b8..585a957fde5 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/06/07 23:28:35 gdt Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= exiv2-0.17 @@ -9,6 +9,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.exiv2.org/ COMMENT= Image metadata manipulation +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ GCC_REQD+= 3.3 USE_PKGLOCALEDIR= yes diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 4dc38610f11..0f6a6c24fd1 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/09/02 13:19:21 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= feh-1.3.4 @@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://linuxbrit.co.uk/feh/ COMMENT= Advanced image viewer +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= wget-[0-9]*:../../net/wget GNU_CONFIGURE= YES diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index 90187995bbe..ecfd6ffcb66 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/01/18 05:06:39 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= flphoto-1.2-source @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.easysw.com/~mike/flphoto/index.html COMMENT= Image management and display program +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/flphoto-1.2 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index 41434c4b7f0..99374d4b901 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/02/15 14:58:20 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= freeglut-2.2.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://freeglut.sourceforge.net/ COMMENT= Alternative to the OpenGL Utility Toolkit (GLUT) library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/graphics/freetype/Makefile b/graphics/freetype/Makefile index 29cf3ea0606..0485e9e71d5 100644 --- a/graphics/freetype/Makefile +++ b/graphics/freetype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/10/25 22:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2008/06/12 02:14:31 joerg Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.5 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freetype.org/ COMMENT= FreeType libraries and utilities +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= freetype-lib-${FT_VERS}:../../graphics/freetype-lib DEPENDS+= freetype-utils-${FT_VERS}:../../graphics/freetype-utils diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index a1905858a84..e8a08bbc535 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/01/19 09:16:24 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:31 joerg Exp $ DISTNAME= Hermes-1.3.3 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.clanlib.org/hermes/ COMMENT= Library for conversion of pixel graphics +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/Hermes-1.3.3 USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/graphics/hermes/distinfo b/graphics/hermes/distinfo index 591ae408a0e..31b9aad872c 100644 --- a/graphics/hermes/distinfo +++ b/graphics/hermes/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2005/02/24 08:45:07 agc Exp $ +$NetBSD: distinfo,v 1.8 2008/06/12 02:14:31 joerg Exp $ SHA1 (Hermes-1.3.3.tar.bz2) = c760eb17fcbf2052907e42b637cd22c2b96657d6 RMD160 (Hermes-1.3.3.tar.bz2) = 6c169d7f33bb0ca5a82aef346ed092bb28936182 Size (Hermes-1.3.3.tar.bz2) = 356380 bytes SHA1 (patch-aa) = 459804a7fe816c4b2d37bc0461d923352f99c129 -SHA1 (patch-ac) = 986475db735c3e01b7c7f0edb0c3bf5d6708b704 +SHA1 (patch-ac) = 2ee249e619306672cd9a52e2622dff1b61388191 SHA1 (patch-ad) = 480f7ef8dd9ec2ebb7b273328be163ae152d8226 SHA1 (patch-ae) = b45652212ece5a7c70f86717ed81ba9993e03e9a diff --git a/graphics/hermes/patches/patch-ac b/graphics/hermes/patches/patch-ac index 035f0efe310..f3bdb990ba4 100644 --- a/graphics/hermes/patches/patch-ac +++ b/graphics/hermes/patches/patch-ac @@ -1,13 +1,16 @@ -$NetBSD: patch-ac,v 1.3 2003/01/19 06:59:53 salo Exp $ +$NetBSD: patch-ac,v 1.4 2008/06/12 02:14:31 joerg Exp $ ---- src/Makefile.in.orig Mon Nov 29 16:22:58 1999 -+++ src/Makefile.in Mon Nov 29 16:22:58 1999 -@@ -438,7 +438,7 @@ +--- src/Makefile.in.orig 2003-07-06 15:56:57.000000000 +0000 ++++ src/Makefile.in +@@ -544,9 +544,9 @@ uninstall-am: uninstall-info-am uninstal cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'` install-data-local: - $(INSTALL) -m 0755 -d $(includedir)/Hermes -+ $(BSD_INSTALL_PROGRAM_DIR) -m 0755 $(includedir)/Hermes ++ $(BSD_INSTALL_PROGRAM_DIR) -m 0755 ${DESTDIR}$(includedir)/Hermes for incfile in $(publicheaders); do \ - $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \ +- $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \ ++ $(INSTALL) -m 0644 $$incfile ${DESTDIR}$(includedir)/Hermes; \ done + + uninstall-local: diff --git a/graphics/mayavi/Makefile b/graphics/mayavi/Makefile index 25f5f2a1ce4..2f1a04404ca 100644 --- a/graphics/mayavi/Makefile +++ b/graphics/mayavi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/03/12 06:46:41 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:31 joerg Exp $ # DISTNAME= MayaVi-1.5 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mayavi.sourceforge.net/ COMMENT= Scientific data visualizer written in Python +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= vtk-python>=4.2:../../graphics/vtk-python PY_PATCHPLIST= yes diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index d1e08a325fb..49502713c02 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/05/31 11:45:45 gdt Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:32 joerg Exp $ DISTNAME= Image-ExifTool-${VERSION} PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/ COMMENT= Perl module and program to read EXIF information +PKG_DESTDIR_SUPPORT= user-destdir + # Author requests that we package only "production" versions. VERSION= 7.30 diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index 9b78721afc8..01898bbb4a1 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/01/30 23:39:50 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= Image-Imlib2-1.04 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Imlib2/ COMMENT= Interface to the Imlib2 image library +PKG_DESTDIR_SUPPORT= user-destdir + # versions before that contained a broken imlib2-config BUILDLINK_API_DEPENDS.imlib2+= imlib2>=1.2.0nb2 diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index d2885b4621c..73d7773f2c7 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/04/23 21:12:57 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= Image-Info-1.28 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Image-Info/ COMMENT= Perl module to extract meta information from images +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-IO-String>=1.03:../../devel/p5-IO-String DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 1f194d5a66c..20adb917307 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:50 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= Image-Size-2.992 @@ -13,6 +13,7 @@ HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Size/ COMMENT= Read the dimensions of an image in several popular formats PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Image/Size/.packlist diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 1496c527abb..cd4e1b89064 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2007/02/06 14:52:47 adam Exp $ +# $NetBSD: Makefile,v 1.59 2008/06/12 02:14:32 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../graphics/ImageMagick/Makefile.common" diff --git a/graphics/p5-RRDTool-OO/Makefile b/graphics/p5-RRDTool-OO/Makefile index a16ea95641f..2b726c22eb0 100644 --- a/graphics/p5-RRDTool-OO/Makefile +++ b/graphics/p5-RRDTool-OO/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:50:51 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:32 joerg Exp $ DISTNAME= RRDTool-OO-0.14 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= abs@absd.org HOMEPAGE= http://search.cpan.org/~mschilli/RRDTool-OO/ COMMENT= Object-oriented interface to RRDTool +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= rrdtool-[0-9]*:../../databases/rrdtool PERL5_PACKLIST= auto/RRDTool/OO/.packlist diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index e55cb1c29be..679b754e53d 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/22 19:26:35 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= SWF-File-0.22 @@ -13,6 +13,7 @@ COMMENT= Manipulating Flash movie (SWF) files DEPENDS+= p5-Data-TemporaryBag-[0-9]*:../../devel/p5-Data-TemporaryBag PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/SWF/File/.packlist diff --git a/graphics/p5-Template-GD/Makefile b/graphics/p5-Template-GD/Makefile index 717f4f2337e..a36e4f4928d 100644 --- a/graphics/p5-Template-GD/Makefile +++ b/graphics/p5-Template-GD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 12:16:53 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= Template-GD-2.66 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AB/ABW/ COMMENT= GD plugin(s) for the Template Toolkit +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Template/GD/.packlist USE_LANGUAGES= # none diff --git a/graphics/p5-cairo/Makefile b/graphics/p5-cairo/Makefile index 6834d414a20..073666e12e6 100644 --- a/graphics/p5-cairo/Makefile +++ b/graphics/p5-cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/04/21 14:43:20 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= Cairo-${DIST_VER} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ COMMENT= Perl bindings to the cairo graphics library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config DIST_VER= 1.060 diff --git a/graphics/pear-Image_Color/Makefile b/graphics/pear-Image_Color/Makefile index 80f470a4dd4..a77b13f15b2 100644 --- a/graphics/pear-Image_Color/Makefile +++ b/graphics/pear-Image_Color/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/05/05 22:09:18 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:32 joerg Exp $ DISTNAME= Image_Color-1.0.2 PKGREVISION= 1 @@ -8,6 +8,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://pear.php.net/package/Image_Color/ COMMENT= Manage and handles color data and conversions +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pear-Image_Color-[0-9]* DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd diff --git a/graphics/pgraf/Makefile b/graphics/pgraf/Makefile index 6e832a1e402..8a79fef0d1e 100644 --- a/graphics/pgraf/Makefile +++ b/graphics/pgraf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/02/15 14:58:21 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:32 joerg Exp $ DISTNAME= pgraf-20010131 PKGREVISION= 1 @@ -8,21 +8,23 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Portable graphics system +PKG_DESTDIR_SUPPORT= user-destdir + NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 +INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 \ + ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 \ + share/doc/pgraf share/examples/pgraf CONFLICTS= pgp5-[0-9]* # Both have a `pgps' executable post-install: - ${INSTALL_DATA} ${WRKSRC}/include/pgraf.h ${PREFIX}/include - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pgraf - ${INSTALL_DATA} ${WRKSRC}/doc/pgraf_paper ${PREFIX}/share/doc/pgraf - ${INSTALL_DATA} ${WRKSRC}/man/man1/pgraf.1 ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA} ${WRKSRC}/man/man3/pgraf.3 ${PREFIX}/${PKGMANDIR}/man3 - ${INSTALL_DATA} ${WRKSRC}/man/man5/pgraf.5 ${PREFIX}/${PKGMANDIR}/man5 - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pgraf + ${INSTALL_DATA} ${WRKSRC}/include/pgraf.h ${DESTDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/doc/pgraf_paper ${DESTDIR}${PREFIX}/share/doc/pgraf + ${INSTALL_DATA} ${WRKSRC}/man/man1/pgraf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_DATA} ${WRKSRC}/man/man3/pgraf.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 + ${INSTALL_DATA} ${WRKSRC}/man/man5/pgraf.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 ${INSTALL_DATA} ${WRKSRC}/metagens/*.r ${WRKSRC}/tests/* \ - ${PREFIX}/share/examples/pgraf/ + ${DESTDIR}${PREFIX}/share/examples/pgraf/ .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/pgraf/distinfo b/graphics/pgraf/distinfo index 7d570b9e79f..04d165ca03b 100644 --- a/graphics/pgraf/distinfo +++ b/graphics/pgraf/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 08:45:11 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/06/12 02:14:32 joerg Exp $ SHA1 (pgraf-20010131.tar.gz) = 0f1fb3ad580de94eafb364aecc0d7befa8151959 RMD160 (pgraf-20010131.tar.gz) = d3dd470b25e31cbda94b4f4602f8853f32a5c84b Size (pgraf-20010131.tar.gz) = 70301 bytes SHA1 (patch-aa) = f8aaa250906c775c8366580d55560f66a6403d7f -SHA1 (patch-ab) = d3ba49c3379148593b243df5d03e805c0da37ec5 -SHA1 (patch-ac) = bd6e0172706f09ed4fcfa4c0484d33a016c3a78e +SHA1 (patch-ab) = 5d93154523125cc532a75a68bc76e05b807b4d66 +SHA1 (patch-ac) = 869bfd788f5bf6419feee4a655747f1c22ecd0be SHA1 (patch-ad) = e2b36dd9b214a1decc536f81206abc1925ec134f diff --git a/graphics/pgraf/patches/patch-ab b/graphics/pgraf/patches/patch-ab index d5f779b7fd2..4610a42c091 100644 --- a/graphics/pgraf/patches/patch-ab +++ b/graphics/pgraf/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/02/01 04:34:23 jtb Exp $ +$NetBSD: patch-ab,v 1.2 2008/06/12 02:14:32 joerg Exp $ --- metagens/Makefile.orig Mon Dec 11 17:56:42 1995 +++ metagens/Makefile @@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/02/01 04:34:23 jtb Exp $ $(CC) $(CFLAGS) -c pgc.c; mv pgc.o libpgc.a + +install : -+ ${BSD_INSTALL_DATA} libpgc.a ${PREFIX}/lib ++ ${BSD_INSTALL_DATA} libpgc.a ${DESTDIR}${PREFIX}/lib + clean : rm -f libpgc.a *.bak *~ diff --git a/graphics/pgraf/patches/patch-ac b/graphics/pgraf/patches/patch-ac index 2eccf58c75d..660319381dd 100644 --- a/graphics/pgraf/patches/patch-ac +++ b/graphics/pgraf/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/02/01 04:34:23 jtb Exp $ +$NetBSD: patch-ac,v 1.2 2008/06/12 02:14:32 joerg Exp $ --- lolevels/Makefile.orig Wed Jan 31 09:58:57 2001 +++ lolevels/Makefile @@ -27,7 +27,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2001/02/01 04:34:23 jtb Exp $ -rm -f *.o *.bak *~ install : - -cp $(PROGS) $(BINDIR) -+ -$(BSD_INSTALL_PROGRAM) $(PROGS) $(BINDIR) ++ -$(BSD_INSTALL_PROGRAM) $(PROGS) ${DESTDIR}$(BINDIR) pghp : pg.o pghp.o $(CC) -o pghp pg.o pghp.o -lm pgtek : pg.o pgtek.o diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile index ae2fcb90653..39f235a0749 100644 --- a/graphics/photopc/Makefile +++ b/graphics/photopc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:51 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= photopc-3.04 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://photopc.sourceforge.net/ COMMENT= Manipulate digital still cameras +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/graphics/php-exif/Makefile b/graphics/php-exif/Makefile index 049af0f6ad9..a0257f6e7fb 100644 --- a/graphics/php-exif/Makefile +++ b/graphics/php-exif/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:37 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:32 joerg Exp $ MODNAME= exif PKGREVISION= 1 CATEGORIES+= graphics COMMENT= PHP extension to extract information from EXIF headers +PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --with-${MODNAME}=shared diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 82f068c660d..15e4dff40f6 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/01/18 05:06:43 tnn Exp $ +# $NetBSD: Makefile,v 1.32 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= pixieplus-0.5.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mosfet.org/pixie/ COMMENT= Free, fast, and feature packed image browser for KDE +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index f8b00fd25cc..96f0da3a995 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/12/27 13:37:38 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:32 joerg Exp $ DISTNAME= Plotmtv1.4.1 PKGNAME= plotmtv-1.4.1 @@ -10,17 +10,20 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Multipurpose X11 plotting program +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME} USE_IMAKE= yes +INSTALLATION_DIRS= share/examples/plotmtv + post-extract: @${MV} -f ${WRKSRC}/Docs/plotmtv.man ${WRKSRC}/Plot post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/plotmtv - ${INSTALL_DATA} ${WRKSRC}/Tests/*.mtv ${PREFIX}/share/examples/plotmtv + ${INSTALL_DATA} ${WRKSRC}/Tests/*.mtv ${DESTDIR}${PREFIX}/share/examples/plotmtv ${INSTALL_SCRIPT} ${WRKSRC}/Tests/run.sh ${WRKSRC}/Tests/run.csh \ - ${PREFIX}/share/examples/plotmtv + ${DESTDIR}${PREFIX}/share/examples/plotmtv .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile index 03408ed751d..c96e9b5db48 100644 --- a/graphics/plotutils-nox11/Makefile +++ b/graphics/plotutils-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/06/09 16:02:18 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= plotutils-2.4.1 @@ -11,6 +11,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html COMMENT= Programs and library for plotting scientific data +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= plotutils-[0-9]* DISTINFO_FILE= ${.CURDIR}/../../graphics/plotutils/distinfo diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index bbd36ff0b26..3fed95427cd 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/10/10 14:20:39 rillig Exp $ +# $NetBSD: Makefile,v 1.42 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= plotutils-2.4.1 @@ -13,6 +13,7 @@ COMMENT= Programs and library for plotting scientific data CONFLICTS+= plotutils-nox11-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_TOOLS+= lex yacc diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 68fd48aa7f0..1f37b7036b6 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/04/04 11:50:39 obache Exp $ +# $NetBSD: Makefile,v 1.40 2008/06/12 02:14:32 joerg Exp $ DISTNAME= povray-3.6.1 PKGREVISION= 5 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.povray.org/ COMMENT= Persistence of Vision Ray Tracer +PKG_DESTDIR_SUPPORT= user-destdir + LICENSE= povray-license BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.1 @@ -34,8 +36,7 @@ EGDIR= ${PREFIX}/share/examples/povray CONF_FILES= ${EGDIR}/povray.conf ${PKG_SYSCONFDIR}/povray.conf CONF_FILES+= ${EGDIR}/povray.ini ${PKG_SYSCONFDIR}/povray.ini -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/povray-3.6/scripts +INSTALLATION_DIRS= share/povray-3.6/scripts BUILDLINK_DEPMETHOD.libXt?= build diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 156c72e8875..9ac6f119388 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/02/02 19:20:21 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2008/06/12 02:14:32 joerg Exp $ DISTNAME= pstoedit-3.41 PKGREVISION= 2 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pstoedit.net/ COMMENT= Convert PostScript / PDF into various vector graphic formats +PKG_DESTDIR_SUPPORT= user-destdir + RESTRICTED?= "The author writes: If you include this program on a CDROM, please send me a copy of the CD, or if it goes with a book, of the book." NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} @@ -31,13 +33,13 @@ DOCDIR= ${PREFIX}/share/doc/pstoedit HTMLDIR= ${PREFIX}/share/doc/html/pstoedit DOCSRC= ${WRKSRC}/doc +INSTALLATION_DIRS= ${DOCDIR} ${HTMLDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA_DIR} ${HTMLDIR} for f in ${DOCSRC}/*.htm; do \ - ${INSTALL_DATA} $${f} ${HTMLDIR}; \ + ${INSTALL_DATA} $${f} ${DESTDIR}${HTMLDIR}; \ done - ${INSTALL_DATA} ${DOCSRC}/readme.txt ${DOCDIR} + ${INSTALL_DATA} ${DOCSRC}/readme.txt ${DESTDIR}${DOCDIR} .include "../../graphics/plotutils/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index 1228084a178..cf08cf719f6 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= python-biggles-1.6.3 @@ -11,6 +11,8 @@ MAINTAINER= Kai.Puolamaki@iki.fi HOMEPAGE= http://biggles.sourceforge.net/ COMMENT= Python module for creating 2D scientific plots +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYBINMODULE= yes diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index baf4456e066..de4d82351bd 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/02/22 19:26:35 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:32 joerg Exp $ DISTNAME= gdmodule.c PKGNAME= ${PYPKGPREFIX}-gd-1.3 @@ -11,6 +11,8 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://starship.python.net/~richard/gdmodule/ COMMENT= Python interface to gd graphics library +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} BUILD_TARGET= default diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index 83e7d6b5a74..f46346a6576 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= gnuplot-py-1.7 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnuplot-py.sourceforge.net/ COMMENT= Python package that interfaces to gnuplot +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index 46f5df48dcb..eb91dea41b6 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= matplotlib-0.87.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://matplotlib.sourceforge.net/ COMMENT= GTK frontend for matplotlib +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index 543f51ad4a0..985ad7ba653 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= matplotlib-0.87.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://matplotlib.sourceforge.net/ COMMENT= Matlab-style plotting package for Python +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config PY_PATCHPLIST= yes diff --git a/graphics/py-piddle/Makefile b/graphics/py-piddle/Makefile index 8badc96c301..42ebe385d39 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/10/04 21:44:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:32 joerg Exp $ DISTNAME= piddle-1.0.15 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://piddle.sourceforge.net/ COMMENT= Python Plug In Drawing, Does Little Else +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= # defined NO_CONFIGURE= YES diff --git a/ham/7plus/Makefile b/ham/7plus/Makefile index adc65fdca53..7aac1b93632 100644 --- a/ham/7plus/Makefile +++ b/ham/7plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:37 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:32 joerg Exp $ # DISTNAME= 7pl225sr @@ -13,15 +13,18 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= #http://home.t-online.de/home/dg1bbq/ COMMENT= Uuencode-like file coder for AMPR BBS S&F of binary files +PKG_DESTDIR_SUPPORT= user-destdir + LICENSE= no-commercial-use WRKSRC= ${WRKDIR}/7plsrc.225 MAKE_FILE= netbsd.mak USE_TOOLS+= gmake +INSTALLATION_DIRS= bin share/doc/7plus + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/7plus && \ - ${INSTALL_DATA} ${WRKDIR}/*.txt ${PREFIX}/share/doc/7plus && \ - ${INSTALL_DATA} ${WRKDIR}/readme.now ${PREFIX}/share/doc/7plus + ${INSTALL_DATA} ${WRKDIR}/*.txt ${DESTDIR}${PREFIX}/share/doc/7plus && \ + ${INSTALL_DATA} ${WRKDIR}/readme.now ${DESTDIR}${PREFIX}/share/doc/7plus .include "../../mk/bsd.pkg.mk" diff --git a/ham/7plus/distinfo b/ham/7plus/distinfo index 3689c5f742a..307713159bb 100644 --- a/ham/7plus/distinfo +++ b/ham/7plus/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2006/01/09 20:02:02 joerg Exp $ +$NetBSD: distinfo,v 1.6 2008/06/12 02:14:32 joerg Exp $ SHA1 (7pl225sr.tgz) = 9c393e8f6968d24ec469fbca45ade65a5c6d52fc RMD160 (7pl225sr.tgz) = 23fe71c10ab4e006c49c7b0e7fbf96d498b2ccf7 @@ -9,3 +9,4 @@ Size (7pl210mg.tgz) = 31095 bytes SHA1 (patch-aa) = 62fa52455c8225cbd4465bbd5e1565e7eaae3421 SHA1 (patch-ab) = 818828c9c0303d8efbd519b857f8d162f6496985 SHA1 (patch-ac) = 286a5f9f8bf7066948735e646e8138e820f84a68 +SHA1 (patch-ad) = b55e4b7d5f416f4363f8457f244ce21a0e19e1eb diff --git a/ham/7plus/patches/patch-ad b/ham/7plus/patches/patch-ad new file mode 100644 index 00000000000..d8b8df488e8 --- /dev/null +++ b/ham/7plus/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2008/06/12 02:14:32 joerg Exp $ + +--- netbsd.mak.orig 2008-06-10 09:03:21.000000000 +0000 ++++ netbsd.mak +@@ -31,7 +31,7 @@ all: $(OBJS) + $(LD) $(LDFLAGS) $(SPECFLAGS) -o $(TARGET) $(OBJS) $(LIBS) + + install: all +- $(INSTALL_PROGRAM) 7plus $(PREFIX)/bin ++ $(INSTALL_PROGRAM) 7plus ${DESTDIR}$(PREFIX)/bin + + depend: + $(CC) -M $(SRCS) >depend.out diff --git a/inputmethod/ami/Makefile b/inputmethod/ami/Makefile index e8548a90cf4..ad6277886ec 100644 --- a/inputmethod/ami/Makefile +++ b/inputmethod/ami/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/10/04 21:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= ami-1.0.11 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kldp.net/projects/ami COMMENT= Korean input method +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../graphics/gdk-pixbuf/buildlink3.mk" diff --git a/inputmethod/ami/distinfo b/inputmethod/ami/distinfo index 98c7354a1c8..b0d960dd68e 100644 --- a/inputmethod/ami/distinfo +++ b/inputmethod/ami/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 21:00:34 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/06/12 02:14:33 joerg Exp $ SHA1 (ami-1.0.11.tar.gz) = 3caf11b08b61b22d7d7f947198e2b18e35eb9fff RMD160 (ami-1.0.11.tar.gz) = 41fcda411b76d4b58ec7d38354097fa0e3186621 Size (ami-1.0.11.tar.gz) = 296596 bytes SHA1 (patch-aa) = 7f337fa358819e9ae6327602703353ea2a9ba6a8 +SHA1 (patch-ab) = 08e25131ea5c099fcf46193ea925fb1d9d0a6fdb +SHA1 (patch-ac) = b07887aceb8041de3e4675338ea133ad28169d90 diff --git a/inputmethod/ami/patches/patch-ab b/inputmethod/ami/patches/patch-ab new file mode 100644 index 00000000000..04e93f845b9 --- /dev/null +++ b/inputmethod/ami/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2008/06/12 02:14:33 joerg Exp $ + +--- Makefile.in.orig 2008-06-10 14:40:28.000000000 +0000 ++++ Makefile.in +@@ -454,8 +454,8 @@ distclean-generic clean-generic maintain + mostlyclean distclean maintainer-clean + + install-data-local: +- -mkdir -p $(datadir)/ami/pix +- cp -r $(top_srcdir)/pix/* $(datadir)/ami/pix ++ -mkdir -p ${DESTDIR}$(datadir)/ami/pix ++ cp -r $(top_srcdir)/pix/* ${DESTDIR}$(datadir)/ami/pix + uninstall-local: + chmod -R a+w $(datadir)/ami + rm -rf $(datadir)/ami/pix diff --git a/inputmethod/ami/patches/patch-ac b/inputmethod/ami/patches/patch-ac new file mode 100644 index 00000000000..9e6d9154095 --- /dev/null +++ b/inputmethod/ami/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.1 2008/06/12 02:14:33 joerg Exp $ + +--- src/Makefile.in.orig 2008-06-10 14:50:28.000000000 +0000 ++++ src/Makefile.in +@@ -350,9 +350,9 @@ mostlyclean distclean maintainer-clean + + + @GNOMEAPPLET_TRUE@install-exec-hook: +-@GNOMEAPPLET_TRUE@ (cd $(bindir); ln -sf ami ami_applet; ln -sf ami wmami) ++@GNOMEAPPLET_TRUE@ (cd ${DESTDIR}$(bindir); ln -sf ami ami_applet; ln -sf ami wmami) + @GNOMEAPPLET_FALSE@install-exec-hook: +-@GNOMEAPPLET_FALSE@ (cd $(bindir); ln -sf ami wmami) ++@GNOMEAPPLET_FALSE@ (cd ${DESTDIR}$(bindir); ln -sf ami wmami) + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/inputmethod/anthy/Makefile b/inputmethod/anthy/Makefile index a00f9bc3a4d..d83b58288cc 100644 --- a/inputmethod/anthy/Makefile +++ b/inputmethod/anthy/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2007/08/30 20:19:45 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:33 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../inputmethod/anthy/Makefile.common" @@ -15,12 +17,14 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= EMACS=no EGDIR= ${PREFIX}/share/examples/anthy INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR} +INSTALLATION_DIRS= share/doc/anthy CONF_FILES+= ${EGDIR}/anthy-conf ${PKG_SYSCONFDIR}/anthy-conf PKGCONFIG_OVERRIDE+= anthy.pc.in .include "options.mk" + post-patch: .if !empty(PKG_OPTIONS:Manthy-2ch-dict) ${CP} ${DISTDIR}/2ch.t ${WRKSRC}/mkworddic @@ -36,11 +40,10 @@ post-patch: .endif post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/anthy - ${INSTALL_DATA} ${WRKSRC}/doc/DICUTIL ${PREFIX}/share/doc/anthy - ${INSTALL_DATA} ${WRKSRC}/doc/ELISP ${PREFIX}/share/doc/anthy - ${INSTALL_DATA} ${WRKSRC}/doc/GUIDE.english ${PREFIX}/share/doc/anthy - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/anthy - ${INSTALL_DATA} ${WRKSRC}/README.en ${PREFIX}/share/doc/anthy + ${INSTALL_DATA} ${WRKSRC}/doc/DICUTIL ${DESTDIR}${PREFIX}/share/doc/anthy + ${INSTALL_DATA} ${WRKSRC}/doc/ELISP ${DESTDIR}${PREFIX}/share/doc/anthy + ${INSTALL_DATA} ${WRKSRC}/doc/GUIDE.english ${DESTDIR}${PREFIX}/share/doc/anthy + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/anthy + ${INSTALL_DATA} ${WRKSRC}/README.en ${DESTDIR}${PREFIX}/share/doc/anthy .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/canna/Makefile b/inputmethod/canna/Makefile index b4c079fc7c6..369136ff680 100644 --- a/inputmethod/canna/Makefile +++ b/inputmethod/canna/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2007/10/25 22:00:46 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" diff --git a/inputmethod/fcitx/Makefile b/inputmethod/fcitx/Makefile index 5392ab0cc4f..c4a4de82f49 100644 --- a/inputmethod/fcitx/Makefile +++ b/inputmethod/fcitx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/02/15 23:32:32 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= fcitx-3.1.1 @@ -11,6 +11,8 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.fcitx.org/main/ COMMENT= Free Chinese Input Toy of X +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config GNU_CONFIGURE= yes diff --git a/lang/cdl3/Makefile b/lang/cdl3/Makefile index dc86f5b9c7e..bb828d35e18 100644 --- a/lang/cdl3/Makefile +++ b/lang/cdl3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/18 15:12:37 obache Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:33 joerg Exp $ DISTNAME= cdl3-1.2.7 CATEGORIES= lang @@ -9,6 +9,7 @@ HOMEPAGE= http://www.cs.ru.nl/~kees/cdl3/ COMMENT= Programming language for the development of compilers PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake USE_LIBTOOL= yes diff --git a/lang/cim/Makefile b/lang/cim/Makefile index b364ecf191b..6f26e4f7dd8 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/05 06:27:41 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:33 joerg Exp $ DISTNAME= cim-3.30 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cim/cim.html COMMENT= Simula compiler based on the C programming language +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ENV+= libtool_path=${PKG_LIBTOOL:Q} USE_TOOLS+= perl:run diff --git a/lang/eag/Makefile b/lang/eag/Makefile index cf18dec765e..3e80ff9fc87 100644 --- a/lang/eag/Makefile +++ b/lang/eag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/03/06 20:32:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:33 joerg Exp $ DISTNAME= eag-2.3 PKGREVISION= 2 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.cs.ru.nl/~kees/eag/ COMMENT= Transducer generator using affix grammars PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index a981ae1e88d..be9cf9205f3 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/02/28 11:58:48 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= fort77-1.18 @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= The driver for f2c, a fortran to C translator +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_TARGET= test USE_TOOLS+= perl:run diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index ff4e1c1be9b..18b09052276 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/10/04 21:46:13 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= basicproperty-0.6.3a @@ -11,6 +11,8 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://basicproperty.sourceforge.net/ COMMENT= Python RDBMS wrapper for various databases +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_ENV+= MANDIR=${PREFIX}/man MAKE_ENV+= BINDIR=${PREFIX}/bin USE_TOOLS+= gmake diff --git a/lang/py-funge/Makefile b/lang/py-funge/Makefile index 423e08d6ea0..8a4a0270ccb 100644 --- a/lang/py-funge/Makefile +++ b/lang/py-funge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:21 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ DISTNAME= pyfunge-0.2-beta1 PKGNAME= ${PYPKGPREFIX}-funge-0.2beta1 @@ -10,6 +10,8 @@ MAINTAINER= fox9@netb.co.kr HOMEPAGE= http://pyfunge.kldp.net/ COMMENT= Extensible Funge-98 interpreter written in Python +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pax NO_BUILD= yes @@ -22,14 +24,14 @@ PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py +INSTALLATION_DIRS= ${PYSITELIB}/PyFunge share/doc/${PKGBASE} + do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/README.ko ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA_DIR} ${PREFIX}/${PYSITELIB}/PyFunge + ${INSTALL_DATA} ${WRKSRC}/README.ko ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} cd ${WRKSRC} && pax -rwppm '-s|.*/README.ko||' \ - . ${PREFIX}/${PYSITELIB}/PyFunge - ${PYTHONBIN} ${PYCOMPILEALL} ${PREFIX}/${PYSITELIB}/PyFunge - ${PYTHONBIN} -O ${PYCOMPILEALL} ${PREFIX}/${PYSITELIB}/PyFunge + . ${DESTDIR}${PREFIX}/${PYSITELIB}/PyFunge + ${PYTHONBIN} ${PYCOMPILEALL} ${DESTDIR}${PREFIX}/${PYSITELIB}/PyFunge + ${PYTHONBIN} -O ${PYCOMPILEALL} ${DESTDIR}${PREFIX}/${PYSITELIB}/PyFunge .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 0d5e44de8d5..44b29f562ef 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/03/04 11:02:25 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= Yap-5.0.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ncc.up.pt/~vsc/Yap/ COMMENT= ISO-compliant Prolog +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index e9cec7ff5aa..4ade08f7296 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/03 09:44:21 abs Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= alpine-1.10 @@ -11,10 +11,10 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.washington.edu/alpine/ COMMENT= Program for Internet News and E-mail -.include "options.mk" - PKG_DESTDIR_SUPPORT= user-destdir +.include "options.mk" + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE:Q} CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed USE_LIBTOOL= yes -INSTALLATION_DIRS= bin ${PKMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M4.99.*) && empty(OS_VERSION:M[5-9]*) CONFIGURE_ARGS+= --without-pthread diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index 550caef121b..26430a5f79a 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/04 11:02:25 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= avenger-0.7.7 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mailavenger.org/dist/ COMMENT= SMTP server with filtering capabilities +PKG_DESTDIR_SUPPORT= user-destdir + PKG_SYSCONFSUBDIR= avenger GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4} diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 0ba3e34e9c9..ab108b8ec0b 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2008/03/06 14:53:51 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2008/06/12 02:14:33 joerg Exp $ DISTNAME= balsa-2.3.10 PKGREVISION= 13 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://balsa.gnome.org/ COMMENT= GNOME2 EMail client +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile index 80f07a9b1cd..67c45887cc1 100644 --- a/mail/clamav/Makefile +++ b/mail/clamav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2008/06/10 08:23:54 martti Exp $ +# $NetBSD: Makefile,v 1.85 2008/06/12 02:14:33 joerg Exp $ DISTNAME= clamav-${CLAMAV_VERSION} PKGNAME= clamav-${CLAMAV_VERSION:S/-/./} @@ -11,6 +11,7 @@ HOMEPAGE= http://www.clamav.net/ COMMENT= Anti-virus toolkit PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir CLAMAV_VERSION= 0.93.1 diff --git a/mail/claws-mail-attachwarner/Makefile b/mail/claws-mail-attachwarner/Makefile index 1bf465ce9cd..b44fc80aed7 100644 --- a/mail/claws-mail-attachwarner/Makefile +++ b/mail/claws-mail-attachwarner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/12 02:25:39 smb Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= attachwarner-0.2.12 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Warns if a message mentions an attachment without attaching files +PKG_DESTDIR_SUPPORT= user-destdir + PLIST_SRC+= PLIST DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail diff --git a/mail/claws-mail-attremover/Makefile b/mail/claws-mail-attremover/Makefile index 5c7bd13c84a..0a3b3db9ea2 100644 --- a/mail/claws-mail-attremover/Makefile +++ b/mail/claws-mail-attremover/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:39 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= att_remover-1.0.8 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Permanently deletes attachments from mail +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-bogofilter/Makefile b/mail/claws-mail-bogofilter/Makefile index 8d26462689b..2c8a5a6ad25 100644 --- a/mail/claws-mail-bogofilter/Makefile +++ b/mail/claws-mail-bogofilter/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:39 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + PLUGIN_NAME= bogofilter PLUG_VER= 3.4.0 .include "../../mail/claws-mail/plugins.mk" diff --git a/mail/claws-mail-cachesaver/Makefile b/mail/claws-mail-cachesaver/Makefile index 2261eeaca0f..05ece4e3ad5 100644 --- a/mail/claws-mail-cachesaver/Makefile +++ b/mail/claws-mail-cachesaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:39 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= cachesaver-0.10.7 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Saves Claws-Mail metadata every 60 seconds +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-dillo-viewer/Makefile b/mail/claws-mail-dillo-viewer/Makefile index f5a2f19c319..b3e39c36086 100644 --- a/mail/claws-mail-dillo-viewer/Makefile +++ b/mail/claws-mail-dillo-viewer/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:39 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + PLUGIN_NAME= dillo_viewer PLUG_VER= 3.4.0 .include "../../mail/claws-mail/plugins.mk" diff --git a/mail/claws-mail-fetchinfo/Makefile b/mail/claws-mail-fetchinfo/Makefile index 486f435fee6..4a8912856c4 100644 --- a/mail/claws-mail-fetchinfo/Makefile +++ b/mail/claws-mail-fetchinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:39 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= fetchinfo-plugin-0.4.23 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Inserts headers containing some download information +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-gtkhtml/Makefile b/mail/claws-mail-gtkhtml/Makefile index b8be5de3947..129d6043452 100644 --- a/mail/claws-mail-gtkhtml/Makefile +++ b/mail/claws-mail-gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/05/12 02:25:39 smb Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= gtkhtml2_viewer-0.18 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Renders HTML mail using the gtkhtml2 rendering widget +PKG_DESTDIR_SUPPORT= user-destdir + PLIST_SRC+= PLIST DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail diff --git a/mail/claws-mail-mailmbox/Makefile b/mail/claws-mail-mailmbox/Makefile index 7abf7cd0be0..71fdb5a4aac 100644 --- a/mail/claws-mail-mailmbox/Makefile +++ b/mail/claws-mail-mailmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= mailmbox-1.14.1 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Handles mailboxes in mbox format +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile index c3dbfb47aab..bbbaeaea036 100644 --- a/mail/claws-mail-newmail/Makefile +++ b/mail/claws-mail-newmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= newmail-0.0.12 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Write log file info on arriving email +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index 6e0c8b2828b..e77658924dc 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= notification_plugin-0.16 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Provides various ways to notify the user of new and unread email +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile index 3b07e9070f0..3a7ac41e963 100644 --- a/mail/claws-mail-pdf_viewer/Makefile +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ # DISTNAME= pdf_viewer-0.9.1 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Enables the viewing of PDF and PostScript attachments +PKG_DESTDIR_SUPPORT= user-destdir + PLIST_SRC+= PLIST DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index c183cd261ad..919f706175d 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -1,5 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:34 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mail/claws-mail/Makefile.vers" DISTNAME= claws-mail-pgp-${CLAWS_VERSION} diff --git a/mail/claws-mail-pgpcore/Makefile b/mail/claws-mail-pgpcore/Makefile index ff96eeffd5a..bbf31fbd2e3 100644 --- a/mail/claws-mail-pgpcore/Makefile +++ b/mail/claws-mail-pgpcore/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:34 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + PLUGIN_NAME= pgpcore PLUG_VER= 3.4.0 .include "../../mail/claws-mail/plugins.mk" diff --git a/mail/claws-mail-pgpinline/Makefile b/mail/claws-mail-pgpinline/Makefile index c8dc879c6f3..8167db7b971 100644 --- a/mail/claws-mail-pgpinline/Makefile +++ b/mail/claws-mail-pgpinline/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:34 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= pgpinline PLUG_VER= 3.4.0 diff --git a/mail/claws-mail-pgpmime/Makefile b/mail/claws-mail-pgpmime/Makefile index 97b239a029b..2152db7d502 100644 --- a/mail/claws-mail-pgpmime/Makefile +++ b/mail/claws-mail-pgpmime/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:34 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= pgpmime PLUG_VER= 3.4.0 diff --git a/mail/claws-mail-rssyl/Makefile b/mail/claws-mail-rssyl/Makefile index 4fb0512af95..13dcad026ef 100644 --- a/mail/claws-mail-rssyl/Makefile +++ b/mail/claws-mail-rssyl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= rssyl-0.19 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Read RSS 1.0, 2.0 and Atom feeds in Claws-Mail +PKG_DESTDIR_SUPPORT= user-destdir + PLIST_SRC+= PLIST DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail diff --git a/mail/claws-mail-smime/Makefile b/mail/claws-mail-smime/Makefile index 3dac1352312..66f80858afb 100644 --- a/mail/claws-mail-smime/Makefile +++ b/mail/claws-mail-smime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:34 joerg Exp $ DISTNAME= smime-0.7.5 PKGNAME= claws-mail-smime-0.7.5 @@ -8,6 +8,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= This plugin handles S/MIME signed and/or encrypted mails +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail PLIST_SRC+= PLIST diff --git a/mail/claws-mail-spamassassin/Makefile b/mail/claws-mail-spamassassin/Makefile index 5e1c39e4bcb..b6984993214 100644 --- a/mail/claws-mail-spamassassin/Makefile +++ b/mail/claws-mail-spamassassin/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:34 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= spamassassin PLUG_VER= 3.4.0 diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index 7e20e8d54ec..8a895a96bd7 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= spam_report-0.3.3 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Report spam to various places +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-synce/Makefile b/mail/claws-mail-synce/Makefile index 4f82dd229c5..b740332db16 100644 --- a/mail/claws-mail-synce/Makefile +++ b/mail/claws-mail-synce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= synce_plugin-0.7.3 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Synchronize addressbook of a Windows CE with Claws Mail +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" diff --git a/mail/claws-mail-tnef/Makefile b/mail/claws-mail-tnef/Makefile index 012c2532913..88373dbb9e7 100644 --- a/mail/claws-mail-tnef/Makefile +++ b/mail/claws-mail-tnef/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= tnef_parse-0.2.3 @@ -10,6 +10,8 @@ PKGREVISION= 1 MAINTAINER= smb@NetBSD.org COMMENT= Handles TNEF attachments from Outlook +PKG_DESTDIR_SUPPORT= user-destdir + #PLIST_SRC+= PLIST DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail diff --git a/mail/claws-mail-trayicon/Makefile b/mail/claws-mail-trayicon/Makefile index 7291df67f0c..549beb0311d 100644 --- a/mail/claws-mail-trayicon/Makefile +++ b/mail/claws-mail-trayicon/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2008/05/12 02:25:40 smb Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:34 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= trayicon PLUG_VER= 3.4.0 diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile index a617674696c..3db9b00d66e 100644 --- a/mail/claws-mail-vcalendar/Makefile +++ b/mail/claws-mail-vcalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/05 10:19:31 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= vcalendar-1.102 @@ -9,6 +9,8 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= Enable vCalendar message handling +PKG_DESTDIR_SUPPORT= user-destdir + #PLIST_SRC+= PLIST DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail diff --git a/mail/evolution-data-server/Makefile b/mail/evolution-data-server/Makefile index 3af25b6d0cd..ea8c8a16a76 100644 --- a/mail/evolution-data-server/Makefile +++ b/mail/evolution-data-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2008/05/29 11:11:34 drochner Exp $ +# $NetBSD: Makefile,v 1.68 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= evolution-data-server-2.22.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/evolution/ COMMENT= Evolution data server +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_API_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.3 GNU_CONFIGURE= YES diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 8ffe0cb8658..93ad9933e7d 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/04/30 13:38:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= evolution-exchange-2.22.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.novell.com/products/desktop/features/evolution.html COMMENT= Support for Microsoft Exchange 2000 and 2003 in Evolution +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 6b461fe5857..c523fc82e4c 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2008/06/05 11:08:08 drochner Exp $ +# $NetBSD: Makefile,v 1.135 2008/06/12 02:14:34 joerg Exp $ DISTNAME= evolution-2.22.2 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool +PKG_DESTDIR_SUPPORT= user-destdir + PKG_OPTIONS_VAR= PKG_OPTIONS.evolution PKG_SUGGESTED_OPTIONS= inet6 ssl PKG_SUPPORTED_OPTIONS= inet6 krb4 krb5 ssl diff --git a/mail/fix-mime-charset/Makefile b/mail/fix-mime-charset/Makefile index afcb71b8ff5..76333a3da36 100644 --- a/mail/fix-mime-charset/Makefile +++ b/mail/fix-mime-charset/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/03/18 18:56:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= fix-mime-charset-0.5.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fix-mime-chr.sourceforge.net/ COMMENT= Correct MIME charset type in mail headers +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= perl pkg-config diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile index 374c0fb02cc..b3bb5922b78 100644 --- a/mail/freepops/Makefile +++ b/mail/freepops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/01/18 05:08:24 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= freepops-0.2.5 @@ -10,6 +10,8 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.freepops.org/ COMMENT= POP3 gateway to AOL, Gmail, Hotmail, Juno, Yahoo, etc. +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_TOOLS+= bash:run bison gmake gsed patch tar USE_LIBTOOL= yes diff --git a/mail/p5-MIME-Charset/Makefile b/mail/p5-MIME-Charset/Makefile index 6f467e63a72..63640d23f55 100644 --- a/mail/p5-MIME-Charset/Makefile +++ b/mail/p5-MIME-Charset/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 16:42:56 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= MIME-Charset-1.006.2 @@ -10,6 +10,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MIME-Charset/ COMMENT= Perl5 module containing charset Informations for MIME +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MIME/Charset/.packlist diff --git a/mail/p5-MIME-EncWords/Makefile b/mail/p5-MIME-EncWords/Makefile index ef3cf00f37f..f4325b48c88 100644 --- a/mail/p5-MIME-EncWords/Makefile +++ b/mail/p5-MIME-EncWords/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 16:43:40 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= MIME-EncWords-1.010.101 @@ -10,6 +10,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MIME-EncWords/ COMMENT= Perl5 modules for decoding RFC 2047 encoded words (improved) +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-MIME-Charset>=1.006.2:../../mail/p5-MIME-Charset USE_LANGUAGES= # empty diff --git a/mail/p5-MIME-Lite-HTML/Makefile b/mail/p5-MIME-Lite-HTML/Makefile index bc464ced780..a594366a280 100644 --- a/mail/p5-MIME-Lite-HTML/Makefile +++ b/mail/p5-MIME-Lite-HTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 18:55:18 cube Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:34 joerg Exp $ DISTNAME= MIME-Lite-HTML-1.21 PKGNAME= p5-${DISTNAME} @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} MAINTAINER= cube@NetBSD.org COMMENT= Perl5 module to transform a HTML page into a MIME-Lite mail +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-MIME-Lite>=3.01:../../mail/p5-MIME-Lite DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index 87366fed891..b8e79c0b01c 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/10 06:06:33 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:34 joerg Exp $ DISTNAME= MIME-Lite-3.01 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} MAINTAINER= norm@sandbox.org.uk COMMENT= Perl5 module for simple creation of MIME email messages +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/MIME/Lite/.packlist .include "../../lang/perl5/module.mk" diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index c8c97dc627a..42d1b9c143f 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/01/13 21:24:58 abs Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:34 joerg Exp $ DISTNAME= Mail-Box-2.066 PKGREVISION= 1 @@ -25,6 +25,7 @@ DEPENDS+= p5-File-Remove-[0-9]*:../../sysutils/p5-File-Remove DEPENDS+= p5-Test-Harness>=2.62:../../devel/p5-Test-Harness PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Mail/Box/.packlist diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile index 4693aa4fb67..42e4a2a269b 100644 --- a/mail/p5-Mail-Ezmlm/Makefile +++ b/mail/p5-Mail-Ezmlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/03/24 06:52:22 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= Ezmlm-0.05.1 @@ -13,6 +13,8 @@ COMMENT= Perl5 module for managing ezmlm mailing lists DEPENDS+= qmail>=1.03:../../mail/qmail DEPENDS+= {ezmlm>=0.53,ezmlm-idx>=0.40}:../../mail/ezmlm +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/Ezmlm-0.05 MAKE_ENV+= BSD_BATCH_INSTALL=1 # skip interactive config stage diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index aadcea8e3c9..173df4a765d 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/04/23 21:34:18 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= Mail-IMAPClient-3.06 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~markov/Mail-IMAPClient/ COMMENT= Perl5 module for talking to RFC-2060 IMAP servers +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index a5dda179664..2ad4c8241c5 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/24 23:08:35 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:34 joerg Exp $ DISTNAME= Mail-Mbox-MessageParser-1.5000 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Mail-Mbox-MessageParser/ COMMENT= Perl5 module for parsing mail messages +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable diff --git a/mail/p5-Mail-Milter/Makefile b/mail/p5-Mail-Milter/Makefile index d5a91a4c493..2c009f887a8 100644 --- a/mail/p5-Mail-Milter/Makefile +++ b/mail/p5-Mail-Milter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/03/19 16:40:27 tv Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= Mail-Milter-0.07 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pmilter.sourceforge.net/ COMMENT= Sendmail::Milter enhancement API modules +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Sendmail-PMilter>=0.90:../../mail/p5-Sendmail-PMilter PERL5_PACKLIST= auto/Mail/Milter/.packlist diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile index e20e008753c..384682772f2 100644 --- a/mail/p5-Mail-SPF-Query/Makefile +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 19:26:42 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:34 joerg Exp $ DISTNAME= Mail-SPF-Query-1.999 PKGNAME= p5-${DISTNAME} @@ -17,6 +17,7 @@ DEPENDS+= p5-Sys-Hostname-Long-[0-9]*:../../sysutils/p5-Sys-Hostname-Long DEPENDS+= p5-URI>=1.18:../../www/p5-URI PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Mail/SPF/Query/.packlist USE_LANGUAGES= # empty diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index fe8ac90042c..ccb0255aea5 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/03/19 16:40:27 tv Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:34 joerg Exp $ DISTNAME= Mail-SRS-0.31 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsrs2.org/ COMMENT= SMTP envelope sender rewriting for SPF-compliant forwarding +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-DB_File>=1.806:../../databases/p5-DB_File DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC DEPENDS+= p5-MLDBM>=2.01:../../databases/p5-MLDBM diff --git a/mail/p5-Mail-Sender-Easy/Makefile b/mail/p5-Mail-Sender-Easy/Makefile index 5b89acd225f..e8bb193e764 100644 --- a/mail/p5-Mail-Sender-Easy/Makefile +++ b/mail/p5-Mail-Sender-Easy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/02 10:53:59 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:35 joerg Exp $ # DISTNAME= Mail-Sender-Easy-v0.0.5 @@ -10,6 +10,8 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/~dmuey/Mail-Sender/ COMMENT= Simplified interface to Mail::Sender +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Mail-Sender>=0:../../mail/p5-Mail-Sender DEPENDS+= p5-version>=0:../../devel/p5-version diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index 0fd8c742587..013a722cb90 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/02 10:43:21 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:35 joerg Exp $ # DISTNAME= Mail-Sender-0.8.13 @@ -10,6 +10,8 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/~jenda/Mail-Sender/ COMMENT= Sending mails with attachments through an SMTP server +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Mail/Sender/.packlist diff --git a/mail/p5-Mail-Webmail-Gmail/Makefile b/mail/p5-Mail-Webmail-Gmail/Makefile index 51efbdf912a..c05a3ef27b6 100644 --- a/mail/p5-Mail-Webmail-Gmail/Makefile +++ b/mail/p5-Mail-Webmail-Gmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/11/29 15:18:24 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:35 joerg Exp $ DISTNAME= Mail-Webmail-Gmail-1.09 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ DEPENDS+= p5-Crypt-SSLeay>=0.51:../../security/p5-Crypt-SSLeay DEPENDS+= p5-libwww>=5.80:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Mail/Webmail/Gmail/.packlist diff --git a/mail/p5-Net-LMTP/Makefile b/mail/p5-Net-LMTP/Makefile index a18abbb8ed7..77786cb40cf 100644 --- a/mail/p5-Net-LMTP/Makefile +++ b/mail/p5-Net-LMTP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:22 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:35 joerg Exp $ # DISTNAME= Net-LMTP-0.02 @@ -11,6 +11,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/~lhoward/${DISTNAME}/ COMMENT= Local Mail Transfer Protocol Client +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/LMTP/.packlist .include "../../lang/perl5/module.mk" diff --git a/mail/p5-Net-SMTP_auth/Makefile b/mail/p5-Net-SMTP_auth/Makefile index a5c499a695c..57e2f8060b6 100644 --- a/mail/p5-Net-SMTP_auth/Makefile +++ b/mail/p5-Net-SMTP_auth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/01 21:44:17 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:35 joerg Exp $ DISTNAME= Net-SMTP_auth-0.08 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-SMTP_auth/ COMMENT= Perl module adding SMTP AUTH support to Net::SMTP module +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/SMTP_auth/.packlist # Also depends on MIME::Base64 and Net::SMTP bundled with perl diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index 8bfcaee2117..10a3f3eb10b 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:01 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:35 joerg Exp $ DISTNAME= Sendmail-AccessDB-0.07 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://www.megacity.org/software.html COMMENT= Perl5 module for manipulating the sendmail accessdb PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Sendmail/AccessDB/.packlist diff --git a/mail/p5-Sendmail-PMilter/Makefile b/mail/p5-Sendmail-PMilter/Makefile index 61d916593e1..61aa296e7cb 100644 --- a/mail/p5-Sendmail-PMilter/Makefile +++ b/mail/p5-Sendmail-PMilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/19 16:40:27 tv Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:35 joerg Exp $ # DISTNAME= Sendmail-PMilter-0.95 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pmilter.sourceforge.net/ COMMENT= Pure-Perl Milter protocol API +PKG_DESTDIR_SUPPORT= user-destdir + # Though it doesn't exist yet, just in case: CONFLICTS+= p5-Sendmail-Milter-[0-9]* diff --git a/mail/p5-URI-imap/Makefile b/mail/p5-URI-imap/Makefile index 5e6b3eec1cb..4e4b9f49151 100644 --- a/mail/p5-URI-imap/Makefile +++ b/mail/p5-URI-imap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2007/10/11 15:49:56 tv Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:35 joerg Exp $ # DISTNAME= URI-imap-1.01 @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module for support of "imap" URI scheme objects +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-URI>=0:../../www/p5-URI USE_LANGUAGES= # empty diff --git a/mail/p5-User-Identity/Makefile b/mail/p5-User-Identity/Makefile index 08c576b5d65..edbbd97e753 100644 --- a/mail/p5-User-Identity/Makefile +++ b/mail/p5-User-Identity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:22 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:35 joerg Exp $ DISTNAME= User-Identity-0.90 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ COMMENT= Helps maintaining user information from various sources DEPENDS+= p5-Geography-Countries-[0-9]*:../../misc/p5-Geography-Countries PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/User/Identity/.packlist diff --git a/mail/pear-Auth_SASL/Makefile b/mail/pear-Auth_SASL/Makefile index ae3e8e69238..e181908bbd7 100644 --- a/mail/pear-Auth_SASL/Makefile +++ b/mail/pear-Auth_SASL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/30 19:41:26 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:35 joerg Exp $ DISTNAME= Auth_SASL-1.0.2 CATEGORIES= mail @@ -7,5 +7,7 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://pear.php.net/package/Auth_SASL COMMENT= Abstraction of various SASL mechanism responses +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 7957be2a0d0..f274ec59801 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/05/05 22:09:20 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:35 joerg Exp $ DISTNAME= Mail-1.1.14 PKGREVISION= 1 @@ -12,5 +12,7 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://pear.php.net/package/Mail COMMENT= PHP Class that provides multiple interfaces for sending emails +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index 3509bf3418a..53b0622cd51 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/30 19:28:03 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:35 joerg Exp $ DISTNAME= Mail_Mime-1.4.0 CATEGORIES+= mail @@ -8,5 +8,7 @@ COMMENT= PHP classes to create and decode mime messages CONFLICTS= php-pear-Mail_Mime-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/perdition-bdb/Makefile b/mail/perdition-bdb/Makefile index 111d52c6990..af1208ae902 100644 --- a/mail/perdition-bdb/Makefile +++ b/mail/perdition-bdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/06/08 13:12:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 3 @@ -9,6 +9,8 @@ BUILD_DIRS= makebdb perdition/db/bdb BDB_ACCEPTED= db4 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bdb.buildlink3.mk" .include "../../mail/perdition/buildlink3.mk" .include "../perdition/Makefile.common" diff --git a/mail/perdition-gdbm/Makefile b/mail/perdition-gdbm/Makefile index dd101d7a6dc..97877d14f2d 100644 --- a/mail/perdition-gdbm/Makefile +++ b/mail/perdition-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 1 @@ -7,6 +7,8 @@ PERDITION_COMMENT= GDBM user database module PERDITION_PKGNAME= gdbm BUILD_DIRS= makegdbm perdition/db/gdbm +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/gdbm/buildlink3.mk" .include "../../mail/perdition/buildlink3.mk" .include "../perdition/Makefile.common" diff --git a/mail/perdition-ldap/Makefile b/mail/perdition-ldap/Makefile index 4061b1e3aae..dcb96eaab35 100644 --- a/mail/perdition-ldap/Makefile +++ b/mail/perdition-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/01/18 05:08:28 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 4 @@ -6,6 +6,8 @@ PKGREVISION= 4 PERDITION_COMMENT= LDAP user database module PERDITION_PKGNAME= ldap +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --with-ldap-includes=${BUILDLINK_PREFIX.openldap-client}/include CONFIGURE_ARGS+= --with-ldap-libs=${BUILDLINK_PREFIX.openldap-client}/lib diff --git a/mail/perdition-mysql/Makefile b/mail/perdition-mysql/Makefile index b27297f1232..32ece81567e 100644 --- a/mail/perdition-mysql/Makefile +++ b/mail/perdition-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/09/04 21:08:53 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 2 @@ -6,6 +6,8 @@ PKGREVISION= 2 PERDITION_COMMENT= MySQL user database module PERDITION_PKGNAME= mysql +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= bash:run REPLACE_BASH+= perdition/db/mysql/perditiondb_mysql_makedb diff --git a/mail/perdition-odbc/Makefile b/mail/perdition-odbc/Makefile index 7dfcc2a739f..c1da6e2670b 100644 --- a/mail/perdition-odbc/Makefile +++ b/mail/perdition-odbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/09/04 21:16:25 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 1 @@ -6,6 +6,8 @@ PKGREVISION= 1 PERDITION_COMMENT= UnixODBC user database module PERDITION_PKGNAME= odbc +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --with-odbc-includes=${BUILDLINK_PREFIX.unixodbc}/include CONFIGURE_ARGS+= --with-odbc-libs=${BUILDLINK_PREFIX.unixodbc}/lib diff --git a/mail/perdition-postgresql/Makefile b/mail/perdition-postgresql/Makefile index c24ed171ab8..6386934e9d1 100644 --- a/mail/perdition-postgresql/Makefile +++ b/mail/perdition-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 4 @@ -7,6 +7,8 @@ PERDITION_COMMENT= PostgreSQL user database module PERDITION_PKGNAME= postgresql PERDITION_SKIP_DISABLE= pg +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= bash:run REPLACE_BASH+= perdition/db/postgresql/perditiondb_postgresql_makedb diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index f31dcd13f33..c3c7b5d2ef1 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2008/01/18 05:08:27 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:35 joerg Exp $ # PKGREVISION= 7 PERDITION_COMMENT= main program +PKG_DESTDIR_SUPPORT= user-destdir + .include "options.mk" OWN_DIRS+= ${PKG_SYSCONFDIR} diff --git a/mail/php-imap/Makefile b/mail/php-imap/Makefile index 7463979fb06..1c4d371c3ac 100644 --- a/mail/php-imap/Makefile +++ b/mail/php-imap/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.14 2008/03/04 17:13:49 sborrill Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:35 joerg Exp $ MODNAME= imap PKGREVISION= 3 CATEGORIES+= mail COMMENT= PHP extension for IMAP (Internet Mailbox Access Protocol) +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-imap-[0-9]* USE_PHP_EXT_PATCHES= yes diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index a1919b90605..76b555692e7 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/03/17 11:53:37 obache Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:35 joerg Exp $ # DISTNAME= pine-pgp-filters-1.1 @@ -10,22 +10,25 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dougbarton.us/PGP/scripts/ppf/ COMMENT= Filters to integrate Pine with gnupg or pgp +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} DOCDIR= ${PREFIX}/share/doc/pine-pgp-filters DOCFILES= BUGS CHANGES INSTALL LICENSE README +INSTALLATION_DIRS= ${DOCDIR} + do-build: .for f in ${DOCFILES} ${SED} 's:/usr/local:${PREFIX}:g' ${WRKSRC}/${f} > ${WRKSRC}/${f}.gen .endfor post-install: - ${RM} ${PREFIX}/libexec/ppf_*.orig - ${INSTALL_DATA_DIR} ${DOCDIR} + ${RM} ${DESTDIR}${PREFIX}/libexec/ppf_*.orig .for f in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/${f}.gen ${DOCDIR}/${f} + ${INSTALL_DATA} ${WRKSRC}/${f}.gen ${DESTDIR}${DOCDIR}/${f} .endfor .include "../../mk/bsd.pkg.mk" diff --git a/mail/pine-pgp-filters/distinfo b/mail/pine-pgp-filters/distinfo index 4c0b900b449..321e43efaf7 100644 --- a/mail/pine-pgp-filters/distinfo +++ b/mail/pine-pgp-filters/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 09:59:26 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/06/12 02:14:35 joerg Exp $ SHA1 (pine-pgp-filters-1.1.tar.gz) = e81d5ff8c3632d423728aeaed32236093a62a6db RMD160 (pine-pgp-filters-1.1.tar.gz) = cf97953b4bcee6cbecde3ee380c6c3d0e08df05c @@ -6,3 +6,4 @@ Size (pine-pgp-filters-1.1.tar.gz) = 6859 bytes SHA1 (patch-aa) = 0059bdd731355b7f94e1333c5c476774cffd3ca2 SHA1 (patch-ab) = 271a81ba0bcc224040e663bf8961c81d136e6edd SHA1 (patch-ac) = 4e7ba38d8b4f1d393264fe207ab4ef8e312fcc40 +SHA1 (patch-ad) = 833fa184d041fd4c6983628ea807110e4fa18e4f diff --git a/mail/pine-pgp-filters/patches/patch-ad b/mail/pine-pgp-filters/patches/patch-ad new file mode 100644 index 00000000000..2d9f388766a --- /dev/null +++ b/mail/pine-pgp-filters/patches/patch-ad @@ -0,0 +1,16 @@ +$NetBSD: patch-ad,v 1.1 2008/06/12 02:14:35 joerg Exp $ + +--- Makefile.in.orig 2008-06-11 08:57:56.000000000 +0000 ++++ Makefile.in +@@ -1,9 +1,9 @@ + + install: + .if !exists(@@PREFIX@@/libexec) +- install -d -m 755 @@PREFIX@@/libexec ++ install -d -m 755 ${DESTDIR}@@PREFIX@@/libexec + .endif +- install -m 555 ${.CURDIR}/obj/ppf_* @@PREFIX@@/libexec ++ install -m 555 ${.CURDIR}/obj/ppf_* ${DESTDIR}@@PREFIX@@/libexec + + clean: + rm -f ${.CURDIR}/obj/* diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 3c7daf04061..98fe5ef45c7 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2008/03/29 21:55:19 markd Exp $ +# $NetBSD: Makefile,v 1.119 2008/06/12 02:14:35 joerg Exp $ DISTNAME= pine4.64 PKGNAME= pine-4.64 @@ -12,6 +12,8 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ COMMENT= Program for Internet News and E-mail +PKG_DESTDIR_SUPPORT= user-destdir + LICENSE= pine-license @@ -69,7 +71,8 @@ CFLAGS+= -DPASSFILE=\\\".pinepwd\\\" REPLACE_PERL+= contrib/utils/pwd2pine -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 \ + share/examples/pine share/pine/contrib/utils # Make sure the imap lib that comes with pine isn't # used (see http://www.securityfocus.com/advisories/2646) @@ -94,28 +97,24 @@ do-build: EXTRALDFLAGS="${LDFLAGS} ${LIBS}" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/rpdump ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/rpload ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pine - ${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/rpdump.1 ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/rpload.1 ${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/rpdump ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/rpload ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/rpdump.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/rpload.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 ( ${ECHO} '# (This file is not part of the pine distribution! - HF)' ; \ - ${PREFIX}/bin/pine -conf ) | ${SED} \ + ${DESTDIR}${PREFIX}/bin/pine -conf ) | ${SED} \ -e 's|^\(use-only-domain-name\)=.*$$|\1=No|g' \ -e 's|^\(feature-list\)=.*$$|\1=enable-mail-check-cue,enable-suspend,expanded-view-of-addressbooks,include-header-in-reply,include-text-in-reply,show-selected-in-boldface,signature-at-bottom|g' \ -e 's|^\(sort-key\)=.*$$|\1=Arrival/Reverse|g' \ - >${PREFIX}/share/examples/pine/pine.conf - ${INSTALL_DATA} ${FILESDIR}/pine.conf.fixed ${PREFIX}/share/examples/pine/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/pine - ${INSTALL_DATA_DIR} ${PREFIX}/share/pine/contrib - ${INSTALL_DATA_DIR} ${PREFIX}/share/pine/contrib/utils - ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/pine/ - ${INSTALL_DATA} ${WRKSRC}/contrib/krb5-setup ${PREFIX}/share/pine/contrib - ${INSTALL_DATA} ${WRKSRC}/contrib/ldap-setup ${PREFIX}/share/pine/contrib - ${INSTALL_DATA} ${WRKSRC}/contrib/utils/* ${PREFIX}/share/pine/contrib/utils - ${CHMOD} +x ${PREFIX}/share/pine/contrib/utils/*.sh + >${DESTDIR}${PREFIX}/share/examples/pine/pine.conf + ${INSTALL_DATA} ${FILESDIR}/pine.conf.fixed ${DESTDIR}${PREFIX}/share/examples/pine/ + ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${DESTDIR}${PREFIX}/share/pine/ + ${INSTALL_DATA} ${WRKSRC}/contrib/krb5-setup ${DESTDIR}${PREFIX}/share/pine/contrib + ${INSTALL_DATA} ${WRKSRC}/contrib/ldap-setup ${DESTDIR}${PREFIX}/share/pine/contrib + ${INSTALL_DATA} ${WRKSRC}/contrib/utils/* ${DESTDIR}${PREFIX}/share/pine/contrib/utils + ${CHMOD} +x ${DESTDIR}${PREFIX}/share/pine/contrib/utils/*.sh # 2004e contains extensions needed by Pine 4.63 BUILDLINK_API_DEPENDS.imap-uw+= imap-uw>=2004e diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile index 3af814f9d13..6a6a2fe0262 100644 --- a/mail/poppassd/Makefile +++ b/mail/poppassd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/01/07 09:13:59 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:35 joerg Exp $ # DISTNAME= qpopper${VERSION} @@ -14,6 +14,8 @@ MAINTAINER= mellon@fugue.com HOMEPAGE= ${QPOPPER_HOMEPAGE} COMMENT= Qualcomm's password change server mainly for Eudora +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mail/qpopper/Makefile.common" CONFIGURE_ARGS+= --enable-poppassd --without-pam @@ -23,6 +25,8 @@ MAKE_ENV+= ROOT_USER=${ROOT_USER:Q} ROOT_GROUP=${ROOT_GROUP:Q} .include "options.mk" INSTALLATION_DIRS= ${PKGMANDIR}/man8 share/doc libexec +# popper makefile doesn't have an install target... +INSTALL_DIRS= password do-build: .for DIR in common password @@ -30,12 +34,9 @@ do-build: ${MAKE_PROGRAM} ${MAKE_FLAGS} ${BUILD_TARGET} .endfor -# popper makefile doesn't have an install target... -do-install: - cd ${WRKSRC}/password; ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET} - ${INSTALL_MAN} ${WRKSRC}/man/poppassd.8 ${PREFIX}/${PKGMANDIR}/man8 +post-install: + ${INSTALL_MAN} ${WRKSRC}/man/poppassd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 ${INSTALL_DATA} ${WRKSRC}/License.txt \ - ${PREFIX}/share/doc/poppassd.License; + ${DESTDIR}${PREFIX}/share/doc/poppassd.License; .include "../../mk/bsd.pkg.mk" diff --git a/mail/poppassd/distinfo b/mail/poppassd/distinfo index 57805bf3c0f..e39ef09de53 100644 --- a/mail/poppassd/distinfo +++ b/mail/poppassd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2006/05/05 02:52:33 taca Exp $ +$NetBSD: distinfo,v 1.16 2008/06/12 02:14:35 joerg Exp $ SHA1 (qpopper4.0.9.tar.gz) = 5629aa86d92fe10565021980882dffb733ce73d9 RMD160 (qpopper4.0.9.tar.gz) = b48a68cd9e282bfb3d78c6b53f3dee7c97bdf77d @@ -7,7 +7,7 @@ SHA1 (qpopper4.0.8-ipv6-20050515.diff.gz) = 3ccd51fa8fb1633c34dee19e6d50351cb649 RMD160 (qpopper4.0.8-ipv6-20050515.diff.gz) = 0ca9a8893e31933d8bf33a3cfa4d88fde511ed5e Size (qpopper4.0.8-ipv6-20050515.diff.gz) = 11479 bytes SHA1 (patch-aa) = 0dd1bdc832d00bd640e7003afea28f0d90c2f975 -SHA1 (patch-ab) = 713698d5834b569a0ee08088567a71e218d50550 +SHA1 (patch-ab) = 0c51cede93abbcc7c25025063b3da8e3d8f1a048 SHA1 (patch-ac) = 2da65909cdbf8932c1ee7d65b41e115fa961a040 SHA1 (patch-ad) = 01036ef18732b3a7576ac79e35ea9b027e2eef63 SHA1 (patch-ae) = fa5febd4eedccdbd5610821b222a689193993bae diff --git a/mail/poppassd/patches/patch-ab b/mail/poppassd/patches/patch-ab index ab17035f484..087d50025f9 100644 --- a/mail/poppassd/patches/patch-ab +++ b/mail/poppassd/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.4 2003/04/29 14:22:46 taca Exp $ +$NetBSD: patch-ab,v 1.5 2008/06/12 02:14:35 joerg Exp $ --- password/Makefile.in.orig Fri Apr 5 04:38:33 2002 +++ password/Makefile.in Thu May 2 14:22:07 2002 @@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.4 2003/04/29 14:22:46 taca Exp $ install: - ${INSTALL} -m 4755 -o root -g 0 poppassd ${installdir}/poppassd; \ -+ ${INSTALL} -m 555 -o ${ROOT_USER} -g ${ROOT_GROUP} poppassd ${installdir}/poppassd; \ ++ ${INSTALL} -m 555 -o ${ROOT_USER} -g ${ROOT_GROUP} poppassd ${DESTDIR}${installdir}/poppassd; \ echo "Installed poppassd as ${installdir}/poppassd" poppassd: ${OBJS} ${common_dir}/libcommon.a diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile index c2218cb13ab..22a0f21631b 100644 --- a/mail/proxsmtp/Makefile +++ b/mail/proxsmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/14 16:00:41 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:35 joerg Exp $ DISTNAME= proxsmtp-1.0 PKGREVISION= 1 @@ -9,22 +9,25 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://memberwebs.com/nielsen/software/proxsmtp/ COMMENT= SMTP proxy content filter +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/proxsmtpd.conf ${PKG_SYSCONFDIR}/proxsmtpd.conf RCD_SCRIPTS= proxsmtpd +INSTALLATION_DIRS= ${EGDIR} + .include "../../mk/pthread.buildlink3.mk" post-install: - ${INSTALL_DATA_DIR} ${EGDIR} for file in \ doc/proxsmtpd.conf \ scripts/add_header.sh \ scripts/spamassassin.sh; \ do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${EGDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/$$file ${DESTDIR}${EGDIR}; \ done .include "../../mk/bsd.pkg.mk" diff --git a/mail/pulsar/Makefile b/mail/pulsar/Makefile index 2ef3a566408..16695b71889 100644 --- a/mail/pulsar/Makefile +++ b/mail/pulsar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/01/18 05:08:30 tnn Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:35 joerg Exp $ # DISTNAME= pulsar-0.1.1 @@ -11,6 +11,8 @@ MAINTAINER= martin@NetBSD.org HOMEPAGE= http://pulsar.sourceforge.net/ COMMENT= Small, secure POP3 daemon, featuring native SSL support +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= autoconf gmake diff --git a/mail/pulsar/distinfo b/mail/pulsar/distinfo index 7c6d4d52965..11b481fc962 100644 --- a/mail/pulsar/distinfo +++ b/mail/pulsar/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.4 2006/06/06 01:30:25 minskim Exp $ +$NetBSD: distinfo,v 1.5 2008/06/12 02:14:35 joerg Exp $ SHA1 (pulsar-0.1.1.tar.bz2) = bc99f184809f42b312d23d76aa34f01db65ac823 RMD160 (pulsar-0.1.1.tar.bz2) = bac068845f10a7c879c1fab9cff95791369bfa84 Size (pulsar-0.1.1.tar.bz2) = 149675 bytes SHA1 (patch-aa) = 7b6ee91a55ec8c583df2bd0a407e9e43bd9e2c3f -SHA1 (patch-ab) = 6a874d7b633c2914d3f4f46a3c63088458c4aa92 -SHA1 (patch-ac) = 56b8f1c48fbeb987e1635b268575609548e7c910 -SHA1 (patch-ad) = 3b7139d2dae9dfbc294778a8d1ead473c4294bfb -SHA1 (patch-ae) = 899efb95a466a42b25255708e9b4e7930a164fa3 +SHA1 (patch-ab) = c48065bea2ec3516b547492929002658ebe33100 +SHA1 (patch-ac) = 217569860e801e8cd6277a75c7041aa721189b45 +SHA1 (patch-ad) = 09fa0f7746eba7fcf8eb68e8bcea904ea4ea62bc +SHA1 (patch-ae) = aa081ca35a7536ff3d78792cfa2a32a7c9bdd4f9 SHA1 (patch-af) = 4fe6b687d71f27dd7755ba4cf4608a4883ce3aa5 SHA1 (patch-ag) = 5b257bf3d96283a3676cb8ed108a981a5f295b1b diff --git a/mail/pulsar/patches/patch-ab b/mail/pulsar/patches/patch-ab index a4e25c1055d..db871f56af2 100644 --- a/mail/pulsar/patches/patch-ab +++ b/mail/pulsar/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2006/06/06 01:30:26 minskim Exp $ +$NetBSD: patch-ab,v 1.3 2008/06/12 02:14:36 joerg Exp $ --- doc/Makefile.in.orig 2003-07-06 14:42:37.000000000 -0700 +++ doc/Makefile.in @@ -8,5 +8,5 @@ $NetBSD: patch-ab,v 1.2 2006/06/06 01:30:26 minskim Exp $ install: - ${INSTALL} -m 0555 -g root -o root -d ${docdir}/ - ${INSTALL} -m 0444 -g root -o root ${DOC_FILES} ${docdir}/ -+ ${BSD_INSTALL_DATA_DIR} ${docdir}/ -+ ${BSD_INSTALL_DATA} ${DOC_FILES} ${docdir}/ ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${docdir}/ ++ ${BSD_INSTALL_DATA} ${DOC_FILES} ${DESTDIR}${docdir}/ diff --git a/mail/pulsar/patches/patch-ac b/mail/pulsar/patches/patch-ac index 3ab945ac06a..dd085126c14 100644 --- a/mail/pulsar/patches/patch-ac +++ b/mail/pulsar/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 2006/06/06 01:30:26 minskim Exp $ +$NetBSD: patch-ac,v 1.4 2008/06/12 02:14:36 joerg Exp $ --- man/Makefile.in.orig 2002-09-05 17:08:49.000000000 -0700 +++ man/Makefile.in @@ -21,10 +21,10 @@ $NetBSD: patch-ac,v 1.3 2006/06/06 01:30:26 minskim Exp $ - ${INSTALL} -m 0444 -g root -o root *.1.gz ${mandir}/man1/ - ${INSTALL} -m 0444 -g root -o root *.5.gz ${mandir}/man5/ - ${INSTALL} -m 0444 -g root -o root *.8.gz ${mandir}/man8/ -+ ${BSD_INSTALL_MAN_DIR} ${mandir}/man1/ -+ ${BSD_INSTALL_MAN_DIR} ${mandir}/man5/ -+ ${BSD_INSTALL_MAN_DIR} ${mandir}/man8/ -+ ${BSD_INSTALL_MAN} *.1.gz ${mandir}/man1/ -+ ${BSD_INSTALL_MAN} *.5.gz ${mandir}/man5/ -+ ${BSD_INSTALL_MAN} *.8.gz ${mandir}/man8/ ++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${mandir}/man1/ ++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${mandir}/man5/ ++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${mandir}/man8/ ++ ${BSD_INSTALL_MAN} *.1.gz ${DESTDIR}${mandir}/man1/ ++ ${BSD_INSTALL_MAN} *.5.gz ${DESTDIR}${mandir}/man5/ ++ ${BSD_INSTALL_MAN} *.8.gz ${DESTDIR}${mandir}/man8/ diff --git a/mail/pulsar/patches/patch-ad b/mail/pulsar/patches/patch-ad index 1da46582099..c99d3a9d0a6 100644 --- a/mail/pulsar/patches/patch-ad +++ b/mail/pulsar/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.2 2006/06/06 01:30:26 minskim Exp $ +$NetBSD: patch-ad,v 1.3 2008/06/12 02:14:36 joerg Exp $ --- src/Makefile.in.orig 2003-09-04 11:15:21.000000000 -0700 +++ src/Makefile.in @@ -19,7 +19,7 @@ $NetBSD: patch-ad,v 1.2 2006/06/06 01:30:26 minskim Exp $ - ${INSTALL} -m 0500 -g root -o root -s pulsar ${sbindir} - ${INSTALL} -m 0555 -g root -o root -s pulsar_crypt ${sbindir} - ${INSTALL} -m 0500 -g root -o root -s pulsar_deliver ${sbindir} -+ ${BSD_INSTALL_PROGRAM_DIR} ${sbindir} -+ ${INSTALL} -m 0500 -s pulsar ${sbindir} -+ ${INSTALL} -m 0555 -s pulsar_crypt ${sbindir} -+ ${INSTALL} -m 0500 -s pulsar_deliver ${sbindir} ++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${sbindir} ++ ${INSTALL} -m 0500 -s pulsar ${DESTDIR}${sbindir} ++ ${INSTALL} -m 0555 -s pulsar_crypt ${DESTDIR}${sbindir} ++ ${INSTALL} -m 0500 -s pulsar_deliver ${DESTDIR}${sbindir} diff --git a/mail/pulsar/patches/patch-ae b/mail/pulsar/patches/patch-ae index d97bc6d3ae3..d395da81c19 100644 --- a/mail/pulsar/patches/patch-ae +++ b/mail/pulsar/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.2 2006/06/06 01:30:26 minskim Exp $ +$NetBSD: patch-ae,v 1.3 2008/06/12 02:14:36 joerg Exp $ --- support_files/Makefile.in.orig 2003-07-06 14:42:05.000000000 -0700 +++ support_files/Makefile.in @@ -11,11 +11,11 @@ $NetBSD: patch-ae,v 1.2 2006/06/06 01:30:26 minskim Exp $ - ${INSTALL} -m 0555 -g root -o root pulsar.init ${sup_dir} - ${INSTALL} -m 0444 -g root -o root pulsar.pamd ${sup_dir} - ${INSTALL} -m 0444 -g root -o root pulsar.xinetd ${sup_dir} -+ ${BSD_INSTALL_DATA_DIR} ${sup_dir} -+ ${INSTALL} -m 0644 pulsar.conf ${sup_dir} -+ ${INSTALL} -m 0555 pulsar.init ${sup_dir} -+ ${INSTALL} -m 0444 pulsar.pamd ${sup_dir} -+ ${INSTALL} -m 0444 pulsar.xinetd ${sup_dir} ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${sup_dir} ++ ${INSTALL} -m 0644 pulsar.conf ${DESTDIR}${sup_dir} ++ ${INSTALL} -m 0555 pulsar.init ${DESTDIR}${sup_dir} ++ ${INSTALL} -m 0444 pulsar.pamd ${DESTDIR}${sup_dir} ++ ${INSTALL} -m 0444 pulsar.xinetd ${DESTDIR}${sup_dir} rpm: @echo -en "Building RPM package:\t" diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 045b2c18b12..f3f06ed034a 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/09/03 15:59:14 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:36 joerg Exp $ # DISTNAME= calcoo-1.3.18 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://calcoo.sourceforge.net/ COMMENT= Scientific calculator +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config diff --git a/math/cln/Makefile b/math/cln/Makefile index 202e0805c9c..36977d81ec5 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/01/07 09:54:52 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:36 joerg Exp $ DISTNAME= cln-1.1.13 CATEGORIES= math @@ -10,6 +10,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.ginac.de/CLN/ COMMENT= CLN Class Library for Numbers +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/math/euler/Makefile b/math/euler/Makefile index 8f25663503e..55c2a360c96 100644 --- a/math/euler/Makefile +++ b/math/euler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/06/06 12:43:31 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:36 joerg Exp $ DISTNAME= euler-1.61.0 PKGNAME= euler-1.61 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://euler.sourceforge.net/index.html COMMENT= Interactive numerical analysis and graphics program +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index 44d3f77d733..8c4e265fd44 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/19 09:16:25 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:36 joerg Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.fftw.org/ COMMENT= Collection of fast C routines to compute DFTs PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 9c977c59584..6d176e1d30c 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/11/05 20:35:29 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:36 joerg Exp $ # DISTNAME= galculator-1.3.1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://galculator.sourceforge.net/ COMMENT= Desktop calculator with scientific / RPN modes +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config intltool diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile index 69ff70299f0..cff22d0e0ba 100644 --- a/math/p5-Math-Base85/Makefile +++ b/math/p5-Math-Base85/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 07:59:41 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Math-Base85-0.2 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,7 @@ MAINTAINER= adrianp@NetBSD.org COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Math/Base85/.packlist diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile index 36678bc5318..406ad1db027 100644 --- a/math/p5-Math-Bezier/Makefile +++ b/math/p5-Math-Bezier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/02/27 09:22:38 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Math-Bezier-0.01 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-Bezier/ COMMENT= Perl module for the solution of Bezier curves +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Math/Bezier/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index 4dc72154a13..97ba848174b 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/27 09:23:45 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Math-FFT-1.28 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= gson@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-FFT/ COMMENT= Perl module to calculate Fast Fourier Transforms +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Math/FFT/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 026cf838920..b28b2da3bce 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:30:04 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:36 joerg Exp $ # DISTNAME= Math-GMP-2.04 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-GMP/ COMMENT= Perl 5 module for high speed arbitrary size integer math +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Math/GMP/.packlist .include "../../devel/gmp/buildlink3.mk" diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile index 7592c5ca1f5..32faf5dca44 100644 --- a/math/p5-Math-Interpolate/Makefile +++ b/math/p5-Math-Interpolate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:05 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Math-Interpolate-1.05 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for interpolating data +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Math/Interpolate/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile index 439ecce2178..40111380175 100644 --- a/math/p5-Math-MatrixReal/Makefile +++ b/math/p5-Math-MatrixReal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/02/27 09:25:29 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Math-MatrixReal-2.01 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/ COMMENT= Perl module for performing operations on real matrices +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Math/MatrixReal/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index baeb1c33901..19aefa522cf 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/02/09 22:39:50 adrianp Exp $ +# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:36 joerg Exp $ # DISTNAME= Math-Pari-2.010709 @@ -16,6 +16,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-Pari/ COMMENT= Perl5 interface to the pari math library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= perl # XXX: to use or not to use... diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 6d8f89654f6..c668b967147 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/08/01 19:45:17 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:36 joerg Exp $ # DISTNAME= Math-Random-0.67 @@ -11,6 +11,8 @@ MAINTAINER= imil@gcu.info HOMEPAGE= http://search.cpan.org/dist/Math-Random/ COMMENT= Random number generators +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Math/Random/.packlist REPLACE_PERL= example.pl diff --git a/math/p5-Number-Compare/Makefile b/math/p5-Number-Compare/Makefile index 0c56ea770d0..91b02acc319 100644 --- a/math/p5-Number-Compare/Makefile +++ b/math/p5-Number-Compare/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Number-Compare-0.01 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Number-Compare/ COMMENT= Compiles a simple comparison to an anonymous subroutine PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Number/Compare/.packlist diff --git a/math/p5-Number-Latin/Makefile b/math/p5-Number-Latin/Makefile index 56651cdf2fc..ffac264430e 100644 --- a/math/p5-Number-Latin/Makefile +++ b/math/p5-Number-Latin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Number-Latin-1.01 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} MAINTAINER= norm@sandbox.org.uk COMMENT= Perl module for "lower/upper-latin" numbering system +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Number/Latin/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Set-Crontab/Makefile b/math/p5-Set-Crontab/Makefile index 4df409bec99..f151dfda02c 100644 --- a/math/p5-Set-Crontab/Makefile +++ b/math/p5-Set-Crontab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Set-Crontab-1.00 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Set-Crontab/ COMMENT= Perl module to parse crontab(5)-like lists of integers +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Set/Crontab/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/p5-Set-Infinite/Makefile b/math/p5-Set-Infinite/Makefile index 3a38f2bf275..a80bebbf8ce 100644 --- a/math/p5-Set-Infinite/Makefile +++ b/math/p5-Set-Infinite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Set-Infinite-0.61 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Set-Infinite/ COMMENT= Perl module for sets of integers and objects +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Set/Infinite/.packlist .include "../../lang/perl5/module.mk" diff --git a/math/pari/Makefile b/math/pari/Makefile index 5f68eeb89ef..6220854b7cf 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/01/23 17:59:42 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2008/06/12 02:14:36 joerg Exp $ DISTNAME= pari-2.1.6 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pari.math.u-bordeaux.fr/ COMMENT= Software package for computer-aided number theory +PKG_DESTDIR_SUPPORT= user-destdir + TEX_ACCEPTED= teTeX3 TEX_DEPMETHOD= build diff --git a/math/pear-Numbers_Roman/Makefile b/math/pear-Numbers_Roman/Makefile index 8084e8e697d..3a7f01c6c8a 100644 --- a/math/pear-Numbers_Roman/Makefile +++ b/math/pear-Numbers_Roman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/05/05 22:09:18 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Numbers_Roman-0.2.0 PKGREVISION= 1 @@ -8,6 +8,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://pear.php.net/package/Numbers_Roman/ COMMENT= Provides methods for converting to and from Roman Numerals +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pear-Numbers_Roman-[0-9]* .include "../../lang/php/pear.mk" diff --git a/math/pear-Numbers_Words/Makefile b/math/pear-Numbers_Words/Makefile index d99e5aeeaaa..f1b17930d63 100644 --- a/math/pear-Numbers_Words/Makefile +++ b/math/pear-Numbers_Words/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/05/05 22:09:18 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:36 joerg Exp $ DISTNAME= Numbers_Words-0.14.0 PKGREVISION= 1 @@ -10,5 +10,7 @@ COMMENT= Provides methods for spelling numerals in words CONFLICTS= php-pear-Numbers_Words-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/php-bcmath/Makefile b/math/php-bcmath/Makefile index b0d61c1571f..404b96e4e19 100644 --- a/math/php-bcmath/Makefile +++ b/math/php-bcmath/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2006/06/04 16:26:54 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:36 joerg Exp $ MODNAME= bcmath CATEGORIES+= math COMMENT= PHP extension for bc-style arbitrary precision math +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-bcmath-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 24026226842..c6ba89b50f0 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2007/11/11 23:55:19 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2008/06/12 02:14:36 joerg Exp $ # DISTNAME= pspp-0.3.0 @@ -16,6 +16,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/pspp/ COMMENT= Program for statistical analysis of sampled data +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 diff --git a/math/pspp/distinfo b/math/pspp/distinfo index 11a5a681b85..0764c87f746 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2006/07/09 13:43:56 joerg Exp $ +$NetBSD: distinfo,v 1.12 2008/06/12 02:14:36 joerg Exp $ SHA1 (pspp-0.3.0.tar.gz) = 1d07a7e7ef0677e5934331ed0b80b92c7bba7074 RMD160 (pspp-0.3.0.tar.gz) = 8272d458340e77ffa54962c12a9fe377498fb10a @@ -19,3 +19,4 @@ SHA1 (patch-an) = 1bcb30f7a0a21a9a05cf022d18c9cf806c204f85 SHA1 (patch-ao) = c918fe9d3837ea5902405a0faca885528b31a6f6 SHA1 (patch-ap) = 1682fe56215616b09782ca1f1f5d5f59834b043b SHA1 (patch-aq) = dc3fc8b4b642b79b854bae03a3622dc561d0605c +SHA1 (patch-ar) = 863562c8f7ad6b7666fb58ca73672b559a77973a diff --git a/math/pspp/patches/patch-ar b/math/pspp/patches/patch-ar new file mode 100644 index 00000000000..c783dbf5ac3 --- /dev/null +++ b/math/pspp/patches/patch-ar @@ -0,0 +1,25 @@ +$NetBSD: patch-ar,v 1.1 2008/06/12 02:14:36 joerg Exp $ + +--- po/Makefile.in.in.orig 2008-06-11 10:30:55.000000000 +0000 ++++ po/Makefile.in.in +@@ -110,16 +110,16 @@ install-data: install-data-@USE_NLS@ + install-data-no: all + install-data-yes: all + if test -r $(MKINSTALLDIRS); then \ +- $(MKINSTALLDIRS) $(datadir); \ ++ $(MKINSTALLDIRS) ${DESTDIR}$(datadir); \ + else \ +- $(top_srcdir)/mkinstalldirs $(datadir); \ ++ $(top_srcdir)/mkinstalldirs ${DESTDIR}$(datadir); \ + fi + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + case "$$cat" in \ +- *.gmo) destdir=$(gnulocaledir);; \ +- *) destdir=$(localedir);; \ ++ *.gmo) destdir=${DESTDIR}$(gnulocaledir);; \ ++ *) destdir=${DESTDIR}$(localedir);; \ + esac; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + dir=$$destdir/$$lang/LC_MESSAGES; \ diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index bda8e8285e2..16931cbbac0 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:36 joerg Exp $ DISTNAME= ScientificPython-2.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html COMMENT= Python modules for scientific computing +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= py-Scientific-* PYDISTUTILSPKG= yes @@ -22,13 +24,15 @@ EVAL_PREFIX+= NETCDFPREFIX=netcdf MPICHPREFIX=mpich PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} PLIST_SUBST+= OSVER=${OS_VERSION:C/^(.).*/\1/} +INSTALLATION_DIRS= bin + post-build: @(cd ${WRKSRC}/Src/MPI && ${SETENV} CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" ${PYTHONBIN} compile.py) post-install: ${INSTALL_PROGRAM} ${WRKSRC}/Src/MPI/mpipython \ - ${PREFIX}/bin/mpipython${PYVERSSUFFIX} + ${DESTDIR}${PREFIX}/bin/mpipython${PYVERSSUFFIX} .include "../../devel/netcdf/buildlink3.mk" .include "../../lang/python/extension.mk" diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile index dcc9640fe74..5b1a205915d 100644 --- a/math/py-ephem/Makefile +++ b/math/py-ephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:36 joerg Exp $ # DISTNAME= pyephem-3.7b @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.rhodesmill.org/brandon/projects/pyephem.html COMMENT= Scientific-grade astronomical computations for Python +PKG_DESTDIR_SUPPORT= user-destdir + # See ../../x11/xephem/Makefile. LICENSE= xephem-license RESTRICTED= Combined work is both GPL and non-Free @@ -18,9 +20,10 @@ NO_BIN_ON_CDROM= ${RESTRICTED} PYDISTUTILSPKG= true +INSTALLATION_DIRS= share/doc/${PKGNAME} + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME} - ${INSTALL} ${WRKSRC}/doc/pyephem-manual.html ${PREFIX}/share/doc/${PKGNAME} + ${INSTALL} ${WRKSRC}/doc/pyephem-manual.html ${DESTDIR}${PREFIX}/share/doc/${PKGNAME} .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index e7716db1a10..149d7b7eece 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:03 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= fpconst-0.7.0 @@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.analytics.washington.edu/statcomp/projects/rzope/fpconst/ COMMENT= IEEE 754 floating point special handling for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 20860b94ca2..d30b6ed45d9 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= numarray-1.5.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.stsci.edu/resources/software_hardware/numarray COMMENT= Array manipulation +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PLIST_VARS+= blas diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile index 59504efcafd..5a10c57316d 100644 --- a/math/py-pytables/Makefile +++ b/math/py-pytables/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= pytables-1.3.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pytables.sourceforge.net/ COMMENT= Database package for large amounts of data +PKG_DESTDIR_SUPPORT= user-destdir + PKG_OPTIONS_VAR= PKG_OPTIONS.pytables PKG_SUPPORTED_OPTIONS= lzo ucl PKG_SUGGESTED_OPTIONS= diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index a8506ebd13a..1d73db57206 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/04/26 02:41:00 markd Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= rpy-0.99.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rpy.sourceforge.net/ COMMENT= R interface for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= YES BUILDLINK_API_DEPENDS.R+= R>=2.7.0 diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 4807908ef36..1dad141c46b 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/29 17:59:25 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= sympy-0.5.15 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://code.google.com/p/sympy/ COMMENT= Python library for symbolic mathematics +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # none PYDISTUTILSPKG= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} diff --git a/misc/basket/Makefile b/misc/basket/Makefile index 071fc7b1ab2..a66c1368a86 100644 --- a/misc/basket/Makefile +++ b/misc/basket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/01/18 05:08:33 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:37 joerg Exp $ DISTNAME= basket-1.0.2 PKGREVISION= 3 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://basket.kde.org/ COMMENT= Feature-rich note-taking KDE application +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake msgfmt pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 732f2dff5a6..076bc48685d 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/01/07 09:14:00 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:37 joerg Exp $ DISTNAME= ls PKGNAME= colorls-2.2 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Ls that can use color to display file attributes PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 1b410185afc..0c92b6be9a6 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/03/25 05:46:58 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:37 joerg Exp $ DISTNAME= cstream-2.2 CATEGORIES= misc @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cons.org/cracauer/cstream.html COMMENT= General-purpose stream-handling tool with bandwidth limiting +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index 9109605fbfe..86128b06b72 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/05/29 16:48:03 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= deskbar-applet-2.22.2.1 @@ -10,6 +10,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://raphael.slinckx.net/deskbar/ COMMENT= Omnipresent, versatile search interface for the GNOME Desktop +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 gnome2-1.5 USE_LIBTOOL= YES diff --git a/misc/dgpsip/Makefile b/misc/dgpsip/Makefile index f2258f690bf..41552a65290 100644 --- a/misc/dgpsip/Makefile +++ b/misc/dgpsip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:37 joerg Exp $ DISTNAME= dgpsip-1.35 CATEGORIES= misc @@ -8,6 +8,8 @@ MAINTAINER= wsr+dgpsip@wsrcc.com HOMEPAGE= http://www.wsrcc.com/wolfgang/gps/dgps-ip.html COMMENT= Differential GPS over IP communication device +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile index 3c56e7856f7..5669facbfb6 100644 --- a/misc/dpkg/Makefile +++ b/misc/dpkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/12 17:56:05 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= dpkg_1.13.25 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://packages.debian.org/dpkg COMMENT= Package maintenance system for Debian +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= po4a>=0:../../textproc/po4a WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} diff --git a/misc/p5-Locale-Maketext-Fuzzy/Makefile b/misc/p5-Locale-Maketext-Fuzzy/Makefile index d8c57b80138..41173af76c2 100644 --- a/misc/p5-Locale-Maketext-Fuzzy/Makefile +++ b/misc/p5-Locale-Maketext-Fuzzy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/23 20:23:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= Locale-Maketext-Fuzzy-0.10 @@ -13,6 +13,7 @@ COMMENT= Maketext from already interpolated strings DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-9]*}:../../misc/p5-Locale-Maketext PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Locale/Maketext/Fuzzy/.packlist diff --git a/misc/p5-Locale-Maketext-Simple/Makefile b/misc/p5-Locale-Maketext-Simple/Makefile index 0afd7029cdb..cded5ea97ea 100644 --- a/misc/p5-Locale-Maketext-Simple/Makefile +++ b/misc/p5-Locale-Maketext-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/11/04 11:54:39 obache Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:37 joerg Exp $ DISTNAME= Locale-Maketext-Simple-0.18 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/~audreyt/Locale-Maketext-Simple/ COMMENT= Simple interface to Locale::Maketext::Lexicon PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Locale/Maketext/Simple/.packlist diff --git a/misc/p5-Locale-Maketext/Makefile b/misc/p5-Locale-Maketext/Makefile index 6b6e4631886..ecaeba6b3a6 100644 --- a/misc/p5-Locale-Maketext/Makefile +++ b/misc/p5-Locale-Maketext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:12 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= Locale-Maketext-1.10 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext/ COMMENT= Perl framework for localization +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-I18N-LangTags>=0.30:../../misc/p5-I18N-LangTags PERL5_PACKLIST= auto/Locale-Maketext/.packlist diff --git a/misc/p5-Mac-Macbinary/Makefile b/misc/p5-Mac-Macbinary/Makefile index 12d8f27610c..754391124ad 100644 --- a/misc/p5-Mac-Macbinary/Makefile +++ b/misc/p5-Mac-Macbinary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/06/10 09:38:56 obache Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:37 joerg Exp $ DISTNAME= Mac-Macbinary-0.06 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module for decoding Macbinary files +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Mac/Macbinary/.packlist .include "../../lang/perl5/module.mk" diff --git a/misc/p5-Msgcat/Makefile b/misc/p5-Msgcat/Makefile index 1733bd53c33..0971160e427 100644 --- a/misc/p5-Msgcat/Makefile +++ b/misc/p5-Msgcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/27 09:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= Msgcat-1.03 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Msgcat/ COMMENT= Perl5 module to use the message catalog functions +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Locale/Msgcat/.packlist .include "../../lang/perl5/module.mk" diff --git a/misc/p5-Search/Makefile b/misc/p5-Search/Makefile index 2ecd8e0b7de..c7e8c7ee7a0 100644 --- a/misc/p5-Search/Makefile +++ b/misc/p5-Search/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:30:12 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:37 joerg Exp $ DISTNAME= Search-0.2 PKGNAME= p5-Search-0.2 @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to provide framework for multiple searches +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Search/Text/.packlist .include "../../lang/perl5/module.mk" diff --git a/misc/php-calendar/Makefile b/misc/php-calendar/Makefile index 547562a38fa..a080086daa8 100644 --- a/misc/php-calendar/Makefile +++ b/misc/php-calendar/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:54 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:37 joerg Exp $ MODNAME= calendar CATEGORIES+= misc COMMENT= PHP extension for calendar conversion support +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-calendar-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} diff --git a/misc/php-mbstring/Makefile b/misc/php-mbstring/Makefile index 79dbf8a6151..61207c758b3 100644 --- a/misc/php-mbstring/Makefile +++ b/misc/php-mbstring/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:54 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:37 joerg Exp $ MODNAME= mbstring CATEGORIES+= misc COMMENT= PHP extension for multibyte characters support (currently, Japanese only) +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-mbstring-[0-9]* USE_PHP_EXT_PATCHES= yes diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index ab4b67e157c..71beb5a6bc8 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/01/04 07:49:35 obache Exp $ +# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= pinfo-0.6.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pinfo.alioth.debian.org/ COMMENT= Przemek's Info Viewer +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt GNU_CONFIGURE= yes diff --git a/misc/pinfo/distinfo b/misc/pinfo/distinfo index 5ee6e066b2b..dcb12ee5368 100644 --- a/misc/pinfo/distinfo +++ b/misc/pinfo/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2006/04/05 22:54:59 jlam Exp $ +$NetBSD: distinfo,v 1.7 2008/06/12 02:14:37 joerg Exp $ SHA1 (pinfo-0.6.1.tar.gz) = f0444f4eb3bad4f10ad96c971d7bcd553b567ef4 RMD160 (pinfo-0.6.1.tar.gz) = 85313caf3323f00720bd319dffd2593025745779 @@ -6,3 +6,4 @@ Size (pinfo-0.6.1.tar.gz) = 271015 bytes SHA1 (patch-aa) = e2d7d0e8ccbe5db276fb736d22682bb8f719eb98 SHA1 (patch-ab) = f089af56a969af630e2cb886aa8fb40be055eca7 SHA1 (patch-ac) = 7dbddcf81e9ad6ff00dadd8a93cf2c160992ce75 +SHA1 (patch-ad) = 29a395521ab7e08960fb7200f1dd4e0721d1895d diff --git a/misc/pinfo/patches/patch-ad b/misc/pinfo/patches/patch-ad new file mode 100644 index 00000000000..9569dd8256d --- /dev/null +++ b/misc/pinfo/patches/patch-ad @@ -0,0 +1,24 @@ +$NetBSD: patch-ad,v 1.3 2008/06/12 02:14:37 joerg Exp $ + +--- po/Makefile.in.in.orig 2008-06-11 09:15:29.000000000 +0000 ++++ po/Makefile.in.in +@@ -124,15 +124,15 @@ install-data: install-data-@USE_NLS@ + install-data-no: all + install-data-yes: all + if test -r $(MKINSTALLDIRS); then \ +- $(MKINSTALLDIRS) $(datadir); \ ++ $(MKINSTALLDIRS) ${DESTDIR}$(datadir); \ + else \ +- $(top_srcdir)/mkinstalldirs $(datadir); \ ++ $(top_srcdir)/mkinstalldirs ${DESTDIR}$(datadir); \ + fi + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + case "$$cat" in \ +- *.gmo) destdir=$(gnulocaledir);; \ +- *) destdir=$(localedir);; \ ++ *.gmo) destdir=${DESTDIR}$(gnulocaledir);; \ ++ *) destdir=${DESTDIR}$(localedir);; \ + esac; \ + lang=`echo $$cat | sed 's/$(CATOBJEXT)$$//'`; \ + dir=$$destdir/$$lang/LC_MESSAGES; \ diff --git a/misc/ppower/Makefile b/misc/ppower/Makefile index c66fe622a94..c4e243292f5 100644 --- a/misc/ppower/Makefile +++ b/misc/ppower/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/10/25 12:44:26 dsainty Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= ppower-0.1.5 @@ -9,6 +9,8 @@ MAINTAINER= dsainty@NetBSD.org HOMEPAGE= http://ppower.sourceforge.net/ COMMENT= X10 controller software for the CM11A interface +PKG_DESTDIR_SUPPORT= user-destdir + #LICENSE= GPL GNU_CONFIGURE= YES @@ -19,9 +21,10 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/ppower CONF_FILES+= ${EGDIR}/ppower.conf ${PKG_SYSCONFDIR}/ppower.conf +INSTALLATION_DIRS= share/examples/ppower + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ppower ${INSTALL_DATA} \ - ${WRKSRC}/etc/ppower.conf ${PREFIX}/share/examples/ppower + ${WRKSRC}/etc/ppower.conf ${DESTDIR}${PREFIX}/share/examples/ppower .include "../../mk/bsd.pkg.mk" diff --git a/misc/pyqt_memaid/Makefile b/misc/pyqt_memaid/Makefile index b0fcf5cb835..0f9a7e1cb9f 100644 --- a/misc/pyqt_memaid/Makefile +++ b/misc/pyqt_memaid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= pyqt_memaid_0.2.4 @@ -18,6 +18,8 @@ USE_LANGUAGES= c NO_BUILD= yes PYDISTUTILSPKG= yes +INSTALLATION_DIRS= share/doc/pyqt_memaid + # Necessary for 0.2.4 because the files were created for an earlier # version of py-qt3, and don't work with the current pkgsrc version. do-configure: @@ -30,9 +32,8 @@ do-configure: # XXX: convert.py missing in distribution, should be installed too post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pyqt_memaid ${INSTALL_DATA} ${WRKSRC}/pyqt_memaid/docs/pyqt_memaid.html \ - ${PREFIX}/share/doc/pyqt_memaid + ${DESTDIR}${PREFIX}/share/doc/pyqt_memaid .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/multimedia/acidrip/Makefile b/multimedia/acidrip/Makefile index 1cf31978fe7..b3ab225d20e 100644 --- a/multimedia/acidrip/Makefile +++ b/multimedia/acidrip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/07/09 20:01:45 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= acidrip-0.14 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://untrepid.com/acidrip/ COMMENT= Gtk2::Perl application for ripping and encoding DVDs +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= lsdvd-[0-9]*:../../multimedia/lsdvd DEPENDS+= mencoder-[0-9]*:../../multimedia/mencoder DEPENDS+= mplayer-[0-9]*:../../multimedia/mplayer diff --git a/multimedia/alevt/Makefile b/multimedia/alevt/Makefile index 25b00da5dc5..df9c467ec9f 100644 --- a/multimedia/alevt/Makefile +++ b/multimedia/alevt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/09/21 16:53:42 veego Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:38 joerg Exp $ DISTNAME= alevt-1.6.1 CATEGORIES= multimedia @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.goron.de/~froese/ COMMENT= Teletext decoder and browser for Brooktree 848 compatible TV cards +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= fxtv>=1.02:../../multimedia/fxtv ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ @@ -18,8 +20,7 @@ USE_DIRS+= xdg-1.1 USE_X11BASE= YES USE_TOOLS+= gmake -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/pixmaps .include "../../graphics/png/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" diff --git a/multimedia/alevt/distinfo b/multimedia/alevt/distinfo index 52d9afcc5c1..6c179c03944 100644 --- a/multimedia/alevt/distinfo +++ b/multimedia/alevt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2007/09/21 16:53:42 veego Exp $ +$NetBSD: distinfo,v 1.5 2008/06/12 02:14:38 joerg Exp $ SHA1 (alevt-1.6.1.tar.gz) = 0dffba71b911e79fce34a2e6aba9bf69c8a71d28 RMD160 (alevt-1.6.1.tar.gz) = 9c38525387140610c17fc474c87896aa74cb877d Size (alevt-1.6.1.tar.gz) = 117731 bytes -SHA1 (patch-aa) = ddc9015a6139f08b416b07d6934991016e7df608 +SHA1 (patch-aa) = 2079d6f12a27f7a17ed2ea4aa85331c93abc0b3b SHA1 (patch-ab) = 6761ff96fe89fd61b63b0c91ee79a07c2c9628cf diff --git a/multimedia/alevt/patches/patch-aa b/multimedia/alevt/patches/patch-aa index a2b31686ea0..dfd827f9c8e 100644 --- a/multimedia/alevt/patches/patch-aa +++ b/multimedia/alevt/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2007/09/21 16:53:42 veego Exp $ +$NetBSD: patch-aa,v 1.3 2008/06/12 02:14:38 joerg Exp $ --- Makefile.orig 2002-08-20 05:17:53.000000000 +0200 +++ Makefile 2007-05-29 07:22:30.000000000 +0200 @@ -57,13 +57,13 @@ $NetBSD: patch-aa,v 1.2 2007/09/21 16:53:42 veego Exp $ - install -m 0644 alevt-cap.1 /usr/local/man/man1 - install -m 0644 contrib/mini-alevt.xpm /usr/include/X11/pixmaps - sync -+ $(BSD_INSTALL_PROGRAM) alevt $(PREFIX)/bin -+ $(BSD_INSTALL_PROGRAM) alevt-date $(PREFIX)/bin -+ $(BSD_INSTALL_PROGRAM) alevt-cap $(PREFIX)/bin -+ $(BSD_INSTALL_DATA) alevt.1x $(PREFIX)/man/man1 -+ $(BSD_INSTALL_DATA) alevt-date.1 $(PREFIX)/man/man1 -+ $(BSD_INSTALL_DATA) alevt-cap.1 $(PREFIX)/man/man1 -+ $(BSD_INSTALL_DATA) contrib/mini-alevt.xpm $(PREFIX)/share/pixmaps ++ $(BSD_INSTALL_PROGRAM) alevt ${DESTDIR}$(PREFIX)/bin ++ $(BSD_INSTALL_PROGRAM) alevt-date ${DESTDIR}$(PREFIX)/bin ++ $(BSD_INSTALL_PROGRAM) alevt-cap ${DESTDIR}$(PREFIX)/bin ++ $(BSD_INSTALL_DATA) alevt.1x ${DESTDIR}$(PREFIX)/man/man1 ++ $(BSD_INSTALL_DATA) alevt-date.1 ${DESTDIR}$(PREFIX)/man/man1 ++ $(BSD_INSTALL_DATA) alevt-cap.1 ${DESTDIR}$(PREFIX)/man/man1 ++ $(BSD_INSTALL_DATA) contrib/mini-alevt.xpm ${DESTDIR}$(PREFIX)/share/pixmaps +# sync depend: diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile index ca0943b8cf4..e154a26f39d 100644 --- a/multimedia/dirac/Makefile +++ b/multimedia/dirac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:14 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= Dirac-0.2.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dirac.sourceforge.net/ COMMENT= Open-source video codec designed at the BBC +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/multimedia/dumpmpeg/Makefile b/multimedia/dumpmpeg/Makefile index b76bca9d853..ba708a4dd05 100644 --- a/multimedia/dumpmpeg/Makefile +++ b/multimedia/dumpmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/12 16:28:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= dumpmpeg-0.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/dumpmpeg COMMENT= Splits an MPEG stream into single images +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../multimedia/smpeg/buildlink3.mk" diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index dca7e57865c..0a312dbbda1 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/10/25 00:02:02 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= DVDStyler-1.5.1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dvdstyler.de/ COMMENT= Crossplatform DVD Authoring System +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= dvdauthor>=0.6.10:../../multimedia/dvdauthor DEPENDS+= dvd+rw-tools-[0-9]*:../../sysutils/dvd+rw-tools DEPENDS+= mpgtx-[0-9]*:../../graphics/mpgtx diff --git a/multimedia/p5-xmltv/Makefile b/multimedia/p5-xmltv/Makefile index bee81caa88c..d9f65a3ad32 100644 --- a/multimedia/p5-xmltv/Makefile +++ b/multimedia/p5-xmltv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/12/01 23:00:03 adrianp Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:38 joerg Exp $ DISTNAME= xmltv-0.5.45 PKGNAME= p5-${DISTNAME} @@ -44,6 +44,7 @@ DEPENDS+= p5-HTTP-Cache-Transparent-[0-9]*:../../www/p5-HTTP-Cache-Transparent DEPENDS+= p5-Unicode-UTF8simple-[0-9]*:../../converters/p5-Unicode-UTF8simple PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XMLTV/.packlist USE_TOOLS+= perl diff --git a/multimedia/php-ming/Makefile b/multimedia/php-ming/Makefile index 90b95ba6be6..3554e7ccad1 100644 --- a/multimedia/php-ming/Makefile +++ b/multimedia/php-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 00:47:05 obache Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:38 joerg Exp $ MODNAME= ming CATEGORIES+= multimedia @@ -6,6 +6,8 @@ CATEGORIES+= multimedia MAINTAINER= obache@NetBSD.org COMMENT= PHP extension for Ming library +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-ming-[0-9]* PHP_VERSIONS_ACCEPTED= 5 diff --git a/multimedia/py-ming/Makefile b/multimedia/py-ming/Makefile index 7a3d48ccb79..216a3de698b 100644 --- a/multimedia/py-ming/Makefile +++ b/multimedia/py-ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/09/13 15:54:58 obache Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= ming-py-0.3.0 @@ -10,6 +10,8 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://ming.sourceforge.net/ COMMENT= Python bindings for Ming library +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYBINMODULE= yes diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index edb7e312f17..d72711fc267 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/07 16:20:23 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= 3proxy-0.5.3k @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://3proxy.ru/ COMMENT= Multi-protocol proxy +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} MAKE_FILE= Makefile.unix @@ -29,9 +31,9 @@ LICENSE= 3proxy-0.5-license # install the HTML pages, because they provide no more information than # the man pages. do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/3proxy ${PREFIX}/sbin/. - ${INSTALL_MAN} ${WRKSRC}/man/3proxy.8 ${PREFIX}/${PKGMANDIR}/man8/. + ${INSTALL_PROGRAM} ${WRKSRC}/src/3proxy ${DESTDIR}${PREFIX}/sbin/. + ${INSTALL_MAN} ${WRKSRC}/man/3proxy.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/. ${INSTALL_MAN} ${WRKSRC}/man/3proxy.cfg.3 \ - ${PREFIX}/${PKGMANDIR}/man5/3proxy.cfg.5 + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/3proxy.cfg.5 .include "../../mk/bsd.pkg.mk" diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 97a295bed15..70ff309cdc4 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/01/07 09:14:01 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= 6tunnel-0.09 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/ MAINTAINER= zuntum@NetBSD.org COMMENT= v4/v6 protocol translation +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/6tunnel NOT_FOR_PLATFORM+= Interix-*-* # no IPv6 support @@ -24,7 +26,7 @@ do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/6tunnel ${WRKSRC}/6tunnel.c ${LDFLAGS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/6tunnel ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/6tunnel.1 ${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/6tunnel ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/6tunnel.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" diff --git a/net/IglooFTP/distinfo b/net/IglooFTP/distinfo index 7d348f229ed..caa8f5e925b 100644 --- a/net/IglooFTP/distinfo +++ b/net/IglooFTP/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2007/10/09 12:14:04 rillig Exp $ +$NetBSD: distinfo,v 1.9 2008/06/12 02:14:38 joerg Exp $ SHA1 (IglooFTP-0.6.1.src.tar.gz) = ab56bc6c15dc81525b8e987ae5fc15e562f92eed RMD160 (IglooFTP-0.6.1.src.tar.gz) = 7f0971ec857542d96a09dffc9db8a3544df38fae Size (IglooFTP-0.6.1.src.tar.gz) = 300553 bytes -SHA1 (patch-aa) = f65166073a34bd8bc65ea49f44b338ffa83ee072 +SHA1 (patch-aa) = dcaf7f9bbe5ab3fcefaa8f19235cd21ed4934c59 SHA1 (patch-ab) = 95acf4685cf1da0ce04afc86f92ce201b24324e5 SHA1 (patch-ac) = 4ab6aaf9e8bd4765a3d64a83ce6b84e661433749 SHA1 (patch-ad) = 9e2fbcc3ece0782d32b8bf661dd81e513822852e diff --git a/net/LaBrea/Makefile b/net/LaBrea/Makefile index 5fa8a3878e4..36774d22bd2 100644 --- a/net/LaBrea/Makefile +++ b/net/LaBrea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:16 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= labrea-2.5-stable-1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://labrea.sourceforge.net/labrea-info.html COMMENT= Builds tarpits/honeypots for scanners +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= YES @@ -18,13 +20,13 @@ GNU_CONFIGURE= YES CONF_FILES= ${PREFIX}/share/examples/LaBrea/labrea.conf \ ${PKG_SYSCONFDIR}/labrea.conf +INSTALLATION_DIRS= share/doc/LaBrea share/examples/LaBrea + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/LaBrea - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/LaBrea - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/LaBrea - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/LaBrea + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/LaBrea + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${PREFIX}/share/doc/LaBrea ${INSTALL_DATA} ${WRKSRC}/misc/labrea.conf \ - ${PREFIX}/share/examples/LaBrea + ${DESTDIR}${PREFIX}/share/examples/LaBrea .include "../../net/libdnet/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 3dfb2c683fe..afb0fe72d09 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2006/06/06 21:37:15 joerg Exp $ +# $NetBSD: Makefile,v 1.121 2008/06/12 02:14:38 joerg Exp $ DISTNAME= ORBit-0.5.17 PKGREVISION= 1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= High-performance CORBA ORB with support for the C language PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= bison flex gmake xgettext USE_LIBTOOL= YES diff --git a/net/adns/Makefile b/net/adns/Makefile index 6f66ef6a1f9..3f0c066b201 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/02/28 11:58:48 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= adns-1.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/ COMMENT= Asynchronous-capable DNS client library and utilities +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake USE_LIBTOOL= YES @@ -17,4 +19,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-dynamic AUTO_MKDIRS= yes +INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} + .include "../../mk/bsd.pkg.mk" diff --git a/net/aget/Makefile b/net/aget/Makefile index 7577ddeb5cc..c912afb6866 100644 --- a/net/aget/Makefile +++ b/net/aget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:12 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= aget-0.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.enderunix.org/aget/ COMMENT= Multithreaded HTTP download accelerator PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes @@ -36,7 +37,7 @@ LDFLAGS+= -lsocket -lnsl -lresolv INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/aget ${PREFIX}/bin/aget + ${INSTALL_PROGRAM} ${WRKSRC}/aget ${DESTDIR}${PREFIX}/bin/aget .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/amule/Makefile b/net/amule/Makefile index 90cc505cca8..802c073225d 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/08/17 23:55:16 adam Exp $ +# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:38 joerg Exp $ DISTNAME= aMule-2.1.3 PKGNAME= ${DISTNAME:S/aMule/amule/} @@ -10,6 +10,8 @@ MAINTAINER= tripledes@eslack.org HOMEPAGE= http://www.amule.org/ COMMENT= Another Emule P2P client +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= xmule-[0-9]* USE_DIRS+= xdg-1.1 diff --git a/net/aoe-vblade/Makefile b/net/aoe-vblade/Makefile index 99ae5cef166..7cf6b2d647a 100644 --- a/net/aoe-vblade/Makefile +++ b/net/aoe-vblade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/07/28 17:25:51 obache Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:38 joerg Exp $ DISTNAME= vblade-14 PKGNAME= aoe-vblade-14 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aoetools.sourceforge.net/ COMMENT= ATA over Ethernet (AoE) server - thin, LAN-based storage protocol +PKG_DESTDIR_SUPPORT= user-destdir + ONLY_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* Linux-*-* DragonFly-*-* INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin @@ -24,8 +26,8 @@ do-build: .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vblade ${PREFIX}/sbin/ - ${INSTALL_SCRIPT} ${WRKSRC}/vbladed ${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/vblade.8 ${PREFIX}/${PKGMANDIR}/man8/ + ${INSTALL_PROGRAM} ${WRKSRC}/vblade ${DESTDIR}${PREFIX}/sbin/ + ${INSTALL_SCRIPT} ${WRKSRC}/vbladed ${DESTDIR}${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/vblade.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/ .include "../../mk/bsd.pkg.mk" diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index a00c9b512e9..36731456082 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2007/09/21 18:52:07 veego Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:38 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir .include "../../net/bittornado/Makefile.common" @@ -19,9 +20,9 @@ PYTHON_PATCH_SCRIPTS+= btmaketorrentgui.py INSTALLATION_DIRS= bin do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/btcompletedirgui.py ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/btcompletedirgui.py ${DESTDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${DESTDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${DESTDIR}${PREFIX}/bin .include "../../lang/python/application.mk" .include "../../x11/py-wxWidgets/buildlink3.mk" diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index 242e8afb016..4d1aad692eb 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2006/03/10 20:46:28 veego Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:38 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index b65b886d901..fa81484fbc5 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2006/02/26 22:43:33 tron Exp $ +# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:38 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile index 55821b39702..24bf74f1cc8 100644 --- a/net/bug-buddy/Makefile +++ b/net/bug-buddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2008/04/15 19:07:43 drochner Exp $ +# $NetBSD: Makefile,v 1.61 2008/06/12 02:14:38 joerg Exp $ # DISTNAME= bug-buddy-2.22.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Graphical GNOME2 bug reporting tool +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES diff --git a/net/choparp/Makefile b/net/choparp/Makefile index 40498071043..a0395d726c3 100644 --- a/net/choparp/Makefile +++ b/net/choparp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:29 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= choparp-20021107 @@ -9,6 +9,8 @@ MAINTAINER= dbj@NetBSD.org HOMEPAGE= http://choparp.sourceforge.net/ COMMENT= Simple proxy arp daemon +PKG_DESTDIR_SUPPORT= user-destdir + NOT_FOR_PLATFORM= Interix-*-* # does not have bpf(4) device MANCOMPRESSED_IF_MANZ= yes diff --git a/net/clive/Makefile b/net/clive/Makefile index b78dba457a1..c2f7d77ef72 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/05/27 14:55:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= clive-0.4.14 @@ -11,6 +11,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://clive.sourceforge.net/ COMMENT= Command line video extraction tool for user-uploaded video hosts +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-newt>=0.51:../../devel/py-newt DEPENDS+= ${PYPKGPREFIX}-feedparser>=4.1:../../textproc/py-feedparser DEPENDS+= urlgrabber>=3.1.0:../../www/urlgrabber diff --git a/net/coda/Makefile b/net/coda/Makefile index c2bfbe916dd..97733c724b4 100644 --- a/net/coda/Makefile +++ b/net/coda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/03/06 16:15:18 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= coda-6.9.2 @@ -10,6 +10,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.coda.cs.cmu.edu/ COMMENT= Coda distributed fileystem +PKG_DESTDIR_SUPPORT= user-destdir + # See http://coda.wikidev.net/Quick_Client_Action for hints on how # to configure venus. diff --git a/net/dc_gui2/Makefile b/net/dc_gui2/Makefile index e231c9ebf7a..24cf4da0389 100644 --- a/net/dc_gui2/Makefile +++ b/net/dc_gui2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2008/03/06 14:53:52 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= dc_gui2-0.75 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ac2i.homelinux.com/dctc/ COMMENT= Graphical user interface for DCTC +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= dctc>=0.85.4:../../net/dctc GNU_CONFIGURE= YES diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 55ed0c320a8..fa0bd4ef7b3 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/01/12 11:55:02 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= dctc-0.85.4 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ac2i.homelinux.com/dctc/ COMMENT= Direct Connect clone (Direct Connect Text Client) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-manual-db-detect USE_TOOLS+= gmake perl:run pkg-config diff --git a/net/djbdns-run/Makefile b/net/djbdns-run/Makefile index 86d028fce13..77f77020dc3 100644 --- a/net/djbdns-run/Makefile +++ b/net/djbdns-run/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/07/10 22:59:26 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= djbdns-run-20050415 @@ -15,6 +15,7 @@ DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools DEPENDS+= ucspi-tcp-[0-9]*:../../net/ucspi-tcp PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} NO_CHECKSUM= yes diff --git a/net/dnstracer/Makefile b/net/dnstracer/Makefile index 3c3e8616139..ce971579400 100644 --- a/net/dnstracer/Makefile +++ b/net/dnstracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:18 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:39 joerg Exp $ DISTNAME= dnstracer-1.7 CATEGORIES= net @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mavetju.org/unix/general.php COMMENT= Tool to trace dns queries +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/net/docsis/Makefile b/net/docsis/Makefile index b0a9cfbc8ab..eec0b17afc7 100644 --- a/net/docsis/Makefile +++ b/net/docsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/07/02 13:03:53 symka Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= docsis-0.9.4 @@ -9,6 +9,8 @@ MAINTAINER= symka@NetBSD.org HOMEPAGE= http://docsis.sourceforge.net/ COMMENT= Utility for manipulating DOCSIS-compliant cable modems +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= bison>=1.25:../../devel/bison GNU_CONFIGURE= YES diff --git a/net/echoping/Makefile b/net/echoping/Makefile index ca3cf68dace..405d0c41eda 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/01/18 05:08:41 tnn Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= echoping-6.0.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://echoping.sourceforge.net/ COMMENT= Test performance of a remote TCP service +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= YES diff --git a/net/ed2k-gtk-gui/Makefile b/net/ed2k-gtk-gui/Makefile index 665281001f0..6c70f35104a 100644 --- a/net/ed2k-gtk-gui/Makefile +++ b/net/ed2k-gtk-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/17 13:46:43 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:39 joerg Exp $ DISTNAME= ed2k-gtk-gui-0.6.3 PKGREVISION= 4 @@ -9,6 +9,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://ed2k-gtk-gui.sourceforge.net/ COMMENT= GUI for the eDonkey2000 and Overnet +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes diff --git a/net/fmirror/Makefile b/net/fmirror/Makefile index b3817bd4afb..033d39d57af 100644 --- a/net/fmirror/Makefile +++ b/net/fmirror/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 22:51:10 grant Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:39 joerg Exp $ DISTNAME= fmirror-0.8.4 CATEGORIES= net @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ MAINTAINER= he@NetBSD.org COMMENT= Mirror program for FTP sites (written in C) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples diff --git a/net/p5-IO-Interface/Makefile b/net/p5-IO-Interface/Makefile index 3e801de7422..93d61b549fa 100644 --- a/net/p5-IO-Interface/Makefile +++ b/net/p5-IO-Interface/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/11/13 08:43:46 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= IO-Interface-1.03 @@ -11,6 +11,8 @@ MAINTAINER= he@NetBSD.org HOMEPAGE= http://search.cpan.org/~lds/IO-Interface/ COMMENT= IO-Interface - get and set interface characteristics +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/IO/Interface/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile index 2bb5cdec4fc..9149ccefb03 100644 --- a/net/p5-IO-Socket-Multicast/Makefile +++ b/net/p5-IO-Socket-Multicast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:25 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= IO-Socket-Multicast-0.25 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= he@NetBSD.org COMMENT= IO::Socket::Multicast - perl multicast socket IO +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-IO-Interface>=0.94:../../net/p5-IO-Interface PERL5_PACKLIST= auto/IO/Socket/Multicast/.packlist diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index 8da6b55ba22..5d5dbdcb61f 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/04/04 15:02:05 tv Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:39 joerg Exp $ DISTNAME= Net-Amazon-S3-0.37 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Amazon-S3/ COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor DEPENDS+= p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC diff --git a/net/p5-Net-Bind/Makefile b/net/p5-Net-Bind/Makefile index 8b2b26217fd..6476eea8b41 100644 --- a/net/p5-Net-Bind/Makefile +++ b/net/p5-Net-Bind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:22 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:39 joerg Exp $ DISTNAME= Net-Bind-0.05 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to grovel DNS resolver information +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Bind/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile index 68d6578ed31..19d1d47fcb1 100644 --- a/net/p5-Net-CIDR-Lite/Makefile +++ b/net/p5-Net-CIDR-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:57 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-CIDR-Lite-0.20 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Net-CIDR-Lite/ COMMENT= Perl extension for merging IPv4/v6 CIDR addresses PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Net/CIDR/Lite/.packlist USE_LANGUAGES= # empty diff --git a/net/p5-Net-DNSServer/Makefile b/net/p5-Net-DNSServer/Makefile index 500652adc93..f8aafa1b649 100644 --- a/net/p5-Net-DNSServer/Makefile +++ b/net/p5-Net-DNSServer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/07/21 16:22:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-DNSServer-0.11 @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to be used as a domain name server +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-IPC-SharedCache-[0-9]*:../../devel/p5-IPC-SharedCache DEPENDS+= p5-Net-Bind-[0-9]*:../../net/p5-Net-Bind DEPENDS+= p5-Net-DNS>=0.19:../../net/p5-Net-DNS diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile index 68a500b7e3a..f6bca1bb709 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/11/05 04:09:39 obache Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-Daemon-0.39 @@ -11,6 +11,8 @@ MAINTAINER= eric@cirr.com HOMEPAGE= http://search.cpan.org/~jwied/Net-Daemon/ COMMENT= Perl5 module for writing networking daemons +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Daemon/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-Dev-MIBLoadOrder/Makefile b/net/p5-Net-Dev-MIBLoadOrder/Makefile index 6803bb5bd07..3e85206489a 100644 --- a/net/p5-Net-Dev-MIBLoadOrder/Makefile +++ b/net/p5-Net-Dev-MIBLoadOrder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:22 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:39 joerg Exp $ DISTNAME= Net-Dev-MIBLoadOrder-1.1.0 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Dev-MIBLoadOrder/ COMMENT= Perl5 module to determine MIB files load order +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Dev/Tools/MIB/MIBLoadOrder/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-FTPSSL/Makefile b/net/p5-Net-FTPSSL/Makefile index a1d05b27162..df7e5f15556 100644 --- a/net/p5-Net-FTPSSL/Makefile +++ b/net/p5-Net-FTPSSL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 17:14:33 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-FTPSSL-0.04 @@ -13,6 +13,7 @@ COMMENT= Perl FTP over SSL/TLS class DEPENDS+= p5-IO-Socket-SSL>=0.96:../../security/p5-IO-Socket-SSL PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Net/FTPSSL/.packlist diff --git a/net/p5-Net-Gnats/Makefile b/net/p5-Net-Gnats/Makefile index feba4c02f5c..fae73e671bf 100644 --- a/net/p5-Net-Gnats/Makefile +++ b/net/p5-Net-Gnats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:22 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-Gnats-0.04 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnatsperl.sourceforge.net/ COMMENT= Perl interface to the gnatsd daemon +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Gnats/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-Google/Makefile b/net/p5-Net-Google/Makefile index 80241811114..a6feeb91136 100644 --- a/net/p5-Net-Google/Makefile +++ b/net/p5-Net-Google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:22 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:39 joerg Exp $ DISTNAME= Net-Google-0.61 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for accessing Google search engine +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Google/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-IPv4Addr/Makefile b/net/p5-Net-IPv4Addr/Makefile index cb410aac30c..e27ad1c1214 100644 --- a/net/p5-Net-IPv4Addr/Makefile +++ b/net/p5-Net-IPv4Addr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/12/05 20:50:48 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:39 joerg Exp $ DISTNAME= Net-IPv4Addr-0.10 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,7 @@ MAINTAINER= adrianp@NetBSD.org COMMENT= Perl extension for manipulating IPv4 addresses PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Net/IPv4Addr/.packlist diff --git a/net/p5-Net-IPv6Addr/Makefile b/net/p5-Net-IPv6Addr/Makefile index 51325778887..6cab13ab94e 100644 --- a/net/p5-Net-IPv6Addr/Makefile +++ b/net/p5-Net-IPv6Addr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 08:05:43 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:39 joerg Exp $ DISTNAME= Net-IPv6Addr-0.2 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ MAINTAINER= adrianp@NetBSD.org COMMENT= Check the validity of IPv6 addresses PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Net/IPv6Addr/.packlist diff --git a/net/p5-Net-IRC/Makefile b/net/p5-Net-IRC/Makefile index 37c02e7c499..5b657dca736 100644 --- a/net/p5-Net-IRC/Makefile +++ b/net/p5-Net-IRC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:26 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:39 joerg Exp $ DISTNAME= Net-IRC-0.75 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Net-IRC/ COMMENT= Perl Internet Relay Chat (IRC) module +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/IRC/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-Ident/Makefile b/net/p5-Net-Ident/Makefile index 60bc8a7453d..36375c6466a 100644 --- a/net/p5-Net-Ident/Makefile +++ b/net/p5-Net-Ident/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 17:42:46 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-Ident-1.20 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Net-Ident/ COMMENT= Perl module implementing the client side of the ident protocol PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= #empty diff --git a/net/p5-Net-LDAP-Server/Makefile b/net/p5-Net-LDAP-Server/Makefile index d3436df1f94..d2e5a4cf057 100644 --- a/net/p5-Net-LDAP-Server/Makefile +++ b/net/p5-Net-LDAP-Server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/12 15:03:37 he Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-LDAP-Server-0.3 @@ -10,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/~aar/Net-LDAP-Server-0.3/ MAINTAINER= he@NetBSD.org COMMENT= LDAP server side protocol handling +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap diff --git a/net/p5-Net-Libdnet/Makefile b/net/p5-Net-Libdnet/Makefile index 8544db75c1b..eebce957d80 100644 --- a/net/p5-Net-Libdnet/Makefile +++ b/net/p5-Net-Libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 13:50:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= Net-Libdnet-0.01 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/V/VM/VMAN/ COMMENT= Perl interface to libdnet +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Libdnet/.packlist USE_LANGUAGES+= c diff --git a/net/p5-Net-NBName/Makefile b/net/p5-Net-NBName/Makefile index 0353da4e3a4..5970c5ded54 100644 --- a/net/p5-Net-NBName/Makefile +++ b/net/p5-Net-NBName/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/06 23:12:03 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-NBName-0.26 @@ -11,6 +11,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://search.cpan.org/~jmacfarla/Net-NBName-0.26/ COMMENT= Perl extension to perform simple NetBIOS Name Service Requests +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/NBName/.packlist .include "../../net/libpcap/buildlink3.mk" diff --git a/net/p5-Net-Packet/Makefile b/net/p5-Net-Packet/Makefile index 50f4301237f..db10886a71b 100644 --- a/net/p5-Net-Packet/Makefile +++ b/net/p5-Net-Packet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/01/03 14:24:35 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:40 joerg Exp $ DISTNAME= Net-Packet-3.25 PKGNAME= p5-${DISTNAME} @@ -19,6 +19,8 @@ DEPENDS+= p5-Net-Write-[0-9]*:../../net/p5-Net-Write DEPENDS+= p5-Net-Libdnet-[0-9]*:../../net/p5-Net-Libdnet PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3nb2 PERL5_PACKLIST= auto/Net/Packet/.packlist diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index a964070783e..5f5347bf327 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/01/03 14:29:11 adrianp Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-Pcap-0.14 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-Pcap/ COMMENT= Perl interface to pcap(3) LBL packet capture library +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-IO-Interface-[0-9]*:../../net/p5-IO-Interface BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.5 diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile index 3bb8f4af432..1a5fccf6c59 100644 --- a/net/p5-Net-RawIP/Makefile +++ b/net/p5-Net-RawIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/03/07 16:46:39 gson Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-RawIP-0.21_03 @@ -12,6 +12,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://search.cpan.org/~szabgab/Net-RawIP-0.21_03/ COMMENT= Perl extension to manipulate raw ip packets with interface to libpcap +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils PERL5_PACKLIST= auto/Net/RawIP/.packlist diff --git a/net/p5-Net-Rendezvous/Makefile b/net/p5-Net-Rendezvous/Makefile index 21a6318a0ed..c949ad80682 100644 --- a/net/p5-Net-Rendezvous/Makefile +++ b/net/p5-Net-Rendezvous/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/15 16:24:16 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-Rendezvous-0.90 @@ -13,6 +13,7 @@ COMMENT= Module for DNS service discovery (Apple's Rendezvous) DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Net/Rendezvous/.packlist diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile index 729e718f826..fa4a47c837e 100644 --- a/net/p5-Net-Server/Makefile +++ b/net/p5-Net-Server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/01/03 12:16:16 adrianp Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-Server-0.97 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://seamons.com/net_server.html COMMENT= Perl5 modules for network services engine +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Net/Server/.packlist diff --git a/net/p5-Net-TFTP/Makefile b/net/p5-Net-TFTP/Makefile index ddbf9591d31..6d7e260b547 100644 --- a/net/p5-Net-TFTP/Makefile +++ b/net/p5-Net-TFTP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:22 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:40 joerg Exp $ DISTNAME= Net-TFTP-0.10 PKGNAME= p5-Net-TFTP-0.10 @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module for TFTP transfers +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/Net-TFTP-0.10 PERL5_PACKLIST= auto/Net/TFTP/.packlist diff --git a/net/p5-Net-Telnet-Cisco/Makefile b/net/p5-Net-Telnet-Cisco/Makefile index 404d091c5fe..37364d1db07 100644 --- a/net/p5-Net-Telnet-Cisco/Makefile +++ b/net/p5-Net-Telnet-Cisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:22 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-Telnet-Cisco-1.10 @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module for communicating with Cisco routers via telnet +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Telnet/Cisco/.packlist DEPENDS+= p5-Net-Telnet>=3.0:../../net/p5-Net-Telnet diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile index 0dee6e2a30e..47162c9aa30 100644 --- a/net/p5-Net-Telnet/Makefile +++ b/net/p5-Net-Telnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:22 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-Telnet-3.03 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to use telnet +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Telnet/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-Write/Makefile b/net/p5-Net-Write/Makefile index bd2768c4748..610da7ce575 100644 --- a/net/p5-Net-Write/Makefile +++ b/net/p5-Net-Write/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 14:09:28 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-Write-1.00 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/ COMMENT= Portable interface to open and send raw data to network +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 diff --git a/net/p5-Net-XWhois/Makefile b/net/p5-Net-XWhois/Makefile index f2233f2fe66..50e4d2923c2 100644 --- a/net/p5-Net-XWhois/Makefile +++ b/net/p5-Net-XWhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:28 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:40 joerg Exp $ DISTNAME= Net-XWhois-0.90 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= he@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-XWhois/ COMMENT= Perl5 module for Whois Client Interface +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/XWhois/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile index dc6612fbd8f..b71fd8bf776 100644 --- a/net/p5-Net-Z3950/Makefile +++ b/net/p5-Net-Z3950/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/01/18 05:08:48 tnn Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-Z3950-0.32 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://perl.z3950.org/ COMMENT= Perl interface to the Z39.50 information retrieval protocol +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-MARC>=1.15:../../databases/p5-MARC DEPENDS+= p5-Event>=0.77:../../devel/p5-Event diff --git a/net/p5-Net-eBay/Makefile b/net/p5-Net-eBay/Makefile index ab835aa3498..4b2aaee655e 100644 --- a/net/p5-Net-eBay/Makefile +++ b/net/p5-Net-eBay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/10/06 00:29:18 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:40 joerg Exp $ DISTNAME= Net-eBay-0.41 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.net-ebay.org/ COMMENT= Perl Interface to XML based eBay API +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper diff --git a/net/p5-Nmap-Parser/Makefile b/net/p5-Nmap-Parser/Makefile index 204018ff60f..c5a37617e69 100644 --- a/net/p5-Nmap-Parser/Makefile +++ b/net/p5-Nmap-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:28 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Nmap-Parser-0.80 @@ -14,6 +14,7 @@ COMMENT= Parse nmap scan data with perl DEPENDS+= p5-XML-Twig-[0-9]*:../../textproc/p5-XML-Twig PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Nmap/Parser/.packlist diff --git a/net/p5-POE-Component-Client-DNS/Makefile b/net/p5-POE-Component-Client-DNS/Makefile index a0d67c2e31a..1c590ce5dcc 100644 --- a/net/p5-POE-Component-Client-DNS/Makefile +++ b/net/p5-POE-Component-Client-DNS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:28 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= POE-Component-Client-DNS-0.98 @@ -15,6 +15,7 @@ DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE DEPENDS+= p5-Net-DNS>=0.12:../../net/p5-Net-DNS PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/POE/Component/Client/DNS/.packlist diff --git a/net/p5-POE-Component-Client-Ident/Makefile b/net/p5-POE-Component-Client-Ident/Makefile index 7b3aba4a05d..dbd8ee78690 100644 --- a/net/p5-POE-Component-Client-Ident/Makefile +++ b/net/p5-POE-Component-Client-Ident/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/12/05 20:50:48 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= POE-Component-Client-Ident-0.7 @@ -14,6 +14,7 @@ COMMENT= Non-blocking ident lookups to your sessions DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/POE/Component/Client/Ident/.packlist diff --git a/net/p5-POE-Component-SNMP/Makefile b/net/p5-POE-Component-SNMP/Makefile index 753a00ba597..9960d76e37d 100644 --- a/net/p5-POE-Component-SNMP/Makefile +++ b/net/p5-POE-Component-SNMP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/10/16 09:32:53 martti Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:40 joerg Exp $ DISTNAME= POE-Component-SNMP-1.07 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ COMMENT= Event-driven SNMP interface DEPENDS+= p5-Net-SNMP>=5.0.1:../../net/p5-Net-SNMP PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/POE/Component/SNMP/.packlist diff --git a/net/p5-RADIUS/Makefile b/net/p5-RADIUS/Makefile index cc551788b6c..7b089793867 100644 --- a/net/p5-RADIUS/Makefile +++ b/net/p5-RADIUS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/10/14 08:07:06 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= RADIUS-1.0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~chrmasto/RADIUS-1.0/ COMMENT= Perl5 module for RADIUS queries +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/RADIUS/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-SNMP-Info/Makefile b/net/p5-SNMP-Info/Makefile index 7e2fff0c327..fb5a7abfbe1 100644 --- a/net/p5-SNMP-Info/Makefile +++ b/net/p5-SNMP-Info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/10/01 15:56:08 seb Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= SNMP-Info-1.04 @@ -11,6 +11,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://snmp-info.sourceforge.net/ COMMENT= Perl5 object oriented interface to SNMP informations +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp PERL5_PACKLIST= auto/SNMP/Info/.packlist diff --git a/net/p5-SNMP-MIB-Compiler/Makefile b/net/p5-SNMP-MIB-Compiler/Makefile index 23e37171753..029622af33b 100644 --- a/net/p5-SNMP-MIB-Compiler/Makefile +++ b/net/p5-SNMP-MIB-Compiler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/10/15 00:12:10 kristerw Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= SNMP-MIB-Compiler-0.06 @@ -11,6 +11,7 @@ MAINTAINER= he@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/SNMP-MIB-Compiler/ COMMENT= MIB Compiler supporting SMIv1 and SMIv2 +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/SNMP/MIB/Compiler/.packlist diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index 87d30c01fb8..5768ef1116b 100644 --- a/net/p5-SNMP_Session/Makefile +++ b/net/p5-SNMP_Session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/11/04 11:32:07 obache Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:40 joerg Exp $ DISTNAME= SNMP_Session-1.08 PKGNAME= p5-SNMP_Session-1.08 @@ -10,12 +10,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/ COMMENT= Perl5 module providing rudimentary access to remote SNMP agents +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/SNMP_Session/.packlist CONFLICTS+= mrtg-[0-9]* post-install: - ${INSTALL_DATA} ${WRKSRC}/README ${PERL5_INSTALLVENDORLIB}/README.SNMP_Session + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PERL5_INSTALLVENDORLIB}/README.SNMP_Session .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 14008dfe8c9..7e5c53234c7 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/02/22 19:01:23 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= SOAP-Lite-0.69 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.soaplite.com/ COMMENT= Perl5 module providing a lightweight interface to SOAP +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||} DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/net/p5-X500-DN/Makefile b/net/p5-X500-DN/Makefile index 0333fb8d1ed..be4540aa538 100644 --- a/net/p5-X500-DN/Makefile +++ b/net/p5-X500-DN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/17 20:37:11 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:40 joerg Exp $ DISTNAME= X500-DN-0.28 PKGNAME= p5-${DISTNAME} @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X500/} MAINTAINER= adrianp@NetBSD.org COMMENT= Handle X.500 DNs (Distinguished Names), parse and format them +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent PERL5_PACKLIST= auto/X500/DN/.packlist diff --git a/net/p5-ispman/Makefile b/net/p5-ispman/Makefile index bb47292687f..c2c1cc17b95 100644 --- a/net/p5-ispman/Makefile +++ b/net/p5-ispman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:23 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= ispman-0.5 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ispman.org/ COMMENT= Perl module for ISPMan webAdministrator and command line utils +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= {p5-CGI>=2.72,perl>=5.6.1nb2}:../../www/p5-CGI DEPENDS+= p5-Text-Template>=1.23:../../textproc/p5-Text-Template DEPENDS+= p5-perl-ldap>=0.22:../../databases/p5-perl-ldap @@ -24,6 +26,7 @@ PERL5_PACKLIST= auto/ISPMan/.packlist PERL5_CONFIGURE_DIRS= ${WRKSRC}/ISPMan ${WRKSRC}/IO-stringy-1.212_patched BUILD_DIRS= ${PERL5_CONFIGURE_DIRS} INSTALL_DIRS= ${WRKSRC}/ISPMan +INSTALLATION_DIRS= ${PERL5_INSTALLVENDORLIB}/IO MAKE_PARAMS+= --noprompt @@ -34,7 +37,7 @@ SUBST_SED.etc-fix= -e 's:/etc:${PREFIX}/etc:g' post-install: ${INSTALL_DATA} ${WRKSRC}/IO-stringy-1.212_patched/lib/IO/Scalar.pm \ - ${PERL5_INSTALLVENDORLIB}/IO/ScalarPatched.pm + ${DESTDIR}${PERL5_INSTALLVENDORLIB}/IO/ScalarPatched.pm .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/packit/Makefile b/net/packit/Makefile index 5c6d1484e99..1d449bff27f 100644 --- a/net/packit/Makefile +++ b/net/packit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/02/18 18:46:53 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:40 joerg Exp $ DISTNAME= packit-1.0 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://packit.sourceforge.net/ COMMENT= Network auditing tool with the ability to manipulate IP traffic +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libpcap-includes=${BUILDLINK_PREFIX.libpcap}/include diff --git a/net/partysip/Makefile b/net/partysip/Makefile index 64191f5b0d2..9519961d948 100644 --- a/net/partysip/Makefile +++ b/net/partysip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/08/25 02:51:17 obache Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= partysip-2.2.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/partysip/partysip.html COMMENT= SIP proxy server +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-config-dir=/etc USE_LIBTOOL= yes @@ -17,7 +19,7 @@ USE_LIBTOOL= yes INSTALLATION_DIRS= share/examples post-install: - ${INSTALL_DATA} ${WRKSRC}/conf/partysip.conf ${PREFIX}/share/examples + ${INSTALL_DATA} ${WRKSRC}/conf/partysip.conf ${DESTDIR}${PREFIX}/share/examples .include "../../devel/libosip/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/net/pchar/Makefile b/net/pchar/Makefile index b1716867618..8f61c2ed468 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/01/18 05:08:48 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:40 joerg Exp $ DISTNAME= pchar-1.5 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= soren@NetBSD.org HOMEPAGE= http://www.kitchenlab.org/www/bmah/Software/pchar/ COMMENT= Tool for measuring Internet path characteristics +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LANGUAGES= c c++ @@ -30,8 +32,8 @@ LIBS+= -lsnmp -lcrypto -ldes INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/pchar.8 ${PREFIX}/${PKGMANDIR}/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${DESTDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/pchar.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/pconsole/Makefile b/net/pconsole/Makefile index 009f8389049..d32b1dc904c 100644 --- a/net/pconsole/Makefile +++ b/net/pconsole/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/08/01 20:13:41 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= pconsole-1.0 @@ -10,6 +10,8 @@ MAINTAINER= frueauf@NetBSD.org HOMEPAGE= http://www.ka.sara.nl/home/walter/pconsole/ COMMENT= Parallel console tool to access several host via one input tty +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= ksh:run @@ -21,9 +23,10 @@ SUBST_STAGE.path= post-patch SUBST_FILES.path= pconsole.sh.in SUBST_VARS.path= PREFIX X11PREFIX +INSTALLATION_DIRS= share/doc/pconsole +INSTALL_MAKE_FLAGS= bindir=${DESTDIR}${PREFIX}/bin + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pconsole - cd ${WRKSRC} && ${INSTALL_DATA} \ - README.pconsole ${PREFIX}/share/doc/pconsole + ${INSTALL_DATA} ${WRKSRC}/README.pconsole ${DESTDIR}${PREFIX}/share/doc/pconsole .include "../../mk/bsd.pkg.mk" diff --git a/net/pear-Net_DIME/Makefile b/net/pear-Net_DIME/Makefile index 9462fe01293..4d1d753b838 100644 --- a/net/pear-Net_DIME/Makefile +++ b/net/pear-Net_DIME/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/05/05 22:09:18 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:41 joerg Exp $ DISTNAME= Net_DIME-0.3 CATEGORIES+= net @@ -7,6 +7,8 @@ PKGREVISION= 1 MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP classes that implements DIME encoding +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pear-Net_DIME-[0-9]* .include "../../lang/php/pear.mk" diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile index 0366abb5904..12bd6a21645 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/30 19:30:24 adrianp Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:41 joerg Exp $ DISTNAME= Net_Socket-1.0.8 CATEGORIES+= net @@ -6,6 +6,8 @@ CATEGORIES+= net MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP classes to provide Network Socket Interface +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pear-Net_Socket-[0-9]* .include "../../lang/php/pear.mk" diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile index a69727c54b2..b24946aebc9 100644 --- a/net/pear-Net_URL/Makefile +++ b/net/pear-Net_URL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/05/05 22:09:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:41 joerg Exp $ DISTNAME= Net_URL-1.0.14 CATEGORIES+= net @@ -7,6 +7,8 @@ PKGREVISION= 1 MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP classes to easy parsing of URLs +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pear-Net_URL-[0-9]* .include "../../lang/php/pear.mk" diff --git a/net/pfnet/Makefile b/net/pfnet/Makefile index d88b86d80ae..257b8a70299 100644 --- a/net/pfnet/Makefile +++ b/net/pfnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/10/04 21:53:17 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:41 joerg Exp $ # DISTNAME= fnet.pl-1.4 @@ -11,18 +11,19 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://web.archive.org/web/20021123084932/http://www.abattoir.com/~banshee/Tech/ COMMENT= Minimal FNET-like ICB client written in Perl +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/fnet-1.4 USE_TOOLS+= perl:run -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin ${PERL5_INSTALLVENDORLIB} do-build: ${SED} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/fnet.pl >${WRKSRC}/pfnet do-install: - ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB} ${INSTALL_DATA} ${WRKSRC}/CMDLINE.pm ${WRKSRC}/FNET.pm \ - ${PERL5_INSTALLVENDORLIB} - ${INSTALL_SCRIPT} ${WRKSRC}/pfnet ${PREFIX}/bin + ${DESTDIR}${PERL5_INSTALLVENDORLIB} + ${INSTALL_SCRIPT} ${WRKSRC}/pfnet ${DESTDIR}${PREFIX}/bin .include "../../mk/bsd.pkg.mk" diff --git a/net/php-ftp/Makefile b/net/php-ftp/Makefile index f53cf92c5c4..5bee646494d 100644 --- a/net/php-ftp/Makefile +++ b/net/php-ftp/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2008/01/18 05:08:48 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:41 joerg Exp $ MODNAME= ftp PKGREVISION= 1 CATEGORIES+= net COMMENT= PHP extension for FTP access +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-ftp-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} diff --git a/net/php-snmp/Makefile b/net/php-snmp/Makefile index 2f6eb3115ce..29b0c763c0d 100644 --- a/net/php-snmp/Makefile +++ b/net/php-snmp/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2007/09/03 19:51:40 jdolecek Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:41 joerg Exp $ MODNAME= snmp CATEGORIES+= net COMMENT= PHP extension for SNMP +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-snmp-[0-9]* # use plain version withut =${PREFIX} - logic in config.m4 assumes net-snmp-config diff --git a/net/php-sockets/Makefile b/net/php-sockets/Makefile index 50145f46d96..7a5be1f34be 100644 --- a/net/php-sockets/Makefile +++ b/net/php-sockets/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:41 joerg Exp $ MODNAME= sockets CATEGORIES+= net COMMENT= PHP extension for sockets support +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-sockets-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} diff --git a/net/php-xmlrpc/Makefile b/net/php-xmlrpc/Makefile index 490afcd3c5d..b43ac453bc5 100644 --- a/net/php-xmlrpc/Makefile +++ b/net/php-xmlrpc/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2007/08/10 16:41:51 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:41 joerg Exp $ MODNAME= xmlrpc CATEGORIES+= net COMMENT= PHP extension for XML-RPC support +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-xmlrpc-[0-9]* HOMEPAGE= http://xmlrpc-epi.sourceforge.net/ diff --git a/net/php-yaz/Makefile b/net/php-yaz/Makefile index 75653ca7569..bc3fd423397 100644 --- a/net/php-yaz/Makefile +++ b/net/php-yaz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/01/18 05:08:48 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:41 joerg Exp $ MODNAME= yaz PECL_VERSION= 1.0.7 @@ -7,6 +7,8 @@ CATEGORIES+= net MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= PHP extension for YAZ +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.yaz} .include "../../lang/php/ext.mk" diff --git a/net/php5-soap/Makefile b/net/php5-soap/Makefile index e4d19c85ae0..b65e79d2e6d 100644 --- a/net/php5-soap/Makefile +++ b/net/php5-soap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/02/22 19:26:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:41 joerg Exp $ MODNAME= soap CATEGORIES+= net @@ -6,6 +6,8 @@ COMMENT= PHP5 extension for SOAP functions MAINTAINER= jdolecek@NetBSD.org +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-soap-[0-9]* PHP_VERSIONS_ACCEPTED= 5 diff --git a/net/poink/Makefile b/net/poink/Makefile index e1db939f49e..51209752112 100644 --- a/net/poink/Makefile +++ b/net/poink/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/01/07 09:14:05 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:41 joerg Exp $ # DISTNAME= poink-1.6 @@ -8,13 +8,15 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= zuntum@NetBSD.org COMMENT= Nosuid, absolutely secure version of ping utility +PKG_DESTDIR_SUPPORT= user-destdir + NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL. INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ping.1 ${PREFIX}/${PKGMANDIR}/man1/poink.1 + ${INSTALL_PROGRAM} ${WRKSRC}/poink ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ping.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/poink.1 .include "../../devel/libgetopt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/portmap/Makefile b/net/portmap/Makefile index 5305d431d6f..b426835e90a 100644 --- a/net/portmap/Makefile +++ b/net/portmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/07 23:40:06 reed Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:41 joerg Exp $ DISTNAME= portmap_4 PKGNAME= portmap-4 @@ -10,6 +10,8 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= ftp://ftp.porcupine.org/pub/security/index.html COMMENT= RPC portmapper with access control +PKG_DESTDIR_SUPPORT= user-destdir + # TODO: maybe look at portmap_5beta ? # XXX allow this to install on NetBSD, because this also @@ -21,10 +23,10 @@ NO_CONFIGURE= yes RCD_SCRIPTS= portmap do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/portmap ${PREFIX}/sbin/ - ${INSTALL_PROGRAM} ${WRKSRC}/pmap_dump ${PREFIX}/sbin/ - ${INSTALL_PROGRAM} ${WRKSRC}/pmap_set ${PREFIX}/sbin/ - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/portmap/ + ${INSTALL_PROGRAM} ${WRKSRC}/portmap ${DESTDIR}${PREFIX}/sbin/ + ${INSTALL_PROGRAM} ${WRKSRC}/pmap_dump ${DESTDIR}${PREFIX}/sbin/ + ${INSTALL_PROGRAM} ${WRKSRC}/pmap_set ${DESTDIR}${PREFIX}/sbin/ + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/portmap/ .include "../../security/tcp_wrappers/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/powerdns-ldap/Makefile b/net/powerdns-ldap/Makefile index 5a727c9b4c7..9c099810944 100644 --- a/net/powerdns-ldap/Makefile +++ b/net/powerdns-ldap/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/01/18 05:08:49 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:41 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../net/powerdns/Makefile.backend" diff --git a/net/powerdns-mysql/Makefile b/net/powerdns-mysql/Makefile index 01c82495c1e..06f08f39e5e 100644 --- a/net/powerdns-mysql/Makefile +++ b/net/powerdns-mysql/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/01/04 20:05:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:41 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../net/powerdns/Makefile.backend" diff --git a/net/powerdns-pgsql/Makefile b/net/powerdns-pgsql/Makefile index 9b3f8e68348..602d120af21 100644 --- a/net/powerdns-pgsql/Makefile +++ b/net/powerdns-pgsql/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:41 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../net/powerdns/Makefile.backend" diff --git a/net/powerdns-sqlite/Makefile b/net/powerdns-sqlite/Makefile index 1e56d982404..95bcca90083 100644 --- a/net/powerdns-sqlite/Makefile +++ b/net/powerdns-sqlite/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2008/01/04 20:05:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:41 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../net/powerdns/Makefile.backend" diff --git a/net/pptp/Makefile b/net/pptp/Makefile index d7f02595659..c8ffec4252f 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/05/12 09:30:55 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:41 joerg Exp $ DISTNAME= pptp-1.7.0 PKGREVISION= 2 @@ -9,21 +9,22 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pptpclient.sourceforge.net/ COMMENT= PPTP client package for Microsoft VPN servers (no encryption yet) +PKG_DESTDIR_SUPPORT= user-destdir + NOT_FOR_PLATFORM= Interix-*-* -MAKE_ENV+= ROOT_USER=${ROOT_USER} -MAKE_FLAGS+= BINDIR=${PREFIX:Q}/sbin -MAKE_FLAGS+= MANDIR=${PREFIX:Q}/${PKGMANDIR:Q}/man8 -MAKE_FLAGS+= PPPDIR=${PREFIX:Q}/share/examples/pptp +MAKE_FLAGS+= BINDIR=${PREFIX}/sbin +MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR:Q}/man8 +MAKE_FLAGS+= PPPDIR=${PREFIX}/share/examples/pptp -INSTALLATION_DIRS= bin ${PKGMANDIR:Q}/man8 share/examples/pptp +INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/examples/pptp INSTALLATION_DIRS+= share/doc/pptp/Documentation share/doc/pptp/Reference DOCDIR= ${PREFIX}/share/doc/pptp post-install: - cd ${WRKSRC:Q}/Documentation && ${INSTALL_DATA} * ${DOCDIR:Q}/Documentation - cd ${WRKSRC:Q}/Reference && ${INSTALL_DATA} * ${DOCDIR:Q}/Reference - cd ${WRKSRC:Q} && ${INSTALL_DATA} INSTALL NEWS README USING ${DOCDIR:Q} + cd ${WRKSRC}/Documentation && ${INSTALL_DATA} * ${DESTDIR}${DOCDIR}/Documentation + cd ${WRKSRC}/Reference && ${INSTALL_DATA} * ${DESTDIR}${DOCDIR}/Reference + cd ${WRKSRC} && ${INSTALL_DATA} INSTALL NEWS README USING ${DESTDIR}${DOCDIR} .include "../../mk/bsd.prefs.mk" diff --git a/net/pptp/distinfo b/net/pptp/distinfo index e7e47990fc5..756919b67fb 100644 --- a/net/pptp/distinfo +++ b/net/pptp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2006/05/12 09:30:55 joerg Exp $ +$NetBSD: distinfo,v 1.7 2008/06/12 02:14:41 joerg Exp $ SHA1 (pptp-1.7.0.tar.gz) = fc96e8a765bf17eb02ce1584d8e9d024b68ab5a7 RMD160 (pptp-1.7.0.tar.gz) = 62c947379c44102945a198ddc914d5aa634db13c @@ -6,4 +6,4 @@ Size (pptp-1.7.0.tar.gz) = 227699 bytes SHA1 (patch-ab) = 01d8346064bee226adb11035d98c2f06523b8e4a SHA1 (patch-ac) = 8a0dd645ed0a766375a803fecda80d716c441d52 SHA1 (patch-ad) = a037ba927c181f812ecd5c1ea2d344483d8ad4bf -SHA1 (patch-ah) = 3a08c64c0cff8ca3d7e78ce445e7b126076c1425 +SHA1 (patch-ah) = 7e8bef0f85fedce4588e6615c0c1f54eebfe218d diff --git a/net/pptp/patches/patch-ah b/net/pptp/patches/patch-ah index 0831bccdcdc..cb05bfe4890 100644 --- a/net/pptp/patches/patch-ah +++ b/net/pptp/patches/patch-ah @@ -1,15 +1,23 @@ -$NetBSD: patch-ah,v 1.1 2006/04/14 10:32:02 rillig Exp $ +$NetBSD: patch-ah,v 1.2 2008/06/12 02:14:41 joerg Exp $ -Not everyone wants to install this as root. - ---- Makefile.orig 2005-07-28 03:15:10.000000000 +0200 -+++ Makefile 2006-03-14 14:41:35.000000000 +0100 -@@ -55,7 +55,7 @@ test: vector_test +--- Makefile.orig 2005-07-28 01:15:10.000000000 +0000 ++++ Makefile +@@ -54,12 +54,12 @@ distclean: clobber + test: vector_test install: - mkdir -p $(BINDIR) +- mkdir -p $(BINDIR) - install -o root -m 555 pptp $(BINDIR) -+ install -o ${ROOT_USER} -m 555 pptp $(BINDIR) - mkdir -p $(MANDIR) - install -m 644 pptp.8 $(MANDIR) - mkdir -p $(PPPDIR) +- mkdir -p $(MANDIR) +- install -m 644 pptp.8 $(MANDIR) +- mkdir -p $(PPPDIR) +- install -m 644 options.pptp $(PPPDIR) ++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${BINDIR} ++ ${BSD_INSTALL_PROGRAM} pptp ${DESTDIR}${BINDIR} ++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${MANDIR} ++ ${BSD_INSTALL_MAN} pptp.8 ${DESTDIR}${MANDIR} ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${PPPDIR} ++ ${BSD_INSTALL_DATA} options.pptp ${DESTDIR}${PPPDIR} + + uninstall: + $(RM) $(BINDIR)/pptp $(MANDIR)/pptp.8 diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index b68de4de4fb..6fabe523b18 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2007/11/12 00:00:12 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2008/06/12 02:14:41 joerg Exp $ DISTNAME= proftpd-1.3.1 #PKGREVISION= 1 @@ -13,6 +13,8 @@ HOMEPAGE= http://www.proftpd.org/ COMMENT= FTP server with Apache like configuration #LICENSE= gnu-gpl-v2 +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes @@ -49,13 +51,13 @@ PLIST_SRC+= ${PKGDIR}/PLIST post-install: .for i in NEWS README README.IPv6 README.LDAP README.PAM README.capabilities \ README.classes README.controls README.facl README.modules - ${INSTALL_DATA} ${WRKSRC:Q}/${i:Q} ${PREFIX:Q}/share/doc/proftpd + ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/share/doc/proftpd .endfor .for i in Configuration.html faq.html license.txt - ${INSTALL_DATA} ${WRKSRC:Q}/doc/${i:Q} ${PREFIX:Q}/share/doc/proftpd + ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DESTDIR}${PREFIX}/share/doc/proftpd .endfor - ${INSTALL_DATA} ${WRKSRC:Q}/sample-configurations/*.conf \ - ${PREFIX:Q}/share/examples/proftpd + ${INSTALL_DATA} ${WRKSRC}/sample-configurations/*.conf \ + ${DESTDIR}${PREFIX}/share/examples/proftpd .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/proxycheck/Makefile b/net/proxycheck/Makefile index 20ec920c7cb..3b92061b747 100644 --- a/net/proxycheck/Makefile +++ b/net/proxycheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/19 16:40:28 tv Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:41 joerg Exp $ # DISTNAME= proxycheck-0.49a @@ -9,13 +9,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.corpit.ru/mjt/proxycheck.html COMMENT= Tester for open (promiscuous) proxy systems +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES MAKE_FLAGS+= CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/${PKGMANDIR}/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${DESTDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ .include "../../mk/bsd.pkg.mk" diff --git a/net/puf/Makefile b/net/puf/Makefile index ff1c9569437..7397d616b84 100644 --- a/net/puf/Makefile +++ b/net/puf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:23 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:41 joerg Exp $ # DISTNAME= puf-0.93.2a @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://puf.sourceforge.net/ COMMENT= Parallel URL fetcher +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index 1edc1cbc756..0e2b03a231b 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/02/22 19:01:23 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:41 joerg Exp $ DISTNAME= pure-ftpd-1.0.21 CATEGORIES= net @@ -16,6 +16,8 @@ MAINTAINER= dawszy@arhea.net HOMEPAGE= http://www.pureftpd.org/project/pure-ftpd COMMENT= Secure FTP daemon with optional SQL support +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-everything @@ -30,14 +32,14 @@ CONFIGURE_ARGS+= --with-privsep .include "options.mk" RCD_SCRIPTS= pure_ftpd +INSTALLATION_DIRS= share/doc/pure-ftpd post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pure-ftpd cd ${WRKSRC} && \ ${INSTALL_DATA} README README.Authentication-Modules \ README.Configuration-File README.Contrib \ README.TLS README.Virtual-Users \ README.MySQL README.PGSQL README.LDAP \ - ${PREFIX}/share/doc/pure-ftpd + ${DESTDIR}${PREFIX}/share/doc/pure-ftpd .include "../../mk/bsd.pkg.mk" diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index c32948d8d4a..c3281620078 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/07/13 07:31:54 obache Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:41 joerg Exp $ # DISTNAME= GeoIP-Python-1.2.1 @@ -10,6 +10,8 @@ MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.maxmind.com/app/python COMMENT= GeoIP support for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYBINMODULE= yes diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index aaeb787fb57..7784018c826 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/09/30 17:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:41 joerg Exp $ DISTNAME= IPy-0.4 PKGNAME= ${PYPKGPREFIX}-IP-0.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://c0re.jp:80/c0de/IPy/ COMMENT= Python module to handle IPv4 and IPv6 address +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= # defined .include "../../lang/python/extension.mk" diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile index 91de150c7c7..48ca33f4668 100644 --- a/net/py-adns/Makefile +++ b/net/py-adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:58 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:41 joerg Exp $ # DISTNAME= adns-python-1.0.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dustman.net/andy/python/adns-python/ COMMENT= Python interface to the GNU asynchronous DNS resolver library +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= .include "../../net/adns/buildlink3.mk" diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 1bb5e0d7741..fd2b402715b 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:41 joerg Exp $ # DISTNAME= pygoogle-0.6 @@ -11,6 +11,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://pygoogle.sourceforge.net/ COMMENT= Call the Google web API from Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/net/py-kenosis/Makefile b/net/py-kenosis/Makefile index a2db8103076..acfd33f77c8 100644 --- a/net/py-kenosis/Makefile +++ b/net/py-kenosis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:41 joerg Exp $ # DISTNAME= kenosis-0.941 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kenosis.sourceforge.net/ COMMENT= P2P RPC system +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYSETUP= kenosis_setup.py diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index 8344c1d4f72..6b0128a3d09 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= libdnet-1.12 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://code.google.com/p/libdnet/ COMMENT= Python wrapper for libdnet +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes PYDISTUTILSPKG= yes PYSETUPSUBDIR= python diff --git a/net/py-libpcap/Makefile b/net/py-libpcap/Makefile index 7921c9dd63b..8d1ad0ab593 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/06 06:22:34 reed Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= pylibpcap-0.5.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pylibpcap.sourceforge.net/ COMMENT= Python wrapper for libpcap +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3nb1 diff --git a/net/py-medusa/Makefile b/net/py-medusa/Makefile index b21cdfefa5f..eeac5e4b467 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/04 17:48:10 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= medusa-0.5.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.amk.ca/python/code/medusa.html COMMENT= Framework for writing asynchronous socket-based servers +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # none PYDISTUTILSPKG= yes diff --git a/net/py-mimelib/Makefile b/net/py-mimelib/Makefile index 4bb39571db7..7f132ae426a 100644 --- a/net/py-mimelib/Makefile +++ b/net/py-mimelib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= email-2.5 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mimelib.sourceforge.net/ COMMENT= Email package for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes # This pkg (or an older version of it) comes with 2.2 and later; # 2.1 is the primary target (particulary for Zope). diff --git a/net/py-soaplib/Makefile b/net/py-soaplib/Makefile index ec32d9e0f98..f75e8f9bd1a 100644 --- a/net/py-soaplib/Makefile +++ b/net/py-soaplib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:10:30 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= soaplib-0.8-20000621 @@ -12,6 +12,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.pythonware.com/products/soap/index.htm COMMENT= Implementation of the SOAP 1.1 protocol +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} NO_BUILD= yes @@ -21,7 +23,7 @@ INSTALLATION_DIRS= ${PYSITELIB} do-install: for i in soaplib.py soapserver.py; do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/${PYSITELIB}; \ + ${INSTALL_DATA} ${WRKSRC}/$$i ${DESTDIR}${PREFIX}/${PYSITELIB}; \ done .include "../../lang/python/extension.mk" diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index 5d61e0338e8..c9379efeb8d 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= SOAPpy-0.11.4 @@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://pywebsvcs.sourceforge.net/ COMMENT= SOAP implementation +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= YES PY_PATCHPLIST= YES diff --git a/net/py-spreadmodule/Makefile b/net/py-spreadmodule/Makefile index 13ec4ea5a43..8b8e418a62b 100644 --- a/net/py-spreadmodule/Makefile +++ b/net/py-spreadmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= SpreadModule-1.4 @@ -12,6 +12,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.python.org/other/spread/ COMMENT= Python bindings for the Spread messaging service +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= YES PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile index 6ae65e83ad4..8afbb0f9873 100644 --- a/net/py-twisted-docs/Makefile +++ b/net/py-twisted-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:23 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= ${TWISTED_DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.twistedmatrix.com/ COMMENT= Framework for writing networked applications +PKG_DESTDIR_SUPPORT= user-destdir + NO_CONFIGURE= yes NO_BUILD= yes USE_LANGUAGES= # empty @@ -19,12 +21,13 @@ HTMLDIR= share/doc/py-twisted-docs-${TWISTED_VERSION} DOC_SRCDIR= ${WRKSRC}/doc PLIST_SRC= ${WRKDIR}/.PLIST_SRC +INSTALLATION_DIRS= ${HTMLDIR} + do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR} ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} - cd ${DOC_SRCDIR} && pax -rw -pe * ${PREFIX}/${HTMLDIR} - cd ${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC} - cd ${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \ + cd ${DOC_SRCDIR} && pax -rw -pe * ${DESTDIR}${PREFIX}/${HTMLDIR} + cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC} + cd ${DESTDIR}${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \ ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC} .include "../../net/py-twisted/Makefile.common" diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile index 3019fbcc68e..3b621a76585 100644 --- a/net/py-twisted/Makefile +++ b/net/py-twisted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= ${TWISTED_DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.twistedmatrix.com/ COMMENT= Framework for writing networked applications +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes PLIST_SUBST+= PYVERSSUFFIX="-${PYVERSSUFFIX}" diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 37abfdcbfcc..87a94422681 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/03/18 23:22:14 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= ZSI-2.0 @@ -10,6 +10,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://pywebsvcs.sourceforge.net/ COMMENT= SOAP implementation +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index 06ce972bf11..e7d37957c54 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= pygopherd_2.0.9 @@ -63,9 +63,9 @@ post-extract: post-install: for egfile in ${EGFILES}; do \ - ${INSTALL_DATA} $$egfile ${EXAMPLEDIR}; \ + ${INSTALL_DATA} $$egfile ${DESTDIR}${EXAMPLEDIR}; \ done - ${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${PREFIX}/${PKGMANDIR}/man8 + ${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile index 448574216ab..e74ee047b40 100644 --- a/net/qadsl/Makefile +++ b/net/qadsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:06 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:42 joerg Exp $ # # qadsl is now GNU Alive (wip/alive) @@ -20,9 +20,9 @@ MAKE_ENV+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/qadsl ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/qadsl ${DESTDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/qadsl.conf \ - ${PREFIX}/share/examples/qadsl.conf.sample - ${INSTALL_MAN} ${WRKSRC}/qadsl.8.gz ${PREFIX}/${PKGMANDIR}/man8 + ${DESTDIR}${PREFIX}/share/examples/qadsl.conf.sample + ${INSTALL_MAN} ${WRKSRC}/qadsl.8.gz ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 .include "../../mk/bsd.pkg.mk" diff --git a/news/cg/Makefile b/news/cg/Makefile index c11506f09b6..db0569dfe4a 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/09/08 21:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= cg-0.4 @@ -9,6 +9,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://ftp.giga.or.at/pub/nih/cg/ COMMENT= Semi-automatic newsgroup binary downloader +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= lex USE_FEATURES= regcomp diff --git a/parallel/p5-Parallel-Pvm/Makefile b/parallel/p5-Parallel-Pvm/Makefile index d49d8b6a309..5429c8e4662 100644 --- a/parallel/p5-Parallel-Pvm/Makefile +++ b/parallel/p5-Parallel-Pvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/10/04 21:54:05 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= Parallel-Pvm-1.3.0 @@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.csm.ornl.gov/pvm/pvm_home.html COMMENT= Perl module for PVM (Parallel Virtual Machine) +PKG_DESTDIR_SUPPORT= user-destdir + PVM_ROOT?= ${LOCALBASE}/pvm3 CONFIGURE_ENV+= PVM_ROOT=${PVM_ROOT:Q} PVM_ARCH=${PVM_ARCH:Q} MAKE_ENV+= PVM_ROOT=${PVM_ROOT:Q} PVM_ARCH=${PVM_ARCH:Q} @@ -20,6 +22,8 @@ PERL5_PACKLIST= auto/Parallel/Pvm/.packlist MESSAGE_SUBST+= PVM_ROOT=${PVM_ROOT} EXAMPLES_DIR= ${PREFIX}/share/examples/p5-Parallel-Pvm +INSTALLATION_DIRS= ${EXAMPLES_DIR} + post-build: .for f in hello.pl hello_other.pl ${SED} -e 's;@exampledir@;${EXAMPLES_DIR};g' -e 's;@perl@;${PERL5};g' \ @@ -27,9 +31,8 @@ post-build: .endfor post-install: - ${INSTALL_SCRIPT_DIR} ${EXAMPLES_DIR} - ${INSTALL_SCRIPT} ${WRKDIR}/hello.pl ${EXAMPLES_DIR} - ${INSTALL_SCRIPT} ${WRKDIR}/hello_other.pl ${EXAMPLES_DIR} + ${INSTALL_SCRIPT} ${WRKDIR}/hello.pl ${DESTDIR}${EXAMPLES_DIR} + ${INSTALL_SCRIPT} ${WRKDIR}/hello_other.pl ${DESTDIR}${EXAMPLES_DIR} .include "../../lang/perl5/module.mk" .include "../../parallel/pvm3/buildlink3.mk" diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile index 62f3add0107..e57b0bea4cd 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2008/02/09 23:49:27 tnn Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:42 joerg Exp $ DISTNAME= pvm3.4.5 PKGNAME= pvm-3.4.5 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.csm.ornl.gov/pvm/pvm_home.html COMMENT= Parallel Virtual Machine libraries and environment +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= m4 .include "../../mk/bsd.prefs.mk" @@ -59,57 +61,54 @@ pre-install: ${RM} -f ${WRKSRC}/lib/pvmgetarch.orig ${RM} -f ${WRKSRC}/man/man1/pvm_intro.1.orig +INSTALLATION_DIRS= ${PVM_DIR}/bin/${PVM_ARCH} ${PVM_DIR}/conf \ + ${PVM_DIR}/examples ${PVM_DIR}/gexamples \ + ${PVM_DIR}/include ${PVM_DIR}/lib/${PVM_ARCH} \ + ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 + do-install: - ${INSTALL_PROGRAM_DIR} ${PVM_DIR}/lib/${PVM_ARCH} .for __tmp__ in libgpvm3.la libpvm3.la libpvmtrc.la libfpvm3.la ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \ - ${WRKSRC}/lib/${PVM_ARCH}/${__tmp__} ${PVM_DIR}/lib/${PVM_ARCH} + ${WRKSRC}/lib/${PVM_ARCH}/${__tmp__} ${DESTDIR}${PVM_DIR}/lib/${PVM_ARCH} .endfor .for __tmp__ in pvm pvmgs ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \ - ${WRKSRC}/lib/${PVM_ARCH}/${__tmp__} ${PVM_DIR}/lib/${PVM_ARCH}/ + ${WRKSRC}/lib/${PVM_ARCH}/${__tmp__} ${DESTDIR}${PVM_DIR}/lib/${PVM_ARCH}/ .endfor ${INSTALL_PROGRAM} ${WRKSRC}/lib/${PVM_ARCH}/pvmd3 \ - ${PVM_DIR}/lib/${PVM_ARCH} - ${LIBTOOL} --mode=finish ${PVM_DIR}/lib/${PVM_ARCH} + ${DESTDIR}${PVM_DIR}/lib/${PVM_ARCH} + ${LIBTOOL} --mode=finish ${DESTDIR}${PVM_DIR}/lib/${PVM_ARCH} for f in `${LS} -1 ${WRKSRC}/lib`; do \ if [ -f ${WRKSRC}/lib/$$f ]; then \ - ${INSTALL_SCRIPT} ${WRKSRC}/lib/$$f ${PVM_DIR}/lib; \ + ${INSTALL_SCRIPT} ${WRKSRC}/lib/$$f ${DESTDIR}${PVM_DIR}/lib; \ fi; \ done - ${INSTALL_PROGRAM_DIR} ${PVM_DIR}/bin/${PVM_ARCH} for f in ${WRKSRC}/bin/${PVM_ARCH}/* ; do \ ${ECHO} "Installing $$f" ; \ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} $$f \ - ${PVM_DIR}/bin/${PVM_ARCH}/ ; done - - ${INSTALL_DATA_DIR} ${PVM_DIR}/conf - ${INSTALL_DATA} ${WRKSRC}/conf/${PVM_ARCH}.def ${PVM_DIR}/conf - ${INSTALL_DATA} ${WRKSRC}/conf/${PVM_ARCH}.m4 ${PVM_DIR}/conf - - ${INSTALL_DATA_DIR} ${PVM_DIR}/examples - ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${PVM_DIR}/examples - ${INSTALL_DATA} ${WRKSRC}/examples/*.f ${PVM_DIR}/examples - ${INSTALL_DATA} ${WRKSRC}/examples/Readme ${PVM_DIR}/examples - ${INSTALL_DATA} ${WRKSRC}/examples/Makefile.aimk ${PVM_DIR}/examples - - ${INSTALL_DATA_DIR} ${PVM_DIR}/gexamples - ${INSTALL_DATA} ${WRKSRC}/gexamples/*.c ${PVM_DIR}/gexamples - ${INSTALL_DATA} ${WRKSRC}/gexamples/*.f ${PVM_DIR}/gexamples - ${INSTALL_DATA} ${WRKSRC}/gexamples/Readme ${PVM_DIR}/gexamples - ${INSTALL_DATA} ${WRKSRC}/gexamples/Makefile.aimk ${PVM_DIR}/gexamples - ${INSTALL_DATA} ${WRKSRC}/gexamples/Makefile ${PVM_DIR}/gexamples - - ${INSTALL_DATA_DIR} ${PVM_DIR}/include - ${INSTALL_DATA} ${WRKSRC}/include/* ${PVM_DIR}/include - - ${INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/man3 - ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* ${PREFIX}/${PKGMANDIR}/man3 - ${RM} ${PREFIX}/${PKGMANDIR}/man1/PVM.1 - ${LN} -s ${PREFIX}/${PKGMANDIR}/man1/pvm_intro.1 ${PREFIX}/${PKGMANDIR}/man1/PVM.1 + ${DESTDIR}${PVM_DIR}/bin/${PVM_ARCH}/ ; done + + ${INSTALL_DATA} ${WRKSRC}/conf/${PVM_ARCH}.def ${DESTDIR}${PVM_DIR}/conf + ${INSTALL_DATA} ${WRKSRC}/conf/${PVM_ARCH}.m4 ${DESTDIR}${PVM_DIR}/conf + + ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${DESTDIR}${PVM_DIR}/examples + ${INSTALL_DATA} ${WRKSRC}/examples/*.f ${DESTDIR}${PVM_DIR}/examples + ${INSTALL_DATA} ${WRKSRC}/examples/Readme ${DESTDIR}${PVM_DIR}/examples + ${INSTALL_DATA} ${WRKSRC}/examples/Makefile.aimk ${DESTDIR}${PVM_DIR}/examples + + ${INSTALL_DATA} ${WRKSRC}/gexamples/*.c ${DESTDIR}${PVM_DIR}/gexamples + ${INSTALL_DATA} ${WRKSRC}/gexamples/*.f ${DESTDIR}${PVM_DIR}/gexamples + ${INSTALL_DATA} ${WRKSRC}/gexamples/Readme ${DESTDIR}${PVM_DIR}/gexamples + ${INSTALL_DATA} ${WRKSRC}/gexamples/Makefile.aimk ${DESTDIR}${PVM_DIR}/gexamples + ${INSTALL_DATA} ${WRKSRC}/gexamples/Makefile ${DESTDIR}${PVM_DIR}/gexamples + + ${INSTALL_DATA} ${WRKSRC}/include/* ${DESTDIR}${PVM_DIR}/include + + ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_MAN} ${WRKSRC}/man/man3/* ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 + ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/PVM.1 + ${LN} -s ${PREFIX}/${PKGMANDIR}/man1/pvm_intro.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/PVM.1 .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXp/buildlink3.mk" diff --git a/pkgtools/autoswc/Makefile b/pkgtools/autoswc/Makefile index a05d37255a0..895956a20a7 100644 --- a/pkgtools/autoswc/Makefile +++ b/pkgtools/autoswc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/01/07 09:14:08 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:42 joerg Exp $ DISTNAME= autoswc-1.5 CATEGORIES= pkgtools sysutils @@ -8,6 +8,8 @@ DISTFILES= # empty MAINTAINER= jmmv@NetBSD.org COMMENT= Generates system wide cache files for GNU autoconf +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= autoconf>=2.59:../../devel/autoconf DEPENDS+= automake>=1.8.2:../../devel/automake DEPENDS+= libtool-base>=1.5.2:../../devel/libtool-base diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile index f2d57aafc81..98fb49090b9 100644 --- a/pkgtools/binpatch/Makefile +++ b/pkgtools/binpatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/01/07 09:14:08 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= binpatch-1.0 @@ -10,6 +10,7 @@ MAINTAINER= atatat@NetBSD.org HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html COMMENT= Trivial binary patch applicator +PKG_DESTDIR_SUPPORT= user-destdir NO_CHECKSUM= yes diff --git a/pkgtools/cdpack/Makefile b/pkgtools/cdpack/Makefile index 9baed31bb6f..44d863de9fc 100644 --- a/pkgtools/cdpack/Makefile +++ b/pkgtools/cdpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/01/28 23:06:13 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= cdpack-1.8 @@ -10,6 +10,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Utility to create multi-cd/dvd binary package collections +PKG_DESTDIR_SUPPORT= user-destdir + # for mkisofs DEPENDS+= cdrtools-[0-9]*:../../sysutils/cdrtools diff --git a/pkgtools/dfdisk/Makefile b/pkgtools/dfdisk/Makefile index ac818d61431..6525fc9ef9c 100644 --- a/pkgtools/dfdisk/Makefile +++ b/pkgtools/dfdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:08 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= dfdisk-1.0 @@ -9,6 +9,8 @@ DISTFILES= # empty MAINTAINER= jmmv@NetBSD.org COMMENT= Fetch distfiles from multiple locations +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_CONFIGURE= yes diff --git a/pkgtools/pkg_alternatives/Makefile b/pkgtools/pkg_alternatives/Makefile index 336d97c3d10..6aac15784f5 100644 --- a/pkgtools/pkg_alternatives/Makefile +++ b/pkgtools/pkg_alternatives/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/01/15 02:50:06 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= pkg_alternatives-1.4 @@ -10,6 +10,7 @@ MAINTAINER= jmmv@NetBSD.org COMMENT= Generic wrappers for programs with similar interfaces PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_ONLY= # empty NO_CHECKSUM= YES diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index d997843ace4..b171277677b 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2008/05/26 09:25:43 tron Exp $ +# $NetBSD: Makefile,v 1.66 2008/06/12 02:14:42 joerg Exp $ DISTNAME= pkg_chk-1.94 CATEGORIES= pkgtools @@ -10,6 +10,7 @@ HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html COMMENT= Check installed package versions against pkgsrc PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty diff --git a/pkgtools/pkg_comp/Makefile b/pkgtools/pkg_comp/Makefile index 856026d17f6..681e64b2bb1 100644 --- a/pkgtools/pkg_comp/Makefile +++ b/pkgtools/pkg_comp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/10/27 17:11:24 seb Exp $ +# $NetBSD: Makefile,v 1.40 2008/06/12 02:14:42 joerg Exp $ DISTNAME= pkg_comp-1.30 CATEGORIES= pkgtools @@ -9,6 +9,8 @@ MAINTAINER= jmmv@NetBSD.org COMMENT= Build packages inside a chroot jail PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + ONLY_FOR_PLATFORM= NetBSD-*-* WRKSRC= ${WRKDIR} diff --git a/pkgtools/pkg_notify/Makefile b/pkgtools/pkg_notify/Makefile index 03271e9efc5..0e0bb354555 100644 --- a/pkgtools/pkg_notify/Makefile +++ b/pkgtools/pkg_notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/10/04 21:54:59 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= pkg_notify-0.4.2 @@ -12,6 +12,7 @@ COMMENT= Notifies package maintainer when a new version is available DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes NO_CONFIGURE= yes @@ -31,13 +32,11 @@ SUBST_SED.pkg_notify= -e 's|/usr/pkgsrc|${PKGSRCDIR}|' \ -e 's|/usr/bin/make|${MAKE}|g' \ -e 's|/usr/pkg/bin/perl|${PERL5}|g' -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin ${EXAMPLEDIR} share/doc/pkg_notify do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pkg_notify ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${EXAMPLEDIR} - ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.list ${EXAMPLEDIR} - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE} + ${INSTALL_SCRIPT} ${WRKSRC}/pkg_notify ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/pkg_notify.list ${DESTDIR}${EXAMPLEDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pkg_notify .include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/pkg_select/Makefile b/pkgtools/pkg_select/Makefile index d7562341eed..920e77b798c 100644 --- a/pkgtools/pkg_select/Makefile +++ b/pkgtools/pkg_select/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/16 20:22:16 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= pkg_select-20050817 @@ -10,6 +10,7 @@ MAINTAINER= imil@gcu.info COMMENT= Curses based pkgsrc system browser / manager PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/pkg_select @@ -33,11 +34,11 @@ SUBST_SED.path+= -e "s|/usr/bin/make|${MAKE}|g" CFLAGS+= -DPKGTOOLS_PATH=\"${PKG_TOOLS_BIN}\" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pkg_select ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.conf.example ${EXAMPLEDIR} - ${INSTALL_DATA} ${WRKSRC}/mirrors.cvs ${PREFIX}/share/pkg_select - ${INSTALL_DATA} ${WRKSRC}/mirrors.ftp ${PREFIX}/share/pkg_select - ${INSTALL_MAN} ${WRKSRC}/pkg_select.1 ${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/pkg_select ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.conf.example ${DESTDIR}${EXAMPLEDIR} + ${INSTALL_DATA} ${WRKSRC}/mirrors.cvs ${DESTDIR}${PREFIX}/share/pkg_select + ${INSTALL_DATA} ${WRKSRC}/mirrors.ftp ${DESTDIR}${PREFIX}/share/pkg_select + ${INSTALL_MAN} ${WRKSRC}/pkg_select.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/pkgse/Makefile b/pkgtools/pkgse/Makefile index d42b7da38da..1a2a4d35174 100644 --- a/pkgtools/pkgse/Makefile +++ b/pkgtools/pkgse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/01/31 19:01:05 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:42 joerg Exp $ # DISTNAME= pkgse-0.3 @@ -14,6 +14,7 @@ COMMENT= Fetch informations about a NetBSD package from pkgsrc.netbsd.se DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes USE_TOOLS+= perl:run @@ -22,6 +23,6 @@ INSTALLATION_DIRS= bin REPLACE_PERL= pkgse do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pkgse ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/pkgse ${DESTDIR}${PREFIX}/bin .include "../../mk/bsd.pkg.mk" diff --git a/print/LPRng-doc/Makefile b/print/LPRng-doc/Makefile index d41bfa8eaf2..b706856f2dc 100644 --- a/print/LPRng-doc/Makefile +++ b/print/LPRng-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/05/26 02:13:23 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:42 joerg Exp $ DISTNAME= LPRng_DOC-3.6.13 PKGNAME= LPRng-doc-3.6.13 @@ -10,17 +10,20 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lprng.com/ COMMENT= LPRng documentation in dvi, text, html and ps formats +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes USE_TOOLS+= pax +INSTALLATION_DIRS= share/doc/LPRng + do-install: - ${INSTALL_DATA_DIR} ${PREFIX:Q}/share/doc/LPRng cd ${WRKDIR:Q} && \ pax -O -zrf ${DISTDIR:Q}/${DISTNAME:Q}${EXTRACT_SUFX:Q} cd ${WRKSRC:Q} && \ - pax -rw *.dvi *.gif *.html *.ps *.txt ${PREFIX:Q}/share/doc/LPRng + pax -rw *.dvi *.gif *.html *.ps *.txt ${DESTDIR}${PREFIX}/share/doc/LPRng .include "../../mk/bsd.pkg.mk" diff --git a/print/LPRng/Makefile b/print/LPRng/Makefile index 4880d5a6067..cb39549d1ce 100644 --- a/print/LPRng/Makefile +++ b/print/LPRng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/10/25 22:01:03 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:42 joerg Exp $ DISTNAME= LPRng-3.6.28 PKGREVISION= 2 @@ -13,6 +13,8 @@ COMMENT= "meta-package" for LPRng, Enhanced Printer Spooler DEPENDS+= LPRng-core-3.8.28{,nb*}:../../print/LPRng-core DEPENDS+= LPRng-doc-3.6.13:../../print/LPRng-doc +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index fa0fdbfb7fb..ded89ff7da6 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2007/03/18 22:07:52 rillig Exp $ +# $NetBSD: Makefile,v 1.67 2008/06/12 02:14:42 joerg Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ COMMENT= Formats an ascii file for printing on a postscript printer +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= psutils>=1.17:../../print/psutils .include "../../mk/bsd.prefs.mk" diff --git a/print/abc2ps/Makefile b/print/abc2ps/Makefile index 5ceaf31dec7..82ede01ec39 100644 --- a/print/abc2ps/Makefile +++ b/print/abc2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/12/15 14:34:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= ABC2PS-${ABC2PSVER} @@ -12,21 +12,23 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ihp-ffo.de/~msm/ COMMENT= Music typesetting program for abc +PKG_DESTDIR_SUPPORT= user-destdir + ABC2PSVER= 1.3.3 +INSTALLATION_DIRS= bin share/doc/abc2ps share/examples/abc2ps + do-build: cd ${WRKSRC} && ${CC} -o abc2ps abc2ps.c do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/abc2ps - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/abc2ps - ${INSTALL_PROGRAM} ${WRKSRC}/abc2ps ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/abc2ps ${DESTDIR}${PREFIX}/bin cd ${WRKSRC} && ${INSTALL_DATA} Changes License New.Features \ - ReadMe.abc2ps layout.txt ${PREFIX}/share/doc/abc2ps/ + ReadMe.abc2ps layout.txt ${DESTDIR}${PREFIX}/share/doc/abc2ps/ cd ${WRKSRC} && ${INSTALL_DATA} bach.abc blue_boy_bass.abc \ bran5.abc celloprelude.abc desafinado.abc fbook.fmt \ fonts.fmt journey.abc landscape.fmt mtunes1.abc \ newfeatures.abc sample.abc scotland.abc trio.abc \ - voices.abc ${PREFIX}/share/examples/abc2ps/ + voices.abc ${DESTDIR}${PREFIX}/share/examples/abc2ps/ .include "../../mk/bsd.pkg.mk" diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 3d3468b9686..026f5adf38f 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/08/30 20:47:02 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:43 joerg Exp $ DISTNAME= abcm2ps-4.12.25 CATEGORIES= print @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://moinejf.free.fr/ COMMENT= Converts ABC to music sheet in PostScript format +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes BUILD_TARGET= ${PKGBASE} diff --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo index 275c2da001c..cb9ac68e405 100644 --- a/print/abcm2ps/distinfo +++ b/print/abcm2ps/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2006/08/30 20:47:02 minskim Exp $ +$NetBSD: distinfo,v 1.5 2008/06/12 02:14:43 joerg Exp $ SHA1 (abcm2ps-4.12.25.tar.gz) = 454074aa8f54e9a68eb93cb9b1ff15443022114b RMD160 (abcm2ps-4.12.25.tar.gz) = 3a27cfb539a94ae07840f74cb7bd3ad386c3be63 Size (abcm2ps-4.12.25.tar.gz) = 214245 bytes -SHA1 (patch-aa) = 01d44b33f560834148fa39d0982873bb6d2f695f +SHA1 (patch-aa) = 5ffcbbe9d1dfe48ead377d5d25d27dad53d40f48 diff --git a/print/abcm2ps/patches/patch-aa b/print/abcm2ps/patches/patch-aa index 84b4eba02af..728ab80c134 100644 --- a/print/abcm2ps/patches/patch-aa +++ b/print/abcm2ps/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1 2006/06/18 03:01:21 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/12 02:14:43 joerg Exp $ ---- Makefile.in.orig 2005-06-25 03:15:28.000000000 -0700 +--- Makefile.in.orig 2005-06-25 10:15:28.000000000 +0000 +++ Makefile.in @@ -19,7 +19,7 @@ VPATH = @srcdir@ bindir = @bindir@ @@ -11,3 +11,25 @@ $NetBSD: patch-aa,v 1.1 2006/06/18 03:01:21 minskim Exp $ # unix OBJECTS=abc2ps.o \ +@@ -32,15 +32,15 @@ $(OBJECTS): abcparse.h abc2ps.h config.h + DOCFILES=Changes License README *.abc *.eps *.txt + + install: abcm2ps +- mkdir -p $(bindir); \ +- mkdir -p $(datadir)/abcm2ps; \ +- mkdir -p $(docdir)/abcm2ps; \ +- $(INSTALL_PROGRAM) abcm2ps $(bindir) ++ mkdir -p $(DESTDIR)$(bindir); \ ++ mkdir -p $(DESTDIR)$(datadir)/abcm2ps; \ ++ mkdir -p $(DESTDIR)$(docdir)/abcm2ps; \ ++ $(INSTALL_PROGRAM) abcm2ps $(DESTDIR)$(bindir) + for f in *.fmt; do \ +- $(INSTALL_DATA) $$f $(datadir)/abcm2ps; \ ++ $(INSTALL_DATA) $$f $(DESTDIR)$(datadir)/abcm2ps; \ + done + for f in $(DOCFILES); do \ +- $(INSTALL_DATA) $$f $(docdir)/abcm2ps; \ ++ $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/abcm2ps; \ + done + + uninstall: diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index d5e23f5025a..03e7afd59ed 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/09/13 20:19:09 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:43 joerg Exp $ DISTNAME= acroread7 # overridden below PKGNAME= acroread7-7.0.9 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adobe.com/products/acrobat/readstep2.html COMMENT= View, distribute and print PDF documents +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= acroread-5.* # conflict with acroread5 due to bin/acroread # maybe should do ALTERNATIVES? @@ -46,25 +48,25 @@ BIN_PATCH= ${PATCH} --quiet ${_PATCH_BACKUP_ARG} .orig BUILD_DEFS+= ACROREAD_FONTPATH ACROREAD_FONTPATH?= ${PREFIX}/lib/X11/fonts/TTF -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin Acrobat7 do-install: - @${INSTALL_DATA_DIR} ${PREFIX}/Acrobat7 - @( ${ECHO} n; ${ECHO} n ) | InstallDir=${PREFIX}/Acrobat7 ${WRKSRC}/INSTALL + ( ${ECHO} n; ${ECHO} n ) | InstallDir=${DESTDIR}${PREFIX}/Acrobat7 ${WRKSRC}/INSTALL post-install: - @cd ${PREFIX}/Acrobat7/bin && \ + cd ${DESTDIR}${PREFIX}/Acrobat7/bin && \ ${BIN_PATCH} <${FILESDIR}/acroread.diff && \ ${SED} -e 's:@PREFIX@:${PREFIX}:' \ -e 's|@ACROREAD_FONTPATH@|${ACROREAD_FONTPATH}|' \ <acroread >acroread.tmp && \ ${MV} acroread.tmp acroread && \ - ${INSTALL_SCRIPT} ${PREFIX}/Acrobat7/bin/acroread \ - ${PREFIX}/bin/acroread7 && ${RM} -f acroread.orig acroread.tmp - ${CHMOD} +x ${PREFIX}/bin/acroread7 + ${RM} -f acroread.orig acroread.tmp + ${INSTALL_SCRIPT} ${DESTDIR}${PREFIX}/Acrobat7/bin/acroread \ + ${DESTDIR}${PREFIX}/bin/acroread7 + ${CHMOD} +x ${DESTDIR}${PREFIX}/bin/acroread7 @${ECHO_MSG} "Be sure to read the license agreement in" - @${ECHO_MSG} "${PREFIX}/Acrobat7/Reader/Legal/ENU/License.html" - ${LN} -sf ${PREFIX}/bin/acroread7 ${PREFIX}/bin/acroread - ${RM} ${PREFIX}/Acrobat7/Reader/${PLATFORM}/plug_ins/PPKLite.api + @${ECHO_MSG} "${DESTDIR}${PREFIX}/Acrobat7/Reader/Legal/ENU/License.html" + ${LN} -sf ${PREFIX}/bin/acroread7 ${DESTDIR}${PREFIX}/bin/acroread + ${RM} ${DESTDIR}${PREFIX}/Acrobat7/Reader/${PLATFORM}/plug_ins/PPKLite.api .include "../../mk/bsd.pkg.mk" diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile index 438bd9051eb..d684472bcc2 100644 --- a/print/acroread8/Makefile +++ b/print/acroread8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/06 01:43:32 toshii Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:43 joerg Exp $ DISTNAME= acroread8 # overridden below PKGNAME= acroread8-8.1.2 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adobe.com/products/acrobat/readstep2.html COMMENT= View, distribute and print PDF documents +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= acroread-5.* # conflict with acroread5 due to bin/acroread # maybe should do ALTERNATIVES? @@ -46,24 +48,24 @@ BIN_PATCH= ${PATCH} --quiet ${_PATCH_BACKUP_ARG} .orig BUILD_DEFS+= ACROREAD_FONTPATH ACROREAD_FONTPATH?= ${PREFIX}/lib/X11/fonts/TTF -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= Acrobat8 bin do-install: - @${INSTALL_DATA_DIR} ${PREFIX}/Acrobat8 - @( ${ECHO} n; ${ECHO} n ) | InstallDir=${PREFIX}/Acrobat8 ${WRKSRC}/INSTALL + ( ${ECHO} n; ${ECHO} n ) | InstallDir=${DESTDIR}${PREFIX}/Acrobat8 ${WRKSRC}/INSTALL post-install: - @cd ${PREFIX}/Acrobat8/Adobe/Reader8/bin && \ + cd ${DESTDIR}${PREFIX}/Acrobat8/Adobe/Reader8/bin && \ ${BIN_PATCH} <${FILESDIR}/acroread.diff && \ ${SED} -e 's:@PREFIX@:${PREFIX}:' \ -e 's|@ACROREAD_FONTPATH@|${ACROREAD_FONTPATH}|' \ <acroread >acroread.tmp && \ ${MV} acroread.tmp acroread && \ - ${LN} -sf ${PREFIX}/Acrobat8/Adobe/Reader8/bin/acroread \ - ${PREFIX}/bin/acroread8 && ${RM} -f acroread.orig acroread.tmp - ${CHMOD} +x ${PREFIX}/bin/acroread8 + ${RM} -f acroread.orig acroread.tmp + ${LN} -sf ${DESTDIR}${PREFIX}/Acrobat8/Adobe/Reader8/bin/acroread \ + ${DESTDIR}${PREFIX}/bin/acroread8 + ${CHMOD} +x ${DESTDIR}${PREFIX}/bin/acroread8 @${ECHO_MSG} "Be sure to read the license agreement in" - @${ECHO_MSG} "${PREFIX}/Acrobat8/Reader/Legal/ENU/License.html" - ${LN} -sf ${PREFIX}/bin/acroread8 ${PREFIX}/bin/acroread + @${ECHO_MSG} "${DESTDIR}${PREFIX}/Acrobat8/Reader/Legal/ENU/License.html" + ${LN} -sf acroread8 ${DESTDIR}${PREFIX}/bin/acroread .include "../../mk/bsd.pkg.mk" diff --git a/print/adobeps-win/Makefile b/print/adobeps-win/Makefile index 33ea43e387c..051a170c875 100644 --- a/print/adobeps-win/Makefile +++ b/print/adobeps-win/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/14 16:00:41 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:43 joerg Exp $ DISTNAME= winsteng PKGNAME= adobeps-win-1.0.6 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adobe.com/products/printerdrivers/windows.html COMMENT= Adobe PostScript MS Windows drivers for CUPS/Samba +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract DEPENDS+= cups>=1.1.15:../../print/cups @@ -24,6 +26,8 @@ NTFILES= ADOBEPS5.DLL ADOBEPSU.DLL ADOBEPSU.HLP DEFPRTR2.PPD 9XFILES= ADFONTS.MFM ADOBEPS4.DRV ADOBEPS4.HLP ICONLIB.DLL PSMON.DLL DRIVERDIR= ${PREFIX}/share/cups/drivers +INSTALLATION_DIRS= ${DRIVERDIR} + post-extract: cd ${WRKSRC}; for dir in WinNT Windows; do \ ( cd $$dir; for file in *; do \ @@ -35,12 +39,11 @@ post-extract: done do-install: - ${INSTALL_DATA_DIR} ${DRIVERDIR} for file in ${NTFILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/WinNT/$$file ${DRIVERDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/WinNT/$$file ${DESTDIR}${DRIVERDIR}; \ done for file in ${9XFILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/Windows/$$file ${DRIVERDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/Windows/$$file ${DESTDIR}${DRIVERDIR}; \ done .include "../../mk/bsd.pkg.mk" diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 016388b0a62..a4e2ec37d46 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/06/15 20:40:16 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= apsfilter-7.2.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.apsfilter.org/ COMMENT= Flexible magic filter for printing under Unix environment +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= recode-[0-9]*:../../converters/recode #DEPENDS+= html2ps-[0-9]*:../../print/html2ps DEPENDS+= transfig-[0-9]*:../../print/transfig diff --git a/print/auctex/Makefile b/print/auctex/Makefile index e08ad6d394e..34eb9bc38ee 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/10/29 04:44:04 uebayasi Exp $ +# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:43 joerg Exp $ DISTNAME= auctex-11.84 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/auctex/ COMMENT= Enhanced LaTeX mode for Emacs +PKG_DESTDIR_SUPPORT= user-destdir + EMACS_MODULES= base USE_TOOLS+= gmake diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index d491cb7e7e4..a51ac089f4f 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/02/22 19:27:03 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:43 joerg Exp $ DISTNAME= BibTool-2.48 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} @@ -7,6 +7,8 @@ MAINTAINER= smb@NetBSD.org HOMEPAGE= http://www.gerd-neugebauer.de/software/TeX/BibTool.en.html COMMENT= Tool to manipulate BibTeX databases +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes MAKE_FILE= makefile #CONFIGURE_DIRS= ${WRKSRC} ${WRKSRC}/BibTcl @@ -20,6 +22,11 @@ REPLACE_PERL+= Perl/bibtool.pl DOCDIR= ${LOCALBASE}/share/doc/BibTool EXAMPLEDIR= ${LOCALBASE}/share/examples/BibTool +INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} \ + MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} +INSTALL_TARGET= install install.man +INSTALLATION_DIRS= ${DOCDIR} ${EXAMPLEDIR} + TEX_ACCEPTED= teTeX3 TEX_DEPMETHOD= build .include "../../mk/tex.buildlink3.mk" @@ -33,12 +40,9 @@ post-build: # cd ${WRKSRC:Q}/BibTcl && make post-install: - cd ${WRKSRC:Q} && make install.man - ${MKDIR} ${DOCDIR} - for i in ${WRKSRC:Q}/Doc/*.dvi; do ${INSTALL_DATA} $$i ${DOCDIR}; done - ${MKDIR} ${EXAMPLEDIR} - ${INSTALL_DATA} ${WRKSRC:Q}/Perl/bibtool.pl ${EXAMPLEDIR} - ${INSTALL_DATA} ${WRKSRC:Q}/Tcl/bibtool.tcl ${EXAMPLEDIR} + for i in ${WRKSRC:Q}/Doc/*.dvi; do ${INSTALL_DATA} $$i ${DESTDIR}${DOCDIR}; done + ${INSTALL_DATA} ${WRKSRC:Q}/Perl/bibtool.pl ${DESTDIR}${EXAMPLEDIR} + ${INSTALL_DATA} ${WRKSRC:Q}/Tcl/bibtool.tcl ${DESTDIR}${EXAMPLEDIR} # cd ${WRKSRC:Q}/BibTcl && make install .include "../../mk/bsd.pkg.mk" diff --git a/print/evince-nautilus/Makefile b/print/evince-nautilus/Makefile index aaee5fb2069..4553110608a 100644 --- a/print/evince-nautilus/Makefile +++ b/print/evince-nautilus/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2008/04/15 18:30:23 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:43 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../print/evince/Makefile.common" PKGNAME= ${DISTNAME:S/evince/evince-nautilus/} diff --git a/print/evince/Makefile b/print/evince/Makefile index 1e1f680dc04..c002c5ca60b 100644 --- a/print/evince/Makefile +++ b/print/evince/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2008/04/15 18:30:23 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2008/06/12 02:14:43 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../print/evince/Makefile.common" diff --git a/print/foomatic-filters-cups/Makefile b/print/foomatic-filters-cups/Makefile index 6ff1504d356..cb89110b488 100644 --- a/print/foomatic-filters-cups/Makefile +++ b/print/foomatic-filters-cups/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2007/10/25 22:01:03 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:43 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../print/foomatic-filters/Makefile.common" @@ -15,15 +17,14 @@ DEPENDS+= foomatic-filters-${FOOMATIC_FILTERS_VERSION}{,nb[0-9]*}:../../print/fo EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} +NO_BUILD= yes NO_CHECKSUM= yes NO_CONFIGURE= yes +NO_INSTALL= yes PLIST_SRC= # empty EVAL_PREFIX+= CUPS_PREFIX=cups CUPS_FILTERDIR= ${CUPS_PREFIX:Q}/libexec/cups/filter FILES_SUBST+= CUPS_FILTERDIR=${CUPS_FILTERDIR} -do-build: # empty -do-install: # empty - .include "../../mk/bsd.pkg.mk" diff --git a/print/foomatic-ppds-cups/Makefile b/print/foomatic-ppds-cups/Makefile index ada9565324a..9d683c0521c 100644 --- a/print/foomatic-ppds-cups/Makefile +++ b/print/foomatic-ppds-cups/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2007/10/25 22:01:04 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:43 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "../../print/foomatic-ppds/Makefile.common" @@ -16,13 +18,12 @@ EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_CONFIGURE= yes +NO_BUILD= yes +NO_INSTALL= yes PLIST_SRC= # empty EVAL_PREFIX+= CUPS_PREFIX=cups CUPS_DATADIR= ${CUPS_PREFIX:Q}/share/cups/model FILES_SUBST+= CUPS_DATADIR=${CUPS_DATADIR} -do-build: # empty -do-install: # empty - .include "../../mk/bsd.pkg.mk" diff --git a/print/p5-PostScript-MailLabels/Makefile b/print/p5-PostScript-MailLabels/Makefile index 49731b2dd92..14dc3673934 100644 --- a/print/p5-PostScript-MailLabels/Makefile +++ b/print/p5-PostScript-MailLabels/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/11/15 20:39:22 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:43 joerg Exp $ DISTNAME= PostScript-MailLabels-2.25 PKGNAME= p5-${DISTNAME} @@ -11,15 +11,18 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://oplnk.net/~ajackson/software/maillabels/ COMMENT= Create PostScript for printing on mailing label stock +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/PostScript/MailLabels/.packlist REPLACE_PERL= ${WRKSRC}/demo/*.pl EGDIR= ${PREFIX}/share/examples/${PKGBASE} +INSTALLATION_DIRS= ${EGDIR} + post-install: - ${INSTALL_DATA_DIR} ${EGDIR} for file in ${REPLACE_PERL}; do \ - ${INSTALL_SCRIPT} $$file ${EGDIR}; \ + ${INSTALL_SCRIPT} $$file ${DESTDIR}${EGDIR}; \ done .include "../../lang/perl5/module.mk" diff --git a/print/papersize/Makefile b/print/papersize/Makefile index e2249690492..c876ffdc2ff 100644 --- a/print/papersize/Makefile +++ b/print/papersize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/07/22 06:52:13 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= papersize-1.0.8 @@ -9,6 +9,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Manipulate the default papersize in certain packages +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} USE_LANGUAGES= # none NO_CHECKSUM= yes diff --git a/print/pcps/Makefile b/print/pcps/Makefile index 6c92462e647..4c20c65df85 100644 --- a/print/pcps/Makefile +++ b/print/pcps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/02/22 19:27:03 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= pcps840 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.swreg.org/soft_shop/695/shopscr3.shtml COMMENT= Converts text files to PostScript(tm) +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} MAKE_FILE= makefile BUILD_TARGET= @@ -22,7 +24,7 @@ RESTRICTED= This is shareware for your evaluation and subsequent payment NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/pcps share/examples/pcps CONF_FILES+= ${PREFIX}/share/examples/pcps/pcps.cfg ${PREFIX}/bin/pcps.cfg @@ -30,13 +32,11 @@ post-patch: ${SED} "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/pcps.1 > ${WRKDIR}/pcps.1 do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/pcps ${PREFIX}/bin/pcps - @${INSTALL_MAN} ${WRKDIR}/pcps.1 ${PREFIX}/${PKGMANDIR}/man1 - @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pcps - @${INSTALL_DATA} ${WRKSRC}/license.doc ${PREFIX}/share/doc/pcps - @${INSTALL_DATA} ${WRKSRC}/register.doc ${PREFIX}/share/doc/pcps - @${INSTALL_DATA} ${WRKSRC}/pcps.man ${PREFIX}/share/doc/pcps - @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pcps - @${INSTALL_DATA} ${FILESDIR}/pcps.cfg ${PREFIX}/share/examples/pcps/pcps.cfg + @${INSTALL_PROGRAM} ${WRKSRC}/pcps ${DESTDIR}${PREFIX}/bin/pcps + @${INSTALL_MAN} ${WRKDIR}/pcps.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + @${INSTALL_DATA} ${WRKSRC}/license.doc ${DESTDIR}${PREFIX}/share/doc/pcps + @${INSTALL_DATA} ${WRKSRC}/register.doc ${DESTDIR}${PREFIX}/share/doc/pcps + @${INSTALL_DATA} ${WRKSRC}/pcps.man ${DESTDIR}${PREFIX}/share/doc/pcps + @${INSTALL_DATA} ${FILESDIR}/pcps.cfg ${DESTDIR}${PREFIX}/share/examples/pcps/pcps.cfg .include "../../mk/bsd.pkg.mk" diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile index f645773f56e..87115734603 100644 --- a/print/pdfjam/Makefile +++ b/print/pdfjam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/01/07 09:14:09 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= pdfjam_1.20 @@ -12,16 +12,20 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/ COMMENT= Small collection of PDF utilities +PKG_DESTDIR_SUPPORT= user-destdir + NO_BUILD= yes WRKSRC= ${WRKDIR}/pdfjam UTILS= pdf90 pdfjoin pdfnup +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + do-install: .for _util in ${UTILS} - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${_util} ${PREFIX}/bin/${_util} - ${INSTALL_MAN} ${WRKSRC}/man1/${_util}.1 ${PREFIX}/${PKGMANDIR}/man1/${_util}.1 + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${_util} ${DESTDIR}${PREFIX}/bin/${_util} + ${INSTALL_MAN} ${WRKSRC}/man1/${_util}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${_util}.1 .endfor .undef ${_util} diff --git a/print/pdflib-lite/Makefile b/print/pdflib-lite/Makefile index f70f10c0a5c..7db545f0d10 100644 --- a/print/pdflib-lite/Makefile +++ b/print/pdflib-lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/05/15 20:06:03 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= PDFlib-Lite-7.0.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pdflib.com/ COMMENT= C library to produce PDF files +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= pdflib-[0-9]* GNU_CONFIGURE= yes @@ -19,13 +21,14 @@ CONFIGURE_ARGS+= --with-tcl=no DOCDIR= ${PREFIX}/share/doc/pdflib +INSTALLATION_DIRS= ${DOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC}/doc/pdflib; for file in \ PDFlib-Lite-license.pdf \ PDFlib-API-reference.pdf; \ do \ - ${INSTALL_DATA} $${file} ${DOCDIR}; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${DOCDIR}; \ done .include "../../mk/bsd.pkg.mk" diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 9b138f357ef..b354414b120 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2006/04/17 14:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:43 joerg Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" @@ -11,14 +13,15 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_TARGET= pdflib DOCDIR= ${PREFIX}/share/doc/pdflib +INSTALLATION_DIRS+= ${DOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC}/doc; for file in \ PDFlib-license.pdf \ PDFlib-manual.pdf \ aladdin-license.pdf; \ do \ - ${INSTALL_DATA} $${file} ${DOCDIR}; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${DOCDIR}; \ done .include "../../mk/bsd.pkg.mk" diff --git a/print/pdflib/Makefile.common b/print/pdflib/Makefile.common index b9c63ef4fdf..908fcd0e1a0 100644 --- a/print/pdflib/Makefile.common +++ b/print/pdflib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2008/01/16 04:48:07 tnn Exp $ +# $NetBSD: Makefile.common,v 1.21 2008/06/12 02:14:43 joerg Exp $ DISTNAME= pdflib-${PDFLIB_DIST_VERS} CATEGORIES= print @@ -41,5 +41,7 @@ SUBST_FILES.sed= configure pdflib-config.in SUBST_SED.sed= -e "s|^sed |${SED} |g" SUBST_SED.sed+= -e "s| sed | ${SED} |g" +INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} + .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile index 29b4e23b7ac..ace3d1dc5b4 100644 --- a/print/php-pdflib/Makefile +++ b/print/php-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:43 joerg Exp $ MODNAME= pdflib PKGMODNAME= pdf @@ -6,6 +6,8 @@ PECL_VERSION= 2.0.3 CATEGORIES+= print COMMENT= PHP extension for PDFlib on-the-fly PDF generation +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pdf-[0-9]* CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib} diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index 7ff631eb8bc..e7a1203b443 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/29 06:22:07 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= pnm2ppa-1.12 @@ -9,9 +9,13 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://pnm2ppa.sourceforge.net/ COMMENT= Filter to convert PNM file to PPA used by some HP DJ printer +PKG_DESTDIR_SUPPORT= user-destdir + CONF_FILES= ${PREFIX}/share/examples/pnm2ppa/pnm2ppa.conf \ ${PKG_SYSCONFDIR}/pnm2ppa.conf +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/pnm2ppa + post-build: for f in \ ${WRKSRC}/docs/en/CALIBRATION.txt \ @@ -24,10 +28,9 @@ post-build: done post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pnm2ppa cd ${WRKSRC} && \ ${INSTALL_DATA} docs/en/CALIBRATION.txt docs/en/COLOR.txt \ - ${PREFIX}/share/doc/pnm2ppa + ${DESTDIR}${PREFIX}/share/doc/pnm2ppa .include "../../devel/libgetopt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/pnm2ppa/distinfo b/print/pnm2ppa/distinfo index 11e999bb089..07d130b4c7a 100644 --- a/print/pnm2ppa/distinfo +++ b/print/pnm2ppa/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 12:51:44 agc Exp $ +$NetBSD: distinfo,v 1.6 2008/06/12 02:14:43 joerg Exp $ SHA1 (pnm2ppa-1.12.tar.gz) = a4a8915cb9e3d01dd55bd5958b00a9d19b1d747d RMD160 (pnm2ppa-1.12.tar.gz) = 915aff8a84fd0740e6af62c1ca488a2faa511f2b Size (pnm2ppa-1.12.tar.gz) = 191113 bytes -SHA1 (patch-aa) = d31f9f5a79649568062549264458965d78abe597 +SHA1 (patch-aa) = 3360ab4a23ca564097be604f3e2ddbb255c62c48 SHA1 (patch-ab) = 2e343bcaaca3e37dd0d393688bbc8cc37b70b4dc SHA1 (patch-ac) = 24d15229f9d81839c4b9e145ff554b12748c2153 SHA1 (patch-ad) = e6bfdcedd053a683c2c91f6a23c1270bc6f6aecb diff --git a/print/pnm2ppa/patches/patch-aa b/print/pnm2ppa/patches/patch-aa index 0fc3d82ad3f..75dcb784322 100644 --- a/print/pnm2ppa/patches/patch-aa +++ b/print/pnm2ppa/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2003/09/17 18:40:48 jmmv Exp $ +$NetBSD: patch-aa,v 1.4 2008/06/12 02:14:43 joerg Exp $ --- Makefile.orig 2002-11-16 00:29:29.000000000 +0100 +++ Makefile @@ -31,15 +31,15 @@ $NetBSD: patch-aa,v 1.3 2003/09/17 18:40:48 jmmv Exp $ - $(INSTALLD) $(MANDIR) - $(INSTALL) -m 755 pnm2ppa $(BINDIR) - $(INSTALL) -m 644 docs/en/pnm2ppa.1 $(MANDIR) -+ $(BSD_INSTALL_PROGRAM) -m 755 pnm2ppa $(BINDIR) -+ $(BSD_INSTALL_MAN) -m 644 docs/en/pnm2ppa.1 $(MANDIR) ++ $(BSD_INSTALL_PROGRAM) -m 755 pnm2ppa ${DESTDIR}$(BINDIR) ++ $(BSD_INSTALL_MAN) -m 644 docs/en/pnm2ppa.1 ${DESTDIR}$(MANDIR) # development only - allows root to edit - $(INSTALL) -m 644 pnm2ppa.conf $(CONFDIR) -+ $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/examples/pnm2ppa -+ $(BSD_INSTALL_DATA) -m 644 pnm2ppa.conf $(PREFIX)/share/examples/pnm2ppa ++ $(BSD_INSTALL_DATA_DIR) ${DESTDIR}$(PREFIX)/share/examples/pnm2ppa ++ $(BSD_INSTALL_DATA) -m 644 pnm2ppa.conf ${DESTDIR}$(PREFIX)/share/examples/pnm2ppa # calibration tool - $(INSTALL) -m 755 calibrate_ppa $(BINDIR) -+ $(BSD_INSTALL_PROGRAM) -m 755 calibrate_ppa $(BINDIR) ++ $(BSD_INSTALL_PROGRAM) -m 755 calibrate_ppa ${DESTDIR}$(BINDIR) # final production - much tighter # $(INSTALL) -m 444 pnm2ppa.conf $(CONFDIR) - @@echo diff --git a/print/pscal/Makefile b/print/pscal/Makefile index 2e27249b9c1..84df87d0936 100644 --- a/print/pscal/Makefile +++ b/print/pscal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:31 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= pscal-1.16 @@ -9,13 +9,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.panix.com/~mbh/projects.html COMMENT= Produces simple, nice-looking PostScript calendars -INSTALLATION_DIRS= bin +PKG_DESTDIR_SUPPORT= user-destdir -do-build: +INSTALLATION_DIRS= bin share/doc/pscal + +NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pscal - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pscal + ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pscal .include "../../mk/bsd.pkg.mk" diff --git a/print/psify/Makefile b/print/psify/Makefile index 33b13de11d7..70b36fb3d74 100644 --- a/print/psify/Makefile +++ b/print/psify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 19:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= psify-19980216 @@ -10,6 +10,8 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://mit.edu/~mkgray/jik/sipbsrc/src/psify/ COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} DIST_SUBDIR= psify EXTRACT_ONLY= #empty @@ -17,7 +19,8 @@ EXTRACT_ONLY= #empty NO_CONFIGURE= yes USE_TOOLS+= lex -INSTALL_TARGET= install prefix=${PREFIX} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} post-extract: @for i in ${DISTFILES}; \ diff --git a/print/psjoin/Makefile b/print/psjoin/Makefile index 85aa643c922..95aacdc83f6 100644 --- a/print/psjoin/Makefile +++ b/print/psjoin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/02/22 19:27:05 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= psjoin @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://homepage3.nifty.com/tsato/tools/psjoin.html COMMENT= Concatenate PostScript files +PKG_DESTDIR_SUPPORT= user-destdir + DIST_SUBDIR= ${PKGNAME_NOREV} NO_BUILD= yes REPLACE_PERL= psjoin @@ -20,6 +22,6 @@ WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/psjoin ${PREFIX}/bin/psjoin + ${INSTALL_SCRIPT} ${WRKDIR}/psjoin ${DESTDIR}${PREFIX}/bin/psjoin .include "../../mk/bsd.pkg.mk" diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 40bd8e15836..788516dc2cd 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:37 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= pslib-0.2.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pslib.sourceforge.net/ COMMENT= C-library to create PostScript files +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser USE_PKGLOCALEDIR= yes diff --git a/print/psutils/Makefile b/print/psutils/Makefile index a369ba2e52f..f412c163b29 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2007/12/02 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2008/06/12 02:14:43 joerg Exp $ DISTNAME= psutils-p17 PKGNAME= psutils-1.17 @@ -10,6 +10,8 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://www.go.dlr.de/wt/dv/ig/pdinfo_dv/psutils.html COMMENT= Utilities for manipulating PostScript documents +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/psutils USE_TOOLS+= perl:run @@ -26,7 +28,7 @@ PKG_FAIL_REASON+= "Invalid PAPERSIZE (${PAPERSIZE}). Choose one of A4 or Letter. MAKE_ENV+= PERL5=${PERL5:Q} MAKE_FLAGS+= PAPER=`${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'` -MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 +MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 MAKE_FILE= Makefile.unix EGDIR= ${PREFIX}/share/examples/psutils @@ -38,9 +40,11 @@ SUBST_MESSAGE.psu= Adjusting the installation prefix. SUBST_FILES.psu= psutil.c SUBST_SED.psu= -e "s|@prefix@|${PREFIX}|g" +INSTALLATION_DIRS= ${EGDIR} +INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} + post-install: - ${INSTALL_DATA_DIR} ${EGDIR} low=`${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'` \ - && ${ECHO} "PAPERSIZE=$$low" > ${EGDIR}/psutils.cfg + && ${ECHO} "PAPERSIZE=$$low" > ${DESTDIR}${EGDIR}/psutils.cfg .include "../../mk/bsd.pkg.mk" diff --git a/print/py-pslib/Makefile b/print/py-pslib/Makefile index 8eb786d7793..06587dc759f 100644 --- a/print/py-pslib/Makefile +++ b/print/py-pslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:43 joerg Exp $ # DISTNAME= python-pslib_0.2.0.orig @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pslib.sourceforge.net/ COMMENT= Python bindings for pslib +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/python-pslib-0.2.0 PYDISTUTILSPKG= yes diff --git a/print/py-reportlab-renderPM/Makefile b/print/py-reportlab-renderPM/Makefile index c1e610eaa61..1993fd0c891 100644 --- a/print/py-reportlab-renderPM/Makefile +++ b/print/py-reportlab-renderPM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/04/25 19:50:11 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= renderPM-0-9 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.reportlab.com/rl_addons.html COMMENT= Pixmap rendering for reportlab +PKG_DESTDIR_SUPPORT= user-destdir + PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 WRKSRC= ${WRKDIR} diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 1540ab1a7c7..062c75f2dd0 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/04/25 19:50:11 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= ReportLab_1_21_2 @@ -11,6 +11,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.reportlab.com/ COMMENT= Powerful PDF-generating toolkit for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 WRKSRC= ${WRKDIR}/reportlab_1_21_2/reportlab diff --git a/security/AiCA/Makefile b/security/AiCA/Makefile index 9b5da5bcd96..120efe72291 100644 --- a/security/AiCA/Makefile +++ b/security/AiCA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/01/18 05:09:36 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= AiCA-0.81 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ COMMENT= Manage Certification Authority and PKI utilities +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/AiCA @@ -25,7 +27,7 @@ LIBRARIES= libaica.a libaicrypto.a libaissl.a DOCS= COPYRIGHT README README.j EXAMPLES= lib/aica.cnf sample.csv -INSTALLATION_DIRS= bin include lib +INSTALLATION_DIRS= bin include lib certs templates ${DOCDIR} ${EXAMPLESDIR} pre-configure: cd ${WRKSRC}; \ @@ -34,25 +36,21 @@ pre-configure: do-install: .for f in ${LIBRARIES} - ${INSTALL_LIB} ${WRKSRC}/lib/${f} ${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/lib/${f} ${DESTDIR}${PREFIX}/lib .endfor .for f in ${COMMANDS} - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin .endfor - ${INSTALL_SCRIPT} ${WRKSRC}/bin/newca.sh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/aicrypto/include/*.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/aiconfig.h ${PREFIX}/include - ${INSTALL_DATA_DIR} ${PREFIX}/certs - ${CP} ${WRKSRC}/certs/* ${PREFIX}/certs - ${INSTALL_DATA_DIR} ${PREFIX}/templates - ${CP} ${WRKSRC}/templates/* ${PREFIX}/templates - ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/bin/newca.sh ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/aicrypto/include/*.h ${DESTDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/aiconfig.h ${DESTDIR}${PREFIX}/include + ${CP} ${WRKSRC}/certs/* ${DESTDIR}${PREFIX}/certs + ${CP} ${WRKSRC}/templates/* ${DESTDIR}${PREFIX}/templates .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR} .endfor - ${INSTALL_DATA_DIR} ${EXAMPLESDIR} .for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${EXAMPLESDIR} .endfor .include "../../security/openssl/buildlink3.mk" diff --git a/security/AiSSLtelnet/Makefile b/security/AiSSLtelnet/Makefile index 4555ad11652..574107502a8 100644 --- a/security/AiSSLtelnet/Makefile +++ b/security/AiSSLtelnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/05/17 08:22:56 obache Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= AiSSLtelnet-0.15 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ COMMENT= SSL Telnet based on AiSSL +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES RESTRICTED= Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp. @@ -18,10 +20,12 @@ NO_SRC_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/AiSSLtelnet +INSTALLATION_DIRS= share/doc/AiSSLtelnet +INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} + pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiSSLtelnet ${INSTALL_DATA} ${WRKSRC}/aicrypto/COPYRIGHT ${WRKSRC}/README \ - ${WRKSRC}/README-j ${PREFIX}/share/doc/AiSSLtelnet + ${WRKSRC}/README-j ${DESTDIR}${PREFIX}/share/doc/AiSSLtelnet # The sources assume <malloc.h> exists. Create a fake one for platforms # that don't have it. diff --git a/security/Bastille/Makefile b/security/Bastille/Makefile index 0fd0b6b53aa..c2c880ca9e4 100644 --- a/security/Bastille/Makefile +++ b/security/Bastille/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/04 11:02:25 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= Bastille-3.0.9 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bastille-linux.sourceforge.net/ COMMENT= System hardening tool focusing on educating the user +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/Bastille CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX:Q}/share/gconf/schemas/ MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX:Q}/share/gconf/schemas/ @@ -25,8 +27,8 @@ SUBST_CLASSES+= b SUBST_STAGE.b= pre-configure SUBST_FILES.b= Install.sh SUBST_SED.b= -e 's,umask 077,umask 022,' -SUBST_SED.b+= -e 's,\$$RPM_BUILD_ROOT/usr/,${PREFIX}/,g' -SUBST_SED.b+= -e 's,\$$RPM_BUILD_ROOT/var/,${VARBASE}/,g' +SUBST_SED.b+= -e 's,\$$RPM_BUILD_ROOT/usr/,${DESTDIR}${PREFIX}/,g' +SUBST_SED.b+= -e 's,\$$RPM_BUILD_ROOT/var/,${DESTDIR}${VARBASE}/,g' SUBST_CLASSES+= b2 SUBST_STAGE.b2= pre-configure diff --git a/security/CSP/Makefile b/security/CSP/Makefile index a6f2599fbfc..c3dec6f1d98 100644 --- a/security/CSP/Makefile +++ b/security/CSP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/05/26 02:13:23 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= CSP-0.32 @@ -11,6 +11,8 @@ MAINTAINER= cube@cubidou.net HOMEPAGE= http://devel.it.su.se/pub/jsp/polopoly.jsp?d=1026&a=3290 COMMENT= Simple PKI Toolkit +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Date-Calc>=5.4:../../devel/p5-Date-Calc DEPENDS+= p5-IPC-Run>=0.79:../../devel/p5-IPC-Run DEPENDS+= p5-Term-Prompt>=1.03:../../devel/p5-Term-Prompt @@ -37,8 +39,8 @@ SUBST_SED.csp= -e s,@@CSPHOME@@,${CSPHOME}, \ SUBST_STAGE.csp= post-patch post-install: - cd ${WRKSRC}/ca && ${FIND} . -type f | pax -rw ${CSPHOME} - ${INSTALL_DATA} ${DISTDIR}/${CSPGUIDE} ${PREFIX}/share/doc/csp + cd ${WRKSRC}/ca && ${FIND} . -type f | pax -rw ${DESTDIR}${CSPHOME} + ${INSTALL_DATA} ${DISTDIR}/${CSPGUIDE} ${DESTDIR}${PREFIX}/share/doc/csp .include "../../lang/perl5/module.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/security/CoolKey/Makefile b/security/CoolKey/Makefile index fc0cd927178..76ec34b2815 100644 --- a/security/CoolKey/Makefile +++ b/security/CoolKey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 11:33:02 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= coolkey-1.1.0 @@ -9,6 +9,8 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://directory.fedora.redhat.com/wiki/CoolKey COMMENT= Driver support for the CoolKey and CAC products +PKG_DESTDIR_SUPPORT= user-destdir + # Only for NetBSD>=4.99.0 NOT_FOR_PLATFORM= NetBSD-[0-3].*-* NetBSD-4.[0-9].*-* NOT_FOR_PLATFORM+= NetBSD-4.[0-8]*.*-* NetBSD-4.9[0-8].*-* diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile index 960f05c02f6..d43e5870d54 100644 --- a/security/MyPasswordSafe/Makefile +++ b/security/MyPasswordSafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/01/13 00:16:40 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= MyPasswordSafe-20061216 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.semanticgap.com/myps/ COMMENT= Easy-to-use password manager +PKG_DESTDIR_SUPPORT= user-destdir + .include "options.mk" WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} @@ -17,5 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake +INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} + .include "../../x11/libXScrnSaver/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/aide/Makefile b/security/aide/Makefile index 0524d09b698..373370acf0c 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/02/22 19:27:06 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= aide-0.10 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html COMMENT= Free intrusion detection system for checking file integrity +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_API_DEPENDS.mhash?= mhash>=0.8.17 diff --git a/security/aide06/Makefile b/security/aide06/Makefile index 8874bacfc02..6a05fe81b2f 100644 --- a/security/aide06/Makefile +++ b/security/aide06/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/02/22 19:27:06 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= aide-0.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html COMMENT= Older intrusion detection system for checking file integrity +PKG_DESTDIR_SUPPORT= user-destdir + #BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison GNU_CONFIGURE= yes diff --git a/security/amap/Makefile b/security/amap/Makefile index 196ddc9a54a..09f3e939c94 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/01/18 05:09:36 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= amap-5.2 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://freeworld.thc.org/thc-amap/ COMMENT= Applications and Services scanner +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX:Q} @@ -34,21 +36,19 @@ SUBST_SED.conf+= -e "s|@GREP@|${GREP}|g" SUBST_SED.conf+= -e "s|@SED@|${SED}|g" SUBST_MESSAGE.conf= Fixing configure script. -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${EGDIR} post-extract: ${CHMOD} 0700 ${WRKSRC} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/amap ${PREFIX}/bin - ${LN} -s ${PREFIX}/bin/amap ${PREFIX}/bin/amap6 - ${INSTALL_PROGRAM} ${WRKSRC}/amapcrap ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/amap.1 ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA_DIR} ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/appdefs.trig ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/appdefs.resp ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/appdefs.rpc ${EGDIR} - + ${INSTALL_PROGRAM} ${WRKSRC}/amap ${DESTDIR}${PREFIX}/bin + ${LN} -s amap ${DESTDIR}${PREFIX}/bin/amap6 + ${INSTALL_PROGRAM} ${WRKSRC}/amapcrap ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/amap.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_DATA} ${WRKSRC}/appdefs.trig ${DESTDIR}${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/appdefs.resp ${DESTDIR}${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/appdefs.rpc ${DESTDIR}${EGDIR} .include "../../devel/pcre/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile index 30c2b3c2c4e..499fad4d460 100644 --- a/security/amavis-perl/Makefile +++ b/security/amavis-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/11/12 02:56:41 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:44 joerg Exp $ DISTNAME= amavisd-${VERSION} PKGNAME= amavis-perl-${VERSION} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.amavis.org/ COMMENT= Mail virus scanner +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= amavis-[0-9]* CONFLICTS+= amavis-perl-[0-9]* @@ -59,7 +61,8 @@ CONFIGURE_ARGS+=--enable-all CONFIGURE_ARGS+=--with-amavisuser=amavis CONFIGURE_ARGS+=--with-perl=${PERL5} -INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 +INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 \ + ${PKGMANDIR}/man8 share/doc/amavis post-build: ${SED} -e "s|/etc/amavisd.conf|${PREFIX}/etc/amavis/amavisd.conf|" \ @@ -68,34 +71,33 @@ post-build: do-install: # Program files .if empty(PKG_OPTIONS:Mmilter) - ${INSTALL_PROGRAM} ${WRKSRC}/amavis/amavis ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/amavis/amavis ${DESTDIR}${PREFIX}/sbin .endif - ${INSTALL_SCRIPT} ${WRKDIR}/amavisd ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKDIR}/amavisd ${DESTDIR}${PREFIX}/sbin # Documents - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/doc/amavis.html ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/doc/amavis.png ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/doc/amavis.txt ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${FILESDIR}/LICENSE.sendmail ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/README.exim ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/README.milter ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/README.postfix ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/README.qmail ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/README.scanners ${PREFIX}/share/doc/amavis - ${INSTALL_DATA} ${WRKSRC}/README.sendmail ${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/doc/amavis.html ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/doc/amavis.png ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/doc/amavis.txt ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${FILESDIR}/LICENSE.sendmail ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/FAQ ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/README.exim ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/README.milter ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/README.postfix ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/README.qmail ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/README.scanners ${DESTDIR}${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKSRC}/README.sendmail ${DESTDIR}${PREFIX}/share/doc/amavis ${INSTALL_DATA} ${WRKSRC}/amavis/amavisd.conf \ - ${PREFIX}/share/doc/amavis + ${DESTDIR}${PREFIX}/share/doc/amavis ${SED} "s+@PREFIX@+${PREFIX}+g" < ${FILESDIR}/amavis.m4 \ > ${WRKDIR}/amavis.m4 - ${INSTALL_DATA} ${WRKDIR}/amavis.m4 ${PREFIX}/share/doc/amavis + ${INSTALL_DATA} ${WRKDIR}/amavis.m4 ${DESTDIR}${PREFIX}/share/doc/amavis # Man pages .if empty(PKG_OPTIONS:Mmilter) - ${INSTALL_DATA} ${WRKSRC}/doc/amavis.1 ${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_DATA} ${WRKSRC}/doc/amavis.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .endif - ${INSTALL_DATA} ${WRKSRC}/doc/amavis-milter.1 ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA} ${WRKSRC}/doc/amavisd.conf.5 ${PREFIX}/${PKGMANDIR}/man5 - ${INSTALL_DATA} ${WRKSRC}/doc/amavisd.8 ${PREFIX}/${PKGMANDIR}/man8 + ${INSTALL_DATA} ${WRKSRC}/doc/amavis-milter.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_DATA} ${WRKSRC}/doc/amavisd.conf.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 + ${INSTALL_DATA} ${WRKSRC}/doc/amavisd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 .include "../../mk/bsd.pkg.mk" diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 3cf4989ce75..1142a0438f7 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2008/04/12 22:43:09 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2008/06/12 02:14:44 joerg Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} @@ -14,6 +14,8 @@ MAINTAINER= jdunn@aquezada.com HOMEPAGE= http://www.ijs.si/software/amavisd/ COMMENT= daemonized interface between MTA and content checkers +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar DEPENDS+= p5-Archive-Zip>=1.14:../../archivers/p5-Archive-Zip DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB @@ -104,31 +106,29 @@ SUBST_SED.amavisd= \ -e "s|@LOCALBASE@|${LOCALBASE}|g" \ -e "s|@PREFIX@|${PREFIX}|g" -INSTALLATION_DIRS= sbin +INSTALLATION_DIRS= sbin ${DOCDIR} ${EGDIR} do-install: .if !empty(PKG_OPTIONS:Mmilter) - ${INSTALL_PROGRAM} ${WRKSRC}/helper-progs/amavis ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/helper-progs/amavis-milter ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/helper-progs/amavis ${DESTDIR}${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/helper-progs/amavis-milter ${DESTDIR}${PREFIX}/sbin .endif - ${INSTALL_SCRIPT} ${WRKSRC}/amavisd ${PREFIX}/sbin/amavisd - ${INSTALL_SCRIPT} ${WRKSRC}/amavisd-nanny ${PREFIX}/sbin/amavisd-nanny - ${INSTALL_SCRIPT} ${WRKSRC}/amavisd-release ${PREFIX}/sbin/amavisd-release - ${INSTALL_SCRIPT} ${WRKSRC}/amavisd-agent ${PREFIX}/sbin/amavisd-agent - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/AAAREADME.first ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/LDAP.schema ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/MANIFEST ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README_FILES/amavisd-new-docs.html ${DOCDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/amavisd ${DESTDIR}${PREFIX}/sbin/amavisd + ${INSTALL_SCRIPT} ${WRKSRC}/amavisd-nanny ${DESTDIR}${PREFIX}/sbin/amavisd-nanny + ${INSTALL_SCRIPT} ${WRKSRC}/amavisd-release ${DESTDIR}${PREFIX}/sbin/amavisd-release + ${INSTALL_SCRIPT} ${WRKSRC}/amavisd-agent ${DESTDIR}${PREFIX}/sbin/amavisd-agent + ${INSTALL_DATA} ${WRKSRC}/AAAREADME.first ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/LDAP.schema ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/MANIFEST ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README_FILES/amavisd-new-docs.html ${DESTDIR}${DOCDIR} for file in README_FILES/README.*; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${DOCDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/$$file ${DESTDIR}${DOCDIR}; \ done - ${INSTALL_DATA_DIR} ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/amavisd.conf ${EGDIR}/amavisd.conf-minimal - ${INSTALL_DATA} ${WRKSRC}/amavisd.conf-default ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/amavisd.conf-sample ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/amavisd.conf ${DESTDIR}${EGDIR}/amavisd.conf-minimal + ${INSTALL_DATA} ${WRKSRC}/amavisd.conf-default ${DESTDIR}${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/amavisd.conf-sample ${DESTDIR}${EGDIR} .include "../../mk/bsd.pkg.mk" diff --git a/security/antonym/Makefile b/security/antonym/Makefile index d7e806b9d8b..30cdb01eca0 100644 --- a/security/antonym/Makefile +++ b/security/antonym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/03/19 16:40:28 tv Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= antonym-1.9 @@ -17,14 +17,15 @@ USE_TOOLS+= perl:run REPLACE_PERL= antonym PKG_INSTALLATION_TYPES= overwrite pkgviews -INSTALLATION_DIRS= bin +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS= bin share/examples/antonym do-build: # empty do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/antonym ${PREFIX}/bin/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/antonym - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/antonym/ - ${INSTALL_DATA} ${WRKSRC}/replyblocks.dat.example ${PREFIX}/share/examples/antonym/dot.antonym + ${INSTALL_SCRIPT} ${WRKSRC}/antonym ${DESTDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/examples/antonym/ + ${INSTALL_DATA} ${WRKSRC}/replyblocks.dat.example ${DESTDIR}${PREFIX}/share/examples/antonym/dot.antonym .include "../../mk/bsd.pkg.mk" diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index f6f4b6c6d2e..5ce890c5a19 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/04 10:21:33 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:44 joerg Exp $ DISTNAME= beecrypt-4.1.1 CATEGORIES= security @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.virtualunlimited.com/products/beecrypt/ COMMENT= Multipurpose cryptographic library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/security/dirb/Makefile b/security/dirb/Makefile index 587223bd869..92ca5907db3 100644 --- a/security/dirb/Makefile +++ b/security/dirb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/01/18 05:09:37 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:44 joerg Exp $ # PKGNAME= dirb-1.9 @@ -11,6 +11,8 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://dirb.sourceforge.net/ COMMENT= Web Content Scanner +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC=${WRKDIR}/dirb USE_PKGLOCALEDIR= yes diff --git a/security/egd/Makefile b/security/egd/Makefile index 36269bd26e1..32725c05bdc 100644 --- a/security/egd/Makefile +++ b/security/egd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/11/12 00:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= egd-0.8 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lothar.com/tech/crypto/ COMMENT= EGD: Entropy Gathering Daemon +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-SHA-[0-9]*:../../security/p5-SHA PERL5_PACKLIST= auto/egd/.packlist diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 754bb1112f7..f934c8e89b3 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/12/12 20:42:30 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= fsh-1.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/fsh/ COMMENT= Fast remote command execution +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES INFO_FILES= # PLIST diff --git a/security/p5-Net-SSH/Makefile b/security/p5-Net-SSH/Makefile index 315e5851b1d..08e2cda69da 100644 --- a/security/p5-Net-SSH/Makefile +++ b/security/p5-Net-SSH/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/10/22 06:53:16 dogcow Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= Net-SSH-Perl-1.30 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-SSH-Perl/ COMMENT= Perl implementations of SSH1 and SSH2 protocols +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Convert-PEM>=0.05:../../textproc/p5-Convert-PEM DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index a780d853183..e54fb622e6a 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:37 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= SHA-1.2 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SHA/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 interface to the SHA1 algorithm +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/SHA/.packlist .include "../../lang/perl5/module.mk" diff --git a/security/p5-String-Random/Makefile b/security/p5-String-Random/Makefile index bd6f1b50a7b..3edc5b6bfcb 100644 --- a/security/p5-String-Random/Makefile +++ b/security/p5-String-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/22 19:04:37 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:44 joerg Exp $ DISTNAME= String-Random-0.22 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/String-Random/ COMMENT= Perl module to generate random strings based on a pattern PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/String/Random/.packlist diff --git a/security/pam-af/Makefile b/security/pam-af/Makefile index 142221f569f..3c51182a13f 100644 --- a/security/pam-af/Makefile +++ b/security/pam-af/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/08 05:49:01 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:44 joerg Exp $ DISTNAME= pam_af-1.0.1 PKGNAME= ${DISTNAME:S/_/-/} @@ -10,6 +10,8 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://mbsd.msk.ru/stas/pam_af.html COMMENT= Anti-bruteforce PAM module +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.fast.prefs.mk" .if ${OPSYS} == "Linux" diff --git a/security/pam-af/distinfo b/security/pam-af/distinfo index 05ab7c75767..a5d961c16c6 100644 --- a/security/pam-af/distinfo +++ b/security/pam-af/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2008/06/01 08:09:38 obache Exp $ +$NetBSD: distinfo,v 1.3 2008/06/12 02:14:44 joerg Exp $ SHA1 (pam_af-1.0.1.tar.bz2) = f953e50791db0d13f124ce0346f1db43b9d0bafa RMD160 (pam_af-1.0.1.tar.bz2) = 6fd33ef36b810eac58a59cd6ae0eb918548205e3 Size (pam_af-1.0.1.tar.bz2) = 18006 bytes -SHA1 (patch-aa) = 57b60fc8b7860c476451d33112aa67ac756ede5a +SHA1 (patch-aa) = 121c46c9a00c6973d5d9b5588dadb24e7c9f4289 SHA1 (patch-ab) = 160c9a9a43506389abaccd7d5aa6c16f96511a46 diff --git a/security/pam-af/patches/patch-aa b/security/pam-af/patches/patch-aa index c672266ff2e..337f9085142 100644 --- a/security/pam-af/patches/patch-aa +++ b/security/pam-af/patches/patch-aa @@ -1,15 +1,19 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/01/08 05:49:01 obache Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/12 02:14:44 joerg Exp $ ---- Makefile.orig 2006-11-07 09:26:58.000000000 +0900 +--- Makefile.orig 2006-11-07 00:26:58.000000000 +0000 +++ Makefile -@@ -104,14 +104,14 @@ TOOLMAN = $(TOOLDIR)/$(DISTTOOLMAN) +@@ -102,16 +102,16 @@ DISTTOOLMAN = pam_af_tool.8 + LIBMAN = $(LIBDIR)/$(DISTLIBMAN) + TOOLMAN = $(TOOLDIR)/$(DISTTOOLMAN) - SECUREDIR = /lib/security - SBINDIR = /sbin +-SECUREDIR = /lib/security +-SBINDIR = /sbin -MANDIR = /share/man -DESTDIR = /usr/local -+MANDIR = /$(PKGMANDIR) -+DESTDIR = $(PREFIX) ++SECUREDIR = ${PREFIX}/lib/security ++SBINDIR = ${PREFIX}/sbin ++MANDIR = ${PREFIX}/$(PKGMANDIR) ++#DESTDIR = /usr/local LIB_OBJS = $(LIBDIR)/pam_af.o $(LIBDIR)/subr.o TOOL_OBJS = $(TOOLDIR)/pam_af_tool.o $(TOOLDIR)/subr.o diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index a51810d2fbe..8d909fa081e 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/01/18 05:09:40 tnn Exp $ +# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:44 joerg Exp $ DISTNAME= pam_ldap-184 PKGNAME= ${DISTNAME:S/_/-/} @@ -11,6 +11,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.padl.com/pam_ldap.html COMMENT= Pluggable authentication module for LDAP directories +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes @@ -28,18 +30,19 @@ INSTALL_TARGET= install install-data DOCDIR= ${PREFIX}/share/doc/${PKGBASE} EGDIR= ${PREFIX}/share/examples/${PKGBASE} +INSTALLATION_DIRS= ${DOCDIR} + CONF_FILES= ${EGDIR}/pam_ldap.conf ${PKG_SYSCONFDIR}/pam_ldap.conf .include "../../databases/openldap-client/buildlink3.mk" .include "../../mk/pam.buildlink3.mk" post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} .for file in COPYING COPYING.LIB - cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${DOCDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${DESTDIR}${DOCDIR} .endfor .for file in ldapns.schema ns-pwd-policy.schema - cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${EGDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${DESTDIR}${EGDIR} .endfor .include "../../mk/bsd.pkg.mk" diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index a2a02b82838..8a8a9f441fd 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/01/18 05:09:40 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:44 joerg Exp $ DISTNAME= pam_mysql-0.7RC1 PKGNAME= ${DISTNAME:S/_/-/:S/RC/rc/} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pam-mysql.sourceforge.net/ COMMENT= PAM module for authenticating with MySQL +PKG_DESTDIR_SUPPORT= user-destdir + DOCDIR= ${PREFIX}/share/doc/pam-mysql GNU_CONFIGURE= yes @@ -21,9 +23,10 @@ CONFIGURE_ARGS+= --with-pam-mods-dir=${PREFIX:Q}/lib/security CONFIGURE_ARGS+= --with-pam=${PAMBASE:Q} CONFIGURE_ARGS+= --disable-static +INSTALLATION_DIRS= ${DOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR:Q} - cd ${WRKSRC:Q} && ${INSTALL_DATA} CREDITS ChangeLog README ${DOCDIR:Q} + cd ${WRKSRC:Q} && ${INSTALL_DATA} CREDITS ChangeLog README ${DESTDIR}${DOCDIR} .include "../../security/openssl/buildlink3.mk" .include "../../mk/mysql.buildlink3.mk" diff --git a/security/pam-radius/Makefile b/security/pam-radius/Makefile index 4f6a44ea784..dcf6e86f8ea 100644 --- a/security/pam-radius/Makefile +++ b/security/pam-radius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/10 14:38:01 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:44 joerg Exp $ PKGNAME= ${DISTNAME:S/_/-/} DISTNAME= pam_radius-1.3.16 @@ -9,20 +9,20 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.freeradius.org/pam_radius_auth/ COMMENT= PAM module for authentication against a RADIUS server +PKG_DESTDIR_SUPPORT= user-destdir + NO_CONFIGURE= YES EXTRACT_SUFX= .tar -do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pam-radius - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pam-radius - ${INSTALL_DATA_DIR} ${PREFIX}/lib/security +INSTALLATION_DIRS= lib/security share/doc/pam-radius share/examples/pam-radius - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/pam-radius - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pam-radius - ${INSTALL_DATA} ${WRKSRC}/USAGE ${PREFIX}/share/doc/pam-radius +do-install: + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${PREFIX}/share/doc/pam-radius + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pam-radius + ${INSTALL_DATA} ${WRKSRC}/USAGE ${DESTDIR}${PREFIX}/share/doc/pam-radius ${INSTALL_DATA} ${WRKSRC}/pam_radius_auth.conf \ - ${PREFIX}/share/examples/pam-radius - ${INSTALL_LIB} ${WRKSRC}/pam_radius_auth.so ${PREFIX}/lib/security + ${DESTDIR}${PREFIX}/share/examples/pam-radius + ${INSTALL_LIB} ${WRKSRC}/pam_radius_auth.so ${DESTDIR}${PREFIX}/lib/security .include "../../mk/pam.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile index 787a265ee23..0325e076ae1 100644 --- a/security/pcsc-lite/Makefile +++ b/security/pcsc-lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 11:29:08 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= pcsc-lite-1.4.99 @@ -9,6 +9,8 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://alioth.debian.org/frs/download.php/2257/ COMMENT= Middleware to access a smart card using SCard API (PC/SC). +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config @@ -32,13 +34,14 @@ CONF_FILES+= ${EGDIR}/reader.conf ${PKG_SYSCONFDIR}/reader.conf PKGCONFIG_OVERRIDE+= src/libpcsclite.pc.in +INSTALLATION_DIRS= ${EGDIR} + pre-configure: cd ${WRKSRC} && ${SH} bootstrap post-install: - ${INSTALL_DATA_DIR} ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/etc/reader.conf ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/etc/reader.conf ${DESTDIR}${EGDIR} .include "../../devel/libusb/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 3f7128bc2a1..0b86d3a2305 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/10/31 12:29:34 rillig Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:45 joerg Exp $ DISTNAME= pgp263is PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pgpi.org/ COMMENT= Public-key encryption and digital signature utility (v2) +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/src CRYPTO= yes @@ -42,7 +44,7 @@ CFLAGS+= -DHIGHFIRST BUILD_DEFS+= ASMFLAG -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PGPLIB} post-extract: cd ${WRKDIR} && ${TAR} xf pgp263ii.tar && ${RM} -f pgp263ii.tar @@ -54,17 +56,13 @@ do-build: -DMAX_NAMELEN=255" RSALIBS="${RSALIBS}" RSAOBJS="${RSAOBJS}" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pgp ${PREFIX}/bin - ${INSTALL_DATA} ${WRKDIR}/doc/pgp.1 ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA_DIR} ${PGPLIB} - cd ${WRKDIR}/doc && ${INSTALL_DATA} pgpdoc1.txt pgpdoc2.txt ${PGPLIB} + ${INSTALL_PROGRAM} ${WRKSRC}/pgp ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKDIR}/doc/pgp.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + cd ${WRKDIR}/doc && ${INSTALL_DATA} pgpdoc1.txt pgpdoc2.txt ${DESTDIR}${PGPLIB} cd ${WRKDIR} && \ - ${INSTALL_DATA} de.hlp en.hlp es.hlp fr.hlp pgp.hlp ${PGPLIB} - [ -f ${PGPLIB}/language.txt ] || \ - ${INSTALL_DATA} ${WRKDIR}/language.txt ${PGPLIB} - [ -f ${PGPLIB}/config.txt ] || \ - ${INSTALL_DATA} ${WRKDIR}/config.txt ${PGPLIB} - [ -f ${PGPLIB}/pgp.hlp ] || \ - ${INSTALL_DATA} ${WRKDIR}/en.hlp ${PGPLIB}/pgp.hlp + ${INSTALL_DATA} de.hlp en.hlp es.hlp fr.hlp pgp.hlp ${DESTDIR}${PGPLIB} + ${INSTALL_DATA} ${WRKDIR}/language.txt ${DESTDIR}${PGPLIB} + ${INSTALL_DATA} ${WRKDIR}/config.txt ${DESTDIR}${PGPLIB} + ${INSTALL_DATA} ${WRKDIR}/en.hlp ${DESTDIR}${PGPLIB}/pgp.hlp .include "../../mk/bsd.pkg.mk" diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index c203133d0c4..d0838ab0abc 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2007/12/02 11:35:41 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= pgp50i-unix-src @@ -14,6 +14,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pgpi.org/ COMMENT= Public-key encryption and digital signature utilities (v5) +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= perl CONFLICTS= pgraf-[0-9]* # Both have a `pgps' executable @@ -27,11 +29,12 @@ LICENSE= fee-based-commercial-use PGPLIB= ${PREFIX}/share/pgp5 +INSTALLATION_DIRS= bin ${PGPLIB} + post-patch: ${MV} ${WRKSRC}/man/pgp.1 ${WRKSRC}/man/pgp5.1 post-install: - ${INSTALL_DATA_DIR} ${PGPLIB} - ${INSTALL_DATA} ${WRKSRC}/language50.txt ${PGPLIB} + ${INSTALL_DATA} ${WRKSRC}/language50.txt ${DESTDIR}${PGPLIB} .include "../../mk/bsd.pkg.mk" diff --git a/security/pgpenvelope/Makefile b/security/pgpenvelope/Makefile index cdef84cb4c2..31c95225536 100644 --- a/security/pgpenvelope/Makefile +++ b/security/pgpenvelope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/04/04 14:41:23 tv Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= pgpenvelope-2.10.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pgpenvelope.sourceforge.net/ COMMENT= GnuPG and Pine/Procmail integration tool +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig DEPENDS+= p5-Class-MakeMethods>=1.010:../../devel/p5-Class-MakeMethods DEPENDS+= p5-GnuPG-Interface>=0.34nb2:../../security/p5-GnuPG-Interface diff --git a/security/php-mcrypt/Makefile b/security/php-mcrypt/Makefile index 27ff07da88a..d2b5efaed5a 100644 --- a/security/php-mcrypt/Makefile +++ b/security/php-mcrypt/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg Exp $ MODNAME= mcrypt CATEGORIES+= security COMMENT= PHP extension for the mcrypt crypto algorithms library +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-mcrypt-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt} diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile index 6e4af6f861b..e4b8d1b8c42 100644 --- a/security/php-mhash/Makefile +++ b/security/php-mhash/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg Exp $ MODNAME= mhash CATEGORIES+= security COMMENT= PHP extension for the mhash hash algorithms library +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-mhash-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash} diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 9f1ea508827..4ae70e97ecb 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/04/25 15:16:31 smb Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= pinentry-0.7.2 @@ -10,6 +10,8 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/pinentry/ COMMENT= Applications for entering PINs or Passphrases +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index 91c6183c77b..2840a134263 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/12/28 11:51:42 obache Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= portsentry-1.2 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/sentrytools/ COMMENT= Detects and respond to port scans against a target host in real-time +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/portsentry_beta BUILD_TARGET= ${LOWER_OPSYS} @@ -18,6 +20,7 @@ CONF_FILES= ${EGDIR}/portsentry.conf ${PKG_SYSCONFDIR}/portsentry.conf CONF_FILES+= ${EGDIR}/portsentry.ignore ${PKG_SYSCONFDIR}/portsentry.ignore INSTALLATION_DIRS= sbin share/doc/portsentry share/examples/portsentry +INSTALL_MAKE_FLAGS= INSTALLDIR=${DESTDIR}${PREFIX} post-patch: @cd ${WRKSRC}; \ @@ -35,7 +38,7 @@ post-patch: done post-install: - ${INSTALL_DATA} ${WRKSRC}/README.install ${PREFIX}/share/doc/portsentry - ${INSTALL_DATA} ${WRKSRC}/README.methods ${PREFIX}/share/doc/portsentry + ${INSTALL_DATA} ${WRKSRC}/README.install ${DESTDIR}${PREFIX}/share/doc/portsentry + ${INSTALL_DATA} ${WRKSRC}/README.methods ${DESTDIR}${PREFIX}/share/doc/portsentry .include "../../mk/bsd.pkg.mk" diff --git a/security/portsentry/distinfo b/security/portsentry/distinfo index 0e53808fd46..ee188e9a7ed 100644 --- a/security/portsentry/distinfo +++ b/security/portsentry/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2005/12/08 19:21:57 joerg Exp $ +$NetBSD: distinfo,v 1.8 2008/06/12 02:14:45 joerg Exp $ SHA1 (portsentry-1.2.tar.gz) = 091124db3f9ccc29afae08d6ab1fdd073b789d0a RMD160 (portsentry-1.2.tar.gz) = 8bf4bce18229a7ebff47e7fe50493738ae818085 Size (portsentry-1.2.tar.gz) = 48054 bytes SHA1 (patch-aa) = eea7602eaed3d065b4ec6002dff524bdcd846e9f SHA1 (patch-ab) = 76d9062ba8fd205b05d64ce8485e1c6c294bed1a -SHA1 (patch-ac) = 8b00f1dde9f6203a958d2a7b5d6a2efa1a904753 +SHA1 (patch-ac) = a986348ed630e2f9a794d78d75989fc3aa0d3638 SHA1 (patch-ad) = 7e79e119eda32e4e2f53f878ea1b24afdce2ee54 diff --git a/security/portsentry/patches/patch-ac b/security/portsentry/patches/patch-ac index 600efb497f0..b1e3eb0f37d 100644 --- a/security/portsentry/patches/patch-ac +++ b/security/portsentry/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.4 2005/12/08 19:21:57 joerg Exp $ +$NetBSD: patch-ac,v 1.5 2008/06/12 02:14:45 joerg Exp $ --- Makefile.orig 2003-05-23 18:10:13.000000000 +0000 +++ Makefile @@ -39,12 +39,12 @@ $NetBSD: patch-ac,v 1.4 2005/12/08 19:21:57 joerg Exp $ - cp ./portsentry $(INSTALLDIR)$(CHILDDIR) + ${BSD_INSTALL_DATA} ./portsentry.conf $(INSTALLDIR)$(CHILDDIR) + ${BSD_INSTALL_DATA} ./portsentry.ignore $(INSTALLDIR)$(CHILDDIR) -+ ${BSD_INSTALL_PROGRAM} ./portsentry ${PREFIX}/sbin ++ ${BSD_INSTALL_PROGRAM} ./portsentry ${DESTDIR}${PREFIX}/sbin @echo "Setting permissions" chmod 600 $(INSTALLDIR)$(CHILDDIR)/portsentry.ignore chmod 600 $(INSTALLDIR)$(CHILDDIR)/portsentry.conf - chmod 700 $(INSTALLDIR)$(CHILDDIR)/portsentry -+ chmod 700 ${PREFIX}/sbin/portsentry ++ chmod 700 ${DESTDIR}${PREFIX}/sbin/portsentry @echo "" @echo "" @echo "Edit $(INSTALLDIR)$(CHILDDIR)/portsentry.conf and change" diff --git a/security/prelude-pflogger/Makefile b/security/prelude-pflogger/Makefile index a3805a25f59..f4eb26173ba 100644 --- a/security/prelude-pflogger/Makefile +++ b/security/prelude-pflogger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/06 14:53:54 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= prelude-pflogger-0.9.0-rc2 @@ -11,6 +11,8 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://prelude-ids.org/download/releases/ COMMENT= Prelude sensor for Packet Filter (pf) +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" PRELUDE_USER?= _prelude @@ -49,6 +51,8 @@ SUBST_SED.make= -e 's,@EGDIR@,${EGDIR},g' RCD_SCRIPTS= pflogger +INSTALLATION_DIRS= share/examples/prelude-pflogger + pre-configure: set -e; cd ${WRKSRC}; \ aclocal; autoheader; automake -a --foreign -i; autoconf diff --git a/security/prelude-pflogger/distinfo b/security/prelude-pflogger/distinfo index 0803632001c..4958b7849fc 100644 --- a/security/prelude-pflogger/distinfo +++ b/security/prelude-pflogger/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2007/09/05 18:59:02 shannonjr Exp $ +$NetBSD: distinfo,v 1.4 2008/06/12 02:14:45 joerg Exp $ SHA1 (prelude-pflogger-0.9.0-rc2.tar.gz) = ae354809dae5f04392a1c93a88be4cf9993c3b43 RMD160 (prelude-pflogger-0.9.0-rc2.tar.gz) = 7c5808b0ca515c8080c64b52aa0aae166831e4d4 Size (prelude-pflogger-0.9.0-rc2.tar.gz) = 303763 bytes -SHA1 (patch-aa) = f991d106bf39961504576c7b92cb6ca45db04e7e +SHA1 (patch-aa) = b7f7623e75c324e593aec10d921ee5364a2fa542 SHA1 (patch-ab) = 75a78b3d50067b07448aff9fde565f8bd5ab1b54 diff --git a/security/prelude-pflogger/patches/patch-aa b/security/prelude-pflogger/patches/patch-aa index 6db91ec4974..bc7a663d8b5 100644 --- a/security/prelude-pflogger/patches/patch-aa +++ b/security/prelude-pflogger/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2007/09/05 18:59:02 shannonjr Exp $ +$NetBSD: patch-aa,v 1.4 2008/06/12 02:14:45 joerg Exp $ --- Makefile.am.orig 2005-09-18 08:30:01.000000000 -0600 +++ Makefile.am @@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.3 2007/09/05 18:59:02 shannonjr Exp $ - $(INSTALL) -d -m 700 $(DESTDIR)$(configdir); \ - $(INSTALL) -m 600 $(top_srcdir)/prelude-pflogger.conf $(DESTDIR)$(configdir)/; \ - fi -+ $(INSTALL) -m 644 $(top_srcdir)/prelude-pflogger.conf @EGDIR@; ++ $(INSTALL) -m 644 $(top_srcdir)/prelude-pflogger.conf ${DESTDIR}@EGDIR@; uninstall-local: - rm -f $(DESTDIR)$(configdir)/prelude-pflogger.conf; diff --git a/security/prngd/Makefile b/security/prngd/Makefile index 4b7d0ac23a6..eaee575cf70 100644 --- a/security/prngd/Makefile +++ b/security/prngd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/12/02 12:28:09 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg Exp $ DISTNAME= prngd-0.9.29 CATEGORIES= security @@ -9,12 +9,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html COMMENT= Pseudo Random Number Generator Daemon +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_ENV+= DEFS='-DRANDSAVENAME="\"${VARBASE}/db/prngd-seed\"" -DCONFIGFILE="\"${PKG_SYSCONFDIR}/prngd.conf\""' EGDIR= ${PREFIX}/share/examples/prngd CONF_FILES= ${EGDIR}/prngd.conf.netbsd ${PKG_SYSCONFDIR}/prngd.conf -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/prngd share/examples/prngd SUBST_CLASSES+= path SUBST_STAGE.path= pre-install @@ -27,13 +29,11 @@ do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/prngd ${PREFIX}/bin/prngd - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/prngd - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/prngd - ${INSTALL_DATA} ${WRKSRC}/00README ${PREFIX}/share/doc/prngd - ${INSTALL_DATA} ${WRKSRC}/00README.gatherers ${PREFIX}/share/doc/prngd - ${INSTALL_DATA} ${WRKSRC}/00DESIGN ${PREFIX}/share/doc/prngd - ${INSTALL_DATA} ${WRKSRC}/contrib/NetBSD1/prngd.conf.netbsd ${PREFIX}/share/examples/prngd - ${INSTALL_MAN} ${WRKSRC}/prngd.man ${PREFIX}/${PKGMANDIR}/man1/prngd.1 + ${INSTALL_PROGRAM} ${WRKSRC}/prngd ${DESTDIR}${PREFIX}/bin/prngd + ${INSTALL_DATA} ${WRKSRC}/00README ${DESTDIR}${PREFIX}/share/doc/prngd + ${INSTALL_DATA} ${WRKSRC}/00README.gatherers ${DESTDIR}${PREFIX}/share/doc/prngd + ${INSTALL_DATA} ${WRKSRC}/00DESIGN ${DESTDIR}${PREFIX}/share/doc/prngd + ${INSTALL_DATA} ${WRKSRC}/contrib/NetBSD1/prngd.conf.netbsd ${DESTDIR}${PREFIX}/share/examples/prngd + ${INSTALL_MAN} ${WRKSRC}/prngd.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/prngd.1 .include "../../mk/bsd.pkg.mk" diff --git a/security/pscan/Makefile b/security/pscan/Makefile index 7ca2d815ca1..158fccc1b0d 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/12/02 08:32:25 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg Exp $ DISTNAME= pscan PKGNAME= pscan-1.3 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.striker.ottawa.on.ca/~aland/pscan/ COMMENT= Security C code scanner for misuse of format strings +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_TARGET= pscan USE_TOOLS+= lex @@ -16,7 +18,7 @@ USE_TOOLS+= lex INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats + ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${DESTDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${DESTDIR}${PREFIX}/bin/find_formats .include "../../mk/bsd.pkg.mk" diff --git a/security/putty/Makefile b/security/putty/Makefile index 3681f75c07b..e61c10f605e 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/08 17:02:11 adrianp Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= putty-0.60 @@ -9,12 +9,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/ COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake BUILD_DIRS= ${WRKSRC}/unix MAKE_FILE= Makefile.gtk MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + PKG_OPTIONS_VAR= PKG_OPTIONS.putty PKG_SUPPORTED_OPTIONS= inet6 diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index 291d9c32043..4d31d1f399f 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/01/18 05:09:40 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= pwsafe-0.2.0 @@ -11,6 +11,8 @@ MAINTAINER= mishka@apk.od.ua HOMEPAGE= http://nsd.dyndns.org/pwsafe/ COMMENT= CLI based PasswordSafe compatible password manager +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile index ab316bd39cf..1cd2d93c13b 100644 --- a/security/py-OpenSSL/Makefile +++ b/security/py-OpenSSL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= pyOpenSSL-0.6 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pyopenssl.sourceforge.net/ COMMENT= Python interface to the OpenSSL library +PKG_DESTDIR_SUPPORT= user-destdir + PYTHON_VERSIONS_ACCEPTED= 25 24 23 PYDISTUTILSPKG= yes diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile index c48e28f0365..33b0a8086e7 100644 --- a/security/py-crack/Makefile +++ b/security/py-crack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/10/04 21:58:14 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= pycrack-0.01 @@ -11,6 +11,8 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://www.digitalevacuation.org/ COMMENT= Python interface to cracklib +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= crack>=5.0:../../security/crack MAKE_ENV+= MANDIR=${LOCALBASE}/man diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 445742ba900..e8487c4ee5c 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:45 joerg Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://py-gnupg.sourceforge.net/ COMMENT= Python module for GnuPG interface +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= gnupg>=1.0.0:../../security/gnupg PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 8e5747a0c73..5aab201d0e5 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/03/06 14:53:54 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:45 joerg Exp $ DISTNAME= python-gnutls-0.2 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//} @@ -10,6 +10,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.lychnis.net/wiki/PythonGnutls COMMENT= Python bindings for GNUTLS +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME}/src PYDISTUTILSPKG= yes NO_CONFIGURE= yes diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 94ec1c9f5f7..58fc4e84245 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= m2crypto-0.13 @@ -15,6 +15,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sandbox.rulemaker.net/ngps/m2/ COMMENT= Crypto and SSL toolkit for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index ef3f4a3df76..9579248de56 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= python-mcrypt-1.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/python-mcrypt/ COMMENT= Python interface to mcrypt library +PKG_DESTDIR_SUPPORT= user-destdir + PYBINMODULE= yes PYDISTUTILSPKG= yes diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 016b05680cd..f93075e76f9 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/05/15 18:27:43 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= paramiko-1.7.3 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lag.net/paramiko/ COMMENT= SSH2 protocol library +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes do-test: diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile index e8e882aa8e6..e9e4fe3a449 100644 --- a/security/py-smbpasswd/Makefile +++ b/security/py-smbpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/28 22:03:53 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= py-smbpasswd-1.0.1 @@ -10,6 +10,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://barryp.org/software/py-smbpasswd/ COMMENT= Python SMB Password Hash Generator +PKG_DESTDIR_SUPPORT= user-destdir + PYBINMODULE= yes PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 24 23 22 diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 0cae1da69e0..3f12b9b3c37 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= tlslite-0.3.8 @@ -10,6 +10,8 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://trevp.net/tlslite/ COMMENT= SSL 3.0, TLS 1.0, and TLS 1.1 in Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/security/pyca/Makefile b/security/pyca/Makefile index 15c93ebff97..0b0aa90bbc3 100644 --- a/security/pyca/Makefile +++ b/security/pyca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:38 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:45 joerg Exp $ # Date-based distfile name for pre-releases leading to 0.6.6. DISTNAME= pyca-20031021 @@ -30,7 +30,9 @@ PYCA_SCRIPT_FIXUP_SED= \ -e "s|/home/.*/openssl.cnf|${PKG_SYSCONFDIR}/openssl.cnf|g" \ -e "s|/home/.*/pylib|${PREFIX}/lib/pyca|g" -INSTALLATION_DIRS= bin libexec/cgi-bin sbin +INSTALLATION_DIRS= bin lib/pyca/openssl libexec/cgi-bin sbin \ + share/doc/html/pyca/help share/doc/html/pyca/ssi \ + share/examples/pyca pyca-script-fixup: cd ${WRKSRC}; for file in ${PYTHON_PATCH_SCRIPTS}; do \ @@ -43,37 +45,31 @@ post-configure: pyca-script-fixup do-install: cd ${WRKSRC}; for file in bin/*.py; do \ - ${INSTALL_SCRIPT} $${file} ${PREFIX}/bin; \ + ${INSTALL_SCRIPT} $${file} ${DESTDIR}${PREFIX}/bin; \ done cd ${WRKSRC}; for file in cgi-bin/*.py; do \ - ${INSTALL_SCRIPT} $${file} ${PREFIX}/libexec/cgi-bin; \ + ${INSTALL_SCRIPT} $${file} ${DESTDIR}${PREFIX}/libexec/cgi-bin; \ done cd ${WRKSRC}; for file in sbin/*.py; do \ - ${INSTALL_SCRIPT} $${file} ${PREFIX}/sbin; \ + ${INSTALL_SCRIPT} $${file} ${DESTDIR}${PREFIX}/sbin; \ done - ${INSTALL_DATA_DIR} ${PREFIX}/lib/pyca cd ${WRKSRC}; for file in pylib/*.py; do \ - ${INSTALL_DATA} $${file} ${PREFIX}/lib/pyca; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/lib/pyca; \ done - ${INSTALL_DATA_DIR} ${PREFIX}/lib/pyca/openssl cd ${WRKSRC}; for file in pylib/openssl/*.py; do \ - ${INSTALL_DATA} $${file} ${PREFIX}/lib/pyca/openssl; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/lib/pyca/openssl; \ done - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pyca cd ${WRKSRC}; for file in conf/*.cnf; do \ - ${INSTALL_DATA} $${file} ${PREFIX}/share/examples/pyca; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/examples/pyca; \ done - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/pyca cd ${WRKSRC}; for file in htdocs/*.html; do \ - ${INSTALL_DATA} $${file} ${PREFIX}/share/doc/html/pyca; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca; \ done - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/pyca/help cd ${WRKSRC}; for file in htdocs/help/*; do \ - ${INSTALL_DATA} $${file} ${PREFIX}/share/doc/html/pyca/help; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca/help; \ done - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/pyca/ssi cd ${WRKSRC}; for file in htdocs/ssi/*.html; do \ - ${INSTALL_DATA} $${file} ${PREFIX}/share/doc/html/pyca/ssi; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca/ssi; \ done .include "../../lang/python/application.mk" diff --git a/shells/posh/Makefile b/shells/posh/Makefile index 29629550d1d..68076596fd2 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:39 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= posh_0.3.14 @@ -12,13 +12,15 @@ HOMEPAGE= http://packages.debian.org/posh COMMENT= Debian Policy-compliant Ordinary SHell PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES PKG_SHELL= bin/posh WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +INSTALLATION_DIRS= share/doc/posh + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/posh - ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${PREFIX}/share/doc/posh + ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DESTDIR}${PREFIX}/share/doc/posh .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/acpidump/Makefile b/sysutils/acpidump/Makefile index 7fa432dee30..0bdb73bd23d 100644 --- a/sysutils/acpidump/Makefile +++ b/sysutils/acpidump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/01/07 09:14:11 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= pacpidump @@ -11,13 +11,15 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= ${MASTER_SITES} # Just a directory list. :-) COMMENT= Portable ACPI table dumper +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake BUILD_TARGET= # null INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/acpidump ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/acpidump.8 ${PREFIX}/${PKGMANDIR}/man8 + @${INSTALL_PROGRAM} ${WRKSRC}/acpidump ${DESTDIR}${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/acpidump.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/adjustkernel/Makefile b/sysutils/adjustkernel/Makefile index 166408257b1..162d0590f4f 100644 --- a/sysutils/adjustkernel/Makefile +++ b/sysutils/adjustkernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/02/22 19:27:10 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:45 joerg Exp $ DISTNAME= adjustkernel-1.7 CATEGORIES= sysutils @@ -8,6 +8,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Generate a NetBSD kernel config +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_BUILD= yes diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index 428956c5cf0..e8c53a32ebf 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/01/18 05:09:43 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= adtool-1.2 @@ -11,6 +11,7 @@ HOMEPAGE= http://gp2x.org/adtool/ COMMENT= Active Directory administration utility for Unix PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index 462c2fd259a..af77d9315c7 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/02/15 16:23:09 gdt Exp $ +# $NetBSD: Makefile,v 1.44 2008/06/12 02:14:46 joerg Exp $ # # XXX get this from ../../sysutils/amanda-common/Makefile.common @@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.amanda.org/ COMMENT= The "meta-package" for Amanda, a network backup system +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= amanda-client-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-client DEPENDS+= amanda-server-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-server DEPENDS+= amanda-plot-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-plot diff --git a/sysutils/ccd2iso/Makefile b/sysutils/ccd2iso/Makefile index 29907e65ceb..dddef2f45d6 100644 --- a/sysutils/ccd2iso/Makefile +++ b/sysutils/ccd2iso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/04/12 21:42:19 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= ccd2iso-0.3 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/ccd2iso/ COMMENT= CloneCD to ISO converter +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile index 392c4e54b42..1ff7ffd07c1 100644 --- a/sysutils/ccze/Makefile +++ b/sysutils/ccze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/12/01 00:37:56 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:46 joerg Exp $ DISTNAME= ccze-0.2.1 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= Log coloriser, fast and light on resources INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6*-* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake diff --git a/sysutils/cdbkup/Makefile b/sysutils/cdbkup/Makefile index ec72b329f52..5598ad28d0b 100644 --- a/sysutils/cdbkup/Makefile +++ b/sysutils/cdbkup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/11/12 00:10:10 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:46 joerg Exp $ DISTNAME= cdbkup-1.0 PKGREVISION= 6 @@ -9,6 +9,8 @@ MAINTAINER= mishka@terabyte.com.ua HOMEPAGE= http://sourceforge.net/projects/cdbkup/ COMMENT= CD-R(W) backup/restore system +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= {cdrtools,cdrtools-ossdvd}>=1.10:../../sysutils/cdrtools GNU_CONFIGURE= YES diff --git a/sysutils/cdrkit/Makefile b/sysutils/cdrkit/Makefile index ca662fc602e..05e43880db9 100644 --- a/sysutils/cdrkit/Makefile +++ b/sysutils/cdrkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/07/31 11:38:33 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= cdrkit-1.1.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cdrkit.org/ COMMENT= Portable command-line CD/DVD recorder software +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake perl:run USE_LANGUAGES= c c++ MAKE_FLAGS+= MANSUBDIR=man diff --git a/sysutils/checkpassword-pam/Makefile b/sysutils/checkpassword-pam/Makefile index 45674d932f0..08ce1770aa8 100644 --- a/sysutils/checkpassword-pam/Makefile +++ b/sysutils/checkpassword-pam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/01/07 09:14:11 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= checkpassword-pam-0.99 @@ -10,6 +10,7 @@ HOMEPAGE= http://checkpasswd-pam.sourceforge.net/ COMMENT= PAM checkpassword-compatible authentication program PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/sysutils/clex/Makefile b/sysutils/clex/Makefile index e176ab034f3..e9267ad82dc 100644 --- a/sysutils/clex/Makefile +++ b/sysutils/clex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/07/12 12:43:20 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= clex-3.16 @@ -9,6 +9,8 @@ MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.clex.sk/download/ COMMENT= File manager with a full-screen user interface +PKG_DESTDIR_SUPPORT= user-destdir + USE_NCURSES= # enter_{bold,reverse,underline}_mode GNU_CONFIGURE= yes diff --git a/sysutils/dbus-qt3/Makefile b/sysutils/dbus-qt3/Makefile index f01be82184b..b065484c4eb 100644 --- a/sysutils/dbus-qt3/Makefile +++ b/sysutils/dbus-qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/05/08 15:47:48 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= dbus-qt3-0.70 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dbus.freedesktop.org/ COMMENT= D-BUS Qt bindings +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-qt3-moc=${QTDIR}/bin/moc USE_LIBTOOL= yes diff --git a/sysutils/dd_rhelp/Makefile b/sysutils/dd_rhelp/Makefile index 5be0325f1fd..390a3f65a1b 100644 --- a/sysutils/dd_rhelp/Makefile +++ b/sysutils/dd_rhelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/08 10:01:49 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:46 joerg Exp $ DISTNAME= dd_rhelp-0.0.6 CATEGORIES= sysutils @@ -8,6 +8,8 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://www.kalysto.org/utilities/dd_rhelp/index.en.html COMMENT= Rescue hard disk helper +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= bash:run diff --git a/sysutils/dmesg2gif/Makefile b/sysutils/dmesg2gif/Makefile index e37240a8891..8870017af1f 100644 --- a/sysutils/dmesg2gif/Makefile +++ b/sysutils/dmesg2gif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/01/07 09:14:11 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= dmesg2gif-1.3 @@ -10,6 +10,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Output dmesg(8) device tree as GIF image +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz WRKSRC= ${WRKDIR} diff --git a/sysutils/easydiskpasswd/Makefile b/sysutils/easydiskpasswd/Makefile index 8f73287a4b2..636a8aef22f 100644 --- a/sysutils/easydiskpasswd/Makefile +++ b/sysutils/easydiskpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/18 16:06:44 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:46 joerg Exp $ DISTNAME= easydiskpasswd-1.0 PKGREVISION= 1 @@ -8,6 +8,8 @@ DISTFILES= # empty MAINTAINER= drochner@NetBSD.org COMMENT= Tool to unlock a password protected USB "EasyDisk" +PKG_DESTDIR_SUPPORT= user-destdir + NO_CHECKSUM= yes WRKSRC= ${WRKDIR} MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} diff --git a/sysutils/etcmanage/Makefile b/sysutils/etcmanage/Makefile index 590342d70e0..d2a63a745c7 100644 --- a/sysutils/etcmanage/Makefile +++ b/sysutils/etcmanage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/01/05 18:30:33 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= etcmanage-0.4 @@ -9,6 +9,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://acert.ir.bbn.com/downloads/etcmanage/ COMMENT= Automatically manage files in /etc +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= perl:run USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/sysutils/fakeroot/Makefile b/sysutils/fakeroot/Makefile index 5bf302ad2d3..3abc2e436df 100644 --- a/sysutils/fakeroot/Makefile +++ b/sysutils/fakeroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/07/30 08:38:24 he Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= fakeroot_1.5.6 @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fakeroot/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Creates a fake root environment +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= po4a-[0-9]*:../../textproc/po4a WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index f412eee0391..75a474335b7 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/09 16:07:38 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:46 joerg Exp $ DISTNAME= fatback-1.3 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/project/showfiles.php?group_id=46038 COMMENT= Recover deleted files from FAT filesystems +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes INFO_FILES= # PLIST diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index a22f1ee9113..9f757257fd1 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/06/14 16:29:42 adrianp Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:46 joerg Exp $ DISTNAME= file-4.21 CATEGORIES= sysutils @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= COMMENT= Tool for determining file type +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-fsect-man5 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/sysutils/free/Makefile b/sysutils/free/Makefile index f9e2db89370..8fabc178ba6 100644 --- a/sysutils/free/Makefile +++ b/sysutils/free/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/09/07 22:12:23 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= free-1.0 @@ -9,6 +9,7 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Displays memory usage +PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEFS+= IPV6_READY diff --git a/sysutils/fsv/Makefile b/sysutils/fsv/Makefile index 0fc308908d7..fa869483e78 100644 --- a/sysutils/fsv/Makefile +++ b/sysutils/fsv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:41 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= fsv-0.9 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fsv.sourceforge.net/ COMMENT= 3D filesystem visualizer +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= file gmake CONFIGURE_ENV+= FILE_CMD=${TOOLS_FILE_CMD:Q} diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile index bbac4d58a65..ce9f2970616 100644 --- a/sysutils/fsviewer/Makefile +++ b/sysutils/fsviewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/02/02 15:59:46 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:46 joerg Exp $ DISTNAME= FSViewer.app-0.2.5 PKGNAME= FSViewer-0.2.5 @@ -6,6 +6,8 @@ PKGREVISION= 3 CATEGORIES= sysutils x11 windowmaker MASTER_SITES= http://www.bayernline.de/~gscholz/linux/fsviewer/ +PKG_DESTDIR_SUPPORT= user-destdir + PATCH_SITES= http://www.bayernline.de/~gscholz/linux/fsviewer/ PATCHFILES= FSViewer.app-0.2.5-WM-0.81.0.patch.gz PATCH_DIST_STRIP= -p1 diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile index 236bb630b0d..fe0418f0c9f 100644 --- a/sysutils/p5-Lchown/Makefile +++ b/sysutils/p5-Lchown/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:42 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:46 joerg Exp $ DISTNAME= Lchown-1.00 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Lchown/ COMMENT= Perl5 module interface to the lchown() system call +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Lchown/.packlist .include "../../lang/perl5/module.mk" diff --git a/sysutils/p5-Sys-CpuLoad/Makefile b/sysutils/p5-Sys-CpuLoad/Makefile index bba68030eef..678b003ae6d 100644 --- a/sysutils/p5-Sys-CpuLoad/Makefile +++ b/sysutils/p5-Sys-CpuLoad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/07 11:31:24 martti Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:46 joerg Exp $ DISTNAME= Sys-CpuLoad-0.03 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Sys-CpuLoad COMMENT= Module to retrieve system load averages +PKG_DESTDIR_SUPPORT= user-destdir + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/Sys/CpuLoad/.packlist diff --git a/sysutils/p5-Sys-Hostname-Long/Makefile b/sysutils/p5-Sys-Hostname-Long/Makefile index a2d596b1392..bdaf231034b 100644 --- a/sysutils/p5-Sys-Hostname-Long/Makefile +++ b/sysutils/p5-Sys-Hostname-Long/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/27 19:44:49 heinz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= Sys-Hostname-Long-1.4 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Sys-Hostname-Long/ COMMENT= Try to get the full hostname in Perl PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty diff --git a/sysutils/p5-Unix-ConfigFile/Makefile b/sysutils/p5-Unix-ConfigFile/Makefile index 2734e56a7a6..e8e382c3015 100644 --- a/sysutils/p5-Unix-ConfigFile/Makefile +++ b/sysutils/p5-Unix-ConfigFile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 20:03:34 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:46 joerg Exp $ DISTNAME= Unix-ConfigFile-0.06 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/~ssnodgra/${DISTNAME} COMMENT= Simple interfaces to various Unix configuration files PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Unix/ConfigFile/.packlist diff --git a/sysutils/p5-Unix-Syslog/Makefile b/sysutils/p5-Unix-Syslog/Makefile index 12bdcc8a57f..4369a4ada3c 100644 --- a/sysutils/p5-Unix-Syslog/Makefile +++ b/sysutils/p5-Unix-Syslog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/01/03 12:10:29 adrianp Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:46 joerg Exp $ DISTNAME= Unix-Syslog-1.0 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unix/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module interface to the UNIX system logger +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Unix/Syslog/.packlist .include "../../lang/perl5/module.mk" diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 2ca652bfce2..9810436c462 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/05/05 22:09:18 adrianp Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:46 joerg Exp $ DISTNAME= Log-1.8.4 PKGREVISION= 1 @@ -8,6 +8,8 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/ COMMENT= PHP Log framework provides an abstracted logging system +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pear-Log-[0-9] .include "../../lang/php/pear.mk" diff --git a/sysutils/pflogsumm/Makefile b/sysutils/pflogsumm/Makefile index c464bf489ee..bbf616b4899 100644 --- a/sysutils/pflogsumm/Makefile +++ b/sysutils/pflogsumm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:12 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= pflogsumm-1.1.0 @@ -9,6 +9,8 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://jimsun.linxnet.com/postfix_contrib.html COMMENT= Produce summaries from Postfix syslog data +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc .include "../../mk/bsd.prefs.mk" @@ -22,7 +24,7 @@ do-build: > ${WRKSRC}/pflogsumm do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pflogsumm ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/pflogsumm.1 ${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/pflogsumm ${DESTDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/pflogsumm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 643352067df..14c6f96efe2 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/05/18 10:03:32 peter Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:46 joerg Exp $ DISTNAME= pftop-0.4 CATEGORIES= sysutils net @@ -16,8 +16,8 @@ CFLAGS+= -I${PREFIX}/include INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pftop ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/pftop.8 ${PREFIX}/${PKGMANDIR}/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/pftop ${DESTDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/pftop.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 .include "../../security/pflkm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/pscpug/Makefile b/sysutils/pscpug/Makefile index 5add1df29ff..add13c60ac1 100644 --- a/sysutils/pscpug/Makefile +++ b/sysutils/pscpug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/08 15:54:15 tv Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= pscpug032 @@ -11,9 +11,13 @@ MAINTAINER= bartosz@atom.eu.org HOMEPAGE= http://www.diablonet.net/~mercadal/projects/pscpug/ COMMENT= Graph a given process's CPU usage +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes NOT_FOR_PLATFORM= Interix-*-* # no rusage or procfs stats +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/pscpug/distinfo b/sysutils/pscpug/distinfo index a7af55c2074..f76f0a2461f 100644 --- a/sysutils/pscpug/distinfo +++ b/sysutils/pscpug/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2007/02/17 09:47:59 minskim Exp $ +$NetBSD: distinfo,v 1.3 2008/06/12 02:14:46 joerg Exp $ SHA1 (pscpug032.tgz) = 03da889738d791e3316a91da10b20be83662d977 RMD160 (pscpug032.tgz) = fc3aa7289e0051f0f25b5695987d77a7f93d4fbb Size (pscpug032.tgz) = 40378 bytes -SHA1 (patch-aa) = 850f16cdbd285e7700f2b75e3dbcf051bf43f56c +SHA1 (patch-aa) = 1d354ff4f38170ed1eebefff10b2c98312465b47 SHA1 (patch-ab) = c252d1f567ca510d3cb3542e5ad36eaece107f19 diff --git a/sysutils/pscpug/patches/patch-aa b/sysutils/pscpug/patches/patch-aa index 614a32eb10a..c3943343c67 100644 --- a/sysutils/pscpug/patches/patch-aa +++ b/sysutils/pscpug/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/01/27 00:21:33 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/12 02:14:46 joerg Exp $ --- Makefile.in.orig 2006-06-08 22:24:47.000000000 -0700 +++ Makefile.in @@ -8,8 +8,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/01/27 00:21:33 minskim Exp $ install : - @INSTALL_DATA@ ${EXE} @bindir@ - @INSTALL@ -m 644 ${MAN} @mandir@/man1/ -+ ${BSD_INSTALL_PROGRAM} ${EXE} @bindir@ -+ ${BSD_INSTALL_MAN} ${MAN} @mandir@/man1/ ++ ${BSD_INSTALL_PROGRAM} ${EXE} ${DESTDIR}@bindir@ ++ ${BSD_INSTALL_MAN} ${MAN} ${DESTDIR}@mandir@/man1/ clean : -rm -f ${OBJ} ${EXE} config.log config.status configure.lineno Makefile .DS_Store diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index 065cf44559a..9f88e6f2168 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/04 21:30:42 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2008/06/12 02:14:46 joerg Exp $ DISTNAME= psmisc-20.1 CATEGORIES= sysutils @@ -12,14 +12,15 @@ COMMENT= Miscellaneous procfs tools: killall, pidof, and pstree CONFLICTS+= pstree<=2.16 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes LIBS+= ${BUILDLINK_LDADD.getopt} # "make install" doesn't install the link from killall -> pidof. post-install: - ${RM} -f ${PREFIX}/bin/pidof - ${LN} -f ${PREFIX}/bin/killall ${PREFIX}/bin/pidof + ${RM} -f ${DESTDIR}${PREFIX}/bin/pidof + ${LN} -f ${DESTDIR}${PREFIX}/bin/killall ${DESTDIR}${PREFIX}/bin/pidof .include "../../devel/libgetopt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 6152d44728a..046c2a0645e 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:38 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= pv-0.9.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ivarch.com/programs/pv.shtml COMMENT= Monitor the progress of data through a pipeline +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes @@ -27,9 +29,9 @@ post-install: ${GREP} "^$$dir/" ${PKGDIR}/PLIST | ${SED} "s|^$$dir/||" | \ while read file; do \ test ! -f "$$file" || \ - ${INSTALL_DATA} "$$file" ${PREFIX}/$$dir; \ + ${INSTALL_DATA} "$$file" ${DESTDIR}${PREFIX}/$$dir; \ done - ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR} .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile index 9fa5be18afe..48f77f350a6 100644 --- a/sysutils/pwgen/Makefile +++ b/sysutils/pwgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/10/13 01:21:19 reed Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:47 joerg Exp $ DISTNAME= pwgen-2.06 CATEGORIES= sysutils @@ -8,6 +8,8 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/pwgen/ COMMENT= Generate pronounceable passwords +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-gnome-menus/Makefile b/sysutils/py-gnome-menus/Makefile index 09c453b3723..f1ef60fcb9f 100644 --- a/sysutils/py-gnome-menus/Makefile +++ b/sysutils/py-gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/05/29 16:07:07 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= gnome-menus-2.22.2 @@ -11,6 +11,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Python bindings for gnome-menus +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes diff --git a/textproc/GutenMark-words/Makefile b/textproc/GutenMark-words/Makefile index 74de29f8866..a25b21c84c8 100644 --- a/textproc/GutenMark-words/Makefile +++ b/textproc/GutenMark-words/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/07/27 18:48:04 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= GutenMark-words-20030107 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.sandroid.org/GutenMark/ COMMENT= Word lists for GutenMark +PKG_DESTDIR_SUPPORT= user-destdir + WORDLISTS= special.words.gz english.names.gz US.places.gz \ french.names.gz english.words.gz french.words.gz \ german2.words.gz german.words.gz latin.words.gz \ @@ -23,6 +25,8 @@ DIST_SUBDIR= ${DISTNAME} EXTRACT_ONLY= # empty NO_CONFIGURE= YES +INSTALLATION_DIRS= share/GutenMark share/examples/GutenMark + post-extract: ${CP} ${_DISTDIR}/GutenMark.cfg ${WRKDIR}/GutenMark.cfg.in @@ -31,12 +35,10 @@ do-build: GutenMark.cfg.in > GutenMark.cfg do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/GutenMark - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/GutenMark for wl in ${WORDLISTS}; do \ - ${INSTALL_DATA} ${_DISTDIR}/$$wl ${PREFIX}/share/GutenMark; \ + ${INSTALL_DATA} ${_DISTDIR}/$$wl ${DESTDIR}${PREFIX}/share/GutenMark; \ done ${INSTALL_DATA} ${WRKDIR}/GutenMark.cfg \ - ${PREFIX}/share/examples/GutenMark + ${DESTDIR}${PREFIX}/share/examples/GutenMark .include "../../mk/bsd.pkg.mk" diff --git a/textproc/GutenMark/Makefile b/textproc/GutenMark/Makefile index eb53f8022e0..d92a10a4010 100644 --- a/textproc/GutenMark/Makefile +++ b/textproc/GutenMark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/06/15 13:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= GutenMark_source_${GVER} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.sandroid.org/GutenMark/ COMMENT= Automatic, high-quality Gutenberg text formatter to LaTeX or HTML +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= GutenMark-words-[0-9]*:../../textproc/GutenMark-words WRKSRC= ${WRKDIR}/GutenMark-source @@ -21,7 +23,7 @@ BUILD_TARGET= GutenMark INSTALLATION_DIRS= bin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${DESTDIR}${PREFIX}/bin .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/Markdown/Makefile b/textproc/Markdown/Makefile index d76cd189ea7..22b607f8c97 100644 --- a/textproc/Markdown/Makefile +++ b/textproc/Markdown/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/03/25 05:37:34 heinz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= Markdown_1.0.1 @@ -12,6 +12,8 @@ MAINTAINER= dan@NetBSD.org HOMEPAGE= http://daringfireball.net/projects/markdown/ COMMENT= Text-to-HTML conversion tool for web writers +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # none NO_BUILD= yes USE_TOOLS+= perl:run @@ -20,15 +22,14 @@ REPLACE_PERL+= Markdown.pl PERL5_SITELIB= ${PERL5_SUB_INSTALLVENDORLIB:Q} PLIST_SUBST+= PERL5_SITELIB=${PERL5_SITELIB:Q} -INSTALLATION_DIRS= ${PERL5_INSTALLVENDORLIB} +INSTALLATION_DIRS= bin ${PERL5_INSTALLVENDORLIB} share/doc/Markdown .include "../../mk/bsd.prefs.mk" do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${PREFIX}/bin/Markdown - ${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${PREFIX}/${PERL5_SITELIB}/Markdown.pm - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Markdown - ${INSTALL_DATA} ${WRKSRC}/"Markdown Readme.text" ${PREFIX}/share/doc/Markdown - ${INSTALL_DATA} ${WRKSRC}/License.text ${PREFIX}/share/doc/Markdown + ${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${DESTDIR}${PREFIX}/bin/Markdown + ${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${DESTDIR}${PREFIX}/${PERL5_SITELIB}/Markdown.pm + ${INSTALL_DATA} ${WRKSRC}/"Markdown Readme.text" ${DESTDIR}${PREFIX}/share/doc/Markdown + ${INSTALL_DATA} ${WRKSRC}/License.text ${DESTDIR}${PREFIX}/share/doc/Markdown .include "../../mk/bsd.pkg.mk" diff --git a/textproc/WordNet/Makefile b/textproc/WordNet/Makefile index 5f69d5beb0b..42406ac6c45 100644 --- a/textproc/WordNet/Makefile +++ b/textproc/WordNet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/12 09:22:07 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= WordNet-3.0 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://wordnet.princeton.edu/ COMMENT= Lexical reference system +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index a64a7d8e410..87a04e1447d 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 20:51:02 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aiksaurus-1.2.1 @@ -10,6 +10,7 @@ HOMEPAGE= http://aiksaurus.sourceforge.net/ COMMENT= English-language thesaurus PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= YES USE_LANGUAGES= c c++ diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 3656d4f27c8..5ddfd104bb0 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/01/09 20:09:35 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= antiword-0.37 @@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.winfield.demon.nl/index.html COMMENT= Free MS Word to text and PostScript converter +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= siag<3.6.1 USE_TOOLS+= mktemp:run @@ -21,6 +23,8 @@ REPLACE.bash.old= /bin/bash REPLACE.bash.new= ${SH} REPLACE_FILES.bash= kantiword +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + post-patch: cd ${WRKSRC} ; \ for pf in antiword.h Docs/antiword.1 ; do \ diff --git a/textproc/antiword/distinfo b/textproc/antiword/distinfo index 388e1500081..3480ba912be 100644 --- a/textproc/antiword/distinfo +++ b/textproc/antiword/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2006/03/09 14:50:31 ghen Exp $ +$NetBSD: distinfo,v 1.19 2008/06/12 02:14:47 joerg Exp $ SHA1 (antiword-0.37.tar.gz) = 4364f7f99cb2d37f7d1d5bc14a335ccc0c67292e RMD160 (antiword-0.37.tar.gz) = 506ca4a7a7fa9fd4574092798a7fffacd9a3a0a0 Size (antiword-0.37.tar.gz) = 317884 bytes -SHA1 (patch-aa) = 27cd582ced9822bbaefddd73d2fe2ba6c904ae1f +SHA1 (patch-aa) = f8f5d2b5120bba46495cb145930d3bcac7bdf9b2 SHA1 (patch-ab) = d2cb15824b78346a8a5ae301b0618a81437ce971 diff --git a/textproc/antiword/patches/patch-aa b/textproc/antiword/patches/patch-aa index df8197c14cb..adc06a9a548 100644 --- a/textproc/antiword/patches/patch-aa +++ b/textproc/antiword/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.10 2005/11/14 23:04:13 wiz Exp $ +$NetBSD: patch-aa,v 1.11 2008/06/12 02:14:47 joerg Exp $ --- Makefile.orig 2005-10-29 19:13:15.000000000 +0200 +++ Makefile @@ -36,8 +36,8 @@ $NetBSD: patch-aa,v 1.10 2005/11/14 23:04:13 wiz Exp $ -GLOBAL_INSTALL_DIR = /usr/local/bin -GLOBAL_RESOURCES_DIR = /usr/share/antiword -+GLOBAL_INSTALL_DIR = ${PREFIX}/bin -+GLOBAL_RESOURCES_DIR = ${PREFIX}/share/antiword ++GLOBAL_INSTALL_DIR = ${DESTDIR}${PREFIX}/bin ++GLOBAL_RESOURCES_DIR = ${DESTDIR}${PREFIX}/share/antiword all: $(PROGS) @@ -48,11 +48,11 @@ $NetBSD: patch-aa,v 1.10 2005/11/14 23:04:13 wiz Exp $ - cp -pf Resources/* $(LOCAL_RESOURCES_DIR) + ${BSD_INSTALL_PROGRAM} ${PROGS} ${GLOBAL_INSTALL_DIR} + ${BSD_INSTALL_SCRIPT} ${SCRIPTS} ${GLOBAL_INSTALL_DIR} -+ ${BSD_INSTALL_DATA_DIR} ${PREFIX}/share/doc/antiword ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/antiword +.for file in COPYING ChangeLog FAQ History Netscape QandA ReadMe -+ ${BSD_INSTALL_DATA} Docs/${file} ${PREFIX}/share/doc/antiword ++ ${BSD_INSTALL_DATA} Docs/${file} ${DESTDIR}${PREFIX}/share/doc/antiword +.endfor -+ ${BSD_INSTALL_MAN} Docs/antiword.1 ${PREFIX}/man/man1/antiword.1 ++ ${BSD_INSTALL_MAN} Docs/antiword.1 ${DESTDIR}${PREFIX}/man/man1/antiword.1 + ${BSD_INSTALL_DATA_DIR} ${GLOBAL_RESOURCES_DIR} + for i in Resources/* ; do \ + ${BSD_INSTALL_DATA} $$i ${GLOBAL_RESOURCES_DIR};\ diff --git a/textproc/aspell-breton/Makefile b/textproc/aspell-breton/Makefile index 06bdf59d832..33e7ce392a5 100644 --- a/textproc/aspell-breton/Makefile +++ b/textproc/aspell-breton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-br-0.50-2 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Breton language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-catalan/Makefile b/textproc/aspell-catalan/Makefile index 22154159848..7cd50d3e64e 100644 --- a/textproc/aspell-catalan/Makefile +++ b/textproc/aspell-catalan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell6-ca-20040130-1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Catalan language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-czech/Makefile b/textproc/aspell-czech/Makefile index 27e395bd182..bb0f91fc3af 100644 --- a/textproc/aspell-czech/Makefile +++ b/textproc/aspell-czech/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/06 06:22:48 reed Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell6-cs-20040614-1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Czech language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + # earlier versions core-dumped on the input BUILDLINK_API_DEPENDS.aspell+= aspell>=0.60.2nb1 diff --git a/textproc/aspell-dutch/Makefile b/textproc/aspell-dutch/Makefile index 9a2650d9529..6ade2362296 100644 --- a/textproc/aspell-dutch/Makefile +++ b/textproc/aspell-dutch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-nl-0.50-2 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Dutch language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-english/Makefile b/textproc/aspell-english/Makefile index 5178da76faa..1d38dc32765 100644 --- a/textproc/aspell-english/Makefile +++ b/textproc/aspell-english/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/09/11 18:42:30 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell6-en-6.0-0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= English language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES CONFIGURE_ENV+= ASPELL=${BUILDLINK_PREFIX.aspell}/bin/aspell CONFIGURE_ENV+= PREZIP=${BUILDLINK_PREFIX.aspell}/bin/prezip-bin diff --git a/textproc/aspell-esperanto/Makefile b/textproc/aspell-esperanto/Makefile index 6ad8f5374df..0b6d9c8383b 100644 --- a/textproc/aspell-esperanto/Makefile +++ b/textproc/aspell-esperanto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-eo-0.50-2 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Esperanto language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-francais/Makefile b/textproc/aspell-francais/Makefile index ff73cb65e80..eb6ea3f132c 100644 --- a/textproc/aspell-francais/Makefile +++ b/textproc/aspell-francais/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-fr-0.50-3 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= French language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-gaeilge/Makefile b/textproc/aspell-gaeilge/Makefile index 269bd4bd204..e22ffe4829f 100644 --- a/textproc/aspell-gaeilge/Makefile +++ b/textproc/aspell-gaeilge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/02/22 19:27:13 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ DISTNAME= aspell5-ga-3.5-0 PKGNAME= aspell-gaeilge-3.5.0 @@ -11,6 +11,8 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://borel.slu.edu/~kps/ispell/ COMMENT= Irish language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-german/Makefile b/textproc/aspell-german/Makefile index 82aad1d6f9e..f399fc533d4 100644 --- a/textproc/aspell-german/Makefile +++ b/textproc/aspell-german/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:11:00 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell6-de-20030222-1 @@ -12,6 +12,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= German language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-greek/Makefile b/textproc/aspell-greek/Makefile index f46c08b0939..e46b92dddd1 100644 --- a/textproc/aspell-greek/Makefile +++ b/textproc/aspell-greek/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-el-0.50-3 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Greek language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-italian/Makefile b/textproc/aspell-italian/Makefile index 7d07474570f..9b1ce20fabc 100644 --- a/textproc/aspell-italian/Makefile +++ b/textproc/aspell-italian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-it-0.53-0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Italian language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-norwegian/Makefile b/textproc/aspell-norwegian/Makefile index bd860399b3c..5233b100113 100644 --- a/textproc/aspell-norwegian/Makefile +++ b/textproc/aspell-norwegian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-nb-0.50.1-0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Norwegian language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-polish/Makefile b/textproc/aspell-polish/Makefile index 6c414817a34..0552563ec59 100644 --- a/textproc/aspell-polish/Makefile +++ b/textproc/aspell-polish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-pl-0.51-0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Polish language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES UNLIMIT_RESOURCES+= datasize diff --git a/textproc/aspell-portuguese/Makefile b/textproc/aspell-portuguese/Makefile index fc6184ca6f7..b9c8a12a16b 100644 --- a/textproc/aspell-portuguese/Makefile +++ b/textproc/aspell-portuguese/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-pt-0.50-2 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Portuguese language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-romanian/Makefile b/textproc/aspell-romanian/Makefile index 4dbee13400b..9bb6a9bac9f 100644 --- a/textproc/aspell-romanian/Makefile +++ b/textproc/aspell-romanian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-ro-0.50-2 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Romanian language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-russian/Makefile b/textproc/aspell-russian/Makefile index b26c0682e56..13ebb736f29 100644 --- a/textproc/aspell-russian/Makefile +++ b/textproc/aspell-russian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell6-ru-0.99f7-1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Russian language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-spanish/Makefile b/textproc/aspell-spanish/Makefile index a6c58244b38..ab04b3c2fa3 100644 --- a/textproc/aspell-spanish/Makefile +++ b/textproc/aspell-spanish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= aspell-es-0.50-2 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Spanish language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-svenska/Makefile b/textproc/aspell-svenska/Makefile index 2c97433a2b1..66f7e3c602a 100644 --- a/textproc/aspell-svenska/Makefile +++ b/textproc/aspell-svenska/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= aspell-sv-0.51-0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Swedish language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-ukrainian/Makefile b/textproc/aspell-ukrainian/Makefile index 709adb523ed..75e35679c9f 100644 --- a/textproc/aspell-ukrainian/Makefile +++ b/textproc/aspell-ukrainian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= aspell6-uk-1.1-0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Ukrainian language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/aspell-welsh/Makefile b/textproc/aspell-welsh/Makefile index 6390588a3a1..b44f6560829 100644 --- a/textproc/aspell-welsh/Makefile +++ b/textproc/aspell-welsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= aspell-cy-0.50-3 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Welsh language support for aspell +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES .include "../../textproc/aspell/buildlink3.mk" diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 76148dfed1c..15ab6080a97 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/08 10:25:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= dblatex-0.2.7 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dblatex.sourceforge.net/ COMMENT= DocBook to LaTeX Publishing +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin DEPENDS+= transfig-[0-9]*:../../print/transfig diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 02eb6ddeaf8..dc82d2cbefc 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/02/22 19:27:13 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2008/06/12 02:14:48 joerg Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-client-1.9.15 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol client +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake flex yacc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q} diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile index 1531ee5ff24..bc8086af301 100644 --- a/textproc/eblook/Makefile +++ b/textproc/eblook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/04/27 04:08:19 uebayasi Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= eblook-1.6.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://openlab.ring.gr.jp/edict/eblook/ COMMENT= Interactive command-line interface for EPWING electric dictionaries PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES INFO_FILES= # PLIST diff --git a/textproc/enca/Makefile b/textproc/enca/Makefile index 13079657e6e..6fb7e588b9a 100644 --- a/textproc/enca/Makefile +++ b/textproc/enca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/24 22:49:11 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= enca-1.9 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://trific.ath.cx/software/enca/ COMMENT= Extremely Naive Charset Analyser +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/textproc/freepwing/Makefile b/textproc/freepwing/Makefile index 899b23fc133..1d9dd5ca1a0 100644 --- a/textproc/freepwing/Makefile +++ b/textproc/freepwing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:11:02 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:48 joerg Exp $ DISTNAME= freepwing-1.4.4 PKGREVISION= 4 @@ -9,6 +9,8 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.sra.co.jp/people/m-kasahr/freepwing/ COMMENT= Free JIS X 4081 (subset of EPWING V1) formatter +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Jcode-[0-9]*:../../converters/p5-Jcode USE_TOOLS+= gmake perl:run diff --git a/textproc/p5-Lingua-EN-Inflect/Makefile b/textproc/p5-Lingua-EN-Inflect/Makefile index f0286e5da2c..67b8f702790 100644 --- a/textproc/p5-Lingua-EN-Inflect/Makefile +++ b/textproc/p5-Lingua-EN-Inflect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/11/05 05:05:44 obache Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Lingua-EN-Inflect-1.89 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Inflect/ COMMENT= Perl module for inflection of english words and a/an selection PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir REPLACE_PERL+= demo*.pl diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile index 9c908fcb514..5803cc0ec40 100644 --- a/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile +++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= Lingua-EN-Numbers-Ordinate-1.02 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate/ COMMENT= Go from cardinal number (3) to ordinal ("3rd") +PKG_DESTDIR_SUPPORT= user-destdir + #DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare USE_LANGUAGES= # empty diff --git a/textproc/p5-Lingua-EN-Sentence/Makefile b/textproc/p5-Lingua-EN-Sentence/Makefile index b7bfef787f9..549335c62e2 100644 --- a/textproc/p5-Lingua-EN-Sentence/Makefile +++ b/textproc/p5-Lingua-EN-Sentence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Lingua-EN-Sentence-0.25 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Sentence/ COMMENT= Perl module for splitting English text into sentences PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty diff --git a/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile index fa560eec602..b664cd8acb1 100644 --- a/textproc/p5-Lingua-Preferred/Makefile +++ b/textproc/p5-Lingua-Preferred/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= Lingua-Preferred-0.2.4 @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Choose a preferred language from a selection +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Lingua/Preferred/.packlist diff --git a/textproc/p5-Lingua-Stem-Snowball/Makefile b/textproc/p5-Lingua-Stem-Snowball/Makefile index 99868fecd5a..2837c78f505 100644 --- a/textproc/p5-Lingua-Stem-Snowball/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/22 12:11:26 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Lingua-Stem-Snowball-0.941 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/dist/Lingua-Stem-Snowball/ COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_MODULE_TYPE= Module::Build PERL5_REQD+= 5.8.0 PERL5_PACKLIST= auto/Lingua/Stem/Snowball/.packlist diff --git a/textproc/p5-Net-Dict/Makefile b/textproc/p5-Net-Dict/Makefile index 4a00667eccc..141d617305c 100644 --- a/textproc/p5-Net-Dict/Makefile +++ b/textproc/p5-Net-Dict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/15 15:41:29 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= Net-Dict-2.07 @@ -11,6 +11,8 @@ HOMEPAGE= http://search.cpan.org/~neilb/Net-Dict/ COMMENT= Client API for the DICT protocol defined in RFC2229 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/Dict/.packlist CONFLICTS= dict-client-[0-9]* diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile index 5792e75bb79..7953d973a38 100644 --- a/textproc/p5-Number-Format/Makefile +++ b/textproc/p5-Number-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/11/05 04:28:47 obache Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= Number-Format-1.52 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~wrw/Number-Format/ COMMENT= Perl extension for formatting numbers +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Number/Format/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index 4f472bd7b4b..c7a848f662d 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/08/01 19:48:46 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= PDF-Create-0.01 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= COMMENT= Perl5 module for creating pdf documents +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/PDF/Create/.packlist REPLACE_PERL= sample.pl diff --git a/textproc/p5-PDF/Makefile b/textproc/p5-PDF/Makefile index a495e9d8412..baab1965b83 100644 --- a/textproc/p5-PDF/Makefile +++ b/textproc/p5-PDF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= PDF-111 @@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.geocities.com/CapeCanaveral/Hangar/4794/ COMMENT= Perl5 module for pdf document manipulation +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/PDF PERL5_PACKLIST= auto/PDF/.packlist diff --git a/textproc/p5-Pod-Escapes/Makefile b/textproc/p5-Pod-Escapes/Makefile index 3f50c379f35..403d3835df5 100644 --- a/textproc/p5-Pod-Escapes/Makefile +++ b/textproc/p5-Pod-Escapes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Pod-Escapes-1.04 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Escapes/ COMMENT= Perl module for decoding Pod E<...> sequences PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Pod/Escapes/.packlist diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile index 4115db4f930..5c3ce85f54c 100644 --- a/textproc/p5-Pod-POM/Makefile +++ b/textproc/p5-Pod-POM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/02/22 19:27:15 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:48 joerg Exp $ # DISTNAME= Pod-POM-0.17 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kfs.org/~abw/ COMMENT= P5 module to format POD into an object format, hence POM +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Pod/POM/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index f7aa4bbfe83..cffa390b8a6 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/06/10 09:43:02 obache Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Pod-Simple-3.05 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ COMMENT= Simple framework for parsing Pod DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Pod/Simple/.packlist diff --git a/textproc/p5-Pod-Tests/Makefile b/textproc/p5-Pod-Tests/Makefile index a009cdbf240..88ecfbac30f 100644 --- a/textproc/p5-Pod-Tests/Makefile +++ b/textproc/p5-Pod-Tests/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Pod-Tests-0.18 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Pod-Tests/ COMMENT= Perl5 module that extracts embedded tests and code examples from POD +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Pod-Tests/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile index 2fb87387fac..506e7404643 100644 --- a/textproc/p5-Pod-Tree/Makefile +++ b/textproc/p5-Pod-Tree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Pod-Tree-1.11 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Pod-Tree/ COMMENT= Create a static syntax tree for a POD +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= p5-HTML-Stream>=1.49:../../www/p5-HTML-Stream DEPENDS+= p5-Pod-Escapes>=1.02:../../textproc/p5-Pod-Escapes diff --git a/textproc/p5-Regexp-Common/Makefile b/textproc/p5-Regexp-Common/Makefile index ed25311fda9..0d231eccbc1 100644 --- a/textproc/p5-Regexp-Common/Makefile +++ b/textproc/p5-Regexp-Common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/11/23 22:14:10 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Regexp-Common-2.120 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Regexp-Common/ COMMENT= Provide commonly requested regular expressions PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Regexp/Common/.packlist diff --git a/textproc/p5-String-Approx/Makefile b/textproc/p5-String-Approx/Makefile index a2111fa4384..57d80ea6d6a 100644 --- a/textproc/p5-String-Approx/Makefile +++ b/textproc/p5-String-Approx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/19 16:36:42 tv Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= String-Approx-3.26 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/String-Approx/ COMMENT= Approximate (fuzzy) string matching library for Perl +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/String/Approx/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-String-CRC32/Makefile b/textproc/p5-String-CRC32/Makefile index 12b4ea10461..9e60e2b4ab6 100644 --- a/textproc/p5-String-CRC32/Makefile +++ b/textproc/p5-String-CRC32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/07/05 03:45:07 grant Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= String-CRC32-1.4 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/search?module=String::CRC32 COMMENT= Perl module to generate cksums from strings and from files +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/String/CRC32/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile index 4772f2e744a..55561989aa7 100644 --- a/textproc/p5-String-ShellQuote/Makefile +++ b/textproc/p5-String-ShellQuote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 12:13:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:49 joerg Exp $ DISTNAME= String-ShellQuote-1.03 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/String-ShellQuote/ COMMENT= Quote strings for passing through the shell +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/String/ShellQuote/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Template-Plugin-Number-Format/Makefile b/textproc/p5-Template-Plugin-Number-Format/Makefile index 1f31a048c80..b562424d813 100644 --- a/textproc/p5-Template-Plugin-Number-Format/Makefile +++ b/textproc/p5-Template-Plugin-Number-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Template-Plugin-Number-Format-1.01 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/search?module=Number::Format COMMENT= Plugin/filter interface to Number::Format +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Template-Toolkit>=2.07:../../www/p5-Template-Toolkit DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format diff --git a/textproc/p5-Text-Autoformat/Makefile b/textproc/p5-Text-Autoformat/Makefile index 85d78421c6b..63cf0d6fc32 100644 --- a/textproc/p5-Text-Autoformat/Makefile +++ b/textproc/p5-Text-Autoformat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Autoformat-1.13 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Autoformat/ COMMENT= Perl module for text wrapping and reformatting +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform PERL5_PACKLIST= auto/Text/Autoformat/.packlist diff --git a/textproc/p5-Text-CSV-Hash/Makefile b/textproc/p5-Text-CSV-Hash/Makefile index 554e65eed31..bfcda74f250 100644 --- a/textproc/p5-Text-CSV-Hash/Makefile +++ b/textproc/p5-Text-CSV-Hash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/10/02 23:45:32 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-CSV-Hash-0.18 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.mono.org/abs/tools/Text-CSV-Hash/ COMMENT= Perl5 module for hash based CSV usage +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/CSV/Hash/.packlist # The provided test.pl is not a unit test. diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 798aeffe9c7..85c7e5e5285 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/04/27 22:17:13 seb Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Text-CSV_XS-0.23 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/ COMMENT= Routines for composition and decomposition of comma-separated values +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/CSV_XS/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Text-Context-EitherSide/Makefile b/textproc/p5-Text-Context-EitherSide/Makefile index edaf9bb3609..11505385b5c 100644 --- a/textproc/p5-Text-Context-EitherSide/Makefile +++ b/textproc/p5-Text-Context-EitherSide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/17 15:15:25 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Context-EitherSide-1.3 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Text-Context-EitherSide COMMENT= Get n words either side of search keywords +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_REQD+= 5.6.0 PERL5_PACKLIST= auto/Text/Context/EitherSide/.packlist diff --git a/textproc/p5-Text-DelimMatch/Makefile b/textproc/p5-Text-DelimMatch/Makefile index 8428bb11ed9..ad98953c43a 100644 --- a/textproc/p5-Text-DelimMatch/Makefile +++ b/textproc/p5-Text-DelimMatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= DelimMatch-1.06a @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/DelimMatch/ COMMENT= Find regexp delimited strings with proper nesting +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} PERL5_PACKLIST= auto/Text/DelimMatch/.packlist diff --git a/textproc/p5-Text-Diff-HTML/Makefile b/textproc/p5-Text-Diff-HTML/Makefile index 1eea0f511fb..4d7255cf177 100644 --- a/textproc/p5-Text-Diff-HTML/Makefile +++ b/textproc/p5-Text-Diff-HTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Diff-HTML-0.04 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= HTML formatting class for Text::Diff +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Text-Diff>=0.11:../../textproc/p5-Text-Diff DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser diff --git a/textproc/p5-Text-Emoticon-MSN/Makefile b/textproc/p5-Text-Emoticon-MSN/Makefile index 842c63afa59..ec7080ef382 100644 --- a/textproc/p5-Text-Emoticon-MSN/Makefile +++ b/textproc/p5-Text-Emoticon-MSN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/22 12:22:59 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Emoticon-MSN-0.04 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/dist/Text-Emoticon-MSN/ COMMENT= Emoticon filter of MSN Messenger +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.32}:../../devel/p5-Test-Simple DEPENDS+= p5-Text-Emoticon>=0.02:../../textproc/p5-Text-Emoticon diff --git a/textproc/p5-Text-Emoticon/Makefile b/textproc/p5-Text-Emoticon/Makefile index 66beecfcc32..afcfa0958f1 100644 --- a/textproc/p5-Text-Emoticon/Makefile +++ b/textproc/p5-Text-Emoticon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/22 12:21:18 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Emoticon-0.04 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Emoticon/ COMMENT= Emoticon filter class +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require PERL5_PACKLIST= auto/Text/Emoticon/.packlist diff --git a/textproc/p5-Text-Format/Makefile b/textproc/p5-Text-Format/Makefile index 00c2b2e49f1..46050fa4fd8 100644 --- a/textproc/p5-Text-Format/Makefile +++ b/textproc/p5-Text-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Text-Format0.52 @@ -12,6 +12,8 @@ MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://search.cpan.org/search?module=Text::Format COMMENT= Provide perl5 formatting functions on plain text +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/Format/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile index 1b28e2d6d23..f8a605ae037 100644 --- a/textproc/p5-Text-Glob/Makefile +++ b/textproc/p5-Text-Glob/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/06/08 08:42:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Glob-0.08 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Text-Glob/ COMMENT= Match globbing patterns against text PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Text/Glob/.packlist diff --git a/textproc/p5-Text-Kakasi/Makefile b/textproc/p5-Text-Kakasi/Makefile index 47c74022eb9..ead0ff6d7a6 100644 --- a/textproc/p5-Text-Kakasi/Makefile +++ b/textproc/p5-Text-Kakasi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/13 09:21:16 taca Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Kakasi-1.05 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.daionet.gr.jp/~knok/kakasi/ COMMENT= Perl5 module to use Kakasi +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/Kakasi/.packlist .include "../../textproc/kakasi/buildlink3.mk" diff --git a/textproc/p5-Text-LevenshteinXS/Makefile b/textproc/p5-Text-LevenshteinXS/Makefile index 32c30566221..c1e72fd0d8e 100644 --- a/textproc/p5-Text-LevenshteinXS/Makefile +++ b/textproc/p5-Text-LevenshteinXS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/12/15 14:34:21 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Text-LevenshteinXS-0.03 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Text-LevenshteinXS COMMENT= XS implementation of the Levenshtein edit distance PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c PERL5_PACKLIST= auto/Text/LevenshteinXS/.packlist diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile index d88414dda4d..8caacefdd6c 100644 --- a/textproc/p5-Text-Markdown/Makefile +++ b/textproc/p5-Text-Markdown/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/06/01 04:22:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Text-Markdown-1.0.19 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Markdown/ COMMENT= Convert Markdown to HTML +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp diff --git a/textproc/p5-Text-PDF/Makefile b/textproc/p5-Text-PDF/Makefile index 90c51a2d6e2..f09b227fd8e 100644 --- a/textproc/p5-Text-PDF/Makefile +++ b/textproc/p5-Text-PDF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 08:23:11 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Text-PDF-0.29a @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-PDF/ COMMENT= Perl 5 module for manipulating PDF files +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/Text-PDF-0.29 USE_LANGUAGES= # empty diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile index 2dd2bd0ed7b..9572224548c 100644 --- a/textproc/p5-Text-Quoted/Makefile +++ b/textproc/p5-Text-Quoted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/04/23 20:26:04 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Text-Quoted-2.05 @@ -13,6 +13,7 @@ COMMENT= Extract the structure of a quoted mail message DEPENDS+= p5-Text-Autoformat>=1.04:../../textproc/p5-Text-Autoformat PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/Quoted/.packlist diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile index 1694f4e59f8..83829a0b149 100644 --- a/textproc/p5-Text-Reflow/Makefile +++ b/textproc/p5-Text-Reflow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/12 17:41:04 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:49 joerg Exp $ # DISTNAME= Text-Reflow-1.05 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Text-Reflow/ COMMENT= Reflowing of text using Knuth's paragraphing algorithm PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Text/Reflow/.packlist diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile index 60d2ab5a22e..fdce6712a43 100644 --- a/textproc/p5-Text-Reform/Makefile +++ b/textproc/p5-Text-Reform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= Text-Reform-1.11 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/search?module=Text::Reform COMMENT= Manual text wrapping and reformatting PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/Reform/.packlist diff --git a/textproc/p5-Text-RewriteRules/Makefile b/textproc/p5-Text-RewriteRules/Makefile index 2d884652e42..5b74174e206 100644 --- a/textproc/p5-Text-RewriteRules/Makefile +++ b/textproc/p5-Text-RewriteRules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/01 00:25:14 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= Text-RewriteRules-0.10 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-RewriteRules/ COMMENT= Perl 5 module to rewrite text using regexp-based rules +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/RewriteRules/.packlist diff --git a/textproc/p5-Text-Shellwords/Makefile b/textproc/p5-Text-Shellwords/Makefile index 8132f0b4747..3fe5a3d99ce 100644 --- a/textproc/p5-Text-Shellwords/Makefile +++ b/textproc/p5-Text-Shellwords/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= Text-Shellwords-1.08 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Text-Shellwords/ COMMENT= Wrapper around shellwords.pl package PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Text/Shellwords/.packlist diff --git a/textproc/p5-Text-Substitute/Makefile b/textproc/p5-Text-Substitute/Makefile index e95956dd45a..e356ff42bf4 100644 --- a/textproc/p5-Text-Substitute/Makefile +++ b/textproc/p5-Text-Substitute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:50 joerg Exp $ DISTNAME= Text-Substitute-0.15 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.mono.org/abs/tools/Text-Substitute/ COMMENT= Perl5 module for text substitution from hashes +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/Substitute/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Text-Tabs+Wrap/Makefile b/textproc/p5-Text-Tabs+Wrap/Makefile index b7107d9ab41..da2bc461ed7 100644 --- a/textproc/p5-Text-Tabs+Wrap/Makefile +++ b/textproc/p5-Text-Tabs+Wrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:50 joerg Exp $ DISTNAME= Text-Tabs+Wrap-2001.0929 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/~muir/${DISTNAME} COMMENT= Line wrapping to form simple paragraphs +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Text-Unaccent/Makefile b/textproc/p5-Text-Unaccent/Makefile index c491d9e23db..3dcc7beae94 100644 --- a/textproc/p5-Text-Unaccent/Makefile +++ b/textproc/p5-Text-Unaccent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/22 19:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= Text-Unaccent-1.08 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Unaccent/ COMMENT= Perl5 module that removes accents from a string +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/Unaccent/.packlist # needs iconv(1) diff --git a/textproc/p5-Text-Wrapper/Makefile b/textproc/p5-Text-Wrapper/Makefile index aca1284fca8..d8fe8649d6e 100644 --- a/textproc/p5-Text-Wrapper/Makefile +++ b/textproc/p5-Text-Wrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= Text-Wrapper-1.000 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module that provides simple word wrapping +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/Wrapper/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index 169319d55d0..a77f5ccfe0e 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/11 16:19:06 kleink Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:50 joerg Exp $ DISTNAME= Text-vCard-2.01 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Text-vCard/ COMMENT= parse, edit and create vCards (RFC 2426) PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir # for MIME::QuotedPrint DEPENDS+= p5-MIME-Base64>=3.07:../../converters/p5-MIME-Base64 diff --git a/textproc/p5-Text-vFile-asData/Makefile b/textproc/p5-Text-vFile-asData/Makefile index a5e1ab7e12a..b3a1bcee18f 100644 --- a/textproc/p5-Text-vFile-asData/Makefile +++ b/textproc/p5-Text-vFile-asData/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/04/20 19:58:35 kleink Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:50 joerg Exp $ DISTNAME= Text-vFile-asData-0.05 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Text-vFile-asData/ COMMENT= parse vFile formatted files into data structures PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained diff --git a/textproc/p5-XML-Atom-SimpleFeed/Makefile b/textproc/p5-XML-Atom-SimpleFeed/Makefile index e0eba47829d..1602a2818c3 100644 --- a/textproc/p5-XML-Atom-SimpleFeed/Makefile +++ b/textproc/p5-XML-Atom-SimpleFeed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/28 20:37:55 kleink Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Atom-SimpleFeed-0.8 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Atom-SimpleFeed/ COMMENT= Generate simple Atom syndication feeds +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index 07051e71283..6a15186aedf 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/11 18:40:04 kleink Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Atom-Stream-0.11 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Atom-Stream/ COMMENT= Client interface for AtomStream +PKG_DESTDIR_SUPPORT= user-destdir + #really: Test::More >= 0.32 BUILD_DEPENDS+= p5-Test-Simple>=0.32:../../devel/p5-Test-Simple DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 6b04735f5dd..185a0b97c13 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/11/29 15:03:21 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Atom-0.28 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Atom/ COMMENT= Atom feed and API implementation +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-XML-LibXML>=1.64:../../textproc/p5-XML-LibXML DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 diff --git a/textproc/p5-XML-AutoWriter/Makefile b/textproc/p5-XML-AutoWriter/Makefile index 790c8c578a4..48d194f89e4 100644 --- a/textproc/p5-XML-AutoWriter/Makefile +++ b/textproc/p5-XML-AutoWriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/02 01:06:23 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-AutoWriter-0.39 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-ValidWriter/ COMMENT= DOCTYPE-driven valid XML output +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/XML/AutoWriter/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-XML-Checker/Makefile b/textproc/p5-XML-Checker/Makefile index 836d12a0ad7..914e75c049e 100644 --- a/textproc/p5-XML-Checker/Makefile +++ b/textproc/p5-XML-Checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Checker-0.13 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,7 @@ CONFLICTS+= p5-libxml-enno-[0-9]* DEPENDS+= p5-XML-DOM-[0-9]*:../../textproc/p5-XML-DOM PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/Checker/.packlist diff --git a/textproc/p5-XML-Clean/Makefile b/textproc/p5-XML-Clean/Makefile index b1f735373d4..fb0b1f21271 100644 --- a/textproc/p5-XML-Clean/Makefile +++ b/textproc/p5-XML-Clean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/15 20:41:20 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Clean-1.06 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/~pkubanek/XML-Clean/ COMMENT= Ensure, that *(HTML)* text pass throught an XML parser +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/XML/Clean/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index 59cf181da08..3064f98701c 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= XML-DOM-1.43 @@ -18,6 +18,7 @@ DEPENDS+= p5-XML-RegExp-[0-9]*:../../textproc/p5-XML-RegExp CONFLICTS+= p5-libxml-enno-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML-DOM/.packlist diff --git a/textproc/p5-XML-Dumper/Makefile b/textproc/p5-XML-Dumper/Makefile index ef6f1666d60..1de16252189 100644 --- a/textproc/p5-XML-Dumper/Makefile +++ b/textproc/p5-XML-Dumper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/05/03 14:14:25 tv Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Dumper-0.81 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ COMMENT= Perl to XML structure input/output engine DEPENDS+= p5-XML-Parser>=2.16:../../textproc/p5-XML-Parser PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/Dumper/.packlist diff --git a/textproc/p5-XML-Filter-BufferText/Makefile b/textproc/p5-XML-Filter-BufferText/Makefile index fb774db9075..18e2e6e0268 100644 --- a/textproc/p5-XML-Filter-BufferText/Makefile +++ b/textproc/p5-XML-Filter-BufferText/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Filter-BufferText-1.01 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Filter-BufferText/ COMMENT= Perl5 module XML parser filter to put all characters() in one event +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-SAX>=0.04:../../textproc/p5-XML-SAX USE_LANGUAGES= # empty diff --git a/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile index dfb53479ae2..2e4e4227f35 100644 --- a/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile +++ b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/22 12:46:26 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Filter-DOMFilter-LibXML-0.02 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Filter-DOMFilter-LibXML/ COMMENT= Perl5 module SAX filter allowing DOM processing +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-LibXML>=1.53:../../textproc/p5-XML-LibXML USE_LANGUAGES= # empty diff --git a/textproc/p5-XML-Filter-DetectWS/Makefile b/textproc/p5-XML-Filter-DetectWS/Makefile index 58fe32f7123..85effe081e4 100644 --- a/textproc/p5-XML-Filter-DetectWS/Makefile +++ b/textproc/p5-XML-Filter-DetectWS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Filter-DetectWS-0.01 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Filter-DetectWS-0.01/ COMMENT= PerlSAX filter that detects ignorable whitespace +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= p5-libxml-enno-[0-9]* DEPENDS+= p5-XML-Filter-SAXT>=0.01:../../textproc/p5-XML-Filter-SAXT diff --git a/textproc/p5-XML-Filter-Reindent/Makefile b/textproc/p5-XML-Filter-Reindent/Makefile index beace6a461a..4768a178e7e 100644 --- a/textproc/p5-XML-Filter-Reindent/Makefile +++ b/textproc/p5-XML-Filter-Reindent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Filter-Reindent-0.03 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Filter-Reindent-0.03/ COMMENT= Reformats whitespace for pretty printing XML +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= p5-libxml-enno-[0-9]* DEPENDS+= p5-XML-Filter-DetectWS>=0.01:../../textproc/p5-XML-Filter-DetectWS diff --git a/textproc/p5-XML-Filter-SAXT/Makefile b/textproc/p5-XML-Filter-SAXT/Makefile index 2ab347bb0f9..29585c1cf10 100644 --- a/textproc/p5-XML-Filter-SAXT/Makefile +++ b/textproc/p5-XML-Filter-SAXT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Filter-SAXT-0.01 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Filter-SAXT-0.01/ COMMENT= Replicates SAX events to several SAX event handlers +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= p5-libxml-enno-[0-9]* DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX diff --git a/textproc/p5-XML-Grove/Makefile b/textproc/p5-XML-Grove/Makefile index 04bac09dfdf..6cc6c41a4ee 100644 --- a/textproc/p5-XML-Grove/Makefile +++ b/textproc/p5-XML-Grove/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:11:04 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= XML-Grove-0.46alpha @@ -12,6 +12,8 @@ MAINTAINER= explorer@NetBSD.org #HOMEPAGE= COMMENT= Perl 5 module providing simple objects for parsed XML documents +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-libxml>=0.0.7:../../textproc/p5-libxml PERL5_PACKLIST= auto/XML/Grove/.packlist diff --git a/textproc/p5-XML-Handler-Trees/Makefile b/textproc/p5-XML-Handler-Trees/Makefile index d1ed4079145..a6478067997 100644 --- a/textproc/p5-XML-Handler-Trees/Makefile +++ b/textproc/p5-XML-Handler-Trees/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 20:24:12 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Handler-Trees-0.02 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Handler-Trees/ COMMENT= PerlSAX handlers for building tree structures +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/XML/Handler/Trees/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-XML-Handler-YAWriter/Makefile b/textproc/p5-XML-Handler-YAWriter/Makefile index 8bb2e55d119..5aeb84680f7 100644 --- a/textproc/p5-XML-Handler-YAWriter/Makefile +++ b/textproc/p5-XML-Handler-YAWriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= XML-Handler-YAWriter-0.23 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-Handler-YAWriter/ COMMENT= Another Perl module for writing XML documents PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir # really: XML::Parser::PerlSAX' => 0.06 DEPENDS+= p5-libxml>=0.07:../../textproc/p5-libxml diff --git a/textproc/p5-XML-LibXML-Common/Makefile b/textproc/p5-XML-LibXML-Common/Makefile index ffa9f0bf24c..46d875712d2 100644 --- a/textproc/p5-XML-LibXML-Common/Makefile +++ b/textproc/p5-XML-LibXML-Common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= XML-LibXML-Common-0.13 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/~phish/XML-LibXML-Common/ COMMENT= Routines and constants common for XML::LibXML and XML::GDOME PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/LibXML/Common/.packlist diff --git a/textproc/p5-XML-LibXML-Iterator/Makefile b/textproc/p5-XML-LibXML-Iterator/Makefile index 1934d243091..0b5acbba143 100644 --- a/textproc/p5-XML-LibXML-Iterator/Makefile +++ b/textproc/p5-XML-LibXML-Iterator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/11/18 16:05:47 seb Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= XML-LibXML-Iterator-1.04 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-LibXML-Iterator/ COMMENT= Iterator for XML::LibXML parsed documents +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-LibXML>=1.52:../../textproc/p5-XML-LibXML DEPENDS+= p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 600cac28f70..b0ec2cd0b40 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/16 13:37:34 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:50 joerg Exp $ # DISTNAME= XML-LibXSLT-1.66 @@ -11,6 +11,8 @@ MAINTAINER= adam@migus.org HOMEPAGE= http://search.cpan.org/dist/XML-LibXSLT/ COMMENT= Perl interface to the libxslt library +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML USE_TOOLS+= pkg-config diff --git a/textproc/p5-XML-Node/Makefile b/textproc/p5-XML-Node/Makefile index 39c5a220f6b..adcf2248720 100644 --- a/textproc/p5-XML-Node/Makefile +++ b/textproc/p5-XML-Node/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/11/12 00:12:41 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-Node-0.10 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://belmont-shores.ics.uci.edu/XML::Node/ COMMENT= Node-based XML parsing: an simplified interface to XML::Parser +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-Parser-2.*:../../textproc/p5-XML-Parser PERL5_PACKLIST= auto/XML/Node/.packlist @@ -24,7 +26,7 @@ post-install: ${WRKSRC}/test.xml \ ${WRKSRC}/foo.xml \ ${WRKSRC}/README \ - ${PERL5_INSTALLVENDORLIB}/XML + ${DESTDIR}${PERL5_INSTALLVENDORLIB}/XML .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-NodeFilter/Makefile b/textproc/p5-XML-NodeFilter/Makefile index b6f9f0d1115..ea30a5ad078 100644 --- a/textproc/p5-XML-NodeFilter/Makefile +++ b/textproc/p5-XML-NodeFilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-NodeFilter-0.01 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Object that know how to "filter out" nodes +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML PERL5_PACKLIST= auto/XML/NodeFilter/.packlist diff --git a/textproc/p5-XML-RAI/Makefile b/textproc/p5-XML-RAI/Makefile index fe0731aadb6..f64736540e3 100644 --- a/textproc/p5-XML-RAI/Makefile +++ b/textproc/p5-XML-RAI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/03/24 07:18:11 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:51 joerg Exp $ DISTNAME= XML-RAI-0.51 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ DEPENDS+= p5-XML-RSS-Parser>=2.15:../../textproc/p5-XML-RSS-Parser DEPENDS+= p5-TimeDate>=1.14:../../time/p5-TimeDate PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/RAI/.packlist diff --git a/textproc/p5-XML-RSS-Parser/Makefile b/textproc/p5-XML-RSS-Parser/Makefile index 339f88bc054..3f6899892f7 100644 --- a/textproc/p5-XML-RSS-Parser/Makefile +++ b/textproc/p5-XML-RSS-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/24 07:18:26 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:51 joerg Exp $ DISTNAME= XML-RSS-Parser-4.0 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ DEPENDS+= p5-Class-XPath>=1.4:../../devel/p5-Class-XPath DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/XML-RSS-Parser-4 diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 3ea8e94b56c..f9b88e8a8af 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/04/16 13:34:03 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:51 joerg Exp $ DISTNAME= XML-RSS-1.32 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-RSS/ COMMENT= XML-RSS helps to create and update RSS files +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime diff --git a/textproc/p5-XML-RegExp/Makefile b/textproc/p5-XML-RegExp/Makefile index 342055d2d3e..649bb78cc34 100644 --- a/textproc/p5-XML-RegExp/Makefile +++ b/textproc/p5-XML-RegExp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-RegExp-0.03 @@ -14,6 +14,7 @@ COMMENT= Provide regular expressions for some XML tokens CONFLICTS+= p5-libxml-enno-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/RegExp/.packlist diff --git a/textproc/p5-XML-SAX-Writer/Makefile b/textproc/p5-XML-SAX-Writer/Makefile index c764105ee77..8e046d61aa1 100644 --- a/textproc/p5-XML-SAX-Writer/Makefile +++ b/textproc/p5-XML-SAX-Writer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/11/06 13:31:13 obache Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:51 joerg Exp $ DISTNAME= XML-SAX-Writer-0.50 PKGNAME= p5-${DISTNAME} @@ -15,6 +15,7 @@ DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport DEPENDS+= p5-XML-Filter-BufferText>=0.01:../../textproc/p5-XML-Filter-BufferText PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/SAX/Writer/.packlist MAKE_ENV+= PERL5LIB="${PREFIX}/${PERL5_SUB_INSTALLSITELIB}" diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index ef608871458..f836d0053ba 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/11 02:17:46 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:51 joerg Exp $ DISTNAME= XML-Sablotron-0.98 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= adam@migus.org HOMEPAGE= http://www.gingerall.com/charlie/ga/xml/p_sab.xml COMMENT= Perl interface to the Sablotron XSLT processor +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-DOM>=1.25:../../textproc/p5-XML-DOM DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser diff --git a/textproc/p5-XML-SemanticDiff/Makefile b/textproc/p5-XML-SemanticDiff/Makefile index b578ca26079..e73e3581318 100644 --- a/textproc/p5-XML-SemanticDiff/Makefile +++ b/textproc/p5-XML-SemanticDiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/10 09:53:07 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-SemanticDiff-0.95 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-SemanticDiff/ COMMENT= Perl extension for comparing XML documents +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 2cfe368c808..e7246792e5d 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-Stream-1.15 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/xmlstream/ COMMENT= XML::Stream provides you with access to XML Stream +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 9ac661ce07b..65c3ebe0279 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/11/06 13:40:41 obache Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-Twig-3.26 @@ -30,6 +30,7 @@ DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser #DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/Twig/.packlist diff --git a/textproc/p5-XML-UM/Makefile b/textproc/p5-XML-UM/Makefile index b99ee0f35a9..e7cef8adcc6 100644 --- a/textproc/p5-XML-UM/Makefile +++ b/textproc/p5-XML-UM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:51 joerg Exp $ DISTNAME= XML-UM-0.01 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-UM-0.01/ COMMENT= Convert UTF-8 strings to any encoding supported by XML::Encoding +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= p5-libxml-enno-[0-9]* DEPENDS+= p5-XML-Encoding>=1.01:../../textproc/p5-XML-Encoding diff --git a/textproc/p5-XML-Writer-String/Makefile b/textproc/p5-XML-Writer-String/Makefile index 1781b6795b4..fbfdd7817a6 100644 --- a/textproc/p5-XML-Writer-String/Makefile +++ b/textproc/p5-XML-Writer-String/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-Writer-String-0.1 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for writing XML documents based on XML::Writer +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer PERL5_PACKLIST= auto/XML/Writer/String/.packlist diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index 154243832d8..d7c08c47e56 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:51 joerg Exp $ DISTNAME= XML-XPath-1.13 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,7 @@ COMMENT= XML XPath software DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/XPath/.packlist diff --git a/textproc/p5-XML-XQL/Makefile b/textproc/p5-XML-XQL/Makefile index bfc1083e3e2..fff2e60ee98 100644 --- a/textproc/p5-XML-XQL/Makefile +++ b/textproc/p5-XML-XQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-XQL-0.68 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module to perform XQL queries on XML object trees +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-DOM>=1.29:../../textproc/p5-XML-DOM DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser DEPENDS+= p5-Date-Manip>=5.33:../../devel/p5-Date-Manip diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index ee4315b2fbf..b2ce5f5582e 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:51 joerg Exp $ DISTNAME= XML-XSLT-0.48 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ HOMEPAGE= http://xmlxslt.sourceforge.net/ COMMENT= Perl5 module for processing XSLT PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-XML-DOM>=1.25:../../textproc/p5-XML-DOM DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser diff --git a/textproc/p5-XML-XUpdate-LibXML/Makefile b/textproc/p5-XML-XUpdate-LibXML/Makefile index dd1ba99c634..ea3f8284b76 100644 --- a/textproc/p5-XML-XUpdate-LibXML/Makefile +++ b/textproc/p5-XML-XUpdate-LibXML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/11/05 14:28:06 seb Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-XUpdate-LibXML-0.6.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-XUpdate-LibXML/ COMMENT= Simple implementation of XUpdate format based on and XML::LibXML +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-LibXML>=1.54:../../textproc/p5-XML-LibXML DEPENDS+= p5-XML-LibXML-Iterator-[0-9]*:../../textproc/p5-XML-LibXML-Iterator diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 75a57b0b758..68e4b225358 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/10/04 22:01:00 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= XML-Xerces-2.7.0-0 @@ -13,6 +13,7 @@ COMMENT= Validating XML parser API for Perl CONFLICTS+= XML-Xerces-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ CC=c++ diff --git a/textproc/p5-iCal-Parser/Makefile b/textproc/p5-iCal-Parser/Makefile index 3204bf9a63d..68f41c33b46 100644 --- a/textproc/p5-iCal-Parser/Makefile +++ b/textproc/p5-iCal-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/28 14:19:58 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:51 joerg Exp $ # DISTNAME= iCal-Parser-1.14 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RF/RFRANKEL/ COMMENT= Parse iCalendar files into a data structure +PKG_DESTDIR_SUPPORT= user-destdir + # PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/iCal/Parser/.packlist USE_LANGUAGES= # none diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index 687cc159998..b38320a83f3 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:51 joerg Exp $ DISTNAME= libxml-perl-0.08 PKGNAME= p5-libxml-0.08 @@ -14,6 +14,7 @@ COMMENT= Perl module collection for working with XML DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/libxml-perl/.packlist diff --git a/textproc/p5-native-hyperestraier/Makefile b/textproc/p5-native-hyperestraier/Makefile index 341479e2013..eeab37cf094 100644 --- a/textproc/p5-native-hyperestraier/Makefile +++ b/textproc/p5-native-hyperestraier/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2007/11/26 11:38:50 obache Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:51 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir .include "../../textproc/hyperestraier/Makefile.common" diff --git a/textproc/par/Makefile b/textproc/par/Makefile index 943640233d8..961ddac4b8d 100644 --- a/textproc/par/Makefile +++ b/textproc/par/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/01/07 09:14:13 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:51 joerg Exp $ DISTNAME= Par152 PKGNAME= par-1.52 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nicemice.net/par/ COMMENT= Paragraph reformatter, vaguely similar to fmt, but better +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_TARGET= INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 @@ -16,7 +18,7 @@ do-configure: (cd ${WRKSRC}; ${CP} protoMakefile Makefile) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/par.1 ${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/par ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/par.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" diff --git a/textproc/php-json/Makefile b/textproc/php-json/Makefile index 7ae6eaa8f1a..4360b71ef50 100644 --- a/textproc/php-json/Makefile +++ b/textproc/php-json/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/06 22:22:51 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:51 joerg Exp $ MODNAME= json PECL_VERSION= 1.2.1 CATEGORIES+= textproc COMMENT= PHP extension for JSON serialization support +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} .include "../../lang/php/ext.mk" diff --git a/textproc/php-pspell/Makefile b/textproc/php-pspell/Makefile index 2fdb28739a5..bd5afa34e93 100644 --- a/textproc/php-pspell/Makefile +++ b/textproc/php-pspell/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:51 joerg Exp $ MODNAME= pspell CATEGORIES+= textproc COMMENT= PHP extension for pspell support +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pspell-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell} diff --git a/textproc/php-wddx/Makefile b/textproc/php-wddx/Makefile index 8d996574fb9..0bb21336fb9 100644 --- a/textproc/php-wddx/Makefile +++ b/textproc/php-wddx/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2007/02/22 19:01:26 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:51 joerg Exp $ MODNAME= wddx CATEGORIES+= textproc COMMENT= PHP extension for WDDX support +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-wddx-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile index 38d206ac8fb..16e8230c9c8 100644 --- a/textproc/php4-domxml/Makefile +++ b/textproc/php4-domxml/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:51 joerg Exp $ MODNAME= domxml CATEGORIES+= textproc COMMENT= PHP4 extension for DOM support +PKG_DESTDIR_SUPPORT= user-destdir + PHP_VERSIONS_ACCEPTED= 4 CONFLICTS= php-domxml-[0-9]* diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile index 089ca7cca16..123eaf5aaab 100644 --- a/textproc/php4-xslt/Makefile +++ b/textproc/php4-xslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:51 joerg Exp $ MODNAME= xslt CATEGORIES+= textproc @@ -6,6 +6,8 @@ COMMENT= PHP4 extension for XSLT functions (Sablotron backend) PHP_VERSIONS_ACCEPTED= 4 +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-xslt-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} @@ -32,9 +34,10 @@ CONFIGURE_ARGS+= --with-iconv-dir PLIST_SRC+= ${.CURDIR}/PLIST.extras DOCDIR= ${PREFIX}/share/doc/${PKGBASE} +INSTALLATION_DIRS= ${DOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - cd ${WRKSRC}; ${INSTALL_DATA} README.XSLT-BACKENDS ${DOCDIR} + cd ${WRKSRC}; ${INSTALL_DATA} README.XSLT-BACKENDS ${DESTDIR}${DOCDIR} .include "../../lang/php/ext.mk" .include "../../textproc/sablotron/buildlink3.mk" diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile index 31e4f85f68e..49d363a4874 100644 --- a/textproc/php5-dom/Makefile +++ b/textproc/php5-dom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:51 joerg Exp $ MODNAME= dom CATEGORIES+= textproc @@ -6,6 +6,8 @@ COMMENT= PHP5 extension for DOM support CONFLICTS= php-dom-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --enable-${MODNAME} CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2} diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile index 08139324819..e5e89050b5d 100644 --- a/textproc/php5-xsl/Makefile +++ b/textproc/php5-xsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/09/05 20:15:45 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:51 joerg Exp $ MODNAME= xsl PKGREVISION= 1 @@ -7,6 +7,8 @@ COMMENT= PHP5 extension for XSLT functions CONFLICTS= php-xsl-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt} # uses symbols from DOM extension, so add explicit depends diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index 1bdcc562d62..2ec02731da8 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/06/04 22:10:11 tonnerre Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= po4a-0.23 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://alioth.debian.org/projects/po4a/ COMMENT= Tool for using gettext where it was not intended to be used +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext DEPENDS+= p5-SGMLS-[0-9]*:../../textproc/p5-SGMLS DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index e4c2551f692..9ea4d6235b0 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/06/29 23:41:54 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= postgresql_autodoc-1.30 @@ -10,6 +10,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.rbt.ca/autodoc/ COMMENT= Generate HTML, DOT, and XML description of database structure +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template @@ -20,4 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX:Q}/share CONFIGURE_ENV+= ac_cv_path_PERL=${PERL5:Q} +INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} \ + datadir=${DESTDIR}${PREFIX}/share/postgresql_autodoc + .include "../../mk/bsd.pkg.mk" diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile index ee14766af62..22763865181 100644 --- a/textproc/psgml-mode/Makefile +++ b/textproc/psgml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/09/13 22:21:42 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:52 joerg Exp $ DISTNAME= psgml-1.3.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-/-mode-/} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~lenst/about_psgml/ COMMENT= SGML/XML mode for Emacs +PKG_DESTDIR_SUPPORT= user-destdir + EMACS_MODULES+= base .include "../../mk/emacs.mk" @@ -23,12 +25,12 @@ INSTALLATION_DIRS+= ${EMACS_INFOPREFIX} ${EMACS_LISPPREFIX}/psgml-mode do-install: cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc \ - ${EMACS_LISPPREFIX:Q}/psgml-mode + ${DESTDIR}${EMACS_LISPPREFIX:Q}/psgml-mode ${INSTALL_DATA} ${WRKSRC:Q}/iso88591.map \ - ${EMACS_LISPPREFIX:Q}/psgml-mode + ${DESTDIR}${EMACS_LISPPREFIX:Q}/psgml-mode cd ${WRKSRC:Q}; for f in *.info *.info-[0-9]*; do \ ${TEST} ! -f "$$f" || \ - ${INSTALL_DATA} "$$f" ${EMACS_INFOPREFIX:Q}; \ + ${INSTALL_DATA} "$$f" ${DESTDIR}${EMACS_INFOPREFIX:Q}; \ done .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile index a70bdf0498e..f369a105a2f 100644 --- a/textproc/py-Excelerator/Makefile +++ b/textproc/py-Excelerator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/08 00:32:21 mjl Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= pyexcelerator-${VERSION} @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/pyexcelerator/ COMMENT= Python library for generating Excel 97/2000/XP/2003 files +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 24 25 @@ -20,14 +22,14 @@ EXTRACT_OPTS_ZIP=-aqo WRKSRC=${WRKDIR}/pyExcelerator-${VERSION} +INSTALLATION_DIRS= share/doc/py-Excelerator share/examples/py-Excelerator + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-Excelerator for f in CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt ; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/py-Excelerator/ ; \ + ${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/share/doc/py-Excelerator/ ; \ done - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-Excelerator for f in ${WRKSRC}/examples/*.py ${WRKSRC}/tools/*.py ; do \ - ${INSTALL_DATA} $$f ${PREFIX}/share/examples/py-Excelerator/ ; \ + ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/examples/py-Excelerator/ ; \ done .include "../../lang/python/extension.mk" diff --git a/textproc/py-FourSuite/Makefile b/textproc/py-FourSuite/Makefile index c3af4f3b50d..fa4beb39237 100644 --- a/textproc/py-FourSuite/Makefile +++ b/textproc/py-FourSuite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= 4Suite-0.12.0a3 @@ -11,6 +11,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://4suite.org/ COMMENT= XML processing tools +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= ${PYPKGPREFIX}-4Suite-* PYDISTUTILSPKG= yes diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile index 3ce3ca638b3..f6e226e9e53 100644 --- a/textproc/py-HappyDoc/Makefile +++ b/textproc/py-HappyDoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:52 joerg Exp $ DISTNAME= HappyDoc_r2_1 PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://happydoc.sourceforge.net/ COMMENT= Python tool to generate Python API documents +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/HappyDoc-r2_1 PYDISTUTILSPKG= # defined PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 diff --git a/textproc/py-Reverend/Makefile b/textproc/py-Reverend/Makefile index f337fad6cf9..f420732bf14 100644 --- a/textproc/py-Reverend/Makefile +++ b/textproc/py-Reverend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/10/04 22:01:00 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= Reverend-0.2.4 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://divmod.org/svn/Divmod/trunk/Reverend/ COMMENT= General purpose Bayesian classifier +PKG_DESTDIR_SUPPORT= user-destdir + NO_CONFIGURE= yes USE_LANGUAGES= # empty diff --git a/textproc/py-SimpleParse/Makefile b/textproc/py-SimpleParse/Makefile index 06081082995..f7909493237 100644 --- a/textproc/py-SimpleParse/Makefile +++ b/textproc/py-SimpleParse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= SimpleParse-2.0.0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://simpleparse.sourceforge.net/ COMMENT= Simple parser generator for mxTextTools text-tagging engine +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 23 diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile index 358e87154b6..b248c7c5ebd 100644 --- a/textproc/py-X/Makefile +++ b/textproc/py-X/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= PyX-0.9 @@ -7,6 +7,8 @@ PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/} +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin PYBINMODULE= yes @@ -25,12 +27,13 @@ SUBST_MESSAGE.conf= Fixing configuration files. SUBST_FILES.conf= setup.py SUBST_SED.conf+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" +INSTALLATION_DIRS= share/examples/PyX + pre-install: ${CP} ${WRKSRC}/pyxrc ${WRKSRC}/pyxrc.default - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/PyX post-install: - ${CP} ${WRKSRC}/pyxrc.default ${PREFIX}/share/examples/PyX/pyxrc + ${CP} ${WRKSRC}/pyxrc ${DESTDIR}${PREFIX}/share/examples/PyX/pyxrc .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" diff --git a/textproc/py-cmTemplate/Makefile b/textproc/py-cmTemplate/Makefile index 8a8493d095e..d51ef2aafee 100644 --- a/textproc/py-cmTemplate/Makefile +++ b/textproc/py-cmTemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/22 19:27:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= cmTemplate-0.3.2 @@ -10,18 +10,21 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.bouncingchairs.net/oss/ COMMENT= Simple and fast Python template engine +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= # empty PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py +INSTALLATION_DIRS= ${PYSITELIB} share/doc/${PYPKGPREFIX}-cmTemplate + do-build: ${PYTHONBIN} ${PYCOMPILEALL} -l ${WRKSRC} do-install: - ${INSTALL_DATA} ${WRKSRC}/cmTemplate.py ${PREFIX}/${PYSITELIB} - ${INSTALL_DATA} ${WRKSRC}/cmTemplate.pyc ${PREFIX}/${PYSITELIB} - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PYPKGPREFIX}-cmTemplate - ${INSTALL_DATA} ${WRKSRC}/doc/cmTemplate.html ${PREFIX}/share/doc/${PYPKGPREFIX}-cmTemplate + ${INSTALL_DATA} ${WRKSRC}/cmTemplate.py ${DESTDIR}${PREFIX}/${PYSITELIB} + ${INSTALL_DATA} ${WRKSRC}/cmTemplate.pyc ${DESTDIR}${PREFIX}/${PYSITELIB} + ${INSTALL_DATA} ${WRKSRC}/doc/cmTemplate.html ${DESTDIR}${PREFIX}/share/doc/${PYPKGPREFIX}-cmTemplate .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile index 06a80cb4931..bf63b118a07 100644 --- a/textproc/py-csv/Makefile +++ b/textproc/py-csv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= csv-1.0 @@ -10,6 +10,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.object-craft.com.au/projects/csv/ COMMENT= CSV reading module for Python +PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PYBINMODULE= yes diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 81afe348380..5dac96c8f31 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= feedparser-4.1 @@ -12,6 +12,8 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://feedparser.org/ COMMENT= Parse RSS and Atom feeds in Python +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} PYDISTUTILSPKG= yes diff --git a/textproc/py-gdick/Makefile b/textproc/py-gdick/Makefile index 92fb28c6615..9034f723c5a 100644 --- a/textproc/py-gdick/Makefile +++ b/textproc/py-gdick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:52 joerg Exp $ DISTNAME= gdick-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://gdick.sourceforge.net/ COMMENT= English-Korean Dictionary Client for GNOME2 +PKG_DESTDIR_SUPPORT= user-destdir + PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= yes diff --git a/textproc/py-gnosis-utils/Makefile b/textproc/py-gnosis-utils/Makefile index 465802e5994..c96332017ed 100644 --- a/textproc/py-gnosis-utils/Makefile +++ b/textproc/py-gnosis-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= Gnosis_Utils-1.1.1 @@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://gnosis.cx/download/ COMMENT= Classes for working with XML +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 6ff406667e8..7762119ff51 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/06/01 04:52:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= html2text-2.3 @@ -11,6 +11,8 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.aaronsw.com/2002/html2text/ COMMENT= Convert HTML into easy-to-read plain ASCII text +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} USE_TOOLS+= tr @@ -25,7 +27,7 @@ do-extract: > ${WRKSRC}/html2text.py do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/html2text.py ${PREFIX}/share/html2text + ${INSTALL_SCRIPT} ${WRKSRC}/html2text.py ${DESTDIR}${PREFIX}/share/html2text .include "../../lang/python/pyversion.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index 45a95cd8db7..c2a2b9d853f 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/05/26 02:13:24 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= xp @@ -12,21 +12,23 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://www.jclark.com/xml/ COMMENT= James Clark's non-validating XML Parser for Java +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pax unzip EXTRACT_ONLY= # empty USE_JAVA= run NO_CONFIGURE= yes NO_BUILD= yes +INSTALLATION_DIRS= lib/java share/doc/java/xp + post-extract: cd ${WRKDIR} && unzip -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${RM} -r ${WRKDIR}/docs/api/CVS ${WRKDIR}/docs/api/images/CVS do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/java - ${INSTALL_DATA} ${WRKDIR}/xp.jar ${PREFIX}/lib/java - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java/xp - cd ${WRKDIR}/docs && pax -rw -pp . ${PREFIX}/share/doc/java/xp + ${INSTALL_DATA} ${WRKDIR}/xp.jar ${DESTDIR}${PREFIX}/lib/java + cd ${WRKDIR}/docs && pax -rw -pp . ${DESTDIR}${PREFIX}/share/doc/java/xp .include "../../mk/java-vm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index dbf899ad0de..a7d6fccd1a0 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/09/19 21:13:12 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= xt @@ -12,6 +12,8 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://www.jclark.com/xml/ COMMENT= James Clark's Java implementation of XSLT +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= XP-[0-9]*:../../textproc/xp EXTRACT_ONLY= # empty @@ -20,18 +22,17 @@ USE_TOOLS+= unzip pax NO_CONFIGURE= yes NO_BUILD= yes +INSTALLATION_DIRS= lib/java share/doc/java/xt share/examples/java/xt + post-extract: cd ${WRKDIR} && unzip -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/java - ${INSTALL_DATA} ${WRKDIR}/xt.jar ${PREFIX}/lib/java - ${INSTALL_DATA} -c ${WRKDIR}/sax.jar ${PREFIX}/lib/java - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java/xt - ${INSTALL_DATA} -c ${WRKDIR}/copying.txt ${PREFIX}/share/doc/java/xt - ${INSTALL_DATA} -c ${WRKDIR}/xt.htm ${PREFIX}/share/doc/java/xt - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/java/xt - cd ${WRKDIR}/demo && pax -rw -pp . ${PREFIX}/share/examples/java/xt + ${INSTALL_DATA} ${WRKDIR}/xt.jar ${DESTDIR}${PREFIX}/lib/java + ${INSTALL_DATA} -c ${WRKDIR}/sax.jar ${DESTDIR}${PREFIX}/lib/java + ${INSTALL_DATA} -c ${WRKDIR}/copying.txt ${DESTDIR}${PREFIX}/share/doc/java/xt + ${INSTALL_DATA} -c ${WRKDIR}/xt.htm ${DESTDIR}${PREFIX}/share/doc/java/xt + cd ${WRKDIR}/demo && pax -rw -pp . ${DESTDIR}${PREFIX}/share/examples/java/xt .include "../../mk/java-vm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/anacron/Makefile b/time/anacron/Makefile index 068af17010e..d3e1b56196c 100644 --- a/time/anacron/Makefile +++ b/time/anacron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:14 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= anacron-2.3 @@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://anacron.sourceforge.net/ COMMENT= Periodic command scheduler +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" @@ -52,11 +54,13 @@ OWN_DIRS= /var/spool/anacron RCD_SCRIPTS= anacron -INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin +INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin ${EGDIR} + +INSTALL_MAKE_FLAGS= BINDIR=${DESTDIR}${PREFIX}/sbin \ + MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} post-install: - ${INSTALL_DATA_DIR} ${EGDIR} - ${INSTALL_DATA} ${FILESDIR}/anacrontab.FreeBSD ${EGDIR} - ${INSTALL_DATA} ${FILESDIR}/anacrontab.NetBSD ${EGDIR} + ${INSTALL_DATA} ${FILESDIR}/anacrontab.FreeBSD ${DESTDIR}${EGDIR} + ${INSTALL_DATA} ${FILESDIR}/anacrontab.NetBSD ${DESTDIR}${EGDIR} .include "../../mk/bsd.pkg.mk" diff --git a/time/bbdate/Makefile b/time/bbdate/Makefile index 2b2748f325a..c39403fdd9e 100644 --- a/time/bbdate/Makefile +++ b/time/bbdate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/01/03 14:37:03 obache Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= bbdate-0.2.4 @@ -10,6 +10,8 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=3 COMMENT= Display the current date +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ diff --git a/time/cairo-clock/Makefile b/time/cairo-clock/Makefile index 552e969c2c7..03034f2e137 100644 --- a/time/cairo-clock/Makefile +++ b/time/cairo-clock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/03/06 14:53:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= cairo-clock_0.3.3-1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://macslow.thepimp.net/?page_id=23 COMMENT= Analog clock drawn with vector-graphics +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/cairo-clock-0.3.3 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/time/catclock/Makefile b/time/catclock/Makefile index b9d2e909b07..efdfc7e0b19 100644 --- a/time/catclock/Makefile +++ b/time/catclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= catclock @@ -14,6 +14,8 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Variant of the MIT xclock with a "cat" mode +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= yes post-patch: diff --git a/time/evolution-webcal/Makefile b/time/evolution-webcal/Makefile index 22d32b2522c..2c68e43ba50 100644 --- a/time/evolution-webcal/Makefile +++ b/time/evolution-webcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/04/30 13:38:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= evolution-webcal-2.12.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.novell.com/products/desktop/features/evolution.html COMMENT= GNOME URL handler for web-published iCal calendar files +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/time/p5-Rose-DateTime/Makefile b/time/p5-Rose-DateTime/Makefile index 63dc02aebac..49d63f4dc1e 100644 --- a/time/p5-Rose-DateTime/Makefile +++ b/time/p5-Rose-DateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:52 joerg Exp $ DISTNAME= Rose-DateTime-0.532 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= abs@absd.org HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/ COMMENT= DateTime helper functions and objects for Rose +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Rose-Object>=0.82:../../devel/p5-Rose-Object DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime diff --git a/time/p5-Schedule-Cron-Events/Makefile b/time/p5-Schedule-Cron-Events/Makefile index b4f09b368f3..50348633da4 100644 --- a/time/p5-Schedule-Cron-Events/Makefile +++ b/time/p5-Schedule-Cron-Events/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:35 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:52 joerg Exp $ DISTNAME= Schedule-Cron-Events-1.8 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= epg@NetBSD.org COMMENT= Perl module to find when crontab events will occur PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Schedule/Cron/Events/.packlist diff --git a/time/p5-Time-Duration/Makefile b/time/p5-Time-Duration/Makefile index 1ea830c27c9..e272d7191e0 100644 --- a/time/p5-Time-Duration/Makefile +++ b/time/p5-Time-Duration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:52 joerg Exp $ DISTNAME= Time-Duration-1.04 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~avif/Time-Duration-1.04/Duration.pm COMMENT= Perl5 module for rounded or exact English expression of durations +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Time/Duration/.packlist .include "../../lang/perl5/module.mk" diff --git a/time/p5-Time-Format/Makefile b/time/p5-Time-Format/Makefile index 37aa7770296..0f081d9a12e 100644 --- a/time/p5-Time-Format/Makefile +++ b/time/p5-Time-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 15:08:44 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= Time-Format-1.02 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/ COMMENT= Easy-to-use date/time formatting +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Time/Format/.packlist diff --git a/time/p5-Time-Interval/Makefile b/time/p5-Time-Interval/Makefile index 69e376e2674..5e22ca20a21 100644 --- a/time/p5-Time-Interval/Makefile +++ b/time/p5-Time-Interval/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 16:02:12 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= Time-Interval-1.22 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/ COMMENT= Converts time intervals of days, hours, minutes, and seconds +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime PERL5_PACKLIST= auto/Time/Interval/.packlist diff --git a/time/p5-Time-Period/Makefile b/time/p5-Time-Period/Makefile index 025fc7fdd89..e9f508db179 100644 --- a/time/p5-Time-Period/Makefile +++ b/time/p5-Time-Period/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/02/22 19:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:53 joerg Exp $ DISTNAME= Period-1.20 PKGNAME= p5-Time-${DISTNAME} @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PR/PRYAN/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module to deal with time periods +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Time/Period/.packlist .include "../../lang/perl5/module.mk" diff --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile index 39a0286edf0..e5eda73394c 100644 --- a/time/p5-Time-Piece/Makefile +++ b/time/p5-Time-Piece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/02/27 13:13:49 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:53 joerg Exp $ DISTNAME= Time-Piece-1.11 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Time-Piece/ COMMENT= Time::Piece - Object Oriented time objects PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Time/Piece/.packlist diff --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile index 2d36bc7eddf..8edb326d5c1 100644 --- a/time/p5-Time-TAI64/Makefile +++ b/time/p5-Time-TAI64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/11 16:08:16 kleink Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:53 joerg Exp $ DISTNAME= Time-TAI64-2.11 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/ COMMENT= Convert TAI64 strings into standard unix timestamps +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes diff --git a/time/p5-Time/Makefile b/time/p5-Time/Makefile index b239e53d56c..3cf1e419d35 100644 --- a/time/p5-Time/Makefile +++ b/time/p5-Time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:52 joerg Exp $ DISTNAME= Time-modules-2003.1126 PKGNAME= p5-${DISTNAME:S/modules-//} @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 functions to convert and use time variables +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Time-modules/.packlist .include "../../lang/perl5/module.mk" diff --git a/time/pcal/Makefile b/time/pcal/Makefile index 1c32bce888a..b731c5ad880 100644 --- a/time/pcal/Makefile +++ b/time/pcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/01/07 09:14:14 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= pcal-4.7 @@ -11,6 +11,8 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://pcal.sourceforge.net/ COMMENT= PostScript calendar program +PKG_DESTDIR_SUPPORT= user-destdir + HTDOCS= ${PREFIX}/share/httpd/htdocs CGIBINDIR= ${PREFIX}/libexec/cgi-bin WWWSERVER= ${HOSTNAME_CMD:sh} @@ -21,7 +23,7 @@ MAKE_ENV+= CC=${CC:Q} HOST_CC=${CC:Q} BUILD_TARGET= pcal -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/pcal ${HTDOCS} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/pcal ${HTDOCS} ${CGIBINDIR} pre-install: ${MV} ${WRKSRC}/pcal.cgi ${WRKSRC}/pcal.cgi.tmp @@ -35,12 +37,11 @@ pre-install: < ${WRKSRC}/pcalw.html.tmp > ${WRKSRC}/pcalw.html do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pcal ${PREFIX}/bin - ${INSTALL_SCRIPT_DIR} ${CGIBINDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/pcal.cgi ${CGIBINDIR} - ${INSTALL_MAN} ${WRKSRC}/pcal.man ${PREFIX}/${PKGMANDIR}/man1/pcal.1 - ${INSTALL_DATA} ${WRKSRC}/ReadMe ${PREFIX}/share/doc/pcal/ReadMe - ${INSTALL_DATA} ${WRKSRC}/pcal.html ${HTDOCS} - ${INSTALL_DATA} ${WRKSRC}/pcalw.html ${HTDOCS} + ${INSTALL_PROGRAM} ${WRKSRC}/pcal ${DESTDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/pcal.cgi ${DESTDIR}${CGIBINDIR} + ${INSTALL_MAN} ${WRKSRC}/pcal.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pcal.1 + ${INSTALL_DATA} ${WRKSRC}/ReadMe ${DESTDIR}${PREFIX}/share/doc/pcal/ReadMe + ${INSTALL_DATA} ${WRKSRC}/pcal.html ${DESTDIR}${HTDOCS} + ${INSTALL_DATA} ${WRKSRC}/pcalw.html ${DESTDIR}${HTDOCS} .include "../../mk/bsd.pkg.mk" diff --git a/time/pclock/Makefile b/time/pclock/Makefile index b19324ae78c..c11a1fe9018 100644 --- a/time/pclock/Makefile +++ b/time/pclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/12/27 13:37:40 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= pclock_0.13.1.orig @@ -10,16 +10,18 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/pclock/} MAINTAINER= salo@NetBSD.org COMMENT= Simple analog clock designed for Window Maker +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.orig MAKE_ENV+= LN=${LN:Q} +INSTALLATION_DIRS= bin share/pclock share/doc/pclock + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/pclock - ${INSTALL_DATA} ${WRKSRC}/XPM/* ${PREFIX}/share/pclock/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pclock - ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/pclock - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pclock + ${INSTALL_DATA} ${WRKSRC}/XPM/* ${DESTDIR}${PREFIX}/share/pclock/ + ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DESTDIR}${PREFIX}/share/doc/pclock + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pclock .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" diff --git a/time/pclock/distinfo b/time/pclock/distinfo index c84e5ab5f33..89e11594267 100644 --- a/time/pclock/distinfo +++ b/time/pclock/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 19:14:55 wiz Exp $ +$NetBSD: distinfo,v 1.4 2008/06/12 02:14:53 joerg Exp $ SHA1 (pclock_0.13.1.orig.tar.gz) = 35c88a5faed28231703ddc1073af98a18e947e0f RMD160 (pclock_0.13.1.orig.tar.gz) = 110bc42c255712cda0ef299ae8cec3180969b909 Size (pclock_0.13.1.orig.tar.gz) = 53043 bytes -SHA1 (patch-aa) = f3932c99dbc198ebc24e602eb1d68122447d0984 +SHA1 (patch-aa) = 7f41fcb6e4bae008553c242b6fd18241203cfeaf diff --git a/time/pclock/patches/patch-aa b/time/pclock/patches/patch-aa index d515da25179..6aba95bcf53 100644 --- a/time/pclock/patches/patch-aa +++ b/time/pclock/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2004/01/01 16:22:22 salo Exp $ +$NetBSD: patch-aa,v 1.3 2008/06/12 02:14:53 joerg Exp $ --- src/Makefile.orig Thu Nov 25 21:57:58 1999 +++ src/Makefile Tue Aug 20 02:36:32 2002 @@ -26,7 +26,7 @@ $NetBSD: patch-aa,v 1.2 2004/01/01 16:22:22 salo Exp $ install: all - install -s -m 111 -o bin -g bin $(PROG) $(BINDIR) -+ ${BSD_INSTALL_PROGRAM} $(PROG) $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} $(PROG) ${DESTDIR}$(BINDIR) clean: rm -f *.o Makefile.bak Default.xpm *~ #* diff --git a/time/pear-Date/Makefile b/time/pear-Date/Makefile index c551bd84510..4d66662807c 100644 --- a/time/pear-Date/Makefile +++ b/time/pear-Date/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/09/05 19:51:41 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:53 joerg Exp $ DISTNAME= Date-1.4.7 CATEGORIES= time @@ -6,6 +6,8 @@ CATEGORIES= time MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP Date and Time Zone Classes +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pear-Date-[0-9]* .include "../../lang/php/pear.mk" diff --git a/time/phoon/Makefile b/time/phoon/Makefile index 4ebeb5400fd..48950c41717 100644 --- a/time/phoon/Makefile +++ b/time/phoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 19:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= phoon_01apr1995 @@ -10,6 +10,8 @@ MAINTAINER= is@NetBSD.org HOMEPAGE= http://www.acme.com/software/phoon/ COMMENT= Show phase of the moon on ASCII terminal +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/phoon .include "../../mk/bsd.prefs.mk" @@ -19,4 +21,6 @@ WRKSRC= ${WRKDIR}/phoon MAKE_FLAGS+= DEFINES=-DSYSV .endif +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + .include "../../mk/bsd.pkg.mk" diff --git a/time/phoon/distinfo b/time/phoon/distinfo index 1df1473de0d..e341eabaf8c 100644 --- a/time/phoon/distinfo +++ b/time/phoon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 19:14:55 wiz Exp $ +$NetBSD: distinfo,v 1.4 2008/06/12 02:14:53 joerg Exp $ SHA1 (phoon_01apr1995.tar.gz) = b0e81c9cd6f1d332bc25340c12e1f0fcc274c8b5 RMD160 (phoon_01apr1995.tar.gz) = e5521bc9a78b34070f5072a112bf99d59f3ed7ac Size (phoon_01apr1995.tar.gz) = 15769 bytes -SHA1 (patch-aa) = 0f449ed1994d54cea9db0d727c646ff03b94e4fc +SHA1 (patch-aa) = 67f2d1bfafe860df4f8dbb1fcf3d6356a58b8278 diff --git a/time/phoon/patches/patch-aa b/time/phoon/patches/patch-aa index 582f5d4bf54..454613512d3 100644 --- a/time/phoon/patches/patch-aa +++ b/time/phoon/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2001/11/10 19:53:46 is Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/12 02:14:53 joerg Exp $ diff -r -u phoon.orig/Makefile Makefile --- phoon.orig/Makefile Sat Nov 11 20:57:08 1995 +++ Makefile Sat Nov 10 20:10:33 2001 @@ -31,8 +31,8 @@ diff -r -u phoon.orig/Makefile Makefile - cp phoon $(BINDIR) - rm -f $(MANDIR)/phoon.1 - cp phoon.1 $(MANDIR) -+ ${BSD_INSTALL_PROGRAM} phoon $(BINDIR) -+ ${BSD_INSTALL_MAN} phoon.1 $(MANDIR) ++ ${BSD_INSTALL_PROGRAM} phoon ${DESTDIR}$(BINDIR) ++ ${BSD_INSTALL_MAN} phoon.1 ${DESTDIR}$(MANDIR) clean: rm -f phoon *.o a.out core diff --git a/time/plan/Makefile b/time/plan/Makefile index 37e6e441a7c..7d45dcb357d 100644 --- a/time/plan/Makefile +++ b/time/plan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/12/02 08:32:25 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:53 joerg Exp $ DISTNAME= plan-1.9 CATEGORIES= x11 time @@ -8,12 +8,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://me.in-berlin.de/~bitrot/plan.html COMMENT= Schedule planner based on X/Motif +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_TOOLS+= yacc lex USE_X11BASE= YES BUILD_TARGET= ${LOWER_OPSYS} -INSTALLATION_DIRS= ${PKGMANDIR}/man4 +INSTALLATION_DIRS= libexec/plan ${PKGMANDIR}/man1 ${PKGMANDIR}/man4 \ + share/plan/holiday .include "../../mk/bsd.prefs.mk" @@ -29,15 +32,12 @@ post-configure: .endif pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/libexec/plan - ${INSTALL_DATA_DIR} ${PREFIX}/share/plan - ${INSTALL_DATA_DIR} ${PREFIX}/share/plan/holiday ${RM} -f ${WRKDIR}/${DISTNAME}/holiday/holiday_*.orig for f in ${WRKDIR}/${DISTNAME}/holiday/holiday_*; do \ - ${INSTALL_DATA} $$f ${PREFIX}/share/plan/holiday/; \ + ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/plan/holiday/; \ done for f in HISTORY README; do \ - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/$$f ${PREFIX}/share/plan; \ + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/$$f ${DESTDIR}${PREFIX}/share/plan; \ done .include "../../mk/motif.buildlink3.mk" diff --git a/time/planner/Makefile b/time/planner/Makefile index f0e5f3072c0..8f1cc0adf67 100644 --- a/time/planner/Makefile +++ b/time/planner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/04/30 13:38:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= planner-0.14.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://live.gnome.org/Planner COMMENT= Project management tool for the GNOME desktop +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes diff --git a/time/polclock/Makefile b/time/polclock/Makefile index 4e3383eac26..be2a40148e3 100644 --- a/time/polclock/Makefile +++ b/time/polclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/12/27 13:37:40 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= polclock-1.11 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.daionet.gr.jp/~masa/glclock/ COMMENT= Digital clock with some nice graphics effects +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= yes .include "../../x11/libX11/buildlink3.mk" diff --git a/time/projclock/Makefile b/time/projclock/Makefile index b3f5323df6a..306a0829435 100644 --- a/time/projclock/Makefile +++ b/time/projclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= pclock0.7 @@ -15,9 +15,12 @@ COMMENT= Time management software DEPENDS+= tk>=8.3.4:../../x11/tk PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/projclock NO_CONFIGURE= yes NO_BUILD= yes +INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} + .include "../../mk/bsd.pkg.mk" diff --git a/time/ptimetracker/Makefile b/time/ptimetracker/Makefile index af52405df1e..feb412a675a 100644 --- a/time/ptimetracker/Makefile +++ b/time/ptimetracker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/01/07 09:14:14 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:53 joerg Exp $ DISTNAME= ptimetracker-1.7.3 PKGREVISION= 3 @@ -9,6 +9,8 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://www.eggtart.plus.com/ptt/ COMMENT= Keep track of the time spent on projects +PKG_DESTDIR_SUPPORT= user-destdir + # USE_GNOME= gnomehack gnomeprefix libgtkhtml libgnomeui USE_LANGUAGES= c++ USE_TOOLS+= gmake @@ -19,8 +21,8 @@ do-configure: cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile ptt.pro do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ptimetracker ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/ptimetracker.1 ${PREFIX}/${PKGMANDIR}/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/ptimetracker ${DESTDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/ptimetracker.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ .include "../../x11/qt3-libs/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index c57a08189a7..82f2b4f7db1 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= python-dateutil-1.2 @@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://labix.org/python-dateutil COMMENT= Extensions to the standard datetime module +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 7e12bedaa5e..34aab53a893 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= egenix-mx-base-2.0.6 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.egenix.com/files/python/mxDateTime.html COMMENT= Python extension that provides types and conversions for dates +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PYBINMODULE= yes PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 diff --git a/wm/9wm/Makefile b/wm/9wm/Makefile index 2eaa56336ad..5cbc4ca1cc2 100644 --- a/wm/9wm/Makefile +++ b/wm/9wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/12/27 13:37:40 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:53 joerg Exp $ DISTNAME= 9wm-1.1 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dhog.g7.org/dhog/9wm.html COMMENT= 8 1/2-like Window Manager for X +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} USE_IMAKE= yes diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile index 695200442e6..a001af8be40 100644 --- a/wm/aewm++/Makefile +++ b/wm/aewm++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/02/01 17:45:36 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= aewm++-1.0.24 @@ -11,8 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sapphire.sourceforge.net/ COMMENT= Fork of the popular minimal window manager aewm +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + .include "../../x11/libXext/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/amaterus/Makefile b/wm/amaterus/Makefile index 55470977b2f..7d58dc0b92d 100644 --- a/wm/amaterus/Makefile +++ b/wm/amaterus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/01/08 15:01:17 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:53 joerg Exp $ DISTNAME= amaterus-0.34.1 PKGREVISION= 5 @@ -9,12 +9,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.taiyaki.org/ COMMENT= GTK+ window manager +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES +INSTALLATION_DIRS= share/doc/amaterus post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amaterus - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amaterus - ${INSTALL_DATA} ${WRKSRC}/README.en ${PREFIX}/share/doc/amaterus + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/amaterus + ${INSTALL_DATA} ${WRKSRC}/README.en ${DESTDIR}${PREFIX}/share/doc/amaterus .include "../../textproc/libxml/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index 47fe89c5732..ffb57f89118 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/04/25 02:16:11 reed Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= amiwm0.20pl48 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html COMMENT= X window manager with Amiga look and feel +PKG_DESTDIR_SUPPORT= user-destdir + LICENSE= amiwm-license RESTRICTED= Restrictive copyright (non-commerical use only) NO_SRC_ON_CDROM= ${RESTRICTED} @@ -31,6 +33,11 @@ CONFIGURE_ENV+= X_EXTRA_LIBS=-lXt X_PRE_LIBS= ${COMPILER_RPATH_FLAG}${X11BASE}/lib FIX_RPATH+= X_PRE_LIBS +INSTALLATION_DIRS= bin + +INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ + mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} + .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" diff --git a/wm/bbconf/Makefile b/wm/bbconf/Makefile index 37e67febc74..f49234852a1 100644 --- a/wm/bbconf/Makefile +++ b/wm/bbconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/07/19 19:14:39 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= bbconf-1.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bbconf.sourceforge.net/ COMMENT= Configuration tool for the blackbox window manager +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile index a369a6046e4..d789f72d851 100644 --- a/wm/bbkeys/Makefile +++ b/wm/bbkeys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/02/01 23:11:33 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= bbkeys-0.8.6 @@ -10,6 +10,8 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://bbkeys.sourceforge.net/ COMMENT= General X Window keygrabber +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= bbkeys09-* GNU_CONFIGURE= YES diff --git a/wm/bbkeys09/Makefile b/wm/bbkeys09/Makefile index db55a196090..af58a35b957 100644 --- a/wm/bbkeys09/Makefile +++ b/wm/bbkeys09/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/01 23:29:07 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= bbkeys-0.9.0 @@ -10,6 +10,8 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://bbkeys.sourceforge.net/ COMMENT= General X Window keygrabber +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= bbkeys<=0.9 GNU_CONFIGURE= YES diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile index 9710cd32408..58b8b33f0cb 100644 --- a/wm/blackbox/Makefile +++ b/wm/blackbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/02/01 22:08:35 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= blackbox-0.65.0 @@ -10,6 +10,8 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://blackboxwm.sourceforge.net/ COMMENT= Small and fast X11R6 window manager +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot CONFLICTS+= blackbox70>=0.70.1 diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile index 4783b5aec80..281e18a2b64 100644 --- a/wm/blackbox70/Makefile +++ b/wm/blackbox70/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/01/14 02:04:58 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= blackbox-0.70.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://blackboxwm.sourceforge.net/ COMMENT= Small and fast X11R6 window manager +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= bsetroot-* CONFLICTS+= blackbox-* diff --git a/wm/ccsm/Makefile b/wm/ccsm/Makefile index 76889fa0a3b..adbbb2c0780 100644 --- a/wm/ccsm/Makefile +++ b/wm/ccsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/13 20:13:06 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= ccsm-0.6.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= CompizConfig Settings Manager +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config gmake USE_DIRS+= xdg-1.1 diff --git a/wm/compiz-fusion-plugins-extra/Makefile b/wm/compiz-fusion-plugins-extra/Makefile index 1190853e1f9..a262cb62803 100644 --- a/wm/compiz-fusion-plugins-extra/Makefile +++ b/wm/compiz-fusion-plugins-extra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/14 18:05:11 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= compiz-fusion-plugins-extra-0.6.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Compositing window manager - extra plugins +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= intltool pkg-config msgfmt gmake USE_PKGLOCALEDIR= yes diff --git a/wm/compiz-fusion-plugins-main/Makefile b/wm/compiz-fusion-plugins-main/Makefile index b5655715932..65749962c8d 100644 --- a/wm/compiz-fusion-plugins-main/Makefile +++ b/wm/compiz-fusion-plugins-main/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/14 18:05:11 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= compiz-fusion-plugins-main-0.6.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Compositing window manager - main plugins +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= intltool pkg-config msgfmt gmake USE_PKGLOCALEDIR= yes diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile index ea26dd6ac29..295204ce7ce 100644 --- a/wm/cwm/Makefile +++ b/wm/cwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/12/27 13:37:41 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= cwm-3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://monkey.org/~marius/cwm/ COMMENT= Window manager for X11 initially inspired by evilwm +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config diff --git a/wm/e16menuedit2/Makefile b/wm/e16menuedit2/Makefile index 18e4ebb799c..c241fa2c669 100644 --- a/wm/e16menuedit2/Makefile +++ b/wm/e16menuedit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/09/21 13:04:25 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= e16menuedit2-0.0.3 @@ -10,6 +10,8 @@ MAINTAINER= chriswareham@chriswareham.demon.co.uk HOMEPAGE= http://www.enlightenment.org/ COMMENT= Menu editor for the Enlightenment window manager +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= enlightenment-0.16.*:../../wm/enlightenment BROKEN_GETTEXT_DETECTION= yes diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile index 99ae35ec798..2125a7516c2 100644 --- a/wm/enlightenment/Makefile +++ b/wm/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/07/04 07:39:33 dsieger Exp $ +# $NetBSD: Makefile,v 1.41 2008/06/12 02:14:54 joerg Exp $ DISTNAME= e16-0.16.8.8 PKGNAME= ${DISTNAME:S/e16/enlightenment/} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://enlightenment.org/ COMMENT= Highly themeable and configurable window manager +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= bison perl:run pkg-config USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index 923bef345bf..9673e0528d6 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/01/10 23:08:22 dan Exp $ +# $NetBSD: Makefile,v 1.28 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= evilwm-1.0.0 @@ -9,15 +9,16 @@ MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://www.6809.org.uk/evilwm/ COMMENT= Minimalist Window Manager for X -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/evilwm do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/evilwm ${PREFIX}/bin/evilwm - ${INSTALL_MAN} ${WRKSRC}/evilwm.1 ${PREFIX}/${PKGMANDIR}/man1/evilwm.1 - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/evilwm + ${INSTALL_PROGRAM} ${WRKSRC}/evilwm ${DESTDIR}${PREFIX}/bin/evilwm + ${INSTALL_MAN} ${WRKSRC}/evilwm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/evilwm.1 for docfile in ChangeLog README TODO; \ do \ - ${INSTALL_DATA} ${WRKSRC}/$$docfile ${PREFIX}/share/doc/evilwm/; \ + ${INSTALL_DATA} ${WRKSRC}/$$docfile ${DESTDIR}${PREFIX}/share/doc/evilwm/; \ done .include "../../x11/libXext/buildlink3.mk" diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index e6e40c03171..af92bcbe75b 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2007/11/04 15:34:08 rillig Exp $ +# $NetBSD: Makefile,v 1.47 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= fluxbox-1.0.0 @@ -11,6 +11,8 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://fluxbox.sourceforge.net/ COMMENT= Window Manager for X based on Blackbox +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_TOOLS+= gmake diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index d96da57d146..e0fdd09b0e7 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/05/25 21:23:26 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= pekwm-0.1.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pekwm.org/trac COMMENT= Window manager based on aewm++ +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake perl:run USE_LANGUAGES= c c++ diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile index df65a379db9..3a348598247 100644 --- a/wm/pwm/Makefile +++ b/wm/pwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2007/06/15 05:12:05 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= pwm-20060517 @@ -11,6 +11,7 @@ HOMEPAGE= http://modeemi.fi/~tuomov/ion/pwm.html COMMENT= Window manager that frames multiple client windows in a single frame PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ion<=20040729nb2 @@ -35,7 +36,7 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor post-install: - ${INSTALL_DATA} ${FILESDIR}/look-cdelike.conf ${EGDIR} + ${INSTALL_DATA} ${FILESDIR}/look-cdelike.conf ${DESTDIR}${EGDIR} .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/pwm/distinfo b/wm/pwm/distinfo index 2b182d3b802..cf1fddf749d 100644 --- a/wm/pwm/distinfo +++ b/wm/pwm/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2006/06/02 11:21:28 salo Exp $ +$NetBSD: distinfo,v 1.18 2008/06/12 02:14:54 joerg Exp $ SHA1 (pwm-20060517.tar.gz) = d69dd232e07c20a053d1eec92355ee5134a422b3 RMD160 (pwm-20060517.tar.gz) = a2df30c1a4b68b569b5c9e3ec3a8c4ff003714ab Size (pwm-20060517.tar.gz) = 153106 bytes -SHA1 (patch-aa) = 7566f850cc680017c388269316d7dec1296e1684 +SHA1 (patch-aa) = 991d7871bc2f804163483cce9935c4e8c914d7d4 SHA1 (patch-ac) = 793f1348e45a6ee3e21b5fa5ff02b00d1dd48ef1 SHA1 (patch-af) = 1f302ae3b78c436bd5170dea55e77e8e00f789d0 SHA1 (patch-ag) = ed5df2ddc4b4061c66f7599ac1f787a5d78dd778 diff --git a/wm/pwm/patches/patch-aa b/wm/pwm/patches/patch-aa index 76dd7827d76..248f3d8a07f 100644 --- a/wm/pwm/patches/patch-aa +++ b/wm/pwm/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.6 2003/08/12 06:44:37 jlam Exp $ +$NetBSD: patch-aa,v 1.7 2008/06/12 02:14:54 joerg Exp $ --- Makefile.orig Wed May 28 14:58:16 2003 +++ Makefile Wed Jul 16 03:44:16 2003 @@ -33,15 +33,15 @@ $NetBSD: patch-aa,v 1.6 2003/08/12 06:44:37 jlam Exp $ - echo "Installing sample configuration file $(ETCDIR)/pwm/pwm.conf"; \ - $(INSTALL) -m $(DATA_MODE) etc/pwm/sample.conf $(ETCDIR)/pwm/pwm.conf; \ - fi -+ $(BSD_INSTALL_PROGRAM_DIR) $(BINDIR) -+ $(BSD_INSTALL_PROGRAM) pwm $(BINDIR) -+ $(BSD_INSTALL_MAN_DIR) $(MANDIR)/man1 -+ $(BSD_INSTALL_MAN) pwm.1x $(MANDIR)/man1/pwm.1 -+ $(BSD_INSTALL_DATA_DIR) $(DOCDIR)/pwm -+ $(BSD_INSTALL_DATA) config.txt LICENSE $(DOCDIR)/pwm -+ $(BSD_INSTALL_DATA_DIR) $(ETCDIR)/pwm -+ $(BSD_INSTALL_DATA) etc/pwm/*-*.conf $(ETCDIR)/pwm -+ $(BSD_INSTALL_DATA) etc/pwm/sample.conf $(ETCDIR)/pwm/pwm.conf.default ++ $(BSD_INSTALL_PROGRAM_DIR) ${DESTDIR}$(BINDIR) ++ $(BSD_INSTALL_PROGRAM) pwm ${DESTDIR}$(BINDIR) ++ $(BSD_INSTALL_MAN_DIR) ${DESTDIR}$(MANDIR)/man1 ++ $(BSD_INSTALL_MAN) pwm.1x ${DESTDIR}$(MANDIR)/man1/pwm.1 ++ $(BSD_INSTALL_DATA_DIR) ${DESTDIR}$(DOCDIR)/pwm ++ $(BSD_INSTALL_DATA) config.txt LICENSE ${DESTDIR}$(DOCDIR)/pwm ++ $(BSD_INSTALL_DATA_DIR) ${DESTDIR}$(ETCDIR)/pwm ++ $(BSD_INSTALL_DATA) etc/pwm/*-*.conf ${DESTDIR}$(ETCDIR)/pwm ++ $(BSD_INSTALL_DATA) etc/pwm/sample.conf ${DESTDIR}$(ETCDIR)/pwm/pwm.conf.default # Disclaimer: I don't have either Gnome or KDE. diff --git a/www/SpeedyCGI/Makefile b/www/SpeedyCGI/Makefile index bdde514ebc3..aadd325eabc 100644 --- a/www/SpeedyCGI/Makefile +++ b/www/SpeedyCGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/11/22 23:00:40 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:54 joerg Exp $ DISTNAME= CGI-SpeedyCGI-2.22 PKGNAME= SpeedyCGI-2.22 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://daemoninc.com/SpeedyCGI/ COMMENT= Speed up perl scripts by running them persistently +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/CGI/SpeedyCGI/.packlist .include "../../lang/perl5/module.mk" diff --git a/www/adzap/Makefile b/www/adzap/Makefile index 6bc26af4a69..17ac9b695b2 100644 --- a/www/adzap/Makefile +++ b/www/adzap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2007/03/03 20:55:28 simonb Exp $ +# $NetBSD: Makefile,v 1.62 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= adzap-20070225 @@ -11,13 +11,15 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://adzapper.sourceforge.net/ COMMENT= Filter out animated ad banners from web pages +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/adzap NO_BUILD= yes USE_TOOLS+= perl:run CHECK_PORTABILITY_SKIP= scripts/update-zapper.damien -INSTALLATION_DIRS= libexec +INSTALLATION_DIRS= libexec share/examples/adzap do-configure: .for FILE in scripts/squid_redirect scripts/wrapzap @@ -28,9 +30,8 @@ do-configure: .endfor do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/squid_redirect ${PREFIX}/libexec - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/wrapzap ${PREFIX}/libexec/adzap - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/adzap + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/squid_redirect ${DESTDIR}${PREFIX}/libexec + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/wrapzap ${DESTDIR}${PREFIX}/libexec/adzap .for FILE in ad-clear.gif ad-clear.mp3 ad-clear.swf \ ad-grey.gif ad-old.gif \ ad.gif ad.mp3 ad.swf \ @@ -44,12 +45,12 @@ do-install: no-op.html no-op.js \ webbug-clear.gif webbug-clear.html webbug-clear.js \ webbug.gif webbug.html webbug.js - ${INSTALL_DATA} ${WRKSRC}/zaps/${FILE} ${PREFIX}/share/examples/adzap + ${INSTALL_DATA} ${WRKSRC}/zaps/${FILE} ${DESTDIR}${PREFIX}/share/examples/adzap .endfor .for FILE in proxy-home.pac proxy-zip.pac - ${INSTALL_DATA} ${WRKSRC}/rc/${FILE} ${PREFIX}/share/examples/adzap + ${INSTALL_DATA} ${WRKSRC}/rc/${FILE} ${DESTDIR}${PREFIX}/share/examples/adzap .endfor ${INSTALL_DATA} ${WRKSRC}/scripts/adzap.conf \ - ${PREFIX}/share/examples/adzap + ${DESTDIR}${PREFIX}/share/examples/adzap .include "../../mk/bsd.pkg.mk" diff --git a/www/album/Makefile b/www/album/Makefile index d6e2b3d5467..ebcc1b1986d 100644 --- a/www/album/Makefile +++ b/www/album/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/05/21 10:03:59 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= album @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://marginalhacks.com/Hacks/album/ COMMENT= Generate HTML albums of images +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick DEPENDS+= jhead>=2.0:../../graphics/jhead DEPENDS+= ffmpeg-[0-9]*:../../multimedia/ffmpeg @@ -24,14 +26,12 @@ USE_TOOLS+= perl:run REPLACE_PERL= ${MY_SCRIPT} NO_BUILD= YES -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/album/Pics do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${MY_SCRIPT} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MY_SCRIPT}.1 ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/album - ${INSTALL_DATA} ${WRKSRC}/Docs/[Sa-z]* ${PREFIX}/share/doc/album - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/album/Pics - ${INSTALL_DATA} ${WRKSRC}/Docs/Pics/* ${PREFIX}/share/doc/album/Pics + ${INSTALL_SCRIPT} ${WRKSRC}/${MY_SCRIPT} ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MY_SCRIPT}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_DATA} ${WRKSRC}/Docs/[Sa-z]* ${DESTDIR}${PREFIX}/share/doc/album + ${INSTALL_DATA} ${WRKSRC}/Docs/Pics/* ${DESTDIR}${PREFIX}/share/doc/album/Pics .include "../../mk/bsd.pkg.mk" diff --git a/www/album_themes/Makefile b/www/album_themes/Makefile index 1faa6626e45..616811f18a3 100644 --- a/www/album_themes/Makefile +++ b/www/album_themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/09/03 00:56:30 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= album_themes @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://marginalhacks.com/Hacks/album/Download.html COMMENT= Themes for the album generator +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= album-[0-9]*:../../www/album NO_CONFIGURE= YES @@ -26,6 +28,8 @@ PLIST_SRC= ${WRKDIR}/PLIST MESSAGE_SUBST= A_DATADIR=${A_DATADIR} A_HTTPDIR=${A_HTTPDIR} +INSTALLATION_DIRS= ${A_DATADIR} + # dynamic PLIST generation pre-install: @${RM} -f ${PLIST_SRC} @@ -37,8 +41,7 @@ pre-install: @${ECHO} "@dirrm ${A_DATADIR}" >> ${PLIST_SRC} do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/${A_DATADIR} - cd ${PREFIX}/${A_DATADIR}; \ + cd ${DESTDIR}${PREFIX}/${A_DATADIR}; \ ${TAR} -xzf ${DISTDIR}/${DISTFILES} .include "../../mk/bsd.pkg.mk" diff --git a/www/analog/Makefile b/www/analog/Makefile index eee7c111212..259eb4611fa 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2008/05/25 14:45:18 tron Exp $ +# $NetBSD: Makefile,v 1.58 2008/06/12 02:14:54 joerg Exp $ DISTNAME= analog-6.0 PKGREVISION= 1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.analog.cx/ COMMENT= Extremely fast program for analysing WWW logfiles +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDISTDIR}/src BUILD_TARGET= analog MAKE_ENV+= PREFIX=${PREFIX:Q} SYSCONFDIR=${PKG_SYSCONFDIR:Q} @@ -32,12 +34,12 @@ LIBS.SunOS+= -lnsl -lsocket MAKE_ENV+= LIBS=${LIBS:M*:Q} do-install: - ${INSTALL_PROGRAM} ${WRKDISTDIR}/analog ${PREFIX}/bin - ${INSTALL_DATA} ${WRKDISTDIR}/analog.man ${PREFIX}/${PKGMANDIR}/man1/analog.1 - ${INSTALL_DATA} ${WRKDISTDIR}/docs/* ${PREFIX}/share/doc/analog - ${INSTALL_DATA} ${WRKDISTDIR}/images/* ${PREFIX}/lib/analog/images - ${INSTALL_DATA} ${WRKDISTDIR}/lang/* ${PREFIX}/lib/analog/lang + ${INSTALL_PROGRAM} ${WRKDISTDIR}/analog ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKDISTDIR}/analog.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/analog.1 + ${INSTALL_DATA} ${WRKDISTDIR}/docs/* ${DESTDIR}${PREFIX}/share/doc/analog + ${INSTALL_DATA} ${WRKDISTDIR}/images/* ${DESTDIR}${PREFIX}/lib/analog/images + ${INSTALL_DATA} ${WRKDISTDIR}/lang/* ${DESTDIR}${PREFIX}/lib/analog/lang ${INSTALL_DATA} -m 644 ${WRKDISTDIR}/analog.cfg \ - ${PREFIX}/share/examples/analog.cfg + ${DESTDIR}${PREFIX}/share/examples/analog.cfg .include "../../mk/bsd.pkg.mk" diff --git a/www/ap-Embperl/Makefile b/www/ap-Embperl/Makefile index f8d7f4ece06..df87d40ec87 100644 --- a/www/ap-Embperl/Makefile +++ b/www/ap-Embperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/02/22 19:27:18 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= HTML-Embperl-1.2.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://perl.apache.org/embperl/ COMMENT= Perl5 library for embedding perl in HTML documents +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-Embperl-[0-9]* DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser diff --git a/www/ap-auth-mysql/Makefile b/www/ap-auth-mysql/Makefile index e9b36b424f8..accc8230b89 100644 --- a/www/ap-auth-mysql/Makefile +++ b/www/ap-auth-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/02/22 19:01:26 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= libapache-mod-auth-mysql_4.3.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://packages.debian.org/unstable/net/libapache-mod-auth-mysql.html COMMENT= Module to allow apache authentication against a MySQL database +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-auth-mysql-[0-9]* GNU_CONFIGURE= yes @@ -31,23 +33,24 @@ CONFIGURE_ARGS+= --disable-apache13 --enable-apache2 APACHE_MODULE= YES APACHE_MODULE_NAME= mod_auth_mysql.so +INSTALLATION_DIRS= lib/httpd share/doc/mod_auth_mysql + do-install: if [ -f ${WRKSRC}/.libs/${PKG_APACHE}_mod_auth_mysql.so ]; then \ ${INSTALL_DATA} \ ${WRKSRC}/.libs/${PKG_APACHE}_mod_auth_mysql.so \ - ${PREFIX}/lib/httpd/mod_auth_mysql.so; \ + ${DESTDIR}${PREFIX}/lib/httpd/mod_auth_mysql.so; \ elif [ -f ${WRKSRC}/libs/${PKG_APACHE}_mod_auth_mysql.so ]; then \ ${INSTALL_DATA} \ ${WRKSRC}/libs/${PKG_APACHE}_mod_auth_mysql.so \ - ${PREFIX}/lib/httpd/mod_auth_mysql.so; \ + ${DESTDIR}${PREFIX}/lib/httpd/mod_auth_mysql.so; \ elif [ -f ${WRKSRC}/${PKG_APACHE}_mod_auth_mysql.so ]; then \ ${INSTALL_DATA} \ ${WRKSRC}/${PKG_APACHE}_mod_auth_mysql.so \ - ${PREFIX}/lib/httpd/mod_auth_mysql.so; \ + ${DESTDIR}${PREFIX}/lib/httpd/mod_auth_mysql.so; \ fi - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_mysql - ${INSTALL_DATA} ${WRKSRC}/DIRECTIVES ${PREFIX}/share/doc/mod_auth_mysql - ${INSTALL_DATA} ${WRKSRC}/USAGE ${PREFIX}/share/doc/mod_auth_mysql + ${INSTALL_DATA} ${WRKSRC}/DIRECTIVES ${DESTDIR}${PREFIX}/share/doc/mod_auth_mysql + ${INSTALL_DATA} ${WRKSRC}/USAGE ${DESTDIR}${PREFIX}/share/doc/mod_auth_mysql .include "../../mk/mysql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ap-dav/Makefile b/www/ap-dav/Makefile index af6d1251a9a..9273814662a 100644 --- a/www/ap-dav/Makefile +++ b/www/ap-dav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/05/23 12:23:11 ghen Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:54 joerg Exp $ DISTNAME= mod_dav-1.0.3-1.3.6 PKGNAME= ap13-dav-1.0.3 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.webdav.org/mod_dav/ COMMENT= Apache WebDAV module +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-dav-[0-9]* APACHE_MODULE= YES @@ -19,14 +21,13 @@ AP_MODULE_DIR= ${PREFIX}/lib/httpd DOCDIR= ${PREFIX}/share/doc/mod_dav HTMLDIR= ${PREFIX}/share/doc/html/mod_dav +INSTALLATION_DIRS= ${AP_MODULE_DIR} ${DOCDIR} ${HTMLDIR} + do-install: - ${INSTALL_DATA_DIR} ${AP_MODULE_DIR} - ${INSTALL_DATA} ${WRKSRC}/libdav.so ${AP_MODULE_DIR}/mod_dav.so - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA_DIR} ${HTMLDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/LICENSE.html ${HTMLDIR} + ${INSTALL_DATA} ${WRKSRC}/libdav.so ${DESTDIR}${AP_MODULE_DIR}/mod_dav.so + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/LICENSE.html ${DESTDIR}${HTMLDIR} .include "../../textproc/expat/buildlink3.mk" .include "../../www/apache/buildlink3.mk" diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index 300747163d9..41f52369630 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/06/02 18:27:59 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2008/06/12 02:14:54 joerg Exp $ DISTNAME= mod_dtcl-0.11.6 PKGNAME= ap13-dtcl-0.11.2 @@ -9,6 +9,8 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://tcl.apache.org/ COMMENT= Simple, fast Tcl server side scripting for apache +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-dtcl-[0-9]* WRKSRC= ${WRKDIR}/mod_dtcl @@ -24,6 +26,8 @@ APACHEMODDIR= ${PREFIX}/lib/httpd HTMLDIR= ${PREFIX}/share/doc/html/mod_dtcl EGDIR= ${PREFIX}/share/examples/mod_dtcl +INSTALLATION_DIRS= ${APACHEMODDIR} ${HTMLDIR} ${EGDIR}/tests + .include "../../lang/tcl/buildlink3.mk" .include "../../www/apache/buildlink3.mk" @@ -31,21 +35,18 @@ do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} builddtcl.sh do-install: - ${INSTALL_DATA_DIR} ${APACHEMODDIR} - ${INSTALL_DATA} ${WRKSRC}/mod_dtcl.so ${APACHEMODDIR} - ${INSTALL_DATA_DIR} ${HTMLDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.gif ${HTMLDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${HTMLDIR} - ${INSTALL_DATA_DIR} ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} tests/README ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl-test.tcl ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl-test2.ttml ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl.test ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} tests/makeconf.tcl ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} tests/runtests.tcl ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} tests/template.conf.tcl ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} contrib/*.ttml ${EGDIR} - cd ${WRKSRC}; ${INSTALL_DATA} contrib/*.tcl ${EGDIR} - cd ${WRKSRC}; ${INSTALL_DATA} docs/examples.ttml ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/mod_dtcl.so ${DESTDIR}${APACHEMODDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/*.gif ${DESTDIR}${HTMLDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DESTDIR}${HTMLDIR} + cd ${WRKSRC}; ${INSTALL_DATA} tests/README ${DESTDIR}${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl-test.tcl ${DESTDIR}${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl-test2.ttml ${DESTDIR}${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl.test ${DESTDIR}${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/makeconf.tcl ${DESTDIR}${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/runtests.tcl ${DESTDIR}${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/template.conf.tcl ${DESTDIR}${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} contrib/*.ttml ${DESTDIR}${EGDIR} + cd ${WRKSRC}; ${INSTALL_DATA} contrib/*.tcl ${DESTDIR}${EGDIR} + cd ${WRKSRC}; ${INSTALL_DATA} docs/examples.ttml ${DESTDIR}${EGDIR} .include "../../mk/bsd.pkg.mk" diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index d3ce643cb26..1762ce5e0eb 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.20 2007/11/17 12:04:15 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:54 joerg Exp $ # PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_BASE_VERS} PKGREVISION= 1 COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-php-[0-9]* USE_TOOLS+= lex @@ -22,10 +24,10 @@ INSTALLATION_DIRS= lib/httpd do-install: if [ -f ${WRKSRC}/.libs/libphp${PKG_PHP_VERSION}.so ]; then \ ${INSTALL_DATA} ${WRKSRC}/.libs/libphp${PKG_PHP_VERSION}.so \ - ${PREFIX}/lib/httpd/mod_php${PKG_PHP_VERSION}.so; \ + ${DESTDIR}${PREFIX}/lib/httpd/mod_php${PKG_PHP_VERSION}.so; \ elif [ -f ${WRKSRC}/libs/libphp${PKG_PHP_VERSION}.so ]; then \ ${INSTALL_DATA} ${WRKSRC}/libs/libphp${PKG_PHP_VERSION}.so \ - ${PREFIX}/lib/httpd/mod_php${PKG_PHP_VERSION}.so; \ + ${DESTDIR}${PREFIX}/lib/httpd/mod_php${PKG_PHP_VERSION}.so; \ fi .include "${PHPPKGSRCDIR}/buildlink3.mk" diff --git a/www/ap-rivet/Makefile b/www/ap-rivet/Makefile index 82dbcde05a2..69c220b9d3e 100644 --- a/www/ap-rivet/Makefile +++ b/www/ap-rivet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/08/23 11:22:06 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:54 joerg Exp $ DISTNAME= rivet-0.5.0 PKGNAME= ap13-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tcl.apache.org/rivet/ COMMENT= System for creating dynamic web content via Tcl +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-rivet-[0-9]* GNU_CONFIGURE= yes diff --git a/www/ap-ruby/Makefile b/www/ap-ruby/Makefile index de16c432056..faa79663680 100644 --- a/www/ap-ruby/Makefile +++ b/www/ap-ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2007/05/29 22:41:46 schmonz Exp $ +# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= mod_ruby-${VERSION} @@ -10,6 +10,8 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.modruby.net/ COMMENT= Apache module that embeds Ruby interpreter within +PKG_DESTDIR_SUPPORT= user-destdir + RUBY_HAS_ARCHLIB= yes APACHE_MODULE= yes PKG_APACHE_ACCEPTED= apache13 apache2 apache22 @@ -17,6 +19,7 @@ USE_APR= yes VERSION= 1.2.6 HAS_CONFIGURE= yes INSTALL_TARGET= site-install +INSTALLATION_DIRS= ${RUBY_DOCDIR}/mod_ruby/html ${RUBY_EXAMPLESDIR}/mod_ruby CONFIG_SHELL= ${RUBY} CONFIGURE_SCRIPT= configure.rb CONFIGURE_ARGS+= --with-apxs=${APXS:Q} @@ -24,6 +27,7 @@ MESSAGE_SUBST+= RUBY_DOCDIR=${RUBY_DOCDIR} DOCS= ChangeLog NOTICE README.en README.ja REPLACE_RUBY+= configure.rb install-rb + .include "../../mk/bsd.prefs.mk" PKG_SYSCONFVAR= apache @@ -37,15 +41,13 @@ post-build: ${WRKSRC}/examples/httpd.conf > ${WRKDIR}/mod_ruby.conf post-install: - ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/mod_ruby/html .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/mod_ruby + ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${RUBY_DOCDIR}/mod_ruby .endfor - ${INSTALL_DATA} ${WRKSRC}/doc/*.rd ${RUBY_DOCDIR}/mod_ruby - ${INSTALL_DATA} ${WRKSRC}/doc/*.css ${RUBY_DOCDIR}/mod_ruby/html - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${RUBY_DOCDIR}/mod_ruby/html - ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/mod_ruby - ${INSTALL_DATA} ${WRKDIR}/mod_ruby.conf ${RUBY_EXAMPLESDIR}/mod_ruby + ${INSTALL_DATA} ${WRKSRC}/doc/*.rd ${DESTDIR}${RUBY_DOCDIR}/mod_ruby + ${INSTALL_DATA} ${WRKSRC}/doc/*.css ${DESTDIR}${RUBY_DOCDIR}/mod_ruby/html + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DESTDIR}${RUBY_DOCDIR}/mod_ruby/html + ${INSTALL_DATA} ${WRKDIR}/mod_ruby.conf ${DESTDIR}${RUBY_EXAMPLESDIR}/mod_ruby .include "../../lang/ruby/modules.mk" .include "../../textproc/ruby-eruby/buildlink3.mk" diff --git a/www/ap2-auth-xradius/Makefile b/www/ap2-auth-xradius/Makefile index db2c5492b01..3cfb0fa7c58 100644 --- a/www/ap2-auth-xradius/Makefile +++ b/www/ap2-auth-xradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/06/30 16:09:08 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:54 joerg Exp $ DISTNAME= mod_auth_xradius-0.4.6 PKGNAME= ${APACHE_PKG_PREFIX}-auth-xradius-0.4.6 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.outoforder.cc/projects/apache/mod_auth_xradius/ COMMENT= Module to allow apache2 authentication against a RADIUS server +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/www/ap2-fcgid/Makefile b/www/ap2-fcgid/Makefile index 2a48c27a70c..8f765d23029 100644 --- a/www/ap2-fcgid/Makefile +++ b/www/ap2-fcgid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/17 18:18:08 abs Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:54 joerg Exp $ DISTNAME= mod_fcgid.2.2 PKGNAME= ${APACHE_PKG_PREFIX}-fcgid-2.2 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fastcgi.coremail.cn/ COMMENT= Binary compatible alternative to Apache module mod_fastcgi +PKG_DESTDIR_SUPPORT= user-destdir + PKG_APACHE_ACCEPTED= apache2 apache22 APACHE_MODULE= YES USE_LIBTOOL= YES diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index 4522529c3e3..ee57d427144 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/04/25 11:13:31 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2008/06/12 02:14:54 joerg Exp $ DISTNAME= mod_perl-2.0.4 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://perl.apache.org/ COMMENT= Module that embeds a Perl interpreter into Apache +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-perl-[0-9]* p5-Apache-Test-[0-9]* PKG_APACHE_ACCEPTED= apache2 apache22 @@ -20,10 +22,10 @@ PERL5_PACKLIST= auto/mod_perl2/.packlist MAKE_PARAMS+= MP_APXS=${APXS} MODPERLDOCSDIR= ${PREFIX}/share/doc/mod_perl +INSTALLATION_DIRS= ${MODPERLDOCSDIR} post-install: - ${INSTALL_DATA_DIR} ${MODPERLDOCSDIR} - ${CP} -R ${WRKSRC}/docs/* ${MODPERLDOCSDIR} + ${CP} -R ${WRKSRC}/docs/* ${DESTDIR}${MODPERLDOCSDIR} .include "../../lang/perl5/module.mk" .include "../../mk/apache.mk" diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index 717a93343ce..f070f3c8576 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:54 joerg Exp $ DISTNAME= mod_python-${VERSION} PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-python-${VERSION} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.modpython.org/ COMMENT= Apache module that embeds the Python interpreter +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_JOBS_SAFE= no USE_LIBTOOL= YES diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index c5af3133606..939c40e24ce 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.32 2008/03/08 21:00:06 gdt Exp $ +# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:54 joerg Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER} PKGREVISION= 1 COMMENT= WebDAV server (Apache module) for Subversion +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../devel/subversion/Makefile.common" CONFIGURE_ARGS+= --with-apxs=${APXS:Q} diff --git a/www/ap2-wsgi/Makefile b/www/ap2-wsgi/Makefile index 5d371a0b519..f00ac4a45a7 100644 --- a/www/ap2-wsgi/Makefile +++ b/www/ap2-wsgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:55 joerg Exp $ # DISTNAME= mod_wsgi-${VERSION} @@ -10,6 +10,8 @@ MAINTAINER= jan.m.danielsson@gmail.com HOMEPAGE= http://modwsgi.googlecode.com/ COMMENT= WSGI module for apache +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes APACHE_MODULE= yes VERSION= 1.3 diff --git a/www/apachetop/Makefile b/www/apachetop/Makefile index 8fe7a97af22..d8a12333d35 100644 --- a/www/apachetop/Makefile +++ b/www/apachetop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/07/22 04:46:19 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:55 joerg Exp $ # DISTNAME= apachetop-0.12.5 @@ -10,6 +10,8 @@ MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://spork.qfe3.net/apachetop/ COMMENT= Real time apache log display +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-logfile=${VARBASE}/log/httpd/access_log USE_LANGUAGES= c c++ diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 1722c8f20ef..2a3482ce43e 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2008/03/06 14:53:55 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2008/06/12 02:14:55 joerg Exp $ DISTNAME= bluefish-1.0.7 PKGREVISION= 5 @@ -11,6 +11,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://bluefish.openoffice.nl/ COMMENT= GTK HTML editor for the experienced web designer +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= weblint-[0-9]*:../../www/weblint USE_DIRS+= xdg-1.1 diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index f25ed616604..8bc5f83eaba 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/09/30 17:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:55 joerg Exp $ DISTNAME= cgicc-3.2.3 CATEGORIES= www @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cgicc/cgicc.html COMMENT= C++ compliant CGI applications libraries +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 8815f0ca586..3b1193d5fcf 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/04/23 11:08:22 abs Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:55 joerg Exp $ # DISTNAME= checkbot-1.79 @@ -17,6 +17,7 @@ DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/checkbot/.packlist diff --git a/www/drivel/Makefile b/www/drivel/Makefile index 29d1bf3b495..7175182162c 100644 --- a/www/drivel/Makefile +++ b/www/drivel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/05/30 12:29:00 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2008/06/12 02:14:55 joerg Exp $ # DISTNAME= drivel-2.0.3 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dropline.net/drivel/ COMMENT= LiveJournal client for the GNOME Desktop +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 71965ff9ef3..d4c55aef993 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2008/05/29 16:57:56 drochner Exp $ +# $NetBSD: Makefile,v 1.48 2008/06/12 02:14:55 joerg Exp $ # DISTNAME= epiphany-extensions-2.22.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/epiphany/extensions.html COMMENT= Extensions for the Epiphany web browser +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 6d87c9d9416..b8dc611fac7 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2008/05/29 16:56:31 drochner Exp $ +# $NetBSD: Makefile,v 1.86 2008/06/12 02:14:55 joerg Exp $ # DISTNAME= epiphany-2.22.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/epiphany/ COMMENT= The web browser for the GNOME Desktop +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index 057319dab02..89b3e6c9274 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/05 19:12:35 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:55 joerg Exp $ DISTNAME= ffproxy-1.6 CATEGORIES= www @@ -8,6 +8,8 @@ MAINTAINER= niklas@noxa.de HOMEPAGE= http://faith.eu.org/programs.html\#ffproxy COMMENT= Filtering HTTP/HTTPS proxy server +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONF_FILES= ${PREFIX}/share/ffproxy/sample.config ${PKG_SYSCONFDIR}/ffproxy.conf diff --git a/www/galeon/Makefile b/www/galeon/Makefile index fb697fef3fa..92041d6f926 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2008/03/10 12:56:20 drochner Exp $ +# $NetBSD: Makefile,v 1.116 2008/06/12 02:14:55 joerg Exp $ # DISTNAME= galeon-2.0.5 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://galeon.sourceforge.net/ COMMENT= GNOME2 Web browser based on gecko +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= galeon-devel-[0-9]* USE_LANGUAGES= c c++ diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile index 5a84b133f2d..e3e8356dd84 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/04/13 04:06:39 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Jemplate-0.20 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= hiramatsu@NetBSD.org HOMEPAGE= http://search.cpan.org/~ingy/Jemplate/ COMMENT= Javascript Templating with Template Toolkit +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule diff --git a/www/p5-Kwiki-Archive-Cvs/Makefile b/www/p5-Kwiki-Archive-Cvs/Makefile index b4ef6bc7cbd..5f00088331a 100644 --- a/www/p5-Kwiki-Archive-Cvs/Makefile +++ b/www/p5-Kwiki-Archive-Cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/11 15:57:30 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Archive-Cvs-0.102 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki page archive using CVS +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.38:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Archive/Cvs/.packlist diff --git a/www/p5-Kwiki-Archive-Rcs/Makefile b/www/p5-Kwiki-Archive-Rcs/Makefile index ca43477cf32..476ddf04576 100644 --- a/www/p5-Kwiki-Archive-Rcs/Makefile +++ b/www/p5-Kwiki-Archive-Rcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Archive-Rcs-0.15 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki page archive using RCS +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.38:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Archive/Rcs/.packlist diff --git a/www/p5-Kwiki-BreadCrumbs/Makefile b/www/p5-Kwiki-BreadCrumbs/Makefile index f8cecda8647..ab1f2847943 100644 --- a/www/p5-Kwiki-BreadCrumbs/Makefile +++ b/www/p5-Kwiki-BreadCrumbs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-BreadCrumbs-0.12 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki breadcrumbs plugin +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/BreadCrumbs/.packlist diff --git a/www/p5-Kwiki-Edit-RequireUserName/Makefile b/www/p5-Kwiki-Edit-RequireUserName/Makefile index 30495b506b2..1372119c691 100644 --- a/www/p5-Kwiki-Edit-RequireUserName/Makefile +++ b/www/p5-Kwiki-Edit-RequireUserName/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Edit-RequireUserName-0.02 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki plugin to require a user name to edit +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Edit/RequireUserName/.packlist diff --git a/www/p5-Kwiki-Favorites/Makefile b/www/p5-Kwiki-Favorites/Makefile index e2710036a1a..e7393248340 100644 --- a/www/p5-Kwiki-Favorites/Makefile +++ b/www/p5-Kwiki-Favorites/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Favorites-0.13 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki plugin to bookmark favorite pages +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Favorites/.packlist diff --git a/www/p5-Kwiki-HtmlBlocks/Makefile b/www/p5-Kwiki-HtmlBlocks/Makefile index d68308f47b4..035de89bcb8 100644 --- a/www/p5-Kwiki-HtmlBlocks/Makefile +++ b/www/p5-Kwiki-HtmlBlocks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-HtmlBlocks-0.11 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki plugin to display blocks of HTML markup +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/HtmlBlocks/.packlist diff --git a/www/p5-Kwiki-Icons-Gnome/Makefile b/www/p5-Kwiki-Icons-Gnome/Makefile index b8edc3bae3c..910f47bae1c 100644 --- a/www/p5-Kwiki-Icons-Gnome/Makefile +++ b/www/p5-Kwiki-Icons-Gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Icons-Gnome-0.14 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki GNOME icons plugin +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Icons/Gnome/.packlist diff --git a/www/p5-Kwiki-NewPage/Makefile b/www/p5-Kwiki-NewPage/Makefile index 504aaacc25c..778f680d49a 100644 --- a/www/p5-Kwiki-NewPage/Makefile +++ b/www/p5-Kwiki-NewPage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-NewPage-0.12 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki plugin to create a new Wiki page +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/NewPage/.packlist diff --git a/www/p5-Kwiki-PagePrivacy/Makefile b/www/p5-Kwiki-PagePrivacy/Makefile index 8d7b4df83f4..3a5c415d704 100644 --- a/www/p5-Kwiki-PagePrivacy/Makefile +++ b/www/p5-Kwiki-PagePrivacy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-PagePrivacy-0.10 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki page-level privacy plugin +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/PagePrivacy/.packlist diff --git a/www/p5-Kwiki-ParagraphBlocks/Makefile b/www/p5-Kwiki-ParagraphBlocks/Makefile index ff4cba239ab..f831749c8b4 100644 --- a/www/p5-Kwiki-ParagraphBlocks/Makefile +++ b/www/p5-Kwiki-ParagraphBlocks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/22 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-ParagraphBlocks-0.12 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki plugin to display paragraphs with embedded whitespace +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/ParagraphBlocks/.packlist diff --git a/www/p5-Kwiki-PreformattedBlocks/Makefile b/www/p5-Kwiki-PreformattedBlocks/Makefile index 4934c0c259c..f8975575908 100644 --- a/www/p5-Kwiki-PreformattedBlocks/Makefile +++ b/www/p5-Kwiki-PreformattedBlocks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-PreformattedBlocks-0.11 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki plugin to display preformatted text +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/PreformattedBlocks/.packlist diff --git a/www/p5-Kwiki-RecentChanges/Makefile b/www/p5-Kwiki-RecentChanges/Makefile index 98c152587fa..2a938fbe5b4 100644 --- a/www/p5-Kwiki-RecentChanges/Makefile +++ b/www/p5-Kwiki-RecentChanges/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-RecentChanges-0.13 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki plugin to display recent changes +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/RecentChanges/.packlist diff --git a/www/p5-Kwiki-Revisions/Makefile b/www/p5-Kwiki-Revisions/Makefile index 3624a2d7c35..28f5ad2e07d 100644 --- a/www/p5-Kwiki-Revisions/Makefile +++ b/www/p5-Kwiki-Revisions/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Revisions-0.15 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki revisions plugin +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.38:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Revisions/.packlist diff --git a/www/p5-Kwiki-Scode/Makefile b/www/p5-Kwiki-Scode/Makefile index d079c5cab6a..09cab53c575 100644 --- a/www/p5-Kwiki-Scode/Makefile +++ b/www/p5-Kwiki-Scode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Scode-0.03 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki Scode plugin to protect against wiki spammers +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD DEPENDS+= p5-Kwiki>=0.36:../../www/p5-Kwiki diff --git a/www/p5-Kwiki-Search/Makefile b/www/p5-Kwiki-Search/Makefile index b4b52820320..2327b998ae1 100644 --- a/www/p5-Kwiki-Search/Makefile +++ b/www/p5-Kwiki-Search/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Search-0.12 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki search plugin +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Search/.packlist diff --git a/www/p5-Kwiki-Simple-Server-HTTP/Makefile b/www/p5-Kwiki-Simple-Server-HTTP/Makefile index 82961b1707b..128d84e007a 100644 --- a/www/p5-Kwiki-Simple-Server-HTTP/Makefile +++ b/www/p5-Kwiki-Simple-Server-HTTP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-Simple-Server-HTTP-0.03 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Kwiki-Simple-Server-HTTP/ COMMENT= Kwiki plugin to start a standalone Kwiki HTTP server +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-HTTP-Server-Simple-Kwiki-[0-9]*:../../www/p5-HTTP-Server-Simple-Kwiki DEPENDS+= p5-Kwiki>=0.37:../../www/p5-Kwiki diff --git a/www/p5-Kwiki-UserPreferences/Makefile b/www/p5-Kwiki-UserPreferences/Makefile index 586a4d3079b..fbf0ec7bdf7 100644 --- a/www/p5-Kwiki-UserPreferences/Makefile +++ b/www/p5-Kwiki-UserPreferences/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:55 joerg Exp $ DISTNAME= Kwiki-UserPreferences-0.13 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki user preferences plugin +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.37nb1:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/UserPreferences/.packlist diff --git a/www/p5-Kwiki-Wikiwyg/Makefile b/www/p5-Kwiki-Wikiwyg/Makefile index ffbbebddd52..3ceff15f3b2 100644 --- a/www/p5-Kwiki-Wikiwyg/Makefile +++ b/www/p5-Kwiki-Wikiwyg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:56 joerg Exp $ DISTNAME= Kwiki-Wikiwyg-0.13 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.wikiwyg.net/ COMMENT= Kwiki plugin for WYSIWYG editing +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.38:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Wikiwyg/.packlist diff --git a/www/p5-Kwiki-Zipcode/Makefile b/www/p5-Kwiki-Zipcode/Makefile index 142184a3cb2..af055efd67a 100644 --- a/www/p5-Kwiki-Zipcode/Makefile +++ b/www/p5-Kwiki-Zipcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/22 19:27:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:56 joerg Exp $ DISTNAME= Kwiki-Zipcode-0.12 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ COMMENT= Kwiki Zipcode Plugin +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Kwiki>=0.34:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Zipcode/.packlist diff --git a/www/p5-LWP-Authen-Negotiate/Makefile b/www/p5-LWP-Authen-Negotiate/Makefile index 01b6de5d598..e2887bbd7f1 100644 --- a/www/p5-LWP-Authen-Negotiate/Makefile +++ b/www/p5-LWP-Authen-Negotiate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 12:02:34 markd Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $ DISTNAME= LWP-Authen-Negotiate-0.06 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://perlgssapi.sourceforge.net/ COMMENT= Library for enabling GSSAPI authentication in LWP +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile index e2c0ab2feba..085cb31c7af 100644 --- a/www/p5-LWP-Authen-Wsse/Makefile +++ b/www/p5-LWP-Authen-Wsse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/30 13:13:44 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $ DISTNAME= LWP-Authen-Wsse-0.05 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/LWP-Authen-Wsse/ COMMENT= Library for enabling X-WSSE authentication in LWP +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 diff --git a/www/p5-MasonX-Request-WithApacheSession/Makefile b/www/p5-MasonX-Request-WithApacheSession/Makefile index b31ab91e82e..af648794e24 100644 --- a/www/p5-MasonX-Request-WithApacheSession/Makefile +++ b/www/p5-MasonX-Request-WithApacheSession/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:31:02 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:56 joerg Exp $ DISTNAME= MasonX-Request-WithApacheSession-0.30 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MasonX-Request-WithApacheSession/ COMMENT= Perl5 module adding a session to the Mason Request obj +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Apache-Session-Wrapper>=0.13:../../www/p5-Apache-Session-Wrapper DEPENDS+= p5-HTML-Mason>=1.16:../../www/p5-HTML-Mason diff --git a/www/p5-Template-Multilingual/Makefile b/www/p5-Template-Multilingual/Makefile index de358a7b030..24e6c6e19ac 100644 --- a/www/p5-Template-Multilingual/Makefile +++ b/www/p5-Template-Multilingual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/05 05:54:29 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $ DISTNAME= Template-Multilingual-0.09 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Template-Multilingual/ COMMENT= Subclass of Template Toolkit supporting multilingual templates +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit PERL5_PACKLIST= auto/Template/Multilingual/.packlist diff --git a/www/p5-Template-Stash-EscapeHTML/Makefile b/www/p5-Template-Stash-EscapeHTML/Makefile index f6e5a7928ff..3d56815b093 100644 --- a/www/p5-Template-Stash-EscapeHTML/Makefile +++ b/www/p5-Template-Stash-EscapeHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 23:24:05 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $ DISTNAME= Template-Stash-EscapeHTML-0.01 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= abs@absd.org HOMEPAGE= http://search.cpan.org/~ikebe/Template-Stash-EscapeHTML/ COMMENT= Escape HTML automatically in Template-Toolkit +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit PERL5_PACKLIST= auto/Template/Stash/EscapeHTML/.packlist diff --git a/www/p5-Test-WWW-Mechanize/Makefile b/www/p5-Test-WWW-Mechanize/Makefile index 1516a2a0fa5..6c8568033a3 100644 --- a/www/p5-Test-WWW-Mechanize/Makefile +++ b/www/p5-Test-WWW-Mechanize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/04/23 21:10:32 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:56 joerg Exp $ # DISTNAME= Test-WWW-Mechanize-1.20 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Mechanize/ COMMENT= Perl5 module providing testing-specific WWW::Mechanize subclass +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Test/WWW/Mechanize/.packlist DEPENDS+= p5-Carp-Assert-More-[0-9]*:../../devel/p5-Carp-Assert-More diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile index ea51749a77a..c3f69b96eb7 100644 --- a/www/p5-VRML/Makefile +++ b/www/p5-VRML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/04 22:04:10 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:56 joerg Exp $ # DISTNAME= VRML-1.04 @@ -13,6 +13,7 @@ HOMEPAGE= http://dc.gfz-potsdam.de/~palm/software/VRML/doc/VRML.pm.html COMMENT= Set of VRML classes for Perl PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/VRML/.packlist diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index aa4b3651ce3..a6f072da80d 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/01/18 05:09:52 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:56 joerg Exp $ # DISTNAME= WWW-Curl-2.0 @@ -14,6 +14,7 @@ COMMENT= Perl binding interface for curl DEPENDS+= curl>=7.12.1:../../www/curl PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/WWW/Curl/.packlist diff --git a/www/p5-WWW-Facebook-API/Makefile b/www/p5-WWW-Facebook-API/Makefile index 61c7ce1b3d1..39d00bef7a7 100644 --- a/www/p5-WWW-Facebook-API/Makefile +++ b/www/p5-WWW-Facebook-API/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 15:28:34 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $ # DISTNAME= WWW-Facebook-API-v0.4.7 @@ -19,6 +19,7 @@ DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-version-[0-9]*:../../devel/p5-version PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/WWW/Facebook/API/.packlist diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile index 3b8853568ae..4a4dbdd98c2 100644 --- a/www/p5-libapreq2/Makefile +++ b/www/p5-libapreq2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/06/30 16:09:09 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:56 joerg Exp $ DISTNAME= libapreq2-2.08 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://httpd.apache.org/apreq/ COMMENT= Lots of Apache specific httpd handling modules +PKG_DESTDIR_SUPPORT= user-destdir + PKG_APACHE_ACCEPTED= apache2 apache22 DEPENDS+= p5-ExtUtils-XSBuilder>=0.23:../../devel/p5-ExtUtils-XSBuilder diff --git a/www/paros/Makefile b/www/paros/Makefile index d220e184131..a98fa838fa8 100644 --- a/www/paros/Makefile +++ b/www/paros/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/05/26 02:13:25 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:56 joerg Exp $ # DISTNAME= paros-3.2.13-unix @@ -11,11 +11,15 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.parosproxy.org/ COMMENT= HTTP/HTTPS proxy for assessing web application vulnerabilities +PKG_DESTDIR_SUPPORT= user-destdir + NO_BUILD= yes USE_JAVA2= yes USE_JAVA= run USE_TOOLS+= pax +INSTALLATION_DIRS= bin lib + WRKSRC= ${WRKDIR}/${PKGBASE} SUBST_CLASSES+= java @@ -33,8 +37,8 @@ do-configure: ${WRKSRC}/license/TheClarifiedArtisticLicense.htm do-install: - @cd ${WRKDIR} && pax -rw -pm ${PKGBASE} ${PREFIX}/lib/ - ${INSTALL_SCRIPT} ${WRKDIR}/paros.sh ${PREFIX}/bin/paros + @cd ${WRKDIR} && pax -rw -pm ${PKGBASE} ${DESTDIR}${PREFIX}/lib/ + ${INSTALL_SCRIPT} ${WRKDIR}/paros.sh ${DESTDIR}${PREFIX}/bin/paros .include "../../mk/java-vm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/pear-HTML_Common/Makefile b/www/pear-HTML_Common/Makefile index bdac4183f83..2b2c5307be4 100644 --- a/www/pear-HTML_Common/Makefile +++ b/www/pear-HTML_Common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/05/05 22:09:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:56 joerg Exp $ DISTNAME= HTML_Common-1.2.3 PKGREVISION= 1 @@ -7,6 +7,8 @@ CATEGORIES= www MAINTAINER= jdolecek@NetBSD.org COMMENT= Base PHP class for other HTML classes +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pear-HTML_Common-[0-9]* .include "../../lang/php/pear.mk" diff --git a/www/php-FastTemplate/Makefile b/www/php-FastTemplate/Makefile index b474e6d7d76..1ee78f47963 100644 --- a/www/php-FastTemplate/Makefile +++ b/www/php-FastTemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/04 16:26:56 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:56 joerg Exp $ DISTNAME= FastTemplate-1_1_0 PKGNAME= ${PHP_PKG_PREFIX}-FastTemplate-1.1.0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.thewebmasters.net/php/FastTemplate.phtml COMMENT= PHP extension for managing templates and variable interpolation +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-FastTemplate-[0-9]* PHP_VERSIONS_ACCEPTED= 4 @@ -29,17 +31,16 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE} PLIST_SUBST+= PHP_LIB_SUBDIR=${PHP_LIB_SUBDIR:Q} PLIST_SUBST+= PKGBASE=${PKGBASE:Q} +INSTALLATION_DIRS= ${PHP_LIB_DIR} ${DOCDIR} ${EGDIR}/templates + do-install: - ${INSTALL_DATA_DIR} ${PHP_LIB_DIR} - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA_DIR} ${EGDIR}/templates - ${INSTALL_DATA} ${WRKSRC}/class.FastTemplate.php3 ${PHP_LIB_DIR} - ${INSTALL_DATA} ${WRKSRC}/docs/FastTemplate.html ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/class.FastTemplate.php3 ${DESTDIR}${PHP_LIB_DIR} + ${INSTALL_DATA} ${WRKSRC}/docs/FastTemplate.html ${DESTDIR}${DOCDIR} cd ${WRKSRC}; for file in *.phtml; do \ - dest=${EGDIR}/`${BASENAME} $${file} .phtml`.php; \ + dest=${DESTDIR}${EGDIR}/`${BASENAME} $${file} .phtml`.php; \ ${INSTALL_DATA} $${file} $${dest}; \ done - ${INSTALL_DATA} ${WRKSRC}/templates/*.tpl ${EGDIR}/templates + ${INSTALL_DATA} ${WRKSRC}/templates/*.tpl ${DESTDIR}${EGDIR}/templates .include "../../lang/php/phpversion.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/php-apc/Makefile b/www/php-apc/Makefile index 5c2fd3d9106..d29d8c9a18f 100644 --- a/www/php-apc/Makefile +++ b/www/php-apc/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2008/03/21 00:09:11 jklos Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:56 joerg Exp $ MODNAME= apc PECL_VERSION= 3.0.16 CATEGORIES+= sysutils COMMENT= Alternative PHP Cache +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-apc-[0-9]* MAINTAINER= pkgsrc-users@NetBSD.org @@ -14,11 +16,13 @@ WRKSRC= ${WRKDIR}/APC-${PECL_VERSION} PLIST_SRC+= ${.CURDIR}/PLIST.extras PLIST_SUBST+= PKGBASE=${PKGBASE:Q} + DOCDIR= ${PREFIX}/share/doc/${PKGBASE} +INSTALLATION_DIRS= ${DOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR} .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile index 178c3cf427c..c5d0a05a3ec 100644 --- a/www/php-curl/Makefile +++ b/www/php-curl/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2008/01/18 05:09:52 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:56 joerg Exp $ MODNAME= curl PKGREVISION= 2 CATEGORIES+= www COMMENT= PHP extension for curl functions +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-curl-[0-9]* CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl} diff --git a/www/php-eaccelerator/Makefile b/www/php-eaccelerator/Makefile index 5df5e1417ba..3d4d2c70099 100644 --- a/www/php-eaccelerator/Makefile +++ b/www/php-eaccelerator/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2007/12/09 13:59:38 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:56 joerg Exp $ MODNAME= eaccelerator PECL_VERSION= 0.9.5.2 CATEGORIES+= sysutils COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-eaccelator-[0-9]* HOMEPAGE= http://eaccelerator.net/ diff --git a/www/php4-apc/Makefile b/www/php4-apc/Makefile index cfcd8ff7ca0..5370f69a4e6 100644 --- a/www/php4-apc/Makefile +++ b/www/php4-apc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/06/04 16:26:56 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:56 joerg Exp $ MODNAME= apc PECL_VERSION= 2.0.4 @@ -7,6 +7,8 @@ COMMENT= Alternative PHP Cache for PHP4 MAINTAINER= pkgsrc-users@NetBSD.org +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-apc-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} @@ -16,9 +18,10 @@ PLIST_SRC+= ${.CURDIR}/PLIST.extras PLIST_SUBST+= PKGBASE=${PKGBASE:Q} DOCDIR= ${PREFIX}/share/doc/${PKGBASE} +INSTALLATION_DIRS= ${DOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR} PHP_VERSIONS_ACCEPTED= 4 diff --git a/www/plone25/Makefile b/www/plone25/Makefile index dd5106f6e78..5e36e646c8c 100644 --- a/www/plone25/Makefile +++ b/www/plone25/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/01/15 14:38:08 taca Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:56 joerg Exp $ # FreeBSD: ports/www/plone/Makefile,v 1.25 2007/02/17 08:32:54 rafan Exp # @@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://plone.org/ COMMENT= User friendly CMS written on top of ZOPE +PKG_DESTDIR_SUPPORT= user-destdir + PLONE_VERSION= 25 PYTHON_VERSIONS_ACCEPTED= 24 ZOPE_VERSION_ACCEPTED= 29 diff --git a/www/plone3/Makefile b/www/plone3/Makefile index 2788a89bcc5..ba21691f8f3 100644 --- a/www/plone3/Makefile +++ b/www/plone3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/06 16:08:07 taca Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:56 joerg Exp $ # FreeBSD: ports/www/plone/Makefile,v 1.25 2007/02/17 08:32:54 rafan Exp # @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://plone.org/ COMMENT= User friendly CMS written on top of ZOPE +PKG_DESTDIR_SUPPORT= user-destdir + PLONE_VERSION= 3 PYTHON_VERSIONS_ACCEPTED= 24 ZOPE_VERSION_ACCEPTED= 210 @@ -47,7 +49,7 @@ post-build: ${CAT} ${PKGDIR}/PLIST.common_end >> ${WRKDIR}/PLIST post-install: - cd ${WRKSRC}/lib; pax -rw . ${ZOPE_DIR}/lib + cd ${WRKSRC}/lib; pax -rw . ${DESTDIR}${ZOPE_DIR}/lib .include "../../www/plone/ploneversion.mk" .include "../../www/zope/replace.mk" diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index 52a114ccb1b..59b9e65d1e1 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:56 joerg Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../www/clearsilver/Makefile.common" CONFIGURE_ARGS+= --enable-python diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index ae090a0c4d5..686f8d54333 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2008/06/12 02:14:56 joerg Exp $ DISTNAME= pycurl-7.16.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pycurl.sourceforge.net/ COMMENT= Python module interface to the cURL library -BROKEN_IN= pkgsrc-2006Q4 +PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= # defined PYBINMODULE= # defined diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile index 1cc8f8e91b0..e4415e1d711 100644 --- a/www/py-nevow/Makefile +++ b/www/py-nevow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:56 joerg Exp $ # DISTNAME= nevow-0.3 @@ -11,6 +11,8 @@ MAINTAINER= sifu@0xx0.net HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow COMMENT= Next-generation web application templating system +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml diff --git a/www/py-webpy/Makefile b/www/py-webpy/Makefile index ef7e3529d04..415d275d66c 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:56 joerg Exp $ # DISTNAME= web.py-0.2 @@ -11,6 +11,8 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://webpy.org/ COMMENT= Simple, public domain web publishing system +PKG_DESTDIR_SUPPORT= user-destdir + PYTHON_VERSIONS_ACCEPTED= 25 24 WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 896ac8f0045..eeb82427a9a 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/01/11 15:01:14 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:56 joerg Exp $ DISTNAME= 9term.1.6.3 PKGNAME= 9term-1.6.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html COMMENT= X11 program which emulates a plan9 window +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_DEPMETHOD.sam= full NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems @@ -19,6 +21,8 @@ WRKSRC= ${WRKDIR} MANCOMPRESSED= yes MAKE_ENV+= SAM_DIR=${BUILDLINK_PREFIX.sam} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + .include "../../editors/sam/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/9term/distinfo b/x11/9term/distinfo index f9564d3beec..19469512ecf 100644 --- a/x11/9term/distinfo +++ b/x11/9term/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 17:36:09 wiz Exp $ +$NetBSD: distinfo,v 1.7 2008/06/12 02:14:56 joerg Exp $ SHA1 (9term.1.6.3.tar.gz) = deb6248c9e441934ad8af522871034e24cb2bf5b RMD160 (9term.1.6.3.tar.gz) = cb5ba3c70c9d29b5c0cde2692b0bf56be05614fa Size (9term.1.6.3.tar.gz) = 135169 bytes SHA1 (patch-aa) = 8e06b589d762d0fd349b66a0e20a51f1ac728fd5 SHA1 (patch-ab) = c79dc4ef6bbc75112f8fe1e9ef3dafeb380a2d09 -SHA1 (patch-ac) = 500feea9198682d720314081d13a31e0e841940d +SHA1 (patch-ac) = c40285e9bdea8a4abf39689b9856099ee239ee23 SHA1 (patch-ad) = c9993356b66653c231be106e6f96d6e55a688f89 SHA1 (patch-ae) = 434af20bb9096e7a3580f00b415a94355d69fc88 SHA1 (patch-af) = d8de61ee74a08a58842fda21c4db3a471083faf3 diff --git a/x11/9term/patches/patch-ac b/x11/9term/patches/patch-ac index 5ba1ddd5bee..4c44755bb14 100644 --- a/x11/9term/patches/patch-ac +++ b/x11/9term/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/12/14 00:57:42 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2008/06/12 02:14:56 joerg Exp $ --- /dev/null Fri Sep 26 16:38:09 1997 +++ Makefile Fri Sep 26 16:44:28 1997 @@ -9,7 +9,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2000/12/14 00:57:42 wiz Exp $ + (cd libtext; make) + (cd 9term; make) +install: -+ $(INSTALL) -c 9term/9term $(PREFIX)/bin/ -+ $(INSTALL) -c 9term/9term.1 $(PREFIX)/$(MAN)/man1/ -+ strip $(PREFIX)/bin/9term -+ gzip -9nf $(PREFIX)/man/man1/9term.1 ++ $(INSTALL) -c 9term/9term ${DESTDIR}$(PREFIX)/bin/ ++ $(INSTALL) -c 9term/9term.1 ${DESTDIR}$(PREFIX)/$(MAN)/man1/ ++ strip ${DESTDIR}$(PREFIX)/bin/9term ++ gzip -9nf ${DESTDIR}$(PREFIX)/man/man1/9term.1 diff --git a/x11/Xaw-Xpm/Makefile b/x11/Xaw-Xpm/Makefile index 2b40ebf3831..9f226ed407f 100644 --- a/x11/Xaw-Xpm/Makefile +++ b/x11/Xaw-Xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/01/19 09:16:26 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/12 02:14:56 joerg Exp $ # DISTNAME= Xaw-XPM-1.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.zip.com.au/~bb/XawXpm/ COMMENT= Enhanced 3-D widgets based on the Athena Widget set and Xaw3d +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= Xaw3d-[0-9]* WRKSRC= ${WRKDIR}/XawXpm @@ -18,14 +20,14 @@ USE_DIRS+= xdg-1.1 USE_IMAKE= YES PLIST_SRC= ${WRKDIR}/.PLIST_SRC +INSTALLATION_DIRS= share/doc/Xaw-Xpm share/pixmaps + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Xaw-Xpm - ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/README-XPM ${PREFIX}/share/doc/Xaw-Xpm - ${INSTALL_DATA} ${WRKSRC}/defaults-XawXpm ${PREFIX}/share/doc/Xaw-Xpm - ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/README-XPM ${DESTDIR}${PREFIX}/share/doc/Xaw-Xpm + ${INSTALL_DATA} ${WRKSRC}/defaults-XawXpm ${DESTDIR}${PREFIX}/share/doc/Xaw-Xpm + ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${DESTDIR}${PREFIX}/share/pixmaps ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} - cd ${PREFIX} && ${LS} lib/libXaw3d* >> ${PLIST_SRC} + cd ${DESTDIR}${PREFIX} && ${LS} lib/libXaw3d* >> ${PLIST_SRC} .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile index 7f9eab80c8f..1bf7390eb65 100644 --- a/x11/Xbae/Makefile +++ b/x11/Xbae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/02/05 23:11:31 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= xbae-4.51.01 @@ -11,15 +11,18 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://xbae.sourceforge.net/ COMMENT= Motif-compatible widgets: XbaeMatrix, XbaeCaption, XbaeInput +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-motif-includes=${MOTIFBASE}/include CONFIGURE_ARGS+= --with-motif-libraries=${MOTIFBASE}/lib +INSTALLATION_DIRS= share/aclocal + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal - ${INSTALL_DATA} ${WRKSRC}/ac_find_xbae.m4 ${PREFIX}/share/aclocal + ${INSTALL_DATA} ${WRKSRC}/ac_find_xbae.m4 ${DESTDIR}${PREFIX}/share/aclocal .include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/Xcomposite/Makefile b/x11/Xcomposite/Makefile index f6780c9f0b7..b5767e5379d 100644 --- a/x11/Xcomposite/Makefile +++ b/x11/Xcomposite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/12/15 20:33:03 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= libXcomposite-1.0.1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://freedesktop.org/ COMMENT= Xcomposite extension (library) +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= libXcomposite-[0-9]* USE_TOOLS+= pkg-config diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index 39c97ab8a0c..bd5b52f7e2e 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/02/22 19:27:25 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= XmHTML-1.1.7 @@ -10,17 +10,18 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ COMMENT= Motif Widget capable of displaying HTML 3.2 conforming text +PKG_DESTDIR_SUPPORT= user-destdir + USE_X11BASE= YES USE_TOOLS+= gmake USE_LIBTOOL= YES -INSTALLATION_DIRS= lib +INSTALLATION_DIRS= include/XmHTML lib do-install: ${LIBTOOL} ${LIBTOOL_FLAGS} ${INSTALL_LIB} \ - ${WRKSRC}/lib/libXmHTML.la ${PREFIX}/lib - ${INSTALL_DATA_DIR} ${PREFIX}/include/XmHTML - ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${PREFIX}/include/XmHTML + ${WRKSRC}/lib/libXmHTML.la ${DESTDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${DESTDIR}${PREFIX}/include/XmHTML .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" diff --git a/x11/acidlaunch/Makefile b/x11/acidlaunch/Makefile index 3e317a4623e..b52fd1f0f80 100644 --- a/x11/acidlaunch/Makefile +++ b/x11/acidlaunch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/07/22 04:46:19 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= acidlaunch-0.5 @@ -10,6 +10,8 @@ MAINTAINER= ptiJo@noos.fr HOMEPAGE= http://linuxgamers.net/infoPage.php?page=acidlaunch COMMENT= Small, light-weight app launcher +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --disable-xmltest diff --git a/x11/alacarte/Makefile b/x11/alacarte/Makefile index 730e9464d2a..198fb21195b 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/25 18:04:27 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= alacarte-0.11.5 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.realistanew.com/projects/alacarte/ COMMENT= Menu editor for the GNOME desktop +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt USE_DIRS+= xdg-1.1 diff --git a/x11/antiright/Makefile b/x11/antiright/Makefile index faabe67d9bc..9a24dcb6d82 100644 --- a/x11/antiright/Makefile +++ b/x11/antiright/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/12/02 13:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= antiright-3.4 @@ -11,6 +11,8 @@ MAINTAINER= antiright@gmail.com HOMEPAGE= http://www.nongnu.org/antiright/ COMMENT= The gtkshell GUI creator, gshterm, and ACE desktop implementation +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= YES USE_LANGUAGES= c USE_TOOLS+= pkg-config lex yacc @@ -34,6 +36,9 @@ SUBST_SED.hpath+= -e 's|/usr/pkg|${PREFIX}|' TOOLS_DEPENDS.pkg-config= pkg-config>=0.20:../../devel/pkg-config BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 +INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \ + mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} \ + .include "../../x11/vte/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" diff --git a/x11/asnap/Makefile b/x11/asnap/Makefile index 24c8e98373a..e7163d39b06 100644 --- a/x11/asnap/Makefile +++ b/x11/asnap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/12/27 13:37:42 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:57 joerg Exp $ DISTNAME= asnap PKGNAME= ${DISTNAME}-1.0 @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/} MAINTAINER= he@NetBSD.org COMMENT= Takes a snapshot of a region of the screen +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} USE_IMAKE= yes diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 1cf243a40ed..374887782b8 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/05/27 21:46:53 tonnerre Exp $ +# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= aterm-1.0.0 @@ -14,6 +14,7 @@ HOMEPAGE= http://www.afterstep.org/aterm.php COMMENT= Aterm (Afterstep XVT) - a VT102 emulator for the X window system PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 7543f37df46..129c379b14a 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2008/05/26 02:13:26 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2008/06/12 02:14:57 joerg Exp $ DISTNAME= Eterm-0.9.4 PKGNAME= ${DISTNAME:S/^E/e/} @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.eterm.org/ COMMENT= Enlightened terminal emulator for the X Window System +PKG_DESTDIR_SUPPORT= user-destdir + SITES.Eterm-bg-scale-1.tar.gz= ${MASTER_SITE_BACKUP} SITES.Eterm-bg-scale-2.tar.gz= ${MASTER_SITE_BACKUP} SITES.Eterm-bg-tile.tar.gz= ${MASTER_SITE_BACKUP} diff --git a/x11/fox/Makefile b/x11/fox/Makefile index 013b5f826c5..001398717ae 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2008/05/22 22:56:19 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2008/06/12 02:14:57 joerg Exp $ DISTNAME= fox-1.6.33 CATEGORIES= x11 @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fox-toolkit.org/ COMMENT= Fast and extensive C++ GUI toolkit +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/x11/mowitz/Makefile b/x11/mowitz/Makefile index 41d0b7dd5c6..5253ef70e33 100644 --- a/x11/mowitz/Makefile +++ b/x11/mowitz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/01/09 19:00:25 reed Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:57 joerg Exp $ DISTNAME= Mowitz-0.3.1 CATEGORIES= x11 @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://siag.nu/mowitz/ COMMENT= "More widgets" library providing X11 widgets +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile index a164e61b3a4..2ec54ab05bf 100644 --- a/x11/p5-X11-Protocol/Makefile +++ b/x11/p5-X11-Protocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/02/27 13:30:49 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= X11-Protocol-0.56 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/X11-Protocol/ COMMENT= Interface to the X11 protocol PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/X11/Protocol/.packlist diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index dd8eeb11d30..eaff894ce0b 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2008/01/19 09:16:26 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2008/06/12 02:14:57 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "Makefile.common" PKGNAME= p5-gtk-${GTKPERL_VERSION} diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index 4c0cafa54de..6e8629cf359 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/04/21 14:53:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:57 joerg Exp $ DISTNAME= Gtk2-${DIST_VER} PKGNAME= p5-gtk2-${DIST_VER} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ COMMENT= Perl bindings for GTK+ 2.0 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile index 76917556f05..ea6564435d1 100644 --- a/x11/paragui/Makefile +++ b/x11/paragui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/06/12 16:28:13 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= paragui-1.0.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.paragui.org/ COMMENT= Cross-platform high-level application framework and GUI library +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile index a34325f522e..c66f03f280a 100644 --- a/x11/py-Pmw/Makefile +++ b/x11/py-Pmw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/04/26 15:35:09 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= Pmw.1.2 @@ -11,23 +11,25 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pmw.sourceforge.net/ COMMENT= Python meta widgets +PKG_DESTDIR_SUPPORT= user-destdir + PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 PLIST_SRC= ${WRKDIR}/.PLIST_SRC WRKSRC= ${WRKDIR}/Pmw -do-build: +NO_BUILD= yes do-install: (cd ${WRKDIR}; ${FIND} Pmw -type d -print | \ - ${SED} -e 's,^,${PREFIX}/${PYSITELIB}/,' | ${XARGS} -n 1 ${INSTALL_DATA_DIR}) + ${SED} -e 's,^,${DESTDIR}${PREFIX}/${PYSITELIB}/,' | ${XARGS} -n 1 ${INSTALL_DATA_DIR}) (cd ${WRKDIR}; for f in `${FIND} Pmw -type f -print`; do \ - ${INSTALL_DATA} $$f ${PREFIX}/${PYSITELIB}/$$f; done) + ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/${PYSITELIB}/$$f; done) ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} - (cd ${PREFIX}; ${FIND} ${PYSITELIB}/Pmw \ + (cd ${DESTDIR}${PREFIX}; ${FIND} ${PYSITELIB}/Pmw \ -type f -print >>${PLIST_SRC}) - (cd ${PREFIX}; ${FIND} -d ${PYSITELIB}/Pmw \ + (cd ${DESTDIR}${PREFIX}; ${FIND} -d ${PYSITELIB}/Pmw \ -type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) .include "../../lang/python/extension.mk" diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 85a311e66b8..84a3b99459d 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2008/04/25 16:48:35 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2008/06/12 02:14:57 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-Tk-0 @@ -9,6 +9,7 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://wiki.python.org/moin/TkInter COMMENT= Tkinter -- Python interface to Tcl/Tk +PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_tkinter.c \ ${PYSUBDIR}/Modules/tkappinit.c diff --git a/x11/py-Xlib/Makefile b/x11/py-Xlib/Makefile index 95721eb2541..846b3114bfd 100644 --- a/x11/py-Xlib/Makefile +++ b/x11/py-Xlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:11:41 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:57 joerg Exp $ DISTNAME= python-xlib-0.12 PKGNAME= ${PYPKGPREFIX}-Xlib-0.12 @@ -10,6 +10,7 @@ MAINTAINER= ccatrian@eml.cc HOMEPAGE= http://python-xlib.sourceforge.net/ COMMENT= Functional X client library for Python +PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile index f393df444f4..a03a0b7489d 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/04/25 20:39:14 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= gnome-python-desktop-2.22.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Python modules for the GNOME desktop +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes PY_PATCHPLIST= yes USE_LIBTOOL= yes diff --git a/x11/py-qt2-sip/Makefile b/x11/py-qt2-sip/Makefile index 31439325731..1755ed521ca 100644 --- a/x11/py-qt2-sip/Makefile +++ b/x11/py-qt2-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:19 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= sip-3.1 @@ -11,6 +11,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.riverbankcomputing.co.uk/sip/index.php COMMENT= Tool to create Python bindings for C++ libraries +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile index 77d09d20fcc..47796047d91 100644 --- a/x11/py-qt3-base/Makefile +++ b/x11/py-qt3-base/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2006/04/17 13:46:05 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:57 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-base-${PYQT_VERSION} diff --git a/x11/py-qt3-modules/Makefile b/x11/py-qt3-modules/Makefile index 0ad4fce6185..93a25d1456c 100644 --- a/x11/py-qt3-modules/Makefile +++ b/x11/py-qt3-modules/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2007/09/20 07:59:11 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:57 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-modules-${PYQT_VERSION} diff --git a/x11/py-qt3-qscintilla/Makefile b/x11/py-qt3-qscintilla/Makefile index 4728bbcf86b..9f60b7c364f 100644 --- a/x11/py-qt3-qscintilla/Makefile +++ b/x11/py-qt3-qscintilla/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:57 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-qscintilla-${PYQT_VERSION} diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile index 194cc585b34..d4356903c0d 100644 --- a/x11/py-qt3-sip/Makefile +++ b/x11/py-qt3-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/04/25 20:39:14 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:57 joerg Exp $ # DISTNAME= sip-4.3.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.riverbankcomputing.co.uk/sip/index.php COMMENT= Tool to create Python bindings for C++ libraries +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* # needs qmake diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile index e60490cfa74..3d8f4637de5 100644 --- a/x11/py-wxWidgets/Makefile +++ b/x11/py-wxWidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/04/25 20:39:14 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:58 joerg Exp $ # DISTNAME= wxPython-src-2.6.3.3 @@ -11,6 +11,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://wxpython.org/ COMMENT= Python bindings for wxWidgets +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/wxPython-src-2.6.3.3/wxPython USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config |