aboutsummaryrefslogtreecommitdiff
path: root/print/psmark
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 22:23:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 22:23:47 +0000
commitcb6890b7266d2bb95f5ceb10f2770725670db763 (patch)
treeba32169bd94dd1a68fa7e27ab87c534bee605c93 /print/psmark
parent35cd057a462e6fff96ac2b4a8d8146e43e8304f1 (diff)
Notes
Diffstat (limited to 'print/psmark')
-rw-r--r--print/psmark/Makefile34
-rw-r--r--print/psmark/distinfo3
-rw-r--r--print/psmark/files/patch-psmark.c15
-rw-r--r--print/psmark/pkg-descr10
4 files changed, 0 insertions, 62 deletions
diff --git a/print/psmark/Makefile b/print/psmark/Makefile
deleted file mode 100644
index a2ac26e96b68..000000000000
--- a/print/psmark/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: psmark
-# Date created: Aug 4, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= psmark
-PORTVERSION= 2.1
-PORTREVISION= 1
-CATEGORIES= print
-MASTER_SITES= http://www.antitachyon.com/download/
-DISTNAME= ${PORTNAME}-v${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Renders a vertical string on any PostScript document
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-MAN1= psmark.1
-PLIST_FILES= bin/psmark
-
-do-build:
- @cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
-
-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
deleted file mode 100644
index 0e99cb9a63e4..000000000000
--- a/print/psmark/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (psmark-v2.1.tar.gz) = d3d7c11fbd7b7fe7aea345f34d8c45a7
-SHA256 (psmark-v2.1.tar.gz) = de7df2cb5fbad408406c96a3eccd14f219424a2d42394e64b4c73027f26dd8b4
-SIZE (psmark-v2.1.tar.gz) = 16296
diff --git a/print/psmark/files/patch-psmark.c b/print/psmark/files/patch-psmark.c
deleted file mode 100644
index 1bbd3a3b1b0e..000000000000
--- a/print/psmark/files/patch-psmark.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- psmark.c.orig Mon May 12 15:31:28 2003
-+++ psmark.c Mon May 12 15:31:35 2003
-@@ -97,9 +97,9 @@
- progname);
- fprintf(stderr,"example:\n %s -i test.ps -o output.ps -b 0.4 -s 15 \"vertical label\""
- "\n\n",progname);
-- fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but
-- they are not in sync with the page corner: some fiddling is required
-- to get text to appear right in the corner.\n"
-+ fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but\n"
-+ "they are not in sync with the page corner: some fiddling is required\n"
-+ "to get text to appear right in the corner.\n"
- );
-
- exit(error ? EXIT_FAILURE : EXIT_SUCCESS);
diff --git a/print/psmark/pkg-descr b/print/psmark/pkg-descr
deleted file mode 100644
index 1db2ffeff522..000000000000
--- a/print/psmark/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/Content/Utilities/psmark