Upgrade, 3.1 -> 3.1.1
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
This commit is contained in:
parent
9cda78b31f
commit
2fca486976
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=840
@ -1,12 +1,13 @@
|
||||
# New ports collection makefile for: transfig
|
||||
# Version required: 3.1
|
||||
# Version required: 3.1.1
|
||||
# Date created: ?
|
||||
# Whom: mr (original)
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1995/01/07 11:01:38 asami Exp $
|
||||
# $Id: Makefile,v 1.3 1995/01/24 19:23:04 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= transfig.3.1
|
||||
DISTNAME= transfig.3.1.1
|
||||
PKGNAME= transfig-3.1.1
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (transfig.3.1.tar.gz) = 2aaa3e6b1532c0e138a5fff8e6054fde
|
||||
MD5 (transfig.3.1.1.tar.gz) = fae4c4c9e0e403fe0f086211f290db6b
|
||||
|
@ -1,12 +1,27 @@
|
||||
diff -u -r1.1 fig2dev/Imakefile
|
||||
--- 1.1 1995/01/21 19:29:30
|
||||
+++ fig2dev/Imakefile 1995/01/21 19:30:28
|
||||
@@ -65,7 +65,7 @@
|
||||
--- 1.1 1995/01/25 20:55:22
|
||||
+++ fig2dev/Imakefile 1995/01/25 21:26:14
|
||||
@@ -32,10 +32,10 @@
|
||||
XCOMM the XPM (color pixmap) package and you would like to allow XPM files.
|
||||
XCOMM You need version 3.4c of the XPM package.
|
||||
|
||||
-XCOMM XPMDEFINES = -DUSE_XPM
|
||||
-XCOMM XPMLIBDIR = -L/usr/local/X11/lib
|
||||
-XCOMM XPMINCDIR = -I/usr/local/X11/include/xpm
|
||||
-XCOMM XPMLIB = $(XPMLIBDIR) -lXpm -lX11
|
||||
+XPMDEFINES = -DUSE_XPM
|
||||
+XPMLIBDIR = -L/usr/X11R6/lib
|
||||
+XPMINCDIR = -I/usr/X11R6/include/X11
|
||||
+XPMLIB = $(XPMLIBDIR) -lXpm -lX11
|
||||
|
||||
XCOMM For Linux machines or any machines that have a separate library for
|
||||
XCOMM the database management routines, uncomment the following line
|
||||
@@ -73,7 +73,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)
|
||||
-SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm
|
||||
+SYS_LIBRARIES = $(XPMLIB) $(DBMLIB) -lm -lcompat
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
@ -1 +1 @@
|
||||
transfig - Tools to convert Xfig's .fig files. Version 3.1
|
||||
transfig - Tools to convert Xfig's .fig files. Version 3.1.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
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. This is version 3.1.
|
||||
variety of environments. This is version 3.1.1.
|
||||
|
||||
Drivers currently exist for the following graphics langauges: (E)EPIC
|
||||
macros, LaTeX picture environment, PIC, PiCTeX, PostScript, and
|
||||
|
Loading…
Reference in New Issue
Block a user