1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/google-sparsehash/pkg-plist
Vasil Dimov c919d3acd9 * 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
2006-05-10 07:09:29 +00:00

28 lines
946 B
Plaintext

include/google/dense_hash_map
include/google/dense_hash_set
include/google/sparse_hash_map
include/google/sparse_hash_set
include/google/sparsehash/config.h
include/google/sparsehash/densehashtable.h
include/google/sparsehash/hash_fun.h
include/google/sparsehash/sparsehashtable.h
include/google/sparsetable
include/google/type_traits.h
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/dense_hash_map.html
%%PORTDOCS%%%%DOCSDIR%%/dense_hash_set.html
%%PORTDOCS%%%%DOCSDIR%%/implementation.html
%%PORTDOCS%%%%DOCSDIR%%/performance.html
%%PORTDOCS%%%%DOCSDIR%%/sparse_hash_map.html
%%PORTDOCS%%%%DOCSDIR%%/sparse_hash_set.html
%%PORTDOCS%%%%DOCSDIR%%/sparsetable.html
@dirrm include/google/sparsehash
@dirrm include/google
%%PORTDOCS%%@dirrm %%DOCSDIR%%