From a9627f8301cb0b305b5d8387f9018091d2ebd926 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 1 Apr 1998 20:57:18 +0000 Subject: Initial import of FreeBSD's "mpage" port. --- print/mpage/Makefile | 18 ++++++++++++++++++ print/mpage/files/md5 | 1 + print/mpage/patches/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/files/md5 create mode 100644 print/mpage/patches/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/mpage') diff --git a/print/mpage/Makefile b/print/mpage/Makefile new file mode 100644 index 00000000000..68c7671e26d --- /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 +# +# $FreeBSD Id: Makefile,v 1.1.1.1 1998/02/20 04:37:31 steve Exp + +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/files/md5 b/print/mpage/files/md5 new file mode 100644 index 00000000000..384b5f6965c --- /dev/null +++ b/print/mpage/files/md5 @@ -0,0 +1 @@ +MD5 (mpage-2.5.tgz) = 503b17df96b182035c63602d850b1dec diff --git a/print/mpage/patches/patch-aa b/print/mpage/patches/patch-aa new file mode 100644 index 00000000000..fe94a6cd5d4 --- /dev/null +++ b/print/mpage/patches/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 00000000000..aa69b0b89c3 --- /dev/null +++ b/print/mpage/pkg/COMMENT @@ -0,0 +1 @@ +Print multiple pages per sheet of paper. diff --git a/print/mpage/pkg/DESCR b/print/mpage/pkg/DESCR new file mode 100644 index 00000000000..606e4ce04b5 --- /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 00000000000..f4ed09b9b79 --- /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