# 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: # # bam # bam/Makefile # bam/distinfo # bam/pkg-descr # echo c - bam mkdir -p bam > /dev/null 2>&1 echo x - bam/Makefile sed 's/^X//' >bam/Makefile << '57460bed5106a753e9c68086f9f55b21' X# New ports collection makefile for: bam X# Date created: Jan 24 2013 X# Whom: Timothy Beyer X# X# $FreeBSD$ X# X XPORTNAME= bam XPORTVERSION= 0.4.0 XCATEGORIES= devel XMASTER_SITES= http://github.com/downloads/matricks/bam/ X XMAINTAINER= beyert@cs.ucr.edu XCOMMENT= A fast and flexible build system using Lua X XLICENSE= ZLIB XLICENSE_FILE= ${WRKSRC}/license.txt X XFETCH_ARGS= "-Fpr" XUSE_BZIP2= yes X XPLIST_FILES= bin/bam X Xdo-build: X.if defined(CC) && ${CC:T:Mclang} X @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix_clang.sh X (cd ${WRKSRC} && ${SH} make_unix_clang.sh) X.else X @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix.sh X (cd ${WRKSRC} && ${SH} make_unix.sh) X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bam ${PREFIX}/bin X X.include 57460bed5106a753e9c68086f9f55b21 echo x - bam/distinfo sed 's/^X//' >bam/distinfo << '1101379833568623601d784052ca7cee' XSHA256 (bam-0.4.0.tar.bz2) = 56030670aa21e227ce0a00f1ee0c9b5129469a6e69e7b67c3dd459d2fce6207d XSIZE (bam-0.4.0.tar.bz2) = 164033 1101379833568623601d784052ca7cee echo x - bam/pkg-descr sed 's/^X//' >bam/pkg-descr << '4983e59621ba816c6d99d0358820c405' XBam is a fast and flexible build system. Bam uses Lua to describe the build Xprocess. It takes its inspiration for the script files from scons. While Xscons focuses on being 100% correct when building, bam makes a few sacrifices Xto acquire fast full and incremental build times. X XWWW: http://matricks.github.com/bam/ 4983e59621ba816c6d99d0358820c405 exit