Date: Sat, 22 Jun 2002 02:24:05 +0400 (MSD) From: miniEleph <nyxo@dnuc.polyn.kiae.su> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39632: Update port: sysutils/ssync MASTER_SITES has been changed Message-ID: <200206212224.g5LMO5E30339@dnuc.polyn.kiae.su>
next in thread | raw e-mail | index | archive | help
>Number: 39632 >Category: ports >Synopsis: Update port: sysutils/ssync MASTER_SITES has been changed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 21 15:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: miniEleph >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD dnuc.polyn.kiae.su 4.6-RC FreeBSD 4.6-RC #1: Sat May 18 18:01:39 MSD 2002 nyxo@dnuc.polyn.kiae.su:/usr/obj/usr/src/sys/ZANOZA i386 >Description: MASTER_SITES and WWW has been changed >How-To-Repeat: >Fix: # 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: # # ssync # ssync/Makefile # ssync/pkg-comment # ssync/pkg-descr # ssync/pkg-plist # ssync/distinfo # ssync/pkg-message # echo c - ssync mkdir -p ssync > /dev/null 2>&1 echo x - ssync/Makefile sed 's/^X//' >ssync/Makefile << 'END-of-ssync/Makefile' X# New ports collection makefile for: ssync X# Date created: 23 March 2002 X# Whom: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su> X# X# $FreeBSD: ports/sysutils/ssync/Makefile,v 1.1 2002/04/02 14:25:46 markp Exp $ X# X XPORTNAME= ssync XPORTVERSION= 2.2 XCATEGORIES= sysutils XMASTER_SITES= http://alcatraz.labs.agilent.com/shaffer/ssync/ X XMAINTAINER= nyxo@dnuc.polyn.kiae.su X XALL_TARGET= default XUSE_GMAKE= yes XMAKEFILE= makefile X XMAN1= ssync.1 X Xpost-patch: X @${PERL} -pi -e 's@/etc/init.d/ssyncd@\$$0@g' ${WRKSRC}/ssyncd.init X @${PERL} -pi -e "s@/etc@${PREFIX}/etc@g;s@/usr/sbin@${PREFIX}/sbin@g;" \ X ${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c X @${PERL} -pi -e "s@ +CFLAGS.+@@g; s@ +LDFLAGS.+@@g;" ${WRKSRC}/makefile X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/ssync ${PREFIX}/bin/ssync X @${INSTALL_PROGRAM} ${WRKSRC}/ssyncd ${PREFIX}/sbin/ssyncd X @${INSTALL_DATA} ${WRKSRC}/ssyncd.conf ${PREFIX}/etc/ssyncd.conf.sample X @${INSTALL_DATA} ${WRKSRC}/ssyncd.work ${PREFIX}/etc/ssyncd.work.sample X @${INSTALL_SCRIPT} ${WRKSRC}/ssyncd.init ${PREFIX}/etc/rc.d/ssyncd.init X @${INSTALL_MAN} ${WRKSRC}/ssync.man ${MAN1PREFIX}/man/man1/ssync.1 X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-ssync/Makefile echo x - ssync/pkg-comment sed 's/^X//' >ssync/pkg-comment << 'END-of-ssync/pkg-comment' XA minimalistic tool for keeping filesystems in synchronization END-of-ssync/pkg-comment echo x - ssync/pkg-descr sed 's/^X//' >ssync/pkg-descr << 'END-of-ssync/pkg-descr' XSsync is a minimalistic tool for keeping filesystems in synchronization. XThe main goals in writing ssync are correctness, simplicity, speed, Xlow-resource comsumption and portability. It features a number of options Xto control how things are synchronized and under what conditions, as well Xas useful dry-run and verbose modes. X XWWW: http://alcatraz.labs.agilent.com/shaffer/ssync/ END-of-ssync/pkg-descr echo x - ssync/pkg-plist sed 's/^X//' >ssync/pkg-plist << 'END-of-ssync/pkg-plist' Xbin/ssync Xsbin/ssyncd Xetc/ssyncd.conf.sample Xetc/ssyncd.work.sample Xetc/rc.d/ssyncd.init END-of-ssync/pkg-plist echo x - ssync/distinfo sed 's/^X//' >ssync/distinfo << 'END-of-ssync/distinfo' XMD5 (ssync-2.2.tar.gz) = 74c3f2d7860d6819fb8c284af5956cd2 END-of-ssync/distinfo echo x - ssync/pkg-message sed 's/^X//' >ssync/pkg-message << 'END-of-ssync/pkg-message' XYou will need to copy ssyncd.conf.sample to ssyncd.conf and Xssyncd.work.sample to ssyncd.work before this port can be used. END-of-ssync/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206212224.g5LMO5E30339>