diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 08:56:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 08:56:41 +0000 |
commit | 9be9c4c1dafe17e16a81322515a375b6574e2bb7 (patch) | |
tree | 9ae73276b422d1766d18a0fdeeb964c5f2073690 /graphics/fig2pstricks | |
parent | d140c906251172c4ac876b6be49313c67918650f (diff) |
Notes
Diffstat (limited to 'graphics/fig2pstricks')
-rw-r--r-- | graphics/fig2pstricks/Makefile | 43 | ||||
-rw-r--r-- | graphics/fig2pstricks/distinfo | 3 | ||||
-rw-r--r-- | graphics/fig2pstricks/pkg-descr | 7 |
3 files changed, 0 insertions, 53 deletions
diff --git a/graphics/fig2pstricks/Makefile b/graphics/fig2pstricks/Makefile deleted file mode 100644 index e235ca6495ac..000000000000 --- a/graphics/fig2pstricks/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: fig2pstricks -# Date created: Mar 4, 2005 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= fig2pstricks -PORTVERSION= 0.7.1 -CATEGORIES= graphics -MASTER_SITES= http://homes.eco.auckland.ac.nz/chan079/fig2pstricks/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Convert xfig to pstricks - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_GMAKE= yes - -PLIST_FILES= bin/fig2pstricks - -CFLAGS+= -DVERSION=\\\"${PORTVERSION}\\\" - -.if defined(WITH_LATEX) -RUN_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex \ - epstopdf:${PORTSDIR}/print/teTeX-base -USE_GHOSTSCRIPT_RUN= yes -PLIST_FILES+= bin/fig2epspdf -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|gcc|$$(CC)|g ; \ - s|^CFLAGS|#CFLAGS|g' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if defined(WITH_LATEX) - ${INSTALL_SCRIPT} ${WRKSRC}/fig2epspdf ${PREFIX}/bin -.endif - -.include <bsd.port.mk> diff --git a/graphics/fig2pstricks/distinfo b/graphics/fig2pstricks/distinfo deleted file mode 100644 index 2c94c93308b1..000000000000 --- a/graphics/fig2pstricks/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fig2pstricks-0.7.1.tar.gz) = 15d30068472808aa4c3e9a9191d22c47 -SHA256 (fig2pstricks-0.7.1.tar.gz) = 2333588c736bb49d0f8e0059358f21a26f328d843736bd7db2afceaddf1e769c -SIZE (fig2pstricks-0.7.1.tar.gz) = 32959 diff --git a/graphics/fig2pstricks/pkg-descr b/graphics/fig2pstricks/pkg-descr deleted file mode 100644 index 016be0c399a0..000000000000 --- a/graphics/fig2pstricks/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -fig2pstricks is a command-line driven application to convert a fig (or xfig) -version 3.2 file to PSTricks codes. It is especially useful to convert -graphics created by R's xfig() device, but it can be used with any fig files. -When used together with LaTeX, dvips, ps2pdf, and Prosper, it can also create -a PDF slide show with great ease. - -WWW: http://homes.eco.auckland.ac.nz/chan079/fig2pstricks/ |