1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 2.10.0

- Add LICENSE
- Mark MAKE_JOBS_SAFE
- Eliminate unnecessary patch
- Note new homepage in pkg-descr
- Pass maintainership to submitter

PR:		ports/149827
Submitted by:	C-S <c-s@c-s.li>
This commit is contained in:
Sahil Tandon 2010-08-21 00:28:49 +00:00
parent 884944ff06
commit 4da3929a92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259660
5 changed files with 13 additions and 29 deletions

View File

@ -6,19 +6,19 @@
#
PORTNAME= avida
PORTVERSION= 2.8.1
PORTREVISION= 1
PORTVERSION= 2.10.0
CATEGORIES= biology
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
MAINTAINER= c-s@c-s.li
COMMENT= Avida is an auto-adaptive genetic system designed for ALife research
LICENSE= GPLv2
USE_CMAKE= yes
USE_GCC= 4.2+
WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
MAKE_JOBS_SAFE= yes
PORTDOCS= *
@ -27,7 +27,6 @@ post-extract:
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/work/avida ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/work/avida-viewer ${PREFIX}/bin
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/work/*.cfg ${WRKSRC}/work/*.org ${DATADIR}
.if !defined(NOPORTDOCS)

View File

@ -1,3 +1,3 @@
MD5 (avida-2.8.1-src.tar.gz) = 99d9405921a23df1813e34c96106cd47
SHA256 (avida-2.8.1-src.tar.gz) = 554a82081f550e49f795ecda34d6e19a91239e8dc500b6590f46d08839179ef7
SIZE (avida-2.8.1-src.tar.gz) = 1609168
MD5 (avida-2.10.0-src.tar.gz) = d8d79afe8d19cc3d1f4c8ebb515dd59b
SHA256 (avida-2.10.0-src.tar.gz) = 351d87dad2a35eb005b466dc0e7731195b4a824edbbde7818ef633b5803319db
SIZE (avida-2.10.0-src.tar.gz) = 5657331

View File

@ -1,12 +0,0 @@
--- source/main/cTaskLib.cc.orig 2007-09-05 23:53:07.000000000 +0400
+++ source/main/cTaskLib.cc 2008-10-13 19:32:10.000000000 +0400
@@ -41,8 +41,8 @@
// Various workarounds for Visual Studio shortcomings
#if AVIDA_PLATFORM(WINDOWS)
# define llabs(x) _abs64(x)
-# define log2(x) (log(x)/log(2.0))
#endif
+# define log2(x) (log(x)/log(2.0))
static const double dCastPrecision = 100000.0;

View File

@ -10,4 +10,4 @@ evolutionary adaptation, general traits of living systems (such as
self-organization), and other issues pertaining to theoretical or
evolutionary biology and dynamic systems.
WWW: http://dllab.caltech.edu/avida/
WWW: http://avida.devosoft.org/

View File

@ -1,15 +1,12 @@
bin/avida
bin/avida-viewer
%%DATADIR%%/analyze.cfg
%%DATADIR%%/avida.cfg
%%DATADIR%%/default-classic.org
%%DATADIR%%/default-sex-classic.org
%%DATADIR%%/default-smt.org
%%DATADIR%%/default-heads-sex.org
%%DATADIR%%/default-heads.org
%%DATADIR%%/default-transsmt.org
%%DATADIR%%/environment.cfg
%%DATADIR%%/events.cfg
%%DATADIR%%/instset-classic.cfg
%%DATADIR%%/instset-sex-classic.cfg
%%DATADIR%%/instset-smt.cfg
%%DATADIR%%/instset-heads-sex.cfg
%%DATADIR%%/instset-heads.cfg
%%DATADIR%%/instset-transsmt.cfg
@dirrm %%DATADIR%%