1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 1.2.14, assume maintainership.

This commit is contained in:
Anton Berezin 2002-06-05 14:45:38 +00:00
parent f31bc69eea
commit 1e4af11849
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60652
3 changed files with 32 additions and 3 deletions

View File

@ -7,11 +7,11 @@
#
PORTNAME= c2lib
PORTVERSION= 1.2.12
PORTVERSION= 1.2.14
CATEGORIES= devel
MASTER_SITES= http://www.annexia.org/freeware/c2lib/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= tobez@FreeBSD.org
USE_LIBTOOL= yes
USE_GMAKE= yes
@ -21,6 +21,9 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
REALCURDIR="${.CURDIR}" \
DISTNAME="${DISTNAME}"
post-install:
${RM} ${PREFIX}/lib/libc2.la
.include <bsd.port.pre.mk>
MAN3!= ${CAT} ${FILESDIR}/man3

View File

@ -1 +1 @@
MD5 (c2lib-1.2.12.tar.gz) = 4626b33ff9ba5d401b59d069794b9afb
MD5 (c2lib-1.2.14.tar.gz) = d1c2ae7c3c7333ab910b68d7118c0125

View File

@ -21,11 +21,13 @@ _vector_push_back.3
_vector_push_front.3
_vector_replace.3
_vector_sort.3
collision_moving_sphere_and_face.3
copy_hash.3
copy_sash.3
copy_shash.3
copy_vector.3
delete_pool.3
face_translate_along_normal.3
global_pool.3
hash_erase.3
hash_exists.3
@ -40,13 +42,20 @@ hash_set_buckets_allocated.3
hash_size.3
hash_values.3
hash_values_in_pool.3
identity_matrix.3
make_identity_matrix.3
make_zero_vec.3
new_hash.3
new_identity_matrix.3
new_matrix.3
new_pool.3
new_sash.3
new_shash.3
new_subpool.3
new_subvector.3
new_vec.3
new_vector.3
new_zero_vec.3
pcalloc.3
pchomp.3
pchrs.3
@ -57,10 +66,19 @@ pgetlinec.3
pgetlinex.3
pitoa.3
pjoin.3
plane_coefficients.3
plane_translate_along_normal.3
pmalloc.3
pmatch.3
pmatchx.3
pmemdup.3
point_distance_to_face.3
point_distance_to_line.3
point_distance_to_line_segment.3
point_distance_to_plane.3
point_face_angle_sum.3
point_is_inside_plane.3
point_lies_in_face.3
pool_get_stats.3
pool_register_cleanup_fn.3
pool_register_fd.3
@ -117,6 +135,13 @@ shash_set_buckets_allocated.3
shash_size.3
shash_values.3
shash_values_in_pool.3
vec_angle_between.3
vec_dot_product.3
vec_magnitude.3
vec_magnitude2d.3
vec_magnitude_in_direction.3
vec_normalize.3
vec_normalize2d.3
vector_allocated.3
vector_clear.3
vector_compare.3
@ -143,3 +168,4 @@ vector_reverse.3
vector_size.3
vector_sort.3
vector_swap.3
zero_vec.3