View | Details | Raw Unified | Return to bug 31335
Collapse All | Expand All

(-)tgif/Makefile (-2 / +2 lines)
Lines 2-12 Link Here
2
# Date created:         30 Jan 1999
2
# Date created:         30 Jan 1999
3
# Whom:                 bmc@WillsCreek.COM
3
# Whom:                 bmc@WillsCreek.COM
4
#
4
#
5
# $FreeBSD: ports/graphics/tgif/Makefile,v 1.29 2001/05/01 00:44:34 mharo Exp $
5
# $FreeBSD: ports/graphics/tgif/Makefile,v 1.28 2000/11/03 16:35:21 sobomax Exp $
6
#
6
#
7
7
8
PORTNAME=	tgif
8
PORTNAME=	tgif
9
PORTVERSION=	4.1.40
9
PORTVERSION=	4.1.41
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	ftp://bourbon.cs.umd.edu/pub/tgif/ \
11
MASTER_SITES=	ftp://bourbon.cs.umd.edu/pub/tgif/ \
12
		ftp://ftp.cs.ucla.edu/pub/tgif/
12
		ftp://ftp.cs.ucla.edu/pub/tgif/
(-)tgif/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (tgif-4.1.40.tar.gz) = 074259ef17f39c664eb974b6804da9a1
1
MD5 (tgif-4.1.41.tar.gz) = c26cfee5110c60944ae932ed790f4d9e
(-)tgif/files/patch-aa (-4 / +4 lines)
Lines 1-11 Link Here
1
--- tgif.man.orig      Tue Apr 24 17:37:58 2001
1
--- tgif.man.orig	Wed Oct 17 09:17:14 2001
2
+++ tgif.man   Tue Apr 24 17:38:32 2001
2
+++ tgif.man	Wed Oct 17 09:18:07 2001
3
@@ -8,7 +8,7 @@
3
@@ -8,7 +8,7 @@
4
 .\"
4
 .\"
5
 .\"
5
 .\"
6
 .\"
6
 .\"
7
-.TH tgif n "Version 4.1 Patchlevel 40 and Above" "Tgif"
7
-.TH tgif n "Version 4.1 Patchlevel 41 and Above" "Tgif"
8
+.TH tgif 1L "Version 4.1 Patchlevel 40 and Above" "Tgif"
8
+.TH tgif 1L "Version 4.1 Patchlevel 41 and Above" "Tgif"
9
 .\"
9
 .\"
10
 .SH NAME
10
 .SH NAME
11
 .\"
11
 .\"
(-)tgif/files/patch-ab (-12 lines)
Lines 1-12 Link Here
1
--- Tgif.tmpl.orig     Tue Apr 24 17:37:40 2001
2
+++ Tgif.tmpl  Tue Apr 24 17:40:34 2001
3
@@ -59,7 +59,8 @@
4
                   -DTEXT_FILE_EXT=\"txt\" -DPIN_FILE_EXT=\"pin\" \@@\
5
                   -DNETLIST_FILE_EXT=\"net\" -DCOMP_FILE_EXT=\"cmp\"
6
 MISCDEFINES	= -D_BACKGROUND_DONT_FORK -D_USE_XDRAWPOINT_TO_PUT_A_POINT \@@\
7
-                  -D_USE_PS_ADOBE_STRING=\"3.0/3.0\" -D_DONT_USE_MKTEMP
8
+                  -D_USE_PS_ADOBE_STRING=\"3.0/3.0\" -D_DONT_USE_MKTEMP \@@\
9
+		  -DXAPPLOADDIR_DEF=\"$(LIBDIR)/app-defaults\"
10
 MOREDEFINES	=
11
 
12
 XCOMM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(-)tgif/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Tgif 4.1.40
1
Tgif 4.0.41
2
2
3
Tgif is an interactive drawing tool that allows the user to draw and
3
Tgif is an interactive drawing tool that allows the user to draw and
4
manipulate objects in the X Window System. It's also a hyper-graphics (or
4
manipulate objects in the X Window System. It's also a hyper-graphics (or

Return to bug 31335