ports/176381: A lightweight, dependency-free, BSD licensed program to pull source using the svn protocol.
John Mehr
jcm at visi.com
Sun Feb 24 00:20:00 UTC 2013
>Number: 176381
>Category: ports
>Synopsis: A lightweight, dependency-free, BSD licensed program to pull source using the svn protocol.
>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: Sun Feb 24 00:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: John Mehr
>Release: 8.3
>Organization:
>Environment:
>Description:
A new port that allows Subversion repositories to be downloaded/synchronized with a local copy without needing to have subversion and all of its dependencies installed.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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 at 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 <bsd.port.mk>
a00391e2b39e8ae12da0c73a57a41552
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list