# 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: # # WebSVN # WebSVN/distinfo # WebSVN/Makefile # WebSVN/pkg-plist # WebSVN/pkg-descr # echo c - WebSVN mkdir -p WebSVN > /dev/null 2>&1 echo x - WebSVN/distinfo sed 's/^X//' >WebSVN/distinfo << 'END-of-WebSVN/distinfo' XMD5 (WebSVN.tar.gz) = 7add4c9292bbe86ab53153d00eb7173d XSIZE (WebSVN.tar.gz) = 50993 END-of-WebSVN/distinfo echo x - WebSVN/Makefile sed 's/^X//' >WebSVN/Makefile << 'END-of-WebSVN/Makefile' X# New ports collection makefile for: websvn X# Date created: 11 May 2002 X# Whom: Yuan-Chung Hsiao (ychsiao@ychsiao.idv.tw) X# X# $FreeBSD$ X# X XPORTNAME= websvn XPORTVERSION= 1.38 XPORTREVISION= 1 XCATEGORIES= devel XMASTER_SITES= http://websvn.tigris.org/files/documents/1380/10659/ XDISTNAME= WebSVN X XMAINTAINER= ychsiao@ychsiao.idv.tw XCOMMENT= Subversion repository web frontend X XUSE_PHP= yes XNO_BUILD= yes XWRKSRC= ${WRKDIR}/WebSVN X XWEBSVNDIR?= www/data/WebSVN X XPLIST_SUB+= WEBSVNDIR=${WEBSVNDIR} X Xdo-install: X ${MKDIR} ${PREFIX}/${WEBSVNDIR} X ${CP} -R ${WRKSRC}/* ${PREFIX}/${WEBSVNDIR} X ${CHOWN} www:www ${PREFIX}/${WEBSVNDIR} X X.include END-of-WebSVN/Makefile echo x - WebSVN/pkg-plist sed 's/^X//' >WebSVN/pkg-plist << 'END-of-WebSVN/pkg-plist' Xwww/data/WebSVN/cache/tmp Xwww/data/WebSVN/changes.txt Xwww/data/WebSVN/diff.php Xwww/data/WebSVN/filedetails.php Xwww/data/WebSVN/form.php Xwww/data/WebSVN/include/command.inc Xwww/data/WebSVN/include/configclass.inc Xwww/data/WebSVN/include/distconfig.inc Xwww/data/WebSVN/include/setup.inc Xwww/data/WebSVN/include/svnlook.inc Xwww/data/WebSVN/include/template.inc Xwww/data/WebSVN/include/utils.inc Xwww/data/WebSVN/include/version.inc Xwww/data/WebSVN/index.php Xwww/data/WebSVN/install.txt Xwww/data/WebSVN/languages/english.inc Xwww/data/WebSVN/languages/german.inc Xwww/data/WebSVN/licence.txt Xwww/data/WebSVN/listing.php Xwww/data/WebSVN/log.php Xwww/data/WebSVN/templates.txt Xwww/data/WebSVN/templates/BlueGrey/diff.tmpl Xwww/data/WebSVN/templates/BlueGrey/directory.tmpl Xwww/data/WebSVN/templates/BlueGrey/file.png Xwww/data/WebSVN/templates/BlueGrey/file.tmpl Xwww/data/WebSVN/templates/BlueGrey/filec.png Xwww/data/WebSVN/templates/BlueGrey/fileh.png Xwww/data/WebSVN/templates/BlueGrey/files.png Xwww/data/WebSVN/templates/BlueGrey/folder.png Xwww/data/WebSVN/templates/BlueGrey/footer.tmpl Xwww/data/WebSVN/templates/BlueGrey/header.tmpl Xwww/data/WebSVN/templates/BlueGrey/index.tmpl Xwww/data/WebSVN/templates/BlueGrey/log.tmpl Xwww/data/WebSVN/templates/BlueGrey/png.js Xwww/data/WebSVN/templates/BlueGrey/repo.png Xwww/data/WebSVN/templates/BlueGrey/styles.css Xwww/data/WebSVN/templates/BlueGrey/subversion.png Xwww/data/WebSVN/templates/Standard/diff.tmpl Xwww/data/WebSVN/templates/Standard/directory.tmpl Xwww/data/WebSVN/templates/Standard/file.tmpl Xwww/data/WebSVN/templates/Standard/footer.tmpl Xwww/data/WebSVN/templates/Standard/header.tmpl Xwww/data/WebSVN/templates/Standard/index.tmpl Xwww/data/WebSVN/templates/Standard/log.tmpl Xwww/data/WebSVN/templates/Standard/styles.css Xwww/data/WebSVN/wsvn.php X@dirrm www/data/WebSVN/templates/Standard X@dirrm www/data/WebSVN/templates/BlueGrey X@dirrm www/data/WebSVN/templates X@dirrm www/data/WebSVN/temp X@dirrm www/data/WebSVN/languages X@dirrm www/data/WebSVN/include X@dirrm www/data/WebSVN/cache X@dirrm www/data/WebSVN X@unexec rmdir %D/www/data/WebSVN 2>/dev/null || true END-of-WebSVN/pkg-plist echo x - WebSVN/pkg-descr sed 's/^X//' >WebSVN/pkg-descr << 'END-of-WebSVN/pkg-descr' XWebSVN offers a view onto your subversion repositories that's been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between 2 versions of a file so as to see exactly what was changed in a particular revision. X XWWW: http://websvn.tigris.org/ END-of-WebSVN/pkg-descr exit