notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
google-sparsehash Extremely memory-efficient hash_map implementation
2.0.2_2 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.2_2Version of this port present on the latest quarterly branch.
Broken BROKEN: Unfetchable (google code has gone away)
Ignore IGNORE: is marked as broken: Unfetchable (google code has gone away)
Maintainer: vd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-06-28 01:33:28
Last Update: 2016-09-30 08:46:29
SVN Revision: 422969
License: not specified in port
WWW:
http://code.google.com/p/google-sparsehash
Description:
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The Google SparseHash project contains several hash-map implementations in use at Google, with different performance characteristics, including an implementation that optimizes for space and one that optimizes for speed. WWW: http://code.google.com/p/google-sparsehash
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • google-sparsehash>0:devel/google-sparsehash
No installation instructions:
This port has been deleted.
PKGNAME: google-sparsehash
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (sparsehash-2.0.2.tar.gz) = 2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c SIZE (sparsehash-2.0.2.tar.gz) = 340514

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for google-sparsehash-2.0.2_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/vd/google-sparsehash/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/vd/google-sparsehash/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/vd/google-sparsehash/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/vd/google-sparsehash/
  5. http://sparsehash.googlecode.com/files/
Collapse this list.

Number of commits found: 35

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.2_2
30 Sep 2016 08:46:29
Revision:422969Original commit files touched by this commit
vd search for other commits by this committer
devel/google-sparsehash: Upgrade to 2.0.3 and rename to devel/sparsehash

* The project was moved from Google Code to GitHub (unbreak), hinted by [1]
* Upgrade from 2.0.2 to 2.0.3
* Remove now unneeded patches
* Remove the requirement for C++11 - the code does not need it
* Use PREFIX instead of LOCALBASE as a destination directory

PR:		213093 [1]
Submitted by:	Erik Nordstrom <erik@nordstroem.no> [1]
2.0.2_2
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
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
2.0.2_2
01 Sep 2015 16:20:48
Revision:395777Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2.0.2_2
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2.0.2_2
04 Mar 2015 08:43:46
Revision:380423Original commit files touched by this commit
vd search for other commits by this committer
Fix compilation of devel/google-sparsehash with clang 3.6.0

PR:		198091
Submitted by:	 Dimitry Andric
2.0.2_2
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
2.0.2_2
15 Sep 2014 15:35:19
Revision:368270Original commit files touched by this commit
sbruno search for other commits by this committer
Fixup templates and remove gcc dependency in this port.

Side effect, allows compilation on armv6.

PR:		193218
Submitted by:	demon@FreeBSD.org
Reviewed by:	bdrewery (mentor)
Approved by:	maintainer timeout
2.0.2_1
15 Jul 2014 14:36:13
Revision:361929Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
2.0.2_1
03 Jul 2014 23:57:08
Revision:360487Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.

Approved by:	portmgr (blanket)
2.0.2_1
10 Jun 2014 07:39:02
Revision:357277Original commit files touched by this commit
olgeni search for other commits by this committer
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)
2.0.2_1
14 Dec 2013 18:03:21
Revision:336465Original commit files touched by this commit
sbruno (src committer) search for other commits by this committer
Update google-sparsehash to use gcc 4.8+

This seems to work as I can now link clementine-player against it and
use google-drive support
2.0.2
25 Sep 2013 00:54:09
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
2.0.2
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
2.0.2
28 Jan 2013 03:37:05
Revision:311095Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 2.0.2.

PR:		ports/171641
Submitted by:	Denis Generalov <gd@rambler-co.ru>
Approved by:	maintainer timeout ( > 4 months)
1.1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.1
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1
13 Apr 2008 18:03:56
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade devel/google-sparsehash from 0.8 to 1.1

Submitted by:   Yuri <yuri@rawbw.com> (without the pkg-plist change)
0.8
06 Mar 2008 22:19:52
Original commit files touched by this commit
edwin search for other commits by this committer
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:             ports/121435 (related)
0.8
22 Jul 2007 12:13:06
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade devel/google-sparsehash from 0.7 to 0.8
0.7
15 Jun 2007 15:24:18
Original commit files touched by this commit
vd search for other commits by this committer
Fix typo in MASTER_SITES.
0.7
13 Jun 2007 16:28:46
Original commit files touched by this commit
vd search for other commits by this committer
Forced commit to note that the last commit message should read:

  "Upgrade devel/google-sparsehash from 0.6 to 0.7"

Spotted by:     "Vanilla I. Shu" <vanilla@fatpipi.cirx.org>
0.7
13 Jun 2007 14:27:24
Original commit files touched by this commit
vd search for other commits by this committer
* Upgrade devel/google-sparsehash from 0.4 to 0.5
* Add copy of the distfile to the FreeBSD mirrors:
  sometimes I receive a notice from fenner@ that the distfile is not fetchable,
  but fetch has never failed when I tried to reproduce that. Add the mirrors
  just to be on the safe side.
0.6
27 Mar 2007 19:40:02
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade devel/google-sparsehash from 0.5 to 0.6

PR:             ports/110914 (based on)
Submitted by:   Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
0.5
31 Oct 2006 06:12:53
Original commit files touched by this commit
vd search for other commits by this committer
* Upgrade devel/google-sparsehash from 0.4 to 0.5
* Add regression-test: target which is an alias for check:
0.4
20 May 2006 11:28:36
Original commit files touched by this commit
flz search for other commits by this committer
- Fix latest commit.

Reported by:    Dan Langille
Approved by:    vd (well, I hope)
0.4
20 May 2006 08:18:08
Original commit files touched by this commit
vd search for other commits by this committer
Fix build on 4.x

Reported by:    kris
0.4
10 May 2006 07:11:47
Original commit files touched by this commit
vd search for other commits by this committer
Remove myself from the bottom line of pkg-descr
0.4
10 May 2006 07:09:29
Original commit files touched by this commit
vd search for other commits by this committer
* Update from 0.3 to 0.4
* Remove @ prefix from the shell commands so users can see what's happening
* Rename target `tests' to `check' to conform with the software's own target
* Sync plist
0.3
04 May 2006 21:41:12
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
0.3
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.3
20 Jan 2006 06:12:05
Original commit files touched by this commit
vd search for other commits by this committer
Change my email address to the @FreeBSD one

Approved by:    garga (mentor)
0.3
25 Nov 2005 23:10:30
Original commit files touched by this commit
linimon search for other commits by this committer
Chase URLs per distfile survey.
0.3
08 Nov 2005 19:38:24
Original commit files touched by this commit
arved search for other commits by this committer
Update to 0.3

PR:             88592
Submitted by:   Vasil Dimov <vd@datamax.bg>
0.2
10 Sep 2005 22:16:29
Original commit files touched by this commit
pav search for other commits by this committer
- Silence configure target warning

PR:             ports/85917
Submitted by:   Vasil Dimov <vd@datamax.bg> (maintainer)
0.2
28 Jun 2005 01:17:21
Original commit files touched by this commit
jylefort search for other commits by this committer
Add google-sparsehash.

An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.

WWW: http://goog-sparsehash.sf.net

PR:             ports/82696
Submitted by:   Vasil Dimov <vd@datamax.bg>

Number of commits found: 35