Port details |
- springgraph Render graph described in a .dot file
- 0.88_3 graphics
=2 0.88_3Version of this port present on the latest quarterly branch. - 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
 - Port Added: 2002-08-07 09:19:15
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- http://www.chaosreigns.com/code/springgraph/
- Description:
- Springgraph will read in a .dot file description of a graph, which, for each
node, specifies its name and which other nodes it is connected to, and then
renders a graph. Each node is drawn as an ellipse, and each connection is
drawn as an arrow. The node placement is a result of all of the nodes moving
away from each other, while all nodes which are connected move toward each
other. This movement is repeated until it stabilizes.
Springgraph was written as an alternative to neato, which is part of graphviz.
It attempts to read the same .dot files used by graphviz, but currently only
supports a limited number of node attributes (label and fillcolor). I am open
to requests for support for more graph/node/edge attributes.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- springgraph>0:graphics/springgraph
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/graphics/springgraph/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/springgraph
- pkg install springgraph
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: springgraph
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (springgraph.pl) = 7e9eac0301d93a0f3e63e7a2ebd305434195313497e81574fced9ce3114ccd3f
SIZE (springgraph.pl) = 29818
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-GD>=0 : graphics/p5-GD
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_springgraph
- USES:
- shebangfix perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.88_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.88_3 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.88_3 23 Nov 2021 22:11:40
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
0.88_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.88_3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.88_3 05 Nov 2015 12:36:25
  |
mat  |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
0.88_3 28 Apr 2014 19:35:05
  |
pawel  |
Add staging support |
0.88_3 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.88_3 03 Aug 2013 08:45:52
  |
az  |
- Convert to new perl framework
- Trim Makefile header |
0.88_3 26 Jul 2013 07:33:42
  |
az  |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
0.88_3 28 Jun 2012 18:37:23
 |
az  |
- Remove SITE_PERL from *_DEPENDS |
0.88_3 15 Jun 2012 10:13:28
 |
johans  |
- Register conflicts between signing-party/sig2dot/springgraph
- Rename pgpring to pgppubring to avoid singing-party conflict with mail/mutt
- Bump portrevision
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> |
0.88_3 03 Jul 2011 14:12:23
 |
ohauer  |
-remove MD5 |
0.88_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.88_2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.88_1 09 Oct 2007 13:04:26
 |
miwi  |
- Drop Maintainership |
0.88_1 04 Aug 2007 11:41:31
 |
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.88_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.88 07 Aug 2006 07:58:28
 |
miwi  |
- Respect DESTDIR for all my ports
Reviewed by: gabor
Approved by: krion (mentor) |
0.88 16 Jun 2006 22:17:25
 |
miwi  |
Obey conventions and change my mail to @FreeBSD.org address
Approved by: krion (mentor) |
0.88 14 May 2006 16:49:07
 |
arved  |
Update to 0.88
Pass Maintainership to submitter
PR: 95928
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
0.87 26 Nov 2005 01:48:16
 |
pav  |
- Add SHA256 |
0.87 05 Apr 2005 16:42:03
 |
ahze  |
- Update to 0.87 to unbreak build
PR: ports/79552
Submitted by: Sam Lawrance <boris@brooknet.com.au> |
0.79 22 Mar 2005 04:46:19
 |
kris  |
BROKEN: Size mismatch
Approved by: portmgr (self) |
0.79 05 Feb 2004 20:38:07
 |
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
0.79 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
0.79 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.79 20 Feb 2003 18:08:19
 |
knu  |
de-pkg-comment |
0.79 07 Aug 2002 09:18:53
 |
ijliao  |
add springgraph 0.79
Render graph described in a .dot file |