summaryrefslogtreecommitdiffstats
path: root/devel/open-beagle
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-06-09 06:52:06 +0000
committerijliao <ijliao@FreeBSD.org>2004-06-09 06:52:06 +0000
commit68cdb642c0e72450790f37bbb1b44812bdddb544 (patch)
treec47e9487909553a9e1bced0f00d79377a2d8191a /devel/open-beagle
parent060ae319b5af893aff0e88916503c4fe2d305883 (diff)
downloadFreeBSD-ports-68cdb642c0e72450790f37bbb1b44812bdddb544.zip
FreeBSD-ports-68cdb642c0e72450790f37bbb1b44812bdddb544.tar.gz
add beagle 2.1.3
An Evolutionary Computation Framework
Diffstat (limited to 'devel/open-beagle')
-rw-r--r--devel/open-beagle/Makefile29
-rw-r--r--devel/open-beagle/distinfo2
-rw-r--r--devel/open-beagle/files/patch-config:ltmain.sh15
-rw-r--r--devel/open-beagle/pkg-descr12
-rw-r--r--devel/open-beagle/pkg-plist23
5 files changed, 81 insertions, 0 deletions
diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile
new file mode 100644
index 0000000..dfeee12
--- /dev/null
+++ b/devel/open-beagle/Makefile
@@ -0,0 +1,29 @@
+# ex:ts=8
+# Ports collection makefile for: beagle
+# Date created: Jun 9, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= beagle
+PORTVERSION= 2.1.3
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= An Evolutionary Computation Framework
+
+USE_GCC= 3.3
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-optimization
+INSTALLS_SHLIB= yes
+
+post-install:
+ @${FIND} ${PREFIX}/include/beagle ! -type d | \
+ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
+ @${FIND} ${PREFIX}/include/beagle -type d | ${SORT} -r | \
+ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+
+.include <bsd.port.mk>
diff --git a/devel/open-beagle/distinfo b/devel/open-beagle/distinfo
new file mode 100644
index 0000000..60848a13
--- /dev/null
+++ b/devel/open-beagle/distinfo
@@ -0,0 +1,2 @@
+MD5 (beagle-2.1.3.tar.gz) = 6a816f55aec38ddacf556986397a7db4
+SIZE (beagle-2.1.3.tar.gz) = 2787022
diff --git a/devel/open-beagle/files/patch-config:ltmain.sh b/devel/open-beagle/files/patch-config:ltmain.sh
new file mode 100644
index 0000000..85276b4
--- /dev/null
+++ b/devel/open-beagle/files/patch-config:ltmain.sh
@@ -0,0 +1,15 @@
+--- config/ltmain.sh.orig Wed Jun 9 14:13:42 2004
++++ config/ltmain.sh Wed Jun 9 14:13:51 2004
+@@ -4330,10 +4330,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/open-beagle/pkg-descr b/devel/open-beagle/pkg-descr
new file mode 100644
index 0000000..9f9927c
--- /dev/null
+++ b/devel/open-beagle/pkg-descr
@@ -0,0 +1,12 @@
+Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an
+high-level software environment to do any kind of EC, with support for
+tree-based genetic programming, bit string and real-valued genetic algorithms,
+and evolution strategy.
+
+The Open BEAGLE architecture follows strong principles of object oriented
+programming, where abstractions are represented by loosely coupled objects and
+where it is common and easy to reuse code. Open BEAGLE is designed to provide
+an EC environment that is generic, user friendly, portable, efficient, robust,
+elegant and free.
+
+WWW: http://beagle.sourceforge.net/
diff --git a/devel/open-beagle/pkg-plist b/devel/open-beagle/pkg-plist
new file mode 100644
index 0000000..fbc4878
--- /dev/null
+++ b/devel/open-beagle/pkg-plist
@@ -0,0 +1,23 @@
+include/Threading/Condition.hpp
+include/Threading/Exception.hpp
+include/Threading/Mutex.hpp
+include/Threading/Semaphore.hpp
+include/Threading/Thread.hpp
+include/Threading/Threading.hpp
+@dirrm include/Threading
+include/gzstream.h
+lib/libThreading-2.1.3.so
+lib/libThreading.a
+lib/libThreading.so
+lib/libbeagle-2.1.3.so
+lib/libbeagle-Coev-2.1.3.so
+lib/libbeagle-Coev.a
+lib/libbeagle-Coev.so
+lib/libbeagle-GA-2.1.3.so
+lib/libbeagle-GA.a
+lib/libbeagle-GA.so
+lib/libbeagle-GP-2.1.3.so
+lib/libbeagle-GP.a
+lib/libbeagle-GP.so
+lib/libbeagle.a
+lib/libbeagle.so
OpenPOWER on IntegriCloud