pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/if-psprint Updated print/if-psprint to 1.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28d5f52c0e6d
branches:  trunk
changeset: 554381:28d5f52c0e6d
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Feb 13 21:33:00 2009 +0000

description:
Updated print/if-psprint to 1.9

Move to code.google
Add install target to original makefile
Add PKG_DESTDIR_SUPPORT

diffstat:

 print/if-psprint/Makefile |  22 ++++++----------------
 print/if-psprint/PLIST    |   4 ++--
 print/if-psprint/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 22 deletions(-)

diffs (61 lines):

diff -r a644b7e45af3 -r 28d5f52c0e6d print/if-psprint/Makefile
--- a/print/if-psprint/Makefile Fri Feb 13 21:19:40 2009 +0000
+++ b/print/if-psprint/Makefile Fri Feb 13 21:33:00 2009 +0000
@@ -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@localhost
-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 -r a644b7e45af3 -r 28d5f52c0e6d print/if-psprint/PLIST
--- a/print/if-psprint/PLIST    Fri Feb 13 21:19:40 2009 +0000
+++ b/print/if-psprint/PLIST    Fri Feb 13 21:33:00 2009 +0000
@@ -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 -r a644b7e45af3 -r 28d5f52c0e6d print/if-psprint/distinfo
--- a/print/if-psprint/distinfo Fri Feb 13 21:19:40 2009 +0000
+++ b/print/if-psprint/distinfo Fri Feb 13 21:33:00 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index