Initial import of version 2.5.
print multiple pages per sheet of paper. PR: 5790 Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
This commit is contained in:
parent
ba2d4d78c5
commit
d9ad525c81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9846
6 changed files with 72 additions and 0 deletions
18
print/mpage/Makefile
Normal file
18
print/mpage/Makefile
Normal file
|
@ -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>
|
1
print/mpage/distinfo
Normal file
1
print/mpage/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mpage-2.5.tgz) = 503b17df96b182035c63602d850b1dec
|
36
print/mpage/files/patch-aa
Normal file
36
print/mpage/files/patch-aa
Normal file
|
@ -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
|
1
print/mpage/pkg-comment
Normal file
1
print/mpage/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
mpage - print multiple pages per sheet of paper.
|
8
print/mpage/pkg-descr
Normal file
8
print/mpage/pkg-descr
Normal file
|
@ -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
|
8
print/mpage/pkg-plist
Normal file
8
print/mpage/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue