aboutsummaryrefslogtreecommitdiff
path: root/devel/c2lib/files
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-01 15:52:55 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-01 15:52:55 +0000
commitacc65d3fdad8e2051fed427c08968fc0b8ca1e69 (patch)
tree8581910764155f185664c275569e8d685b87862c /devel/c2lib/files
parent93f3d914ebe9f58d9ee5e3fd85fd70f71de729c9 (diff)
downloadports-acc65d3fdad8e2051fed427c08968fc0b8ca1e69.tar.gz
ports-acc65d3fdad8e2051fed427c08968fc0b8ca1e69.zip
Notes
Diffstat (limited to 'devel/c2lib/files')
-rw-r--r--devel/c2lib/files/man3171
-rw-r--r--devel/c2lib/files/patch-Makefile+18
-rw-r--r--devel/c2lib/files/patch-Makefile.in11
-rw-r--r--devel/c2lib/files/patch-pstring.c10
-rw-r--r--devel/c2lib/files/patch-pstring.h10
-rw-r--r--devel/c2lib/files/patch-test_pstring.c10
6 files changed, 18 insertions, 212 deletions
diff --git a/devel/c2lib/files/man3 b/devel/c2lib/files/man3
deleted file mode 100644
index ce854a37f014..000000000000
--- a/devel/c2lib/files/man3
+++ /dev/null
@@ -1,171 +0,0 @@
-_hash_erase.3
-_hash_get.3
-_hash_get_ptr.3
-_hash_insert.3
-_hash_new.3
-_sash_get.3
-_shash_get.3
-_shash_get_ptr.3
-_shash_insert.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
-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
-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
-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
-pconcat.3
-pdtoa.3
-pgetline.3
-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
-pool_register_malloc.3
-pool_set_bad_malloc_handler.3
-prealloc.3
-psort.3
-psprintf.3
-pstrcat.3
-pstrcsplit.3
-pstrdup.3
-pstrlwr.3
-pstrncat.3
-pstrndup.3
-pstrresplit.3
-pstrs.3
-pstrsplit.3
-pstrupr.3
-psubst.3
-psubstr.3
-psubstx.3
-ptrim.3
-ptrimback.3
-ptrimfront.3
-pvdtostr.3
-pvector.3
-pvectora.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
-shash_erase.3
-shash_exists.3
-shash_get.3
-shash_get_buckets_allocated.3
-shash_get_buckets_used.3
-shash_get_ptr.3
-shash_insert.3
-shash_keys.3
-shash_keys_in_pool.3
-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
-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
-zero_vec.3
diff --git a/devel/c2lib/files/patch-Makefile+ b/devel/c2lib/files/patch-Makefile+
new file mode 100644
index 000000000000..ef7cd3827647
--- /dev/null
+++ b/devel/c2lib/files/patch-Makefile+
@@ -0,0 +1,18 @@
+--- Makefile+~ Sun Dec 8 12:45:43 2002
++++ Makefile+ Fri Dec 27 01:34:48 2002
+@@ -103,13 +103,13 @@
+
+ install:
+ install -d $(DESTDIR)$(libdir)
+- install -d $(DESTDIR)$(includedir)
++ install -d $(DESTDIR)$(pkgincludedir)
+ install -d $(DESTDIR)$(man3dir)
+ install -d $(DESTDIR)$(datadir)/rws/symtabs/
+
+ $(MP_INSTALL_STATIC_LIB) libc2.a
+ $(MP_INSTALL_DYNAMIC_LIB) libc2.so
+- install -m 0644 $(HEADERS) $(DESTDIR)$(includedir)
++ install -m 0644 $(HEADERS) $(DESTDIR)$(pkgincludedir)
+ install -m 0644 *.3 $(DESTDIR)$(man3dir)
+ install -m 0644 *.syms $(DESTDIR)$(datadir)/rws/symtabs/
+
diff --git a/devel/c2lib/files/patch-Makefile.in b/devel/c2lib/files/patch-Makefile.in
deleted file mode 100644
index 45894d0a5833..000000000000
--- a/devel/c2lib/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Feb 16 18:51:26 2001
-+++ Makefile.in Fri Feb 16 18:51:06 2001
-@@ -141,7 +141,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I.
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -lm
- libc2_la_LIBADD =
- libc2_la_OBJECTS = hash.lo matvec.lo pool.lo pstring.lo vector.lo
- PROGRAMS = $(noinst_PROGRAMS)
diff --git a/devel/c2lib/files/patch-pstring.c b/devel/c2lib/files/patch-pstring.c
deleted file mode 100644
index 27fc632aec5e..000000000000
--- a/devel/c2lib/files/patch-pstring.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pstring.c.orig Fri Feb 16 18:46:50 2001
-+++ pstring.c Fri Feb 16 18:48:10 2001
-@@ -32,6 +32,7 @@
- #endif
-
- #ifdef HAVE_REGEX_H
-+#include <sys/types.h>
- #include <regex.h>
- #endif
-
diff --git a/devel/c2lib/files/patch-pstring.h b/devel/c2lib/files/patch-pstring.h
deleted file mode 100644
index 92bd07fa9770..000000000000
--- a/devel/c2lib/files/patch-pstring.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- pstring.h.orig Fri Feb 16 18:46:13 2001
-+++ pstring.h Fri Feb 16 18:45:20 2001
-@@ -21,6 +21,7 @@
- #ifndef PSTRING_H
- #define PSTRING_H
-
-+#include <sys/types.h>
- #include <regex.h>
-
- #include <pool.h>
diff --git a/devel/c2lib/files/patch-test_pstring.c b/devel/c2lib/files/patch-test_pstring.c
deleted file mode 100644
index e362d04ee24d..000000000000
--- a/devel/c2lib/files/patch-test_pstring.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- test_pstring.c.orig Fri Feb 16 18:48:56 2001
-+++ test_pstring.c Fri Feb 16 18:49:18 2001
-@@ -22,6 +22,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <assert.h>
-+#include <sys/types.h>
- #include <regex.h>
-
- #include "pstring.h"