diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-03-10 21:18:44 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-03-10 21:18:44 +0000 |
commit | 356cd5982aa48c060184c77117528c687dd13d7a (patch) | |
tree | 65471c87e425578f215bfea31e37d45c0f5b21ce /print | |
parent | adeddba8245af653c336923406640bb7ff6c0c5d (diff) | |
download | ports-356cd5982aa48c060184c77117528c687dd13d7a.tar.gz ports-356cd5982aa48c060184c77117528c687dd13d7a.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/utopia/Makefile | 22 | ||||
-rw-r--r-- | print/utopia/distinfo | 3 | ||||
-rw-r--r-- | print/utopia/pkg-descr | 10 | ||||
-rw-r--r-- | print/utopia/pkg-plist | 20 |
5 files changed, 56 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index fd11e4dc3070..11337c4534a9 100644 --- a/print/Makefile +++ b/print/Makefile @@ -341,6 +341,7 @@ SUBDIR += ttftot42 SUBDIR += txtbdf2ps SUBDIR += typetools + SUBDIR += utopia SUBDIR += wmlpq SUBDIR += wprint SUBDIR += xdvi diff --git a/print/utopia/Makefile b/print/utopia/Makefile new file mode 100644 index 000000000000..bc04a7cece98 --- /dev/null +++ b/print/utopia/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: utopia +# Date created: Fri, 26 Feb 2010 16:40:00 EST +# Whom: James Bailie <jimmy@mammothcheese.ca> +# +# $FreeBSD$ +# + +PORTNAME= utopia +PORTVERSION= 1.0 +CATEGORIES= print +MASTER_SITES= http://www.mammothcheese.ca/ + +MAINTAINER= jimmy@mammothcheese.ca +COMMENT= Adobe Utopia typeface for Groff + +DATADIR= ${PREFIX}/share/utopia + +MAN7= utopia_font.7 + +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/print/utopia/distinfo b/print/utopia/distinfo new file mode 100644 index 000000000000..be12d660e494 --- /dev/null +++ b/print/utopia/distinfo @@ -0,0 +1,3 @@ +MD5 (utopia-1.0.tar.gz) = a775be8707222503bd514662c3d4d35c +SHA256 (utopia-1.0.tar.gz) = f6d7db956c0463c66a15e2201fdc31ff5c1924343f943ff2fce9653fd50a9c3d +SIZE (utopia-1.0.tar.gz) = 227476 diff --git a/print/utopia/pkg-descr b/print/utopia/pkg-descr new file mode 100644 index 000000000000..eae32d10fce6 --- /dev/null +++ b/print/utopia/pkg-descr @@ -0,0 +1,10 @@ +This port provides the PostScript Type 1 version of Adobe Utopia for use +with GNU Troff, as it is configured in a FreeBSD basic install. + +For details on usage, invoke: man utopia_font. + +WWW: http://www.mammothcheese.ca/munger.html + +-- +James Bailie <jimmy@mammothcheese.ca> +http://www.mammothcheese.ca diff --git a/print/utopia/pkg-plist b/print/utopia/pkg-plist new file mode 100644 index 000000000000..b586fc71b1a9 --- /dev/null +++ b/print/utopia/pkg-plist @@ -0,0 +1,20 @@ +%%DATADIR%%/devps/DESC +%%DATADIR%%/devps/UB +%%DATADIR%%/devps/UBI +%%DATADIR%%/devps/UI +%%DATADIR%%/devps/UR +%%DATADIR%%/devps/putr.afm +%%DATADIR%%/devps/putr.pfa +%%DATADIR%%/devps/putri.afm +%%DATADIR%%/devps/putri.pfa +%%DATADIR%%/devps/putb.afm +%%DATADIR%%/devps/putb.pfa +%%DATADIR%%/devps/putbi.afm +%%DATADIR%%/devps/putbi.pfa +%%DATADIR%%/devps/LICENSE +%%DATADIR%%/devps/text.enc +%%DATADIR%%/devps/textmap +%%DATADIR%%/devps/download.old +@unexec /usr/bin/sed -I backup -e "/Utopia Begin/,/Utopia End/d" +@dirrm %%DATADIR%%/devps +@dirrm %%DATADIR%% |