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

Port details
graphthing 1.3.2_8 math on this many watch lists=0 search for ports that depend on this port
Tool that allows you to create, manipulate, and study graphs

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 May 2002 07:50:39
License: GPLv2


GraphThing is a tool that allows you to create, manipulate and study graphs.
These "graphs" are mathematical objects that describe relationships between
sets; they are not 2D plots, charts, or anything similar to that.

WWW: http://graph.seul.org
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/bison
  2. devel/gmake
  3. textproc/intltool
Required To Run:
  1. devel/gio-fam-backend
Required Libraries:
  1. x11-toolkits/wxgtk28
  2. devel/glib20
  3. devel/pcre
  4. accessibility/atk
  5. x11-toolkits/gtk20
  6. x11-toolkits/pango
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://graph.seul.org/

Number of commits found: 49

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
08 Mar 2013 11:32:12
Original commit files touched by this commit  1.3.2_8
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
03 Aug 2012 15:54:36
Original commit files touched by this commit  1.3.2_8
cs search for other commits by this committer
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
01 Jun 2012 05:26:28
Original commit files touched by this commit  1.3.2_8
dinoex search for other commits by this committer
- update png to 1.5.10
24 Mar 2012 16:44:25
Original commit files touched by this commit  1.3.2_7
miwi search for other commits by this committer
- Fix build with newer wxWidgets
- Add MAKE_JOBS_SAFE

PR:             166044
Submitted by:   Ports Fury
Feature safe:   yes
21 Feb 2012 13:16:58
Original commit files touched by this commit  1.3.2_6
arved search for other commits by this committer
Fix build errors with latest bison
13 Feb 2012 10:42:56
Original commit files touched by this commit  1.3.2_6
arved search for other commits by this committer
Drop maintainership, as i have not been able to fix this port before it became
marked broken
10 Feb 2012 20:13:26
Original commit files touched by this commit  1.3.2_6
pav search for other commits by this committer
- Mark BROKEN: does not compile
  gt-bison.y -> gt-bison.tab.cc
  gt-bison.tab.cc -> gt-bison.tab.o
  gt-bison.y: In function 'int yy_gt_parse()':
  gt-bison.y:95: warning: deprecated conversion from string constant to 'char*'
  gt-bison.y:100: warning: deprecated conversion from string constant to 'char*'
  gt-bison.tab.cc:1596: error: invalid conversion from 'const char*' to 'char*'
  gt-bison.tab.cc:1596: error:   initializing argument 1 of 'int
yy_gt_error(char*)'
  gt-bison.tab.cc:1711: warning: deprecated conversion from string constant to
'char*'
  gmake[1]: *** [gt-bison.tab.o] Error 1

Reported by:    pointyhat
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.3.2_6
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
11 Aug 2011 19:20:17
Original commit files touched by this commit  1.3.2_6
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.3.2_6
miwi search for other commits by this committer
- Get Rid MD5 support
30 May 2010 17:39:07
Original commit files touched by this commit  1.3.2_6
arved search for other commits by this committer
Add LICENSE and LICENSE_FILE to my ports.
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.3.2_6
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  1.3.2_5
dinoex search for other commits by this committer
- update to jpeg-8
31 Jul 2009 13:57:52
Original commit files touched by this commit  1.3.2_4
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
06 Jun 2008 13:44:06
Original commit files touched by this commit  1.3.2_3
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)
17 Oct 2007 10:13:01
Original commit files touched by this commit  1.3.2_2
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
19 May 2007 20:32:57
Original commit files touched by this commit  1.3.2_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}.
27 Dec 2006 09:31:05
Original commit files touched by this commit  1.3.2
arved search for other commits by this committer
Update to 1.3.2
10 Dec 2006 13:11:32
Original commit files touched by this commit  1.3.1
arved search for other commits by this committer
Update to 1.3.1
01 Dec 2006 07:39:02
Original commit files touched by this commit  1.3
pav search for other commits by this committer
- Use features of bsd.wx.mk, especially USE_WX

PR:             ports/101613
Submitted by:   alepulver
18 Sep 2006 16:15:27
Original commit files touched by this commit  1.3
arved search for other commits by this committer
Upgrade to 1.3
10 May 2006 22:37:39
Original commit files touched by this commit  1.2.1
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
12 Nov 2005 18:19:32
Original commit files touched by this commit  1.2.1
arved search for other commits by this committer
Update to 1.2.1
Add SHA256
Grab back Maintainership
05 Nov 2005 05:22:06
Original commit files touched by this commit  1.2_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
29 Oct 2005 22:40:00
Original commit files touched by this commit  1.2
mnag search for other commits by this committer
Update to 1.2

PR:             88192
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
01 Aug 2005 08:11:30
Original commit files touched by this commit  1.1
thierry search for other commits by this committer
Upgrade to 1.1.

PR:             84405
Submitted by:   KATO Tsuguru
04 Jul 2005 15:37:00
Original commit files touched by this commit  1.0
arved search for other commits by this committer
Update to 1.0
- Switch from gtkmm to wxgtk

PR:             82944
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
25 Feb 2005 21:49:44
Original commit files touched by this commit  0.9.5
pav search for other commits by this committer
- Fix build on gcc-3.4

PR:             ports/78017
Submitted by:   Johan van Selst <johans@stack.nl>
26 Sep 2004 01:41:12
Original commit files touched by this commit  0.9.5
kris search for other commits by this committer
BROKEN on 5.x: Configure fails

Approved by:    portmgr (self)
01 Mar 2004 18:12:58
Original commit files touched by this commit  0.9.5
krion search for other commits by this committer
- Update to version 0.9.5

PR:             ports/63594
Submitted by:   Ports Fury
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.9.4_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
29 Jan 2004 16:13:06
Original commit files touched by this commit  0.9.4
trevor search for other commits by this committer
SIZEify.
15 Jan 2004 13:10:27
Original commit files touched by this commit  0.9.4
arved search for other commits by this committer
Update to 0.9.4
18 Dec 2003 17:08:12
Original commit files touched by this commit  0.9.3
arved search for other commits by this committer
Update to 0.9.3
26 Aug 2003 20:25:58
Original commit files touched by this commit  0.9.2_1
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 05:41:38
Original commit files touched by this commit  0.9.2
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
24 Aug 2003 09:08:40
Original commit files touched by this commit  0.9.2
krion search for other commits by this committer
- Update to 0.9.2
20 Apr 2003 19:32:47
Original commit files touched by this commit  0.9.1
marcus search for other commits by this committer
Remove USE_GNOMENG.
24 Mar 2003 09:51:40
Original commit files touched by this commit  0.9.1
arved search for other commits by this committer
Collect a patch during last commit, that got integrated

Submitted by:   kay_lehmann@web.de (Kay Lehmann)
23 Mar 2003 23:15:27
Original commit files touched by this commit  0.9.1
arved search for other commits by this committer
Update to 0.9.1.
20 Feb 2003 18:42:25
Original commit files touched by this commit  0.7
knu search for other commits by this committer
De-pkg-comment.
09 Jan 2003 11:20:37
Original commit files touched by this commit  0.7
arved search for other commits by this committer
Fix WWW.
Drop Maintainership.
23 Nov 2002 13:58:38
Original commit files touched by this commit  0.7
arved search for other commits by this committer
Add a patch i forgot with the last commit
19 Nov 2002 18:59:45
Original commit files touched by this commit  0.7
arved search for other commits by this committer
This port uses bison.

Spotted by:     bento
30 Oct 2002 13:59:30
Original commit files touched by this commit  0.7
arved search for other commits by this committer
Update my Emailaddress
30 Oct 2002 13:57:19
Original commit files touched by this commit  0.7
arved search for other commits by this committer
Fix Build on -CURRENT
30 Aug 2002 14:07:44
Original commit files touched by this commit  0.7
lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42208
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
01 Aug 2002 16:22:41
Original commit files touched by this commit  0.7
ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
15 May 2002 13:43:44
Original commit files touched by this commit  0.7
ijliao search for other commits by this committer
misc/graphthing -> math/graphthing

Number of commits found: 49

2833
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 hours8
new 7 days25
new fortnight57
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