summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-01-07 11:01:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-01-07 11:01:52 +0000
commit7af75d953980a5d1aeb3aa7bab4facc1b62e51f5 (patch)
tree9eb529f6d0b1d6506b863ac6d190aa51ebf95963 /print
parentMove pre-extract target inside COOKIE (diff)
Upgrade to 3.0. Thanks, Philippe!
===== Submitted by: charnier@lirmm.fr To: ports@freebsd.org Subject: transfig.3.0 Date: Sat, 07 Jan 1995 10:21:29 +0100 From: "Philippe Charnier" <charnier@lirmm.fr> xfig 3.0 need transfig 3.0 which is not yet in the tree. Here is some patches. The Makefile need also to be changed (2.1.8 -> 3.0)
Notes
Notes: svn path=/head/; revision=733
Diffstat (limited to 'print')
-rw-r--r--print/transfig/Makefile22
-rw-r--r--print/transfig/distinfo1
-rw-r--r--print/transfig/files/patch-ac19
-rw-r--r--print/transfig/pkg-comment2
-rw-r--r--print/transfig/pkg-descr52
-rw-r--r--print/transfig/pkg-plist6
6 files changed, 39 insertions, 63 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile
index 60a8d4769a05..686660c61f3e 100644
--- a/print/transfig/Makefile
+++ b/print/transfig/Makefile
@@ -1,8 +1,18 @@
-#This is transfig Version 2.1.8
-#By mr
-DISTNAME= transfig
-DISTFILES= transfig.2.1.8.tar.Z
-MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/
-USE_IMAKE= YES
+# New ports collection makefile for: transfig
+# Version required: 3.0
+# Date created: ?
+# Whom: mr (original)
+#
+# $Id:$
+#
+
+DISTNAME= transfig.3.0
+EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/ \
+ ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/transfig/
+USE_IMAKE= yes
+INSTALL_MANPAGES= yes
+WRKSRC= ${WRKDIR}/transfig
+
.include <bsd.port.mk>
diff --git a/print/transfig/distinfo b/print/transfig/distinfo
new file mode 100644
index 000000000000..46f0ce97999a
--- /dev/null
+++ b/print/transfig/distinfo
@@ -0,0 +1 @@
+MD5 (transfig.3.0.tar.Z) = 768160afef8a7fa936b6975b9351cffb
diff --git a/print/transfig/files/patch-ac b/print/transfig/files/patch-ac
index 0bc24e375065..7086b0239573 100644
--- a/print/transfig/files/patch-ac
+++ b/print/transfig/files/patch-ac
@@ -1,8 +1,11 @@
-*** fig2dev/read1_3.c.orig Wed Nov 23 14:23:28 1994
---- fig2dev/read1_3.c Wed Nov 23 14:23:35 1994
-***************
-*** 50,52 ****
- extern int errno;
-- extern char *sys_errlist[];
- extern int sys_nerr, errno;
---- 50,51 ----
+--- 1.1 1995/01/06 20:19:42
++++ ./fig2dev/Imakefile 1995/01/06 20:21:27
+@@ -61,7 +61,7 @@
+ arrow.o bound.o free.o read.o read1_3.o latex_line.o $(STRSTRO) \
+ dev/libtransfig.a
+
+-SYS_LIBRARIES = -lm
++SYS_LIBRARIES = -lm -lcompat
+ LOCAL_LIBRARIES = $(XPMLIB)
+
+ MakeSubdirs($(SUBDIRS))
diff --git a/print/transfig/pkg-comment b/print/transfig/pkg-comment
index f82631aabe53..5bb5f2e4e44b 100644
--- a/print/transfig/pkg-comment
+++ b/print/transfig/pkg-comment
@@ -1 +1 @@
-transfig - Tools to convert Xfig's .fig files. Version 2.1.8
+transfig - Tools to convert Xfig's .fig files. Version 3.0
diff --git a/print/transfig/pkg-descr b/print/transfig/pkg-descr
index d0d9047bc397..d9988a4eeb45 100644
--- a/print/transfig/pkg-descr
+++ b/print/transfig/pkg-descr
@@ -1,51 +1,7 @@
-General information:
-
TransFig is a set of tools for creating TeX documents with graphics
which are portable, in the sense that they can be printed in a wide
-variety of environments.
-
-The transfig directory contains the source for the transfig command
-which generates a Makefile which translates Fig code to various graphics
-description languages using the fig2dev program. In previous releases,
-this command was implemented as a shell script.
-
-The fig2dev directory contains a general program for translating from
-Fig code to other graphics desciption languages. The dev subdirectory
-contains a library of output drivers used by fig2dev.
-
-Drivers currently exist for the following graphics langauges:
-(E)EPIC macros, LaTeX picture environment, PIC, PiCTeX, PostScript, and TeXtyl.
-Fig2dev can be configured with a subset of these drivers
-
-The doc directory contains man pages for fig2dev and for the transfig command.
-The subdirectory doc/manual contains a manual for using TransFig to create
-documents with portable graphics. The manual also contains a reference
-guide describing Fig code in detail, and a description of TFX, an extension to
-Fig code which is supported by the translators in this package.
-
-Micah Beck
-Dept of Computer Science
-Cornell University
-
-1 May 1990
-----------
-Version 2.0 note: The PostScript translation implemented by fig2dev
-now supports both the TFX version of Fig code and the V2.0, the dialect
-used by XFig Version 2.0. The other translations support only TFX.
-
-1 September 1990
-----------------
-Version 2.1 note: fig2dev now supports Fig code V2.1, which implements
-the features of both TFX and V2.0. V2.1 has some options which are
-implemented only in the PS output mode, most notably the use of PS font
-names in specifying text objects. However, unlike V2.0, this feature
-is optional in V2.1; TFX-style font specifiers are also supported and
-can be translated in all output modes. TFX and V2.0 are still supported.
-
-********************************
-PROBLEMS and POSSIBLE SOLUTIONS:
-********************************
-
-Solaris 2.x users:
+variety of environments. This is version 3.0.
-You must use the /usr/ucb/cc compiler because gethosename() is used.
+Drivers currently exist for the following graphics langauges: (E)EPIC
+macros, LaTeX picture environment, PIC, PiCTeX, PostScript, and
+TeXtyl. Fig2dev can be configured with a subset of these drivers
diff --git a/print/transfig/pkg-plist b/print/transfig/pkg-plist
index 28945221c1f9..a76310a90091 100644
--- a/print/transfig/pkg-plist
+++ b/print/transfig/pkg-plist
@@ -5,4 +5,10 @@
bin/transfig
bin/fig2dev
bin/fig2ps2tex
+bin/fig2ps2tex.sh
bin/pic2tpic
+@mode 644
+man/man1/transfig.1.gz
+man/man1/fig2ps2tex.1.gz
+man/man1/pic2tpic.1.gz
+man/man1/fig2dev.1.gz