Port details |
- libghthash Generic Hash Table
- 0.6.2_6 devel
=1 0.6.2_6Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Unfetchable, unmaintained This port expired on: 2019-10-16 IGNORE: is marked as broken: unfetchable
- 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-02 21:42:46
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- People watching this port, also watch:: mplayer-skins, libao, tcpdump, python
- License: GPLv2+
- WWW:
- http://www.ipd.bth.se/ska/sim_home/libghthash.html
- Description:
- libghthash is a Generic Hash Table which is meant to be easy to extend,
portable, clear in its code and easy to use. You can store any kind of
data in it, regardless of size etc.
WWW: http://www.ipd.bth.se/ska/sim_home/libghthash.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libghthash>0:devel/libghthash
- No installation instructions:
- This port has been deleted.
- PKGNAME: libghthash
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libghthash-0.6.2.tar.gz) = d1ccbb81f4c8afd7008f56ecb874f5cf497de480f49ee06929b4303d5852a7dd
SIZE (libghthash-0.6.2.tar.gz) = 340064
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:
-
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libghthash-0.6.2_6:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf libtool
- 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 |
0.6.2_6 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
0.6.2_6 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
0.6.2_6 04 Aug 2019 10:02:47 |
antoine |
Mark BROKEN: unfetchable |
0.6.2_6 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.6.2_6 17 Nov 2015 21:30:44 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
0.6.2_6 29 Mar 2015 11:06:40 |
bapt |
Convert to USES=autoreconf
Strip binaries |
0.6.2_5 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
0.6.2_5 13 Sep 2014 18:25:05 |
tijl |
Use default LIBTOOLIZE_ARGS |
0.6.2_5 31 Aug 2014 19:15:10 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
0.6.2_4 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.6.2_3 24 Feb 2014 09:14:02 |
tijl |
- The configure script of libghthash has been generated with macros from
a newer version of libtool than the ltmain.sh script. Fix this by
running libtoolize. Because this brings in an even more recent version
of libtool this also requires regenerating aclocal.m4 (aclocal) and
configure (autoconf).
- There's also a warning during configure about the 'missing' script being
out of date so also run automake.
- Remove CONFIGURE_ARGS. It's not needed.
Approved by: gahr (maintainer) |
0.6.2_2 28 Jan 2014 22:51:55 |
bapt |
Support stage
Convert to USES=libtool
Add DOCS and EXAMPLES options |
0.6.2_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.6.2_1 04 May 2013 20:09:01 |
bapt |
Fix build with bmake, convert to new options framework |
0.6.2_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.6.2_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.6.2_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.6.2_1 12 Dec 2008 16:02:26 |
gahr |
- Take maintainship
- Support PORTDOCS and PORTEXAMPLES |
0.6.2 19 Aug 2008 09:18:37 |
linimon |
Return laszlof's ports to the pool due to lack of time.
Hat: portmgr |
0.6.2 18 Jul 2007 15:52:28 |
laszlof |
- Update to version 0.6.2
PR: ports/114660
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> |
0.5.6_1 07 Nov 2006 15:37:06 |
laszlof |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
0.5.6_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.5.6 15 Feb 2006 07:43:17 |
lawrance |
Update to 0.5.6.
Submitter takes maintainership.
PR: ports/93298
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
0.5.5 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.5.5 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. |
0.5.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.5.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.5.5 12 Jan 2005 19:04:24 |
krion |
Update to version 0.5.5
PR: ports/76159
Submitted by: Ports Fury |
0.5.4 17 Jul 2004 23:37:10 |
sem |
Update to 0.5.4
New homepage location.
Approved by: krion (mentor) (implicitly) |
0.5.1_1 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. |
0.5.1_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.5.1_1 22 Feb 2003 14:50:27 |
leeym |
add missing file to PLIST
bump PORTREVISION
Noticed by: bento
PR: 48547
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.5.1 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
0.5.1 22 Jul 2002 12:59:42 |
ijliao |
upgrade to 0.5.1 |
0.5.0 02 Jul 2002 18:16:32 |
ijliao |
add libghthash 0.5.0
Generic Hash Table |