aboutsummaryrefslogtreecommitdiff
path: root/devel/libcoyotl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:01:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:01:13 +0000
commit89d232bfadd4741ecb124fca90aa115bb59d541c (patch)
tree10c6f3f67937d9770900aedd45d720e53ada65cb /devel/libcoyotl
parent003323a939f1e9b9d96ddb18e8d539493571a511 (diff)
downloadports-89d232bfadd4741ecb124fca90aa115bb59d541c.tar.gz
ports-89d232bfadd4741ecb124fca90aa115bb59d541c.zip
Notes
Diffstat (limited to 'devel/libcoyotl')
-rw-r--r--devel/libcoyotl/Makefile26
-rw-r--r--devel/libcoyotl/distinfo2
-rw-r--r--devel/libcoyotl/files/patch-test-Makefile.in12
-rw-r--r--devel/libcoyotl/pkg-descr19
-rw-r--r--devel/libcoyotl/pkg-plist23
5 files changed, 0 insertions, 82 deletions
diff --git a/devel/libcoyotl/Makefile b/devel/libcoyotl/Makefile
deleted file mode 100644
index 02a48fc10640..000000000000
--- a/devel/libcoyotl/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: libcoyotl
-# Date created: 2006-08-01
-# Whom: trasz <trasz@pin.if.uz.zgora.pl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libcoyotl
-PORTVERSION= 3.1.0
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://www.coyotegulch.com/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Collection of useful C++ classes
-
-DEPRECATED= Looks like an abandonware, no more public distfile
-EXPIRATION_DATE= 2011-08-01
-
-LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
-
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
-
-.include <bsd.port.mk>
diff --git a/devel/libcoyotl/distinfo b/devel/libcoyotl/distinfo
deleted file mode 100644
index f1faacf0216b..000000000000
--- a/devel/libcoyotl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libcoyotl-3.1.0.tar.gz) = 540cb2e131cc345f94eaa1a7682532e200b57efd6b6a5e2d9e68aa7819f63860
-SIZE (libcoyotl-3.1.0.tar.gz) = 346384
diff --git a/devel/libcoyotl/files/patch-test-Makefile.in b/devel/libcoyotl/files/patch-test-Makefile.in
deleted file mode 100644
index 73dcd8e3fc19..000000000000
--- a/devel/libcoyotl/files/patch-test-Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN test.orig/Makefile.in test/Makefile.in
---- test.orig/Makefile.in Tue Aug 1 18:01:32 2006
-+++ test/Makefile.in Tue Aug 1 18:01:44 2006
-@@ -112,7 +112,7 @@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LDFLAGS = @LDFLAGS@
- LIBOBJS = @LIBOBJS@
--LIBS = -L../libcoyotl -lrt -lpng -lcoyotl
-+LIBS = -L../libcoyotl -lpng -lcoyotl
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
- LTLIBOBJS = @LTLIBOBJS@
diff --git a/devel/libcoyotl/pkg-descr b/devel/libcoyotl/pkg-descr
deleted file mode 100644
index 1bd95a2a8ae4..000000000000
--- a/devel/libcoyotl/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-The Coyotl library collects several C++ tools that have proven useful
-in many of my programs, but which aren't "big enough" to warrant
-an individual library.
-
-Key features of Coyotl include:
- -- A polymorphic collection of the best pseudorandom number generators,
- including the Mersenne Twister and Marsaglia's favorites.
- -- Utilities for floating-point numbers, including additional functions
- for trigonometry, least common multiple, greatest common denominator,
- rounding, and other purposes.
- -- A simple cross-platform command-line parser.
- -- A framework for generating random rectangular mazes.
- -- A template for fixed-point math based on different integer sizes
- and decimal point locations.
- -- Templatized sorting utilities (designed before Std. C++'s <algorithms>,
- but still useful)
- -- Validation tools for "Design by Contract" programming.
-
-WWW: http://www.coyotegulch.com/products/libcoyotl/index.html
diff --git a/devel/libcoyotl/pkg-plist b/devel/libcoyotl/pkg-plist
deleted file mode 100644
index b097b3dfa2e9..000000000000
--- a/devel/libcoyotl/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-lib/libcoyotl.so
-lib/libcoyotl-3.1.so
-lib/libcoyotl-3.1.so.4
-lib/libcoyotl.la
-lib/libcoyotl.a
-include/libcoyotl/array.h
-include/libcoyotl/cmwc4096.h
-include/libcoyotl/command_line.h
-include/libcoyotl/crccalc.h
-include/libcoyotl/kissrng.h
-include/libcoyotl/maze.h
-include/libcoyotl/maze_recursive.h
-include/libcoyotl/maze_renderer.h
-include/libcoyotl/mtwister.h
-include/libcoyotl/mwc1038.h
-include/libcoyotl/mwc256.h
-include/libcoyotl/prng.h
-include/libcoyotl/realutil.h
-include/libcoyotl/sortutil.h
-include/libcoyotl/validator.h
-bin/test_prng
-bin/test_maze
-@dirrm include/libcoyotl