diff options
author | abs <abs@pkgsrc.org> | 2009-02-13 21:33:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-02-13 21:33:00 +0000 |
commit | 9bf5f557346a3185d6fa8cb9b75042c30f5e7263 (patch) | |
tree | 85e072787cf8ac6d44340853f9bed8b2e81be24f /print/if-psprint | |
parent | 5b828e3727c91f1ac0ea07fc1578ff4252465cf5 (diff) | |
download | pkgsrc-9bf5f557346a3185d6fa8cb9b75042c30f5e7263.tar.gz |
Updated print/if-psprint to 1.9
Move to code.google
Add install target to original makefile
Add PKG_DESTDIR_SUPPORT
Diffstat (limited to 'print/if-psprint')
-rw-r--r-- | print/if-psprint/Makefile | 22 | ||||
-rw-r--r-- | print/if-psprint/PLIST | 4 | ||||
-rw-r--r-- | print/if-psprint/distinfo | 8 |
3 files changed, 12 insertions, 22 deletions
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile index a13d05303b7..92b95a8f545 100644 --- a/print/if-psprint/Makefile +++ b/print/if-psprint/Makefile @@ -1,29 +1,19 @@ -# $NetBSD: Makefile,v 1.22 2008/11/26 22:18:20 abs Exp $ +# $NetBSD: Makefile,v 1.23 2009/02/13 21:33:00 abs Exp $ # -DISTNAME= if-psprint-1.8 +DISTNAME= if-psprint-1.9 CATEGORIES= print -MASTER_SITES= http://www.mono.org/abs/tools/if-psprint/ +MASTER_SITES= http://if-psprint.googlecode.com/files/ EXTRACT_SUFX= .tbz MAINTAINER= abs@NetBSD.org -HOMEPAGE= http://www.mono.org/abs/tools/if-psprint/ +HOMEPAGE= http://code.google.com/p/if-psprint/ COMMENT= Print text or postscript to arbitrary printer, can use smb DEPENDS+= enscript>=1.6.3nb1:../../print/enscript +REPLACE_PERL= if-psprint.pl USE_TOOLS+= gs:run perl:run - -INSTALLATION_DIRS= libexec ${PKGMANDIR}/man1 - -do-build: - ${SED} -e 's|/usr/local|${PREFIX}|g' \ - < ${WRKSRC}/if-psprint.pl \ - > ${WRKSRC}/if-psprint - pod2man ${WRKSRC}/if-psprint > ${WRKSRC}/if-psprint.1 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/if-psprint ${PREFIX}/libexec/if-psprint - ${INSTALL_MAN} ${WRKSRC}/if-psprint.1 ${PREFIX}/${PKGMANDIR}/man1/if-psprint.1 +PKG_DESTDIR_SUPPORT = user-destdir .include "../../mk/bsd.pkg.mk" diff --git a/print/if-psprint/PLIST b/print/if-psprint/PLIST index a6133ed018a..273d05446c1 100644 --- a/print/if-psprint/PLIST +++ b/print/if-psprint/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:27:45 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/02/13 21:33:00 abs Exp $ libexec/if-psprint -man/man1/if-psprint.1 +man/man8/if-psprint.8 diff --git a/print/if-psprint/distinfo b/print/if-psprint/distinfo index cf21b68feb0..746288d60f7 100644 --- a/print/if-psprint/distinfo +++ b/print/if-psprint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/11/26 22:18:20 abs Exp $ +$NetBSD: distinfo,v 1.8 2009/02/13 21:33:00 abs Exp $ -SHA1 (if-psprint-1.8.tbz) = bfc20460d581122aefe627bdcb81686d4eb1848b -RMD160 (if-psprint-1.8.tbz) = 930782f2d264f6af77177b950bf1b5d4ef6c3c50 -Size (if-psprint-1.8.tbz) = 3078 bytes +SHA1 (if-psprint-1.9.tbz) = 770ed014e1cbed066ad0b408543236d3a26eb20c +RMD160 (if-psprint-1.9.tbz) = fc954e69a50d5b698f8e76146c212a49ecee2328 +Size (if-psprint-1.9.tbz) = 3133 bytes |