diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-10 13:49:26 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-10 13:49:26 +0000 |
commit | 2a2896209a4e53dfe18d947769fd3f849c0d3aa9 (patch) | |
tree | 47bf9c6f9540655544dcc0b3bcc0d93b5c10ab19 /print/pdflib4 | |
parent | Depend on pdflib3 instead of pdflib and thus enable pdflib support. (diff) |
Remove pdflib in favour of pdflib3.
Notes
Notes:
svn path=/head/; revision=43756
Diffstat (limited to 'print/pdflib4')
-rw-r--r-- | print/pdflib4/Makefile | 36 | ||||
-rw-r--r-- | print/pdflib4/distinfo | 1 | ||||
-rw-r--r-- | print/pdflib4/files/patch-ad | 29 | ||||
-rw-r--r-- | print/pdflib4/files/patch-af | 11 | ||||
-rw-r--r-- | print/pdflib4/pkg-comment | 1 | ||||
-rw-r--r-- | print/pdflib4/pkg-descr | 12 | ||||
-rw-r--r-- | print/pdflib4/pkg-plist | 9 |
7 files changed, 0 insertions, 99 deletions
diff --git a/print/pdflib4/Makefile b/print/pdflib4/Makefile deleted file mode 100644 index 50c52a86b491..000000000000 --- a/print/pdflib4/Makefile +++ /dev/null @@ -1,36 +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= 2.01 -CATEGORIES= print -MASTER_SITES= http://www.pdflib.com/pdflib/download/ \ - http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ - -MAINTAINER= dirk@FreeBSD.org - -RUN_DEPENDS= ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-perl5=${PERL} \ - --with-tiff=${PREFIX} \ - --with-jpeg=${PREFIX} \ - --with-zlib=/usr - -do-install: - ${INSTALL_DATA} ${WRKSRC}/pdflib/libpdf.so.2 ${PREFIX}/lib - ${LN} -s libpdf.so.2 ${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/pdflib4/distinfo b/print/pdflib4/distinfo deleted file mode 100644 index 150bb362495c..000000000000 --- a/print/pdflib4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pdflib-2.01.tar.gz) = 193f938f1066e7a560874c9e483bd3db diff --git a/print/pdflib4/files/patch-ad b/print/pdflib4/files/patch-ad deleted file mode 100644 index a8d0d5636b06..000000000000 --- a/print/pdflib4/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Mon Aug 2 18:04:00 1999 -+++ configure Tue Sep 7 23:14:14 1999 -@@ -557,7 +557,7 @@ - - - --VERSION="2.01" -+VERSION="2" - - WITH_CXX=nope - WITH_JAVA=nope -@@ -1936,7 +1936,7 @@ - PDFLIB_STATIC=libpdf$VERSION.a - - case $ac_sys_system in -- NetBSD*) PDFLIB_SHARED=libpdf$SO.$VERSION;; -+ NetBSD*|FreeBSD*) PDFLIB_SHARED=libpdf$SO.$VERSION;; - *) PDFLIB_SHARED=libpdf$VERSION$SO;; - esac - -@@ -1971,7 +1971,7 @@ - # This must work with the shared as well as the dynamic version. - - case $ac_sys_system in -- NetBSD*) PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm";; -+ NetBSD*|FreeBSD*) PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm";; - *) PDFLIBLINK="-lpdf$VERSION $TIFFLINK $ZLIBLINK -lm";; - esac - diff --git a/print/pdflib4/files/patch-af b/print/pdflib4/files/patch-af deleted file mode 100644 index 54e3289aa4fc..000000000000 --- a/print/pdflib4/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- bind/cpp/Makefile.in.orig Thu Jul 22 12:10:37 1999 -+++ bind/cpp/Makefile.in Tue Sep 7 23:14:14 1999 -@@ -30,7 +30,7 @@ - .SUFFIXES: .cpp - - .cpp.o: -- $(CXX) $(CXXFLAGS) $(DEFINES) $< -+ $(CXX) $(CFLAGS) $(CXXFLAGS) $(DEFINES) $< - - # ---------------------------------- - diff --git a/print/pdflib4/pkg-comment b/print/pdflib4/pkg-comment deleted file mode 100644 index 374fc0a251f4..000000000000 --- a/print/pdflib4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C library for dynamically generating PDF diff --git a/print/pdflib4/pkg-descr b/print/pdflib4/pkg-descr deleted file mode 100644 index aecf4527dc38..000000000000 --- a/print/pdflib4/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.ifconnection.de/~tm/software/pdflib/ diff --git a/print/pdflib4/pkg-plist b/print/pdflib4/pkg-plist deleted file mode 100644 index f78afa5e0824..000000000000 --- a/print/pdflib4/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/pdflib.h -lib/libpdf.so -lib/libpdf.so.2 -share/doc/pdflib/PDFlib.pdf -share/doc/pdflib/changes.txt -share/doc/pdflib/compatibility.txt -share/doc/pdflib/install.txt -share/doc/pdflib/license.pdf -@dirrm share/doc/pdflib |