# 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: # # svnup # svnup/pkg-descr # svnup/distinfo # svnup/Makefile # echo c - svnup mkdir -p svnup > /dev/null 2>&1 echo x - svnup/pkg-descr sed 's/^X//' >svnup/pkg-descr << 'ebdcf3f66ee3cab40e7d39616e08fe54' XA lightweight, dependency-free program to pull source using the svn protocol. X XWWW: http://jcm.dsl.visi.com/freebsd/svnup/ X ebdcf3f66ee3cab40e7d39616e08fe54 echo x - svnup/distinfo sed 's/^X//' >svnup/distinfo << 'a71110a1412716d24a21b717a6a3b691' XSHA256 (svnup-0.5.tar.xz) = e3e208166258ceacfcb8231108810f30e6408e39d9110cb2bdcd1f0a53db6d6f XSIZE (svnup-0.5.tar.xz) = 8208 a71110a1412716d24a21b717a6a3b691 echo x - svnup/Makefile sed 's/^X//' >svnup/Makefile << 'a00391e2b39e8ae12da0c73a57a41552' X# $FreeBSD$ X XPORTNAME= svnup XPORTVERSION= 0.5 XCATEGORIES= net XMASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ X XMAINTAINER= jcm@visi.com XCOMMENT= Lightweight, dependency-free program to pull source using the svn protocol X XLDFLAGS+= -lmd XUSE_XZ= yes X XMAN1= ${PORTNAME}.1 XPLIST_FILES= bin/${PORTNAME} X Xdo-build: X cd ${WRKSRC}/ && ${CC} -o ${PORTNAME} ${CFLAGS} ${PORTNAME}.c ${LDFLAGS} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/ X X.include a00391e2b39e8ae12da0c73a57a41552 exit