diff options
author | kris <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | a4442963eb3cae79542cb7d8a9ec5a1cf5286fc9 (patch) | |
tree | 70203cf591dc2a14f1f6a1717bbb91c683fbc6b5 /print | |
parent | 5715fcc965f05470d631d3aa8150ae8838224364 (diff) | |
download | FreeBSD-ports-a4442963eb3cae79542cb7d8a9ec5a1cf5286fc9.zip FreeBSD-ports-a4442963eb3cae79542cb7d8a9ec5a1cf5286fc9.tar.gz |
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib3/Makefile | 41 | ||||
-rw-r--r-- | print/pdflib3/distinfo | 1 | ||||
-rw-r--r-- | print/pdflib3/files/patch-ad | 11 | ||||
-rw-r--r-- | print/pdflib3/pkg-descr | 12 | ||||
-rw-r--r-- | print/pdflib3/pkg-plist | 15 |
5 files changed, 0 insertions, 80 deletions
diff --git a/print/pdflib3/Makefile b/print/pdflib3/Makefile deleted file mode 100644 index 84cb4d4..0000000 --- a/print/pdflib3/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: pdflib -# Date created: Mon Jan 18 17:03:33 CET 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pdflib -PORTVERSION= 3.03 -CATEGORIES= print -MASTER_SITES= http://www.pdflib.com/pdflib/download/ - -MAINTAINER= billf@FreeBSD.org -COMMENT= A C library for dynamically generating PDF - -BROKEN= "Distfile has disappeared" - -RUN_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -RESTRICTED= "many odd restrictions on usage and distribution" -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-perl5=${PERL} \ - --with-jpeg=${PREFIX} \ - --with-pnglib=${PREFIX} \ - --enable-shared-pdflib \ - --enable-cxx \ - --with-zlib=/usr - -do-install: - ${INSTALL_DATA} ${WRKSRC}/pdflib/.libs/libpdf.so.3 ${PREFIX}/lib - ${LN} -s libpdf.so.3 ${PREFIX}/lib/libpdf.so - ${INSTALL_DATA} ${WRKSRC}/pdflib/pdflib.h ${PREFIX}/include -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pdflib - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/pdflib -.endif - -.include <bsd.port.mk> diff --git a/print/pdflib3/distinfo b/print/pdflib3/distinfo deleted file mode 100644 index 352868b..0000000 --- a/print/pdflib3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pdflib-3.03.tar.gz) = 693c76acb8881b554992786e81ada91b diff --git a/print/pdflib3/files/patch-ad b/print/pdflib3/files/patch-ad deleted file mode 100644 index d87fbf7..0000000 --- a/print/pdflib3/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Dec 21 18:03:35 2000 -+++ configure Sat Mar 10 16:47:35 2001 -@@ -580,7 +580,7 @@ - - - --PDFLIB_CURRENT=1 -+PDFLIB_CURRENT=3 - PDFLIB_REVISION=1 - PDFLIB_AGE=1 - diff --git a/print/pdflib3/pkg-descr b/print/pdflib3/pkg-descr deleted file mode 100644 index 4eca1ff..0000000 --- a/print/pdflib3/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -PDFlib is a library of C routines which allow you to programmatically -generate files in Adobe's Portable Document Format PDF. PDFlib -acts as a backend processor to your own programs. While you (the -programmer) are responsible for retrieving or maintaining the data -to be processed, PDFlib takes over the task of generating the PDF -code which graphically represents your data. While you must still -format and arrange your text and graphical objects, PDFlib frees -you from the internals and intricacies of PDF. Although being far -from complete, PDFlib already offers many useful functions for -creating text, graphics, images and hypertext elements in PDF files. - -WWW: http://www.PDFlib.com/ diff --git a/print/pdflib3/pkg-plist b/print/pdflib3/pkg-plist deleted file mode 100644 index 72209c4..0000000 --- a/print/pdflib3/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -include/pdflib.h -lib/libpdf.so -lib/libpdf.so.3 -share/doc/pdflib/PDFlib-license.pdf -share/doc/pdflib/PDFlib-manual.pdf -share/doc/pdflib/PDFlib-purchase-order.pdf -share/doc/pdflib/aladdin-license.pdf -share/doc/pdflib/changes.txt -share/doc/pdflib/compatibility.txt -share/doc/pdflib/grid.pdf -share/doc/pdflib/readme_ebcdic.txt -share/doc/pdflib/readme_mac.txt -share/doc/pdflib/readme_unix.txt -share/doc/pdflib/readme_win.txt -@dirrm share/doc/pdflib |