mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
tgif, an X11-based drawing tool.
Submitted by: Brian Clapper <bmc@telebase.com>
This commit is contained in:
parent
809fcc16f3
commit
b597026acc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2665
29
graphics/tgif/Makefile
Normal file
29
graphics/tgif/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: tgif
|
||||
# Version required: 2.16-p12
|
||||
# Date created: 19 Jan 1996
|
||||
# Whom: bmc@WillsCreek.COM
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= tgif-2.16-p12
|
||||
PKGNAME= tgif-2.16.12
|
||||
CATEGORIES+= graphics x11
|
||||
MASTER_SITES= ftp://ftp.x.org/contrib/applications/tgif/ \
|
||||
ftp://ftp.crl.research.digital.com/pub/X11/contrib/applications/tgif/ \
|
||||
ftp://ftp.cs.columbia.edu/archives/X11R6/contrib/applications/tgif/
|
||||
|
||||
MAINTAINER= bmc@WillsCreek.COM
|
||||
|
||||
RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \
|
||||
pnmtotiff:${PORTSDIR}/graphics/netpbm \
|
||||
ppmtoxpm:${PORTSDIR}/graphics/netpbm \
|
||||
ppmtogif:${PORTSDIR}/graphics/netpbm \
|
||||
xbmtopbm:${PORTSDIR}/graphics/netpbm \
|
||||
xpmtoppm:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
post-install:
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/tgif/distinfo
Normal file
1
graphics/tgif/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tgif-2.16-p12.tar.gz) = f6eae5e52fd1a9772d2e33bbd6425308
|
41
graphics/tgif/files/patch-aa
Normal file
41
graphics/tgif/files/patch-aa
Normal file
@ -0,0 +1,41 @@
|
||||
*** Imakefile.orig Thu Oct 12 13:18:39 1995
|
||||
--- Imakefile Fri Jan 19 12:38:23 1996
|
||||
***************
|
||||
*** 44,52 ****
|
||||
PROGRAMS = tgif prtgif XCOMM frontend11.o testdrive
|
||||
XCOMM CDEBUGFLAGS= -g
|
||||
XCOMM INSTPGMFLAGS= -s
|
||||
! XCOMM BINDIR = /u/multimedia/$(MACHINE)/bin
|
||||
! XCOMM MANPATH = /u/multimedia/man
|
||||
! XCOMM TGIFDIR = /u/multimedia/lib/X11/tgif
|
||||
TGIFDIR = $(LIBDIR)/tgif
|
||||
DEFINES = -DTGIF_PATH=\"$(TGIFDIR)\" -DPSFILE_MOD=0664 \@@\
|
||||
-DEPSF_FILE_EXT=\"eps\" -DPS_FILE_EXT=\"ps\" \@@\
|
||||
--- 44,52 ----
|
||||
PROGRAMS = tgif prtgif XCOMM frontend11.o testdrive
|
||||
XCOMM CDEBUGFLAGS= -g
|
||||
XCOMM INSTPGMFLAGS= -s
|
||||
! BINDIR = /usr/X11R6/bin
|
||||
! MANPATH = /usr/X11R6/man
|
||||
! TGIFDIR = /usr/X11R6/lib/X11/tgif
|
||||
TGIFDIR = $(LIBDIR)/tgif
|
||||
DEFINES = -DTGIF_PATH=\"$(TGIFDIR)\" -DPSFILE_MOD=0664 \@@\
|
||||
-DEPSF_FILE_EXT=\"eps\" -DPS_FILE_EXT=\"ps\" \@@\
|
||||
***************
|
||||
*** 54,60 ****
|
||||
-DOBJ_FILE_EXT=\"obj\" -DSYM_FILE_EXT=\"sym\" \@@\
|
||||
-DTEXT_FILE_EXT=\"txt\" \@@\
|
||||
-DTELEPORT_ATTR=\"warp_to=\" -DTMP_DIR=\"/tmp/\" \@@\
|
||||
! -DLAUNCH_ATTR=\"launch=\" -DEXEC_ATTR=\"exec=\"
|
||||
|
||||
XCOMM Things to try to add to the DEFINES line above:
|
||||
XCOMM
|
||||
--- 54,61 ----
|
||||
-DOBJ_FILE_EXT=\"obj\" -DSYM_FILE_EXT=\"sym\" \@@\
|
||||
-DTEXT_FILE_EXT=\"txt\" \@@\
|
||||
-DTELEPORT_ATTR=\"warp_to=\" -DTMP_DIR=\"/tmp/\" \@@\
|
||||
! -DLAUNCH_ATTR=\"launch=\" -DEXEC_ATTR=\"exec=\" -D_BSD \@@\
|
||||
! -D_USE_XDRAWPOINT_TO_PUT_A_POINT
|
||||
|
||||
XCOMM Things to try to add to the DEFINES line above:
|
||||
XCOMM
|
1
graphics/tgif/pkg-comment
Normal file
1
graphics/tgif/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An Xlib-based two-dimensional drawing facility.
|
6
graphics/tgif/pkg-descr
Normal file
6
graphics/tgif/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Tgif is an X-based interactive drawing tool that allows the user to draw
|
||||
and manipulate objects. The drawings can be converted to a variety of
|
||||
formats, including GIF, encapsulated PostScript and XBM. Tgif depends on
|
||||
the `netpbm' package, available from the `ports' collection.
|
||||
|
||||
Tgif was written by William Chia-Wei Cheng (william@cs.ucla.edu)
|
11
graphics/tgif/pkg-plist
Normal file
11
graphics/tgif/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/tgif
|
||||
bin/prtgif
|
||||
man/man1/tgif.1.gz
|
||||
man/man1/prtgif.1.gz
|
||||
lib/X11/tgif/tgif.Xdefaults
|
||||
lib/X11/tgif/tgificon.eps
|
||||
lib/X11/tgif/tgificon.obj
|
||||
lib/X11/tgif/tgificon.xbm
|
||||
lib/X11/tgif/tgificon.xpm
|
||||
lib/X11/tgif/tangram.sym
|
||||
lib/X11/tgif/keys.obj
|
Loading…
Reference in New Issue
Block a user