Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Aug 2006 20:37:33 +0200 (CEST)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101210: [NEW PORT] devel/libevocosm: Collection of tools for creating a variety of evolutionary algorithms
Message-ID:  <20060801183733.0DECD39912@pin.if.uz.zgora.pl>
Resent-Message-ID: <200608011840.k71IeOoG043977@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101210
>Category:       ports
>Synopsis:       [NEW PORT] devel/libevocosm: Collection of tools for creating a variety of evolutionary algorithms
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 18:40:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun  3 01:12:10 CEST
>Description:

(Note that this port needs devel/libcoyotl, submitted in another PR.)

Evocosm is a set of classes that abstract the fundamental
components of an evolutionary algorithm:

 -- Random Numbers
 -- Validation
 -- Floating- Point Chromosomes
 -- Roulette Wheels
 -- Organisms
 -- Fitness Landscapes
 -- Evocosms
 -- Fitness Scaling
 -- Migration
 -- Selecting Survivors
 -- Reproduction
 -- Mutation Operators

Author:	Scott Robert Ladd
WWW:	http://www.coyotegulch.com/products/libevocosm/index.html

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libevocosm-3.1.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libevocosm
#	libevocosm/pkg-descr
#	libevocosm/Makefile
#	libevocosm/pkg-plist
#	libevocosm/distinfo
#	libevocosm/files
#	libevocosm/files/patch-funcopt-Makefile.in
#
echo c - libevocosm
mkdir -p libevocosm > /dev/null 2>&1
echo x - libevocosm/pkg-descr
sed 's/^X//' >libevocosm/pkg-descr << 'END-of-libevocosm/pkg-descr'
XEvocosm is a set of classes that abstract the fundamental
Xcomponents of an evolutionary algorithm:
X
X -- Random Numbers
X -- Validation
X -- Floating- Point Chromosomes
X -- Roulette Wheels
X -- Organisms
X -- Fitness Landscapes
X -- Evocosms
X -- Fitness Scaling
X -- Migration
X -- Selecting Survivors
X -- Reproduction
X -- Mutation Operators
X
XAuthor:	Scott Robert Ladd
XWWW:	http://www.coyotegulch.com/products/libevocosm/index.html
END-of-libevocosm/pkg-descr
echo x - libevocosm/Makefile
sed 's/^X//' >libevocosm/Makefile << 'END-of-libevocosm/Makefile'
X# New ports collection makefile for:	libevocosm
X# Date created:		2006-08-01
X# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libevocosm
XPORTVERSION=	3.1.0
XCATEGORIES=	devel
XMASTER_SITES=	http://www.coyotegulch.com/distfiles/
X
XMAINTAINER=	trasz@pin.if.uz.zgora.pl
XCOMMENT=	Collection of tools for creating a variety of evolutionary algorithms
X
XLIB_DEPENDS=	coyotl-3.1.4:${PORTSDIR}/devel/libcoyotl
X
XINSTALLS_SHLIB=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
X
X.include <bsd.port.mk>
END-of-libevocosm/Makefile
echo x - libevocosm/pkg-plist
sed 's/^X//' >libevocosm/pkg-plist << 'END-of-libevocosm/pkg-plist'
Xlib/libevocosm-3.1.so.1
Xlib/libevocosm.la
Xlib/libevocosm.a
Xinclude/libevocosm/evocommon.h
Xinclude/libevocosm/evocosm.h
Xinclude/libevocosm/evoreal.h
Xinclude/libevocosm/fsm.h
Xinclude/libevocosm/fsm_tools.h
Xinclude/libevocosm/fuzzy_machine.h
Xinclude/libevocosm/landscape.h
Xinclude/libevocosm/migrator.h
Xinclude/libevocosm/mutator.h
Xinclude/libevocosm/organism.h
Xinclude/libevocosm/reporter.h
Xinclude/libevocosm/reproducer.h
Xinclude/libevocosm/roulette.h
Xinclude/libevocosm/scaler.h
Xinclude/libevocosm/selector.h
Xinclude/libevocosm/simple_fsm.h
Xbin/runfuncopt
X@dirrm include/libevocosm
END-of-libevocosm/pkg-plist
echo x - libevocosm/distinfo
sed 's/^X//' >libevocosm/distinfo << 'END-of-libevocosm/distinfo'
XMD5 (libevocosm-3.1.0.tar.gz) = 7fdc1ac67528c819cdaf9091eeee3833
XSHA256 (libevocosm-3.1.0.tar.gz) = 8ed8781e25afa9c0baabdc5e661e5a55b74ef0de207c1f093e311815afab3751
XSIZE (libevocosm-3.1.0.tar.gz) = 357858
END-of-libevocosm/distinfo
echo c - libevocosm/files
mkdir -p libevocosm/files > /dev/null 2>&1
echo x - libevocosm/files/patch-funcopt-Makefile.in
sed 's/^X//' >libevocosm/files/patch-funcopt-Makefile.in << 'END-of-libevocosm/files/patch-funcopt-Makefile.in'
Xdiff -urN funcopt.orig/Makefile.in funcopt/Makefile.in
X--- funcopt.orig/Makefile.in	Tue Aug  1 18:25:48 2006
X+++ funcopt/Makefile.in	Tue Aug  1 18:26:58 2006
X@@ -117,7 +117,7 @@
X INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
X LDFLAGS = @LDFLAGS@
X LIBOBJS = @LIBOBJS@
X-LIBS = -L../libevocosm -lcoyotl -levocosm
X+LIBS = -L../libevocosm -lcoyotl -levocosm -lpng
X LIBTOOL = @LIBTOOL@
X LN_S = @LN_S@
X LTLIBOBJS = @LTLIBOBJS@
END-of-libevocosm/files/patch-funcopt-Makefile.in
exit
--- libevocosm-3.1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060801183733.0DECD39912>