| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Submitted by: Yuri <yuri@rawbw.com> (without the pkg-plist change)
Notes:
svn path=/head/; revision=211180
|
|
|
|
| |
Notes:
svn path=/head/; revision=196056
|
|
|
|
|
|
|
|
|
|
| |
* 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.
Notes:
svn path=/head/; revision=193396
|
|
|
|
|
|
|
|
| |
PR: ports/110914 (based on)
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Notes:
svn path=/head/; revision=188578
|
|
|
|
|
|
|
| |
* Add regression-test: target which is an alias for check:
Notes:
svn path=/head/; revision=175699
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=161894
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
| |
PR: 88592
Submitted by: Vasil Dimov <vd@datamax.bg>
Notes:
svn path=/head/; revision=147624
|
|
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>
Notes:
svn path=/head/; revision=138085
|