From owner-freebsd-ports-bugs Sat Mar 8 2:10:18 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63EB837B401 for ; Sat, 8 Mar 2003 02:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E448F43FDF for ; Sat, 8 Mar 2003 02:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h28AACNS056479 for ; Sat, 8 Mar 2003 02:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h28AACL6056478; Sat, 8 Mar 2003 02:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2604E37B401 for ; Sat, 8 Mar 2003 02:05:34 -0800 (PST) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94ED043FA3 for ; Sat, 8 Mar 2003 02:05:27 -0800 (PST) (envelope-from hrs@allbsd.org) Received: from mail.allbsd.org (p40143-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.137.143]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 8CC5A248F for ; Sat, 8 Mar 2003 19:05:16 +0900 (JST) Received: from alph.allbsd.org (alph.allbsd.org [192.168.0.10]) by mail.allbsd.org (8.12.8/3.7W/DomainMaster) with ESMTP id h28A4pqe065677 for ; Sat, 8 Mar 2003 19:04:51 +0900 (JST) (envelope-from hrs@allbsd.org) Received: from alph.allbsd.org (localhost [127.0.0.1]) by alph.allbsd.org (8.12.8/8.12.8) with ESMTP id h28A4ow5083551 for ; Sat, 8 Mar 2003 19:04:50 +0900 (JST) (envelope-from hrs@alph.allbsd.org) Received: (from hrs@localhost) by alph.allbsd.org (8.12.8/8.12.8/Submit) id h28A4oVc083550; Sat, 8 Mar 2003 19:04:50 +0900 (JST) Message-Id: <200303081004.h28A4oVc083550@alph.allbsd.org> Date: Sat, 8 Mar 2003 19:04:50 +0900 (JST) From: Hiroki Sato Reply-To: Hiroki Sato To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/49031: New port: cvsync: A portable CVS repository synchronization utility Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 49031 >Category: ports >Synopsis: New port: cvsync: A portable CVS repository synchronization utility >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: Sat Mar 08 02:10:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.8-RC i386 >Organization: Tokyo University of Science >Environment: System: FreeBSD alph.allbsd.org 4.8-RC FreeBSD 4.8-RC #6: Tue Mar 4 11:48:59 JST 2003 hrs@alph.allbsd.org:/home/obj/usr/src/sys/alph i386 >Description: cvsync is a portable CVS repository synchronization utility similar to CVSup, written in C and POSIX pthread library. >How-To-Repeat: N/A >Fix: --- cvsync.shar begins here --- # 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/cvsync # net/cvsync/distinfo # net/cvsync/Makefile # net/cvsync/pkg-descr # net/cvsync/pkg-plist # echo c - net/cvsync mkdir -p net/cvsync > /dev/null 2>&1 echo x - net/cvsync/distinfo sed 's/^X//' >net/cvsync/distinfo << 'END-of-net/cvsync/distinfo' XMD5 (cvsync-0.14.2.tgz) = b310224bcac1de35172daf6989de7023 END-of-net/cvsync/distinfo echo x - net/cvsync/Makefile sed 's/^X//' >net/cvsync/Makefile << 'END-of-net/cvsync/Makefile' X# Ports collection makefile for: cvsync X# Date created: Thu Mar 6, 2003 X# Whom: Hiroki Sato X# X# $FreeBSD$ X# X XPORTNAME= cvsync XPORTVERSION= 0.14.2 XCATEGORIES= net ipv6 XMASTER_SITES= http://www.daemon-systems.org/cvsync/ \ X ftp://ftp.allbsd.org/pub/cvsync/ XEXTRACT_SUFX= .tgz X XMAINTAINER= hrs@FreeBSD.org XCOMMENT= A portable CVS repository synchronization utility X XUSE_GMAKE= yes XUSE_OPENSSL= yes X XCONFDIR= ${PREFIX}/share/examples/${PORTNAME} X Xpost-install: X @${MKDIR} ${CONFDIR} X ${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${CONFDIR} X ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${CONFDIR} X X.include END-of-net/cvsync/Makefile echo x - net/cvsync/pkg-descr sed 's/^X//' >net/cvsync/pkg-descr << 'END-of-net/cvsync/pkg-descr' Xcvsync is a portable CVS repository synchronization utility, Xwritten in C and POSIX pthread library. This is very similar to XCVSup but not compatible with it. X XWWW: http://www.daemon-systems.org/cvsync/ END-of-net/cvsync/pkg-descr echo x - net/cvsync/pkg-plist sed 's/^X//' >net/cvsync/pkg-plist << 'END-of-net/cvsync/pkg-plist' X@comment $FreeBSD$ Xbin/cvscan Xbin/cvsync Xbin/cvsyncd Xbin/rcscan Xbin/rcscmp Xshare/examples/cvsync/cvsync.conf Xshare/examples/cvsync/cvsyncd.conf X@dirrm share/examples/cvsync END-of-net/cvsync/pkg-plist exit --- cvsync.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message