# 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: # # net # net/openrsync # net/openrsync/Makefile # net/openrsync/distinfo # net/openrsync/pkg-descr # echo c - net mkdir -p net > /dev/null 2>&1 echo c - net/openrsync mkdir -p net/openrsync > /dev/null 2>&1 echo x - net/openrsync/Makefile sed 's/^X//' >net/openrsync/Makefile << '76bec9df69a4bd20a3cffea1ab76b147' X# Created by: Timothy Beyer X# $FreeBSD$ X XPORTNAME= openrsync XPORTVERSION= 0.0.20200401 XCATEGORIES= net X XMAINTAINER= beyert@cs.ucr.edu XCOMMENT= Implementation of rsync with a BSD (ISC) license X XLICENSE= ISCL XLICENSE_FILE= ${WRKSRC}/LICENSE.md X XPLIST_FILES= bin/openrsync man/man1/openrsync.1.gz man/man5/openrsync.5.gz \ X man/man5/openrsyncd.5.gz X XUSE_GITHUB= yes XGH_ACCOUNT= kristapsdz XGH_TAGNAME= 8b61216 X XHAS_CONFIGURE= yes X Xpre-build: X.for SUFFIX in rsync.5 rsyncd.5 X ${MV} ${WRKSRC}/${SUFFIX} ${WRKSRC}/open${SUFFIX} X ${REINPLACE_CMD} 's|Nm rsync|Nm openrsync|g' ${WRKSRC}/open${SUFFIX} X ${REINPLACE_CMD} 's|rsync 5|openrsync 5|ig' ${WRKSRC}/open${SUFFIX} X ${REINPLACE_CMD} 's|rsyncd 5|openrsyncd 5|ig' ${WRKSRC}/open${SUFFIX} X.endfor X ${REINPLACE_CMD} 's|rsync.5|openrsync.5|g' ${WRKSRC}/Makefile X ${REINPLACE_CMD} 's|rsyncd.5|openrsyncd.5|g' ${WRKSRC}/Makefile X ${REINPLACE_CMD} 's|rsync 5|openrsync 5|ig' ${WRKSRC}/openrsync.1 X ${REINPLACE_CMD} 's|rsyncd 5|openrsyncd 5|ig' ${WRKSRC}/openrsync.1 X X.include 76bec9df69a4bd20a3cffea1ab76b147 echo x - net/openrsync/distinfo sed 's/^X//' >net/openrsync/distinfo << 'cf4924d717a0fb1a76bd95c2734c23b0' XTIMESTAMP = 1614736535 XSHA256 (kristapsdz-openrsync-0.0.20200401-8b61216_GH0.tar.gz) = a71bd7f448d551c68e581f9d709ecfdbfc388df394ea8f9ea674cee35a56b4c8 XSIZE (kristapsdz-openrsync-0.0.20200401-8b61216_GH0.tar.gz) = 118133 cf4924d717a0fb1a76bd95c2734c23b0 echo x - net/openrsync/pkg-descr sed 's/^X//' >net/openrsync/pkg-descr << 'c667969e5db622406b61192f48664768' XThis is an implementation of rsync with a BSD (ISC) license. It's compatible Xwith a modern rsync (3.1.3 is used for testing, but any supporting protocol 27 Xwill do), but accepts only a subset of rsync's command-line arguments. X XIts officially-supported operating system is OpenBSD, but it will compile and Xrun on other UNIX systems. See Portability for details. X XWWW: https://github.com/kristapsdz/openrsync c667969e5db622406b61192f48664768 exit