add psmark 2.0
Renders a vertical string on any PostScript document
This commit is contained in:
parent
f9fb123280
commit
232816765c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63918
@ -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
29
print/psmark/Makefile
Normal 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
1
print/psmark/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (psmark-v2.0.tar.gz) = 570ce1c7df24d1107c2e271f5887a023
|
1
print/psmark/pkg-comment
Normal file
1
print/psmark/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Renders a vertical string on any PostScript document
|
10
print/psmark/pkg-descr
Normal file
10
print/psmark/pkg-descr
Normal 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
1
print/psmark/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/psmark
|
Loading…
Reference in New Issue
Block a user