aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-10-16 15:29:32 +0000
committerRene Ladan <rene@FreeBSD.org>2019-10-16 15:29:32 +0000
commit13d4527a34237c3848445140a659128518ca196f (patch)
treea59de3287464c291f091b739fe407ba6df10c951 /print
parenta12065703469e10f4f34b1e43555af92cfceaa6c (diff)
downloadports-13d4527a34237c3848445140a659128518ca196f.tar.gz
ports-13d4527a34237c3848445140a659128518ca196f.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/poster/Makefile31
-rw-r--r--print/poster/distinfo2
-rw-r--r--print/poster/files/patch-poster.c11
-rw-r--r--print/poster/pkg-descr8
5 files changed, 0 insertions, 53 deletions
diff --git a/print/Makefile b/print/Makefile
index 609de3196e2c..61378cd1495d 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -174,7 +174,6 @@
SUBDIR += pkpgcounter
SUBDIR += pmw
SUBDIR += pnm2ppa
- SUBDIR += poster
SUBDIR += print-manager
SUBDIR += ps2eps
SUBDIR += pscal
diff --git a/print/poster/Makefile b/print/poster/Makefile
deleted file mode 100644
index 75f59baf8505..000000000000
--- a/print/poster/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Yoshiro MIHIRA <sanpei@sanpei.org>
-# $FreeBSD$
-
-PORTNAME= poster
-PORTVERSION= 1.0
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.ics.ele.tue.nl/pub/users/jos/poster/
-DISTNAME= poster
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Resize a postscript image to print on larger media and/or multiple sheets
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-ALL_TARGET= poster
-MAKEFILE= /dev/null
-MAKE_ENV= LDLIBS="-lm"
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= bin/poster man/man1/poster.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/print/poster/distinfo b/print/poster/distinfo
deleted file mode 100644
index 853660e711d0..000000000000
--- a/print/poster/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (poster.tar.gz) = b63785aebad876a6dca6170ce7b492865bacbf241935f13e29afb7b3c1451765
-SIZE (poster.tar.gz) = 28585
diff --git a/print/poster/files/patch-poster.c b/print/poster/files/patch-poster.c
deleted file mode 100644
index fb244468a7f5..000000000000
--- a/print/poster/files/patch-poster.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- poster.c.orig 1999-04-28 15:22:46 UTC
-+++ poster.c
-@@ -570,7 +570,7 @@ static int dsc_infile( double ps_bb[4])
-
- got_bb = 0;
- dsc_cont = inbody = gotall = level = atend = 0;
-- while (!gotall && (gets(buf) != NULL))
-+ while (!gotall && (fgets(buf, BUFSIZE, stdin) != NULL))
- {
- if (buf[0] != '%')
- { dsc_cont = 0;
diff --git a/print/poster/pkg-descr b/print/poster/pkg-descr
deleted file mode 100644
index 3737d7a1312b..000000000000
--- a/print/poster/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Here you have the new release of `poster', to scale postscript
-images to a larger size, and print them on larger media and/or
-tile them to print on multiple sheets.
-With respect to the earlier release:
-- support is added for foreign (Non European A*) media sizes.
-- options for scaling became more flexible
-- original restrictions on white margins in your drawing are removed.
-For a complete explanation see the accompanying manual.