Commit Graph

18 Commits

Author SHA1 Message Date
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
jsg
43f49a290f Don't try to build this on arm as it requires <cstdatomic> on !x86
which was renamed to <atomic> in gcc 4.5 so it won't even build
with gcc 4.9.
2016-12-30 03:41:43 +00:00
naddy
c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
jasper
e67b9e4df8 moved to github, but keep previous master sites as 1.5.0 wasn't released on github.
this port could use an update to 1.7.0
2014-09-10 07:16:24 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
pascal
1526fd143e ... and actually cvs rm the file of course, reminded by benoit@ 2013-03-21 21:57:42 +00:00
pascal
132abcdb17 forgot to remove %%SHARED%% in previous 2013-03-21 21:36:02 +00:00
pascal
e154215ad3 * Do not use SONAME, ok brad@ benoit@
* Fold PFRAG.shared into PLIST, ok benoit@
2013-03-21 21:30:30 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
ajacoutot
a23da81cf1 Remove the pthread chunk.
Respect CXX.
Sync WANTLIB.

ok jasper@
2012-08-21 13:51:12 +00:00
jmatthew
d0600884cd update to leveldb 1.5.0
ok sthen@
-lpthread patch for jasper@
2012-08-21 00:28:34 +00:00
jasper
8a03c9f672 no need to be different, just to be different. 2012-08-19 21:08:34 +00:00
jmatthew
d2db4af8ad include the headers in the package
ok aja sthen
2012-03-18 12:56:56 +00:00
landry
db1388714b It's pointless to add BROKEN-* for each and every arch when the code
explicitely checks for i386/amd64/arm and #errors out otherwise. Mark as
ONLY_FOR_ARCHS accordingly.
2012-02-16 21:27:37 +00:00
sthen
0f7a0ec1f7 BROKEN on sparc64 2011-12-22 15:25:42 +00:00
ajacoutot
9812ddb8b5 BROKEN on powerpc. 2011-10-22 18:10:32 +00:00
jasper
446a0d0c0f import leveldb, svn rev 48
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.

Features:
  - Keys and values are arbitrary byte arrays.
  - Data is stored sorted by key.
  - Callers can provide a custom comparison function to override
    the sort order.
  - The basic operations are Put(key,value), Get(key), Delete(key).
  - Multiple changes can be made in one atomic batch.
  - Users can create a transient snapshot to get a consistent view
    of data.
  - Forward and backward iteration is supported over the data.

ok sthen@
2011-08-19 06:44:00 +00:00