summaryrefslogtreecommitdiffstats
path: root/printer/mpage
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /printer/mpage
initial commit from stable 0.3
Diffstat (limited to 'printer/mpage')
-rwxr-xr-xprinter/mpage/BUILD7
-rwxr-xr-xprinter/mpage/DETAILS21
-rw-r--r--printer/mpage/HISTORY38
3 files changed, 66 insertions, 0 deletions
diff --git a/printer/mpage/BUILD b/printer/mpage/BUILD
new file mode 100755
index 0000000000..4b41faf7de
--- /dev/null
+++ b/printer/mpage/BUILD
@@ -0,0 +1,7 @@
+(
+
+ make PAGESIZE=Letter PREFIX=${INSTALL_ROOT}/usr &&
+ prepare_install &&
+ make PAGESIZE=Letter PREFIX=${INSTALL_ROOT}/usr install
+
+) > $C_FIFO 2>&1
diff --git a/printer/mpage/DETAILS b/printer/mpage/DETAILS
new file mode 100755
index 0000000000..7fd73e8fb6
--- /dev/null
+++ b/printer/mpage/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=mpage
+ VERSION=2.5.3
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.mesa.nl/pub/mpage/$SOURCE
+ WEB_SITE=http://www.mesa.nl/pub/mpage/
+ LICENSE[0]=FREE
+ MD5[0]=c84f06af49a678bb5454bfd5f9a366b6
+ ENTERED=20020210
+ UPDATED=20020210
+ MAINTAINER=Chris.Dennis@UAlberta.NET
+ SHORT="A tool for printing multiple pages of text on each printed page."
+cat << EOF
+
+The mpage utility takes plain text files or PostScript(TM) documents as input,
+reduces the size of the text, and prints the files on a PostScript printer
+with several pages on each sheet of paper. Mpage is very useful for viewing
+large printouts without using up lots of paper. Mpage supports many
+different layout options for the printed pages.
+
+EOF
diff --git a/printer/mpage/HISTORY b/printer/mpage/HISTORY
new file mode 100644
index 0000000000..f06fa02b71
--- /dev/null
+++ b/printer/mpage/HISTORY
@@ -0,0 +1,38 @@
+2003-10-20 Jason Flatt <jason@flattfamily.com>
+ * HISTORY: Reformatted this file based on new standard.
+
+2003-05-19 Jason Flatt <jason@flattfamily.com>
+ * BUILD: Update for ${INSTALL_ROOT}.
+
+2002-11-08 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Version bump from 2.5.2 to 2.5.3.
+ * HISTORY: Reformatted file to match Grimoire Guru Handbook.
+
+2002-08-02 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Updated MD5 to be based on .tar rather than .tar.xxx. Changed
+ LICENSE= and MD5= to LICENSE[x]= and MD5[x]=.
+ * HISTORY: Reformatted this file.
+
+2002-06-23 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Added LICENSE and MD5.
+
+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-04-21 Jason Flatt <jasonflatt@wizard.com>
+ * DEPENDS: Removed asit was a 0 byte file.
+ * 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-03-24 Jason Flatt <jasonflatt@wizard.com>
+ * HISTORY: Added this file.
+