Port details |
- spdict Library of dictionary algorithms
- 0.3_1 devel
=0 0.3_1Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable (google code has gone away)
DEPRECATED: Unfetchable for more than six months (google code has gone away) This port expired on: 2017-04-30 IGNORE: is marked as broken: Unfetchable (google code has gone away)
- Maintainer: vanilla@FreeBSD.org
- Port Added: 2007-08-02 15:04:57
- Last Update: 2017-04-30 15:47:52
- SVN Revision: 439826
- License: not specified in port
- WWW:
- http://code.google.com/p/spdict/
- Description:
- spdict is a library of dictionary algorithms written in C++.
Initial release with support for sorted array, binary search tree,
red-black tree, skip list and balanced tree algorithms.
WWW: http://code.google.com/p/spdict/
-
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: spdict
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (spdict-0.3.src.tar.gz) = 70e6641b664d733bf7a9662a82fef8f3b586ce535625d726ec406a4d31d55697
SIZE (spdict-0.3.src.tar.gz) = 104865
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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gmake
- 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.3_1 30 Apr 2017 15:47:52 |
ler |
2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has
gone away) (Only the first 15 lines of the commit message are shown above ) |
0.3_1 03 Mar 2017 16:00:20 |
mat |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight |
0.3_1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.3_1 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
0.3_1 24 Sep 2013 16:35:39 |
vanilla |
Add support of STAGEDIR. |
0.3_1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.3_1 24 Aug 2013 12:50:39 |
danfe |
- Unbreak parallel (-jX) builds by adding missing dependency
- Adjust the header and COMMENT line, contract MASTER_SITES
- Unmute installation commands, don't use absolute path in symlink
Technically, since this port does not install any binaries (although it
builds them), we could avoid -jX race by setting ALL_TARGET accordingly,
but given that problem was easy to fix, retain current state of things).
Approved by: miwi, bapt (portmgr, implicit) |
0.3_1 14 Aug 2013 11:08:05 |
marino |
devel/spdict: Mark jobs unsafe
Also trim headers and replace USE_GMAKE
Approved by: bapt/culot (mentors, implicit) |
0.3_1 21 Jun 2011 01:53:27 |
vanilla |
Fix build with clang. |
0.3 05 Apr 2008 10:22:48 |
vanilla |
Upgrade to 0.3. |
0.2 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
0.2 02 Aug 2007 15:04:29 |
vanilla |
Add spdict, it's a library of dictionary algorithms. |