add psmark 2.0

Renders a vertical string on any PostScript document
This commit is contained in:
Ying-Chieh Liao 2002-08-03 16:52:53 +00:00
parent f9fb123280
commit 232816765c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63918
6 changed files with 43 additions and 0 deletions

View File

@ -153,6 +153,7 @@
SUBDIR += poster
SUBDIR += preview-latex
SUBDIR += pscal
SUBDIR += psmark
SUBDIR += pstotext
SUBDIR += psutils-a4
SUBDIR += psutils-letter

29
print/psmark/Makefile Normal file
View File

@ -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>

1
print/psmark/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (psmark-v2.0.tar.gz) = 570ce1c7df24d1107c2e271f5887a023

1
print/psmark/pkg-comment Normal file
View File

@ -0,0 +1 @@
Renders a vertical string on any PostScript document

10
print/psmark/pkg-descr Normal file
View File

@ -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

1
print/psmark/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/psmark