summaryrefslogtreecommitdiffstats
path: root/printer/pnm2ppa
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /printer/pnm2ppa
initial commit from stable 0.3
Diffstat (limited to 'printer/pnm2ppa')
-rwxr-xr-xprinter/pnm2ppa/BUILD17
-rwxr-xr-xprinter/pnm2ppa/DEPENDS5
-rwxr-xr-xprinter/pnm2ppa/DETAILS19
-rw-r--r--printer/pnm2ppa/HISTORY70
4 files changed, 111 insertions, 0 deletions
diff --git a/printer/pnm2ppa/BUILD b/printer/pnm2ppa/BUILD
new file mode 100755
index 0000000000..8d6c4d2ec1
--- /dev/null
+++ b/printer/pnm2ppa/BUILD
@@ -0,0 +1,17 @@
+leave_config() {
+ if [ -f ${INSTALL_ROOT}/etc/pnm2ppa.conf ]; then
+ sedit "s/^.*INSTALL.*pnm2ppa.conf.*$/#/" Makefile
+ fi
+}
+
+(
+
+ sedit "s:-O2 :$CFLAGS :" Makefile &&
+ sedit "s:/usr/local/:${INSTALL_ROOT}/usr/:" Makefile &&
+
+ make &&
+ prepare_install &&
+ leave_config &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/printer/pnm2ppa/DEPENDS b/printer/pnm2ppa/DEPENDS
new file mode 100755
index 0000000000..a6d45d3b12
--- /dev/null
+++ b/printer/pnm2ppa/DEPENDS
@@ -0,0 +1,5 @@
+if ! spell_ok ghostscript && ! spell_ok espgs; then
+ message "\n${PROBLEM_COLOR} ** Do NOT choose ghostscript if you have installed or are installing cups: ** ${DEFAULT_COLOR}\n"
+fi &&
+
+depends POSTSCRIPT-INTERPRETER
diff --git a/printer/pnm2ppa/DETAILS b/printer/pnm2ppa/DETAILS
new file mode 100755
index 0000000000..10780d7d80
--- /dev/null
+++ b/printer/pnm2ppa/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pnm2ppa
+ VERSION=1.12
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://pnm2ppa.sourceforge.net
+ LICENSE[0]=GPL
+ MD5[0]=dc7b3e0be56a776fa8242d23ebd34c70
+ ENTERED=20020405
+ UPDATED=20020405
+ MAINTAINER=djcomputer@gmx.net
+ SHORT="HP PPA GhostScript printfilter"
+cat << EOF
+
+pnm2ppa is a Ghostscript print filter which allows owners of HP DeskJet 710C,
+712C, 720C, 722C, 820Cse, 820Cxi, 1000Cse, or 1000Cxi printers to print
+PostScript Level 2.
+
+EOF
diff --git a/printer/pnm2ppa/HISTORY b/printer/pnm2ppa/HISTORY
new file mode 100644
index 0000000000..15f4145954
--- /dev/null
+++ b/printer/pnm2ppa/HISTORY
@@ -0,0 +1,70 @@
+2005-01-29 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS: spell_installed -> spell_ok conversion
+
+2003-10-30 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Upper-case provides
+
+2003-10-20 Jason Flatt <jason@flattfamily.com>
+ * HISTORY: Reformatted this file based on new standard.
+
+2003-09-07 Jason Flatt <jason@flattfamily.com>
+ * BUILD: Modified to account for changed Makefile and files being installed
+ into /usr/local (bug #4105).
+
+2003-08-26 Jason Flatt <jason@flattfamily.com>
+ * DEPENDS: Changed to 'requires postscript-interpreter'.
+
+2003-05-19 Jason Flatt <jason@flattfamily.com>
+ * BUILD: Update for ${INSTALL_ROOT}.
+
+2002-11-22 Jason Flatt <jasonflatt@wizard.com>
+ * HISTORY: Fixed. Apparently it wasn't current.
+
+2002-11-22 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Version bump to 1.12.
+
+2002-11-09 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Upgraded from 1.10 to 1.11.
+
+2002-10-14 Jason Flatt <jasonflatt@wizard.com>
+ * DEPENDS: Modified to address bug # 1180.
+
+2002-08-27 Jason Flatt <jasonflatt@wizard.com>
+ * DEPENDS: Changed to use postscript-interpreter.
+ * DETAILS: Updated from 1.0.91 to 1.10. Changed SOURCE from .tgz to
+ .tar.gz.
+ * HISTORY: Reformatted this file.
+
+2002-08-02 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Changed LICENSE= and MD5= to LICENSE[x]= and MD5[x]=.
+ * HISTORY: Reformatted this file.
+
+2002-07-04 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Modified SOURCE_URL[0] to use $SOURCEFORGE_URL variable.
+ Removed SOURCE_URL[1] and SOURCE_URL[2].
+
+2002-06-23 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Added LICENSE and MD5 to DETAILS.
+
+2002-06-10 Jason Flatt <jasonflatt@wizard.com>
+ * USEGCC2: Removed as it compiles w/gcc 3.1 and executes.
+
+2002-05-29 Jason Flatt <jasonflatt@wizard.com>
+ * USEGCC2: Added in preparation for gcc3 upgrade.
+
+2002-05-08 Jason Flatt <jasonflatt@wizard.com>
+ * HISTORY: Reformatted to conform to new template.
+
+2002-05-07 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Updated SOURCE_URLs to reflect SourceForge mirror change.
+
+2002-04-21 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Updated long description for improved readability.
+ * HISTORY: Corrected this file.
+
+2002-04-16 Jason Flatt <jasonflatt@wizard.com>
+ * Corrected execute attributes/permissions on some files.
+
+2002-04-09 Jason Flatt <jasonflatt@wizard.com>
+ * New spell -- added this History file.
+