summaryrefslogtreecommitdiffstats
path: root/devel/c2lib
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-03-10 19:13:29 +0000
committerijliao <ijliao@FreeBSD.org>2001-03-10 19:13:29 +0000
commit8852106c0e4a6a6001f9e9bed127c7b98a22ad78 (patch)
tree89fc7bdac7a8aa700b43ae6f9846f037103b670c /devel/c2lib
parent82e7942fe75bfcd65945eaf3cd1541e4ae46220a (diff)
downloadFreeBSD-ports-8852106c0e4a6a6001f9e9bed127c7b98a22ad78.zip
FreeBSD-ports-8852106c0e4a6a6001f9e9bed127c7b98a22ad78.tar.gz
upgrade to 1.2.0
add a lot of man pages
Diffstat (limited to 'devel/c2lib')
-rw-r--r--devel/c2lib/Makefile32
-rw-r--r--devel/c2lib/distinfo2
2 files changed, 32 insertions, 2 deletions
diff --git a/devel/c2lib/Makefile b/devel/c2lib/Makefile
index 12fcccf..fc50105 100644
--- a/devel/c2lib/Makefile
+++ b/devel/c2lib/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= c2lib
-PORTVERSION= 1.1.7
+PORTVERSION= 1.2.0
CATEGORIES= devel
MASTER_SITES= http://www.annexia.org/freeware/c2lib/
@@ -20,4 +20,34 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
+MAN3= _hash_erase.3 _hash_get.3 _hash_get_ptr.3 _hash_insert.3 _hash_new.3 \
+ _sash_get.3 _vector_compare.3 _vector_fill.3 _vector_get.3 \
+ _vector_get_ptr.3 _vector_insert.3 _vector_map.3 _vector_map_pool.3 \
+ _vector_new.3 _vector_pop_back.3 _vector_pop_front.3 \
+ _vector_push_back.3 _vector_push_front.3 _vector_replace.3 \
+ _vector_sort.3 copy_hash.3 copy_sash.3 copy_vector.3 delete_pool.3 \
+ global_pool.3 hash_erase.3 hash_exists.3 hash_get.3 \
+ hash_get_buckets_allocated.3 hash_get_buckets_used.3 hash_get_ptr.3 \
+ hash_insert.3 hash_keys.3 hash_keys_in_pool.3 \
+ hash_set_buckets_allocated.3 hash_size.3 hash_values.3 \
+ hash_values_in_pool.3 new_hash.3 new_pool.3 new_sash.3 new_subpool.3 \
+ new_vector.3 pcalloc.3 pchomp.3 pchrs.3 pconcat.3 pdtoa.3 pitoa.3 \
+ pjoin.3 pmalloc.3 pmemdup.3 pool_get_stats.3 \
+ pool_register_cleanup_fn.3 pool_register_fd.3 pool_register_malloc.3 \
+ pool_set_bad_malloc_handler.3 prealloc.3 psort.3 psprintf.3 pstrcat.3 \
+ pstrcsplit.3 pstrdup.3 pstrndup.3 pstrresplit.3 pstrs.3 pstrsplit.3 \
+ pstrupr.3 psubstr.3 pvdtostr.3 pvitostr.3 pvsprintf.3 pvxtostr.3 \
+ pxtoa.3 sash_erase.3 sash_exists.3 sash_get.3 \
+ sash_get_buckets_allocated.3 sash_get_buckets_used.3 sash_insert.3 \
+ sash_keys.3 sash_keys_in_pool.3 sash_set_buckets_allocated.3 \
+ sash_size.3 sash_values.3 sash_values_in_pool.3 vector_allocated.3 \
+ vector_clear.3 vector_compare.3 vector_element_size.3 vector_erase.3 \
+ vector_erase_range.3 vector_fill.3 vector_get.3 vector_get_ptr.3 \
+ vector_grep.3 vector_grep_pool.3 vector_insert.3 \
+ vector_insert_array.3 vector_map.3 vector_map_pool.3 \
+ vector_pop_back.3 vector_pop_front.3 vector_push_back.3 \
+ vector_push_front.3 vector_reallocate.3 vector_replace.3 \
+ vector_replace_array.3 vector_reverse.3 vector_size.3 vector_sort.3 \
+ vector_swap.3
+
.include <bsd.port.mk>
diff --git a/devel/c2lib/distinfo b/devel/c2lib/distinfo
index e51d10f..c466d39 100644
--- a/devel/c2lib/distinfo
+++ b/devel/c2lib/distinfo
@@ -1 +1 @@
-MD5 (c2lib-1.1.7.tar.gz) = c6769228d5d8eaac61285ca84b87399a
+MD5 (c2lib-1.2.0.tar.gz) = becbe6cda813266779b6f90e506a4209
OpenPOWER on IntegriCloud