diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-18 23:55:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-18 23:55:51 +0000 |
commit | b6aeaee13bec17a920ce2597a1feb92134b0e97f (patch) | |
tree | 3b24dd7700c127c3cc8a42445fd2942c3d361938 /print/xpp/Makefile | |
parent | bfe27de5b68e2b10fb8e1242162dede9445f2865 (diff) | |
download | pkgsrc-b6aeaee13bec17a920ce2597a1feb92134b0e97f.tar.gz |
Update print/xpp to version 1.1. Changes from version 1.0 include:
- Removed function overloading for the password dialog, used the
new method of CUPS 1.1.3
- Added support for the "natural-scaling" image size option
introduced in CUPS 1.1.9
- Added support for the new PPD-O-Matic PPD files of
linuxprinting.org (numerical options appeared twice before).
The old CUPS-O-Matic files can still be used.
- The COMDATA lines in the PPD files of the new XML Foomatic
changed in a way incompatible to the parser for the numerical
options in XPP. Modified parser to read both the old and the
new format.
Diffstat (limited to 'print/xpp/Makefile')
-rw-r--r-- | print/xpp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 3489d79c238..cbcad110eb7 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2002/08/25 21:50:35 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/18 23:55:51 jlam Exp $ -DISTNAME= xpp-1.0 +DISTNAME= xpp-1.1 PKGREVISION= 1 CATEGORIES= print x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/} @@ -16,9 +16,6 @@ GNU_CONFIGURE= # defined DOCDIR= ${PREFIX}/share/doc/xpp -pre-configure: - cd ${WRKSRC}; ${TOUCH} Makefile.in aclocal.m4 configure - post-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR} |