diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-09 23:56:00 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-09 23:56:00 +0000 |
commit | 48eab8c26132b75f52f62886539e975b2d3c4318 (patch) | |
tree | 3c57271c8f0bb6587023abd91ca48c840a78a3d0 /print/transfig | |
parent | f3dc05b0ce1a30704ed5e69f47556ea039ae84fa (diff) | |
download | ports-48eab8c26132b75f52f62886539e975b2d3c4318.tar.gz ports-48eab8c26132b75f52f62886539e975b2d3c4318.zip |
Notes
Diffstat (limited to 'print/transfig')
-rw-r--r-- | print/transfig/Makefile | 7 | ||||
-rw-r--r-- | print/transfig/distinfo | 2 | ||||
-rw-r--r-- | print/transfig/files/patch-ac | 26 | ||||
-rw-r--r-- | print/transfig/pkg-plist | 1 |
4 files changed, 22 insertions, 14 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index be3b5d3783b7..4c700dc15061 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -6,16 +6,17 @@ # PORTNAME= transfig -PORTVERSION= 3.2.3c +PORTVERSION= 3.2.3d CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ +MASTER_SITES= http://www.xfig.org/xfigdist/ \ ftp://www-epb.lbl.gov/xfig/ MASTER_SITE_SUBDIR= applications/drawing_tools/transfig DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.4:${PORTSDIR}/graphics/png RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes diff --git a/print/transfig/distinfo b/print/transfig/distinfo index f9c59c22507a..8adcf25ff90c 100644 --- a/print/transfig/distinfo +++ b/print/transfig/distinfo @@ -1 +1 @@ -MD5 (transfig.3.2.3c.tar.gz) = cefd377ff3c4ec9aa38a42e98944d9b3 +MD5 (transfig.3.2.3d.tar.gz) = 4fbf4184fe2df4fe9bb5130b6e19907c diff --git a/print/transfig/files/patch-ac b/print/transfig/files/patch-ac index a2d755141c5e..2f21fef1ba35 100644 --- a/print/transfig/files/patch-ac +++ b/print/transfig/files/patch-ac @@ -1,5 +1,5 @@ ---- fig2dev/Imakefile.orig Fri Jul 21 01:38:53 2000 -+++ fig2dev/Imakefile Sat Jul 29 00:55:31 2000 +--- fig2dev/Imakefile.orig Fri Apr 20 02:19:38 2001 ++++ fig2dev/Imakefile Tue Jun 5 23:18:08 2001 @@ -28,7 +28,7 @@ XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled XCOMM and installed xfig. This will be made automatic in the future. @@ -18,7 +18,18 @@ XCOMM **************** XCOMM Change RGB if necessary, to point to your rgb.txt color database -@@ -67,11 +67,11 @@ +@@ -65,8 +65,8 @@ + #define USEPNG + + #ifdef USEPNG +-PNGLIBDIR = $(USRLIBDIR) +-PNGINC = -I/usr/include/X11 ++PNGLIBDIR = ${LOCALBASE}/lib ++PNGINC = -I${LOCALBASE}/include + #endif + + XCOMM **************** +@@ -78,11 +78,11 @@ XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) XCOMM @@ -32,7 +43,7 @@ #endif XCOMM **************** -@@ -91,8 +91,8 @@ +@@ -104,8 +104,8 @@ #ifdef USEJPEG #ifdef USEINSTALLEDJPEG @@ -43,12 +54,7 @@ #else JPEGLIBDIR = ../jpeg JPEGINCDIR = $(JPEGLIBDIR) -@@ -141,11 +141,11 @@ - XCOMM **************** - XCOMM Uncomment the next line if you want use Japanese (i18n) on xfig. - --XCOMM #define I18N -+#define I18N +@@ -158,7 +158,7 @@ #ifdef I18N I18N_DEFS = -DI18N diff --git a/print/transfig/pkg-plist b/print/transfig/pkg-plist index 3ad208adcf12..ef7e0b8c2cd5 100644 --- a/print/transfig/pkg-plist +++ b/print/transfig/pkg-plist @@ -3,6 +3,7 @@ bin/fig2ps2tex bin/fig2ps2tex.sh bin/pic2tpic bin/transfig +lib/X11/fig2dev/cs_CZ.ps lib/X11/fig2dev/japanese.ps @exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja.ps @exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja_JP.EUC.ps |