Port details |
- e4graph C++ library that persistently stores graph like data
- 1.0a11_3 devel
=0 1.0a11_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
This port expired on: 2014-08-31
- 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-07-15 19:43:06
- Last Update: 2014-09-01 14:46:34
- SVN Revision: 366879
- Also Listed In: tcl
- License: not specified in port
- WWW:
- http://e4graph.sourceforge.net/
- Description:
- e4Graph is a C++ library that allows programs to store graph-like data
persistently and to access and manipulate that data efficiently. With
e4Graph, you can arrange your data in the most natural form that reflects
the relationships between its parts, rather than having to force it into
a table-like format. The e4Graph library allows you to concentrate on the
relationships you want to represent, and not on how to store them in a
database. You can modify data items, and add and remove connections and
relationships between pieces of data on the fly. e4Graph allows you to
represent an unlimited number of different connections between pieces of
data, and your program can selectively manipulate the data according to
the relationships it cares about, not having to know about other connections
represented in the data set.
WWW: http://e4graph.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: e4graph
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- libmk4.so : databases/metakit
- libtcl84.so : lang/tcl84
- libexpat.so : textproc/expat2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
1.0a11_3 01 Sep 2014 14:46:34 |
bapt |
Remove non staged ports without pending PR from d* |
1.0a11_3 13 Jul 2014 23:02:36 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.0a11_3 04 Jul 2014 12:06:07 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
1.0a11_3 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
1.0a11_3 29 May 2014 15:09:43 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.0a11_3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0a11_3 26 Nov 2009 23:03:01 |
amdmi3 |
- Fix build on 9.0
PR: 140167
Submitted by: Jilles Tjoelker <jilles@stack.nl>
Approved by: maintainer timeout |
1.0a11_3 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.0a11_3 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
1.0a11_3 23 Jan 2008 01:04:17 |
beech |
- Pass maintainership to Daniel Rucci <dan@rucci.org>
Approved by: linimon (mentor) |
1.0a11_3 21 Jan 2008 00:24:17 |
beech |
- Fix core-dump issue when executing make test.
- Bump portrevision
PR: ports/119539
Submitted by: Daniel Rucci <dan@rucci.org>
Approved by: linimon (mentor) |
1.0a11_2 29 Sep 2007 17:03:26 |
db |
- committed the wrong file
Pointyhat to: db |
1.0a11_2 28 Sep 2007 21:49:10 |
db |
- Fix problem with build of port reported by linimon Sept 28 2007
Basically the port was relying on TCL_PACKAGE_PATH in tcllib/tclConfig.sh
to be a single path with no trailing spaces. As of tcl84, TCL_PACKAGE_PATH
can be a list. I patched e4graph configure to use TCL_PREFIX/lib instead.
Discussed with: linimon |
1.0a11_2 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.0a11_2 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.0a11_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0a11_2 30 Jan 2006 23:20:05 |
kuriyama |
Chase shlib bump of libexpat. |
1.0a11_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.0a11_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0a11_1 31 May 2005 21:34:46 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
1.0a11_1 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
1.0a11 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.0a11 07 Mar 2004 20:08:47 |
krion |
- Fix WWW: line |
1.0a11 07 Mar 2004 16:44:56 |
krion |
- Update to version 1.0a11
PR: ports/63874
Submitted by: Ports Fury |
1.0a9_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0a9 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0a9 24 Sep 2003 13:59:39 |
krion |
- Update to version 1.0a9
PR: 56634
Submitted by: Ports Fury |
1.0a8_1 30 Aug 2003 17:02:06 |
krion |
- Fix build
PR: 56192
Submitted by: Ports Fury |
1.0a8_1 17 Aug 2003 01:45:26 |
kris |
Switch to tcl 8.4, add tcl84 virtual category and bump PORTREVISION. |
1.0a8 07 Aug 2003 08:07:59 |
krion |
Update to 1.0a8
PR: 55239
Submitted by: Ports Fury |
1.0a7 18 May 2003 20:56:50 |
petef |
Update to 1.0a7.
PR: 51511
Submitted by: Ports Fury |
1.0a6_2 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
1.0a6_2 07 Feb 2003 00:09:00 |
naddy |
URL updates.
PR: 47997
Submitted by: tadalunch@s5.xrea.com |
1.0a6_2 20 Nov 2002 12:22:20 |
ijliao |
- Add missing RUN_DEPENDS
PR: 45423
Submitted by: Ports Fury |
1.0a6_2 08 Nov 2002 15:52:07 |
arved |
Unbreak devel e4graph
PR: 44108
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.0a6_2 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
1.0a6_2 05 Oct 2002 22:50:26 |
kris |
BROKEN: Does not compile |
1.0a6_2 17 Sep 2002 07:41:05 |
kuriyama |
Bump PORTREVISION and expat shlib. |
1.0a6_1 10 Sep 2002 02:50:40 |
kevlo |
Fix dependency.
PR: 42607
Submitted by: Tilman Linneweh <tilman@arved.FreeBSD.ORG> |
1.0a6_1 21 Jul 2002 02:17:49 |
kuriyama |
Bump portrevision (textproc/expat2 shlib bump). |
1.0a6 15 Jul 2002 19:37:22 |
ijliao |
oops... forget dependencies |
1.0a6 15 Jul 2002 19:33:24 |
ijliao |
add e4graph 1.0a6
A C++ library that persistently stores graph like data |