From d9ad525c8159ec37b991fa8a18719b91789e5c0d Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 20 Feb 1998 04:37:31 +0000 Subject: Initial import of version 2.5. print multiple pages per sheet of paper. PR: 5790 Submitted by: Kapil Chowksey --- print/mpage/Makefile | 18 ++++++++++++++++++ print/mpage/distinfo | 1 + print/mpage/files/patch-aa | 36 ++++++++++++++++++++++++++++++++++++ print/mpage/pkg-comment | 1 + print/mpage/pkg-descr | 8 ++++++++ print/mpage/pkg-plist | 8 ++++++++ 6 files changed, 72 insertions(+) create mode 100644 print/mpage/Makefile create mode 100644 print/mpage/distinfo create mode 100644 print/mpage/files/patch-aa create mode 100644 print/mpage/pkg-comment create mode 100644 print/mpage/pkg-descr create mode 100644 print/mpage/pkg-plist (limited to 'print') 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 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 -- cgit v1.2.3