c02c FreshPorts -- graphics/tgif
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
tgif 4.2.2_1 graphics on this many watch lists=3 search for ports that depend on this port
An Xlib-based two-dimensional drawing tool and hyper-object browser
Maintained by: bmc@clapper.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


Tgif is an interactive drawing tool that allows the user to draw and
manipulate objects in the X Window System. It's also a hyper-graphics (or
hyper-structured-graphics) browser on the World-Wide-Web. Its hyper-text
home page is http://bourbon.usc.edu:8001/tgif/ and its hyper-graphics
home page is http://bourbon.usc.edu:8001/tgif/index.obj.

Tgif drawings can be converted to a variety of formats, including GIF,
encapsulated PostScript and XBM.

Version 4 has a completely revamped 3-D user interface, as well as a host
of new features.

Tgif depends on the `netpbm' package, available from the `ports'
collection.

Tgif is written, maintained and enhanced by
William Chia-Wei Cheng (bill.cheng@acm.org)

WWW: http://bourbon.usc.edu:8001/tgif/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/imake
  2. x11/libX11
  3. x11/libXext
  4. x11-toolkits/libXt
  5. x11/libSM
  6. x11/libICE
Required To Run:
  1. graphics/netpbm
  2. x11/libX11
  3. x11/libXext
  4. x11-toolkits/libXt
  5. x11/libSM
  6. x11/libICE
Required Libraries:
  1. devel/gettext

This port is required by:

for Build

To install the port: cd /usr/ports/graphics/tgif/ && make install clean
To add the package: pkg_add -r tgif


Configuration Options
===> The following configuration options are available for tgif-4.2.2_1:
     A4SIZE=off: Set default paper size to A4
     DOCS=on: Build and/or install documentation
     NLS=on: Native Language Support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://bourbon.usc.edu/pub/tgif/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  3. http://aarnet.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  4. http://freefr.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  5. http://garr.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  6. http://groups.yahoo.com/group/tgif4-announce/files/
  7. http://heanet.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  8. http://hivelocity.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  9. http://ignum.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  10. http://internode.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  11. http://iweb.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  12. http://jaist.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  13. http://kaz.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  14. http://kent.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  15. http://master.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  16. http://nchc.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  17. http://ncu.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  18. http://netcologne.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  19. http://sunet.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  20. http://superb-dca3.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  21. http://switch.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  22. http://tenet.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  23. http://ufpr.dl.sourceforge.net/project/tgif/tgif/4.2.2/
  24. http://waix.dl.sourceforge.net/project/tgif/tgif/4.2.2/

Number of commits found: 33

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 18:10:32
Original commit files touched by this commit  4.2.2_1
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
05 Mar 2013 17:07:44
Refresh Original commit files touched by this commit
  Sanity Test Failure
miwi search for other commits by this committer
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
09 Oct 2012 22:12:14
Original commit files touched by this commit  4.2.2_1
linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
01 Jun 2012 05:26:28
Original commit files touched by this commit  4.2.2_1
dinoex search for other commits by this committer
- update png to 1.5.10
23 Sep 2011 22:26:39
Original commit files touched by this commit  4.2.2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 14:12:23
Original commit files touched by this commit  4.2.2
ohauer search for other commits by this committer
-remove MD5
22 Aug 2010 07:01:52
Original commit files touched by this commit  4.2.2
hrs search for other commits by this committer
Update to 4.2.2.  Changes since 4.1.45 can be found at:

        http://bourbon.usc.edu/tgif/relnotes/v4.2.0.html
        http://bourbon.usc.edu/tgif/relnotes/v4.2.1.html
        http://bourbon.usc.edu/tgif/relnotes/v4.2.2.html

Approved by:    maintainer
31 May 2010 02:01:56
Original commit files touched by this commit  4.1.45_8
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 06:47:48
Original commit files touched by this commit  4.1.45_7
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  4.1.45_6
dinoex search for other commits by this committer
- update to jpeg-8
22 Aug 2009 02:23:49
Original commit files touched by this commit  4.1.45_5
amdmi3 search for other commits by this committer
- Fix broken makefiles introduced with translation to new SF File Release System

Reported by:    dan
Pointyhat to:   myself
22 Aug 2009 00:23:13
Original commit files touched by this commit  4.1.45_5
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
09 Jun 2009 15:33:28
Original commit files touched by this commit  4.1.45_5
amdmi3 search for other commits by this committer
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:      2 tinderbox runs by pav
Approved by:    portmgr (pav)
06 Jun 2008 13:35:04
Original commit files touched by this commit  4.1.45_4
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
22 Mar 2008 08:55:40
Original commit files touched by this commit  4.1.45_3
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
09 Jun 2007 11:59:41
Original commit files touched by this commit  4.1.45_2
hrs search for other commits by this committer
- Merge graphics/tgif-nls and graphics/tgif into a single port
  graphics/tgif.  The two ports were almost identical except for NLS
  support.

  The graphics/tgif now supports NLS by default and WITHOUT_NLS knob to
  disable it.

- Add WITH_A4SIZE knob to set A4 as the default paper size.

- Add a workaround for incorrect width calculation of wide characters.

Approved by:    maintainer
19 May 2007 20:32:57
Original commit files touched by this commit  4.1.45_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
21 Dec 2006 23:21:16
Original commit files touched by this commit  4.1.45
miwi search for other commits by this committer
- Update to 4.1.45

PR:             ports/106937
Submitted by:   miwi
Approved by:    maintainer
07 May 2006 23:46:33
Original commit files touched by this commit  4.1.44
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
22 Jan 2006 12:35:18
Original commit files touched by this commit  4.1.44
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
21 Apr 2005 13:54:11
Original commit files touched by this commit  4.1.44
lawrance search for other commits by this committer
Update WWW links in pkg-descr.

PR:             ports/80138
Submitted by:   Murray Baker <murray_baker@NOSPAM.ihug.com.au>
Approved by:    clement (mentor)
16 Mar 2005 12:35:48
Original commit files touched by this commit  4.1.44
vs search for other commits by this committer
Update to 4.1.44

PR:             ports/76353
Submitted by:   maintainer
31 Mar 2004 03:12:58
Original commit files touched by this commit  4.1.43
trevor search for other commits by this committer
SIZEify (maintainer timeout)
20 Aug 2003 13:53:34
Original commit files touched by this commit  4.1.43
osa search for other commits by this committer
Update to 4.1.43 [1]
Fix pkg-plist after update [2]
Make pkg-descr portlint(1) compilant [2]
Use ${REINPLACE_CMD} instead of patch-aa [2]

Submitted by:   Brian Clapper <bmc@clapper.org> (maintainer) [1],
                osa [2]
Approved by:    maintainer
PR:             55746
20 Aug 2003 10:50:04
Original commit files touched by this commit  4.1.42
osa search for other commits by this committer
Update maintainer's e-mail address.

Submitted by:   Brian Clapper <bmc@WillsCreek.com> (maintainer)
PR:             55748
21 Feb 2003 12:15:34
Original commit files touched by this commit  4.1.42
knu search for other commits by this committer
De-pkg-comment.
13 Oct 2002 01:43:52
Original commit files touched by this commit  4.1.42
kris search for other commits by this committer
Replace stale bare sourceforge URL with ${MASTER_SITE_SOURCEFORGE}
01 Apr 2002 17:18:38
Original commit files touched by this commit  4.1.42
pat search for other commits by this committer
Update to 4.1.42

PR:             36620
Submitted by:   maintainer
19 Oct 2001 17:07:54
files touched by this commit
kevlo search for other commits by this committer
Update to version 4.1.41    
01 May 2001 01:44:35
files touched by this commit
mharo search for other commits by this committer
Update tgif port to 4.1.40    
03 Nov 2000 16:35:22
files touched by this commit
sobomax search for other commits by this committer
Initialise Deorbiting Burn Sequence [tm, (c) 2000, PHK] for pnmtopng port.    
08 Oct 2000 02:35:34
files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  
23 Aug 2000 08:27:01
files touched by this commit
kevlo search for other commits by this committer
Update to version 4.1.37    

Number of commits found: 33

282f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours7
new 7 days29
new fortnight58
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0