cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License
This commit is contained in:
parent
02fe5fe0cc
commit
b3f95b0e35
@ -21,8 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \
|
||||
RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client
|
||||
LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_XZ= yes
|
||||
USES= tar:xz gmake pkgconfig
|
||||
USE_AUTOTOOLS= autoconf:env automake:env libtool
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/client
|
||||
|
||||
@ -20,8 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
|
||||
RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client
|
||||
LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_XZ= yes
|
||||
USES= tar:xz gmake pkgconfig
|
||||
USE_AUTOTOOLS= autoconf:env automake:env
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/PP3/${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Creates celestial charts
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
USE_TEX= latex
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
@ -18,21 +18,17 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} \
|
||||
&& ${CXX} ${CXXFLAGS} -DPP3DATA=\"${DATADIR}\" pp3.cc -o pp3
|
||||
(cd ${WRKSRC} \
|
||||
&& ${CXX} ${CXXFLAGS} -DPP3DATA=\"${DATADIR}\" pp3.cc -o pp3)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pp3 ${STAGEDIR}${PREFIX}/bin
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.dat ${STAGEDIR}${DATADIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@ -10,9 +10,8 @@ MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/
|
||||
MAINTAINER= tonymaher@optusnet.com.au
|
||||
COMMENT= Library for parsing/generating FITS headers
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USES= tar:bzip2 gmake
|
||||
MAKEFILE= GNUmakefile
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
@ -11,7 +11,7 @@ MAINTAINER= mexas@bris.ac.uk
|
||||
COMMENT= Set the root window to the image of earth
|
||||
|
||||
USE_XORG= x11 xext sm ice xt
|
||||
USE_XZ= yes
|
||||
USES= tar:xz
|
||||
PLIST_FILES= bin/xearth \
|
||||
man/man1/xearth.1.gz \
|
||||
lib/X11/xearth/freebsd.committers.markers \
|
||||
|
||||
@ -11,7 +11,7 @@ MAINTAINER= jmohacsi@bsd.hu
|
||||
COMMENT= Performance Test of Filesystem I/O
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
|
||||
PLIST_FILES= bin/blogbench man/man8/blogbench.8.gz
|
||||
PORTDOCS= README
|
||||
|
||||
@ -16,5 +16,4 @@ GNU_CONFIGURE= yes
|
||||
|
||||
USE_AUTOTOOLS= automake14 autoconf
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@ -10,12 +10,11 @@ MASTER_SITES= http://download.enlightenment.org/releases/ \
|
||||
MAINTAINER= gblach@FreeBSD.org
|
||||
COMMENT= Expedite is a benchmark suite for Evas
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
DIST_SUBDIR= e17
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USES= tar:bzip2 pkgconfig
|
||||
USE_EFL= evas
|
||||
USE_EFL_EVAS_ENGINES= buffer
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
@ -14,7 +14,7 @@ LIB_DEPENDS= libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c \
|
||||
libgsl.so:${PORTSDIR}/math/gsl \
|
||||
libpcap.so.1:${PORTSDIR}/net/libpcap
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-debug
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ CATEGORIES= benchmarks haskell
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Robust, reliable performance measurement and analysis
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USE_CABAL= aeson>=0.3.2.12 hastache>=0.5.0 mtl>=2 mwc-random>=0.8.0.3 \
|
||||
parsec>=3.1.0 statistics>=0.10.0.0 transformers \
|
||||
|
||||
@ -11,8 +11,7 @@ COMMENT= Interactivity benchmark for Unix-like systems
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
USES= tar:bzip2 gmake
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
|
||||
@ -12,8 +12,7 @@ COMMENT= Micro-benchmarking NoSQL storage
|
||||
LIB_DEPENDS= libtarantool.so:${PORTSDIR}/databases/tarantool
|
||||
|
||||
DATE= 20120802
|
||||
USE_BZIP2= yes
|
||||
USES= cmake
|
||||
USES= tar:bzip2 cmake
|
||||
CMAKE_ARGS= -DLIBTNT_INCLUDE=${LOCALBASE}/include \
|
||||
-DLIBTNT_LIB=${LOCALBASE}/lib
|
||||
|
||||
|
||||
@ -13,9 +13,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
MAINTAINER= andrewclarkii@gmail.com
|
||||
COMMENT= TCP/UDP network testing tool
|
||||
|
||||
USES= shebangfix
|
||||
USES= tar:bzip2 shebangfix
|
||||
SHEBANG_FILES= ../nuttscp
|
||||
USE_BZIP2= yes
|
||||
MAKEFILE= /dev/null
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
|
||||
@ -9,8 +9,7 @@ MASTER_SITES= http://www.arctic.org/~dean/randomio/
|
||||
MAINTAINER= pluknet@gmail.com
|
||||
COMMENT= Multithreaded disk i/o microbenchmark
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
USES= tar:bzip2 gmake
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user