diff options
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/psmark/Makefile | 29 | ||||
-rw-r--r-- | print/psmark/distinfo | 1 | ||||
-rw-r--r-- | print/psmark/pkg-comment | 1 | ||||
-rw-r--r-- | print/psmark/pkg-descr | 10 | ||||
-rw-r--r-- | print/psmark/pkg-plist | 1 |
6 files changed, 43 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 5f4b39bffb3f..f7ab2944ac85 100644 --- a/print/Makefile +++ b/print/Makefile @@ -153,6 +153,7 @@ SUBDIR += poster SUBDIR += preview-latex SUBDIR += pscal + SUBDIR += psmark SUBDIR += pstotext SUBDIR += psutils-a4 SUBDIR += psutils-letter diff --git a/print/psmark/Makefile b/print/psmark/Makefile new file mode 100644 index 000000000000..2037c1a137e5 --- /dev/null +++ b/print/psmark/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# Ports collection makefile for: psmark +# Date created: Aug 4, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= psmark +PORTVERSION= 2.0 +CATEGORIES= print +MASTER_SITES= http://www.antitachyon.com/obj/2/14/2/ +DISTNAME= ${PORTNAME}-v${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_REINPLACE= yes + +MAN1= psmark.1 + +post-patch: + @${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/psmark ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/psmark.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/print/psmark/distinfo b/print/psmark/distinfo new file mode 100644 index 000000000000..53728a9617ae --- /dev/null +++ b/print/psmark/distinfo @@ -0,0 +1 @@ +MD5 (psmark-v2.0.tar.gz) = 570ce1c7df24d1107c2e271f5887a023 diff --git a/print/psmark/pkg-comment b/print/psmark/pkg-comment new file mode 100644 index 000000000000..bb8a0d084308 --- /dev/null +++ b/print/psmark/pkg-comment @@ -0,0 +1 @@ +Renders a vertical string on any PostScript document diff --git a/print/psmark/pkg-descr b/print/psmark/pkg-descr new file mode 100644 index 000000000000..a4613c55c901 --- /dev/null +++ b/print/psmark/pkg-descr @@ -0,0 +1,10 @@ +psmark is a C program that renders a vertical string on any PostScript +document. + +Features : + - Prints "watermark"-like text on any PostScript document. + - Free choice of brightness, location, size, font, color, string to render + and angle. + - GPL program. + +WWW: http://www.antitachyon.com/?2,14,2 diff --git a/print/psmark/pkg-plist b/print/psmark/pkg-plist new file mode 100644 index 000000000000..94e8ab180c7d --- /dev/null +++ b/print/psmark/pkg-plist @@ -0,0 +1 @@ +bin/psmark |