diff --git a/devel/Makefile b/devel/Makefile index caaf61195b2a..03dade12f43c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -76,6 +76,7 @@ SUBDIR += avrdude SUBDIR += bcc SUBDIR += bcpp + SUBDIR += beagle SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 diff --git a/devel/beagle/Makefile b/devel/beagle/Makefile new file mode 100644 index 000000000000..dfeee128f189 --- /dev/null +++ b/devel/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 diff --git a/devel/beagle/distinfo b/devel/beagle/distinfo new file mode 100644 index 000000000000..60848a1396af --- /dev/null +++ b/devel/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/beagle/files/patch-config:ltmain.sh b/devel/beagle/files/patch-config:ltmain.sh new file mode 100644 index 000000000000..85276b497eaf --- /dev/null +++ b/devel/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/beagle/pkg-descr b/devel/beagle/pkg-descr new file mode 100644 index 000000000000..9f9927ca0904 --- /dev/null +++ b/devel/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/beagle/pkg-plist b/devel/beagle/pkg-plist new file mode 100644 index 000000000000..fbc4878704a1 --- /dev/null +++ b/devel/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 diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile new file mode 100644 index 000000000000..dfeee128f189 --- /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 diff --git a/devel/open-beagle/distinfo b/devel/open-beagle/distinfo new file mode 100644 index 000000000000..60848a1396af --- /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 000000000000..85276b497eaf --- /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 000000000000..9f9927ca0904 --- /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 000000000000..fbc4878704a1 --- /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