summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-20 04:37:31 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-20 04:37:31 +0000
commitd9ad525c8159ec37b991fa8a18719b91789e5c0d (patch)
tree9ee668afe1d53480fe8f9dd8f1641e5aab48d3cc /print
parentUpgrade to version 0.8.11. (diff)
Initial import of version 2.5.
print multiple pages per sheet of paper. PR: 5790 Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
Notes
Notes: svn path=/head/; revision=9846
Diffstat (limited to 'print')
-rw-r--r--print/mpage/Makefile18
-rw-r--r--print/mpage/distinfo1
-rw-r--r--print/mpage/files/patch-aa36
-rw-r--r--print/mpage/pkg-comment1
-rw-r--r--print/mpage/pkg-descr8
-rw-r--r--print/mpage/pkg-plist8
6 files changed, 72 insertions, 0 deletions
diff --git a/print/mpage/Makefile b/print/mpage/Makefile
new file mode 100644
index 000000000000..c09519eb27b7
--- /dev/null
+++ b/print/mpage/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: mpage
+# Version required: 2.5
+# Date created: 19 February 1998
+# Whom: Kapil Chowksey
+#
+# $Id$
+
+DISTNAME= mpage-2.5
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.mesa.nl/pub/mpage/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= kchowksey@hss.hns.com
+
+MAN1= mpage.1
+ALL_TARGET= default
+
+.include <bsd.port.mk>
diff --git a/print/mpage/distinfo b/print/mpage/distinfo
new file mode 100644
index 000000000000..384b5f6965cd
--- /dev/null
+++ b/print/mpage/distinfo
@@ -0,0 +1 @@
+MD5 (mpage-2.5.tgz) = 503b17df96b182035c63602d850b1dec
diff --git a/print/mpage/files/patch-aa b/print/mpage/files/patch-aa
new file mode 100644
index 000000000000..fe94a6cd5d47
--- /dev/null
+++ b/print/mpage/files/patch-aa
@@ -0,0 +1,36 @@
+--- Makefile~ Tue Nov 25 23:16:06 1997
++++ Makefile Thu Feb 19 15:18:17 1998
+@@ -30,7 +30,6 @@
+ # Set this to an ANSI compatible C compiler (preferably gcc)
+ # See also system specific settings below
+ #CC=cc
+-CC=gcc
+
+ ############################################################################
+ #
+@@ -55,9 +54,8 @@
+ SPOOL_TYPE=BSD_SPOOLER
+
+ # PREFIX=e:/usr # OS/2 type
+-PREFIX=/usr/local
+ BINDIR=$(PREFIX)/bin
+-LIBDIR=$(PREFIX)/lib
++LIBDIR=$(PREFIX)/share
+ MANDIR=$(PREFIX)/man/man1
+
+ #
+@@ -168,10 +166,10 @@
+
+
+ #
+-# add your proper install stuff
++# BSD specific install stuff
+ #
+ install:
+- cp mpage$(E) $(BINDIR)
+- cp mpage.1 $(MANDIR)
++ $(BSD_INSTALL_PROGRAM) mpage$(E) $(BINDIR)
++ $(BSD_INSTALL_MAN) mpage.1 $(MANDIR)
+ if [ ! -d $(LIBDIR)/mpage ] ; then mkdir $(LIBDIR)/mpage ; fi
+- -cp Encodings/* $(LIBDIR)/mpage
++ $(BSD_INSTALL_DATA) Encodings/* $(LIBDIR)/mpage
diff --git a/print/mpage/pkg-comment b/print/mpage/pkg-comment
new file mode 100644
index 000000000000..1339ebff18df
--- /dev/null
+++ b/print/mpage/pkg-comment
@@ -0,0 +1 @@
+mpage - print multiple pages per sheet of paper.
diff --git a/print/mpage/pkg-descr b/print/mpage/pkg-descr
new file mode 100644
index 000000000000..606e4ce04b58
--- /dev/null
+++ b/print/mpage/pkg-descr
@@ -0,0 +1,8 @@
+Mpage is a program to reduce and print multiple pages of text per
+sheet on a PostScript compatible printer.
+It also has limited functionality to do the same with postscript files itself.
+
+Mpage and all the files distributed with mpage are covered by copyright:
+
+ Copyright (c) 1994-1997 Marcel J.E. Mol, The Netherlands
+ Copyright (c) 1988 Mark P. Hahn, Herndon, Virginia
diff --git a/print/mpage/pkg-plist b/print/mpage/pkg-plist
new file mode 100644
index 000000000000..f4ed09b9b796
--- /dev/null
+++ b/print/mpage/pkg-plist
@@ -0,0 +1,8 @@
+bin/mpage
+man/man1/mpage.1.gz
+share/mpage/CP850.PC
+share/mpage/ISO+STD+OTH
+share/mpage/ISO-8859.1
+share/mpage/ISO-Latin.1
+share/mpage/ISO-Latin.2
+@dirrm share/mpage