From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 1 19:50:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 3C47A16A41F for ; Tue, 1 Nov 2005 19:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D3143D46 for ; Tue, 1 Nov 2005 19:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA1JoE6Z045106 for ; Tue, 1 Nov 2005 19:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA1JoE0b045105; Tue, 1 Nov 2005 19:50:14 GMT (envelope-from gnats) Resent-Date: Tue, 1 Nov 2005 19:50:14 GMT Resent-Message-Id: <200511011950.jA1JoE0b045105@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vaidab Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50B1C16A428 for ; Tue, 1 Nov 2005 19:40:55 +0000 (GMT) (envelope-from vaidab@phenix.rootshell.be) Received: from phenix.rootshell.be (phenix.rootshell.be [217.22.55.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB56E43D49 for ; Tue, 1 Nov 2005 19:40:54 +0000 (GMT) (envelope-from vaidab@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 55646) id 067B71798C; Tue, 1 Nov 2005 20:40:22 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by phenix.rootshell.be (Postfix) with ESMTP id 0332417989; Tue, 1 Nov 2005 20:40:21 +0100 (CET) Message-Id: Date: Tue, 1 Nov 2005 20:40:21 +0100 (CET) From: vaidab To: FreeBSD-gnats-submit@FreeBSD.org Cc: vaida.bogdan@gmail.com Subject: ports/88372: New port: sysutils/BackupPC High performance network backup solution X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 19:50:16 -0000 X-List-Received-Date: Tue, 01 Nov 2005 19:50:16 -0000 >Number: 88372 >Category: ports >Synopsis: New port: sysutils/BackupPC High performance network >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: Tue Nov 01 19:50:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vaida Bogdan >Release: FreeBSD 5.4-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD angelique.ro 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #22: Thu Oct 20 09:37:06 UTC 2005 root@angelique.ro:/usr/obj/usr/src/sys/ANGELIQUE i386 >Description: BackupPC is a high-performance, enterprise-grade backup system for backing up Linux, WinXX PCs, and laptops to a server's disk. Features include clever pooling of identical files, no client-side software, and a powerful Apache/CGI user interface. WWW: http://backuppc.sourceforge.net/info.html >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: # # BackupPC # BackupPC/Makefile # BackupPC/pkg-plist # BackupPC/pkg-message # BackupPC/pkg-descr # BackupPC/distinfo # echo c - BackupPC mkdir -p BackupPC > /dev/null 2>&1 echo x - BackupPC/Makefile sed 's/^X//' >BackupPC/Makefile << 'END-of-BackupPC/Makefile' X# New ports collection makefile for: BackupPC X# Date created: 1 Oct 2005 X# Whom: Vaida Bogdan X# X# $FreeBSD$ X# X XPORTNAME= BackupPC XPORTVERSION= 2.1.2 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= backuppc X XMAINTAINER= vaida.bogdan@gmail.com XCOMMENT= High performance network backup solution X XUSE_PERL5= yes XNO_BUILD= yes XPKGMESSAGE= ${files}/pkg-message XNO_INSTALL_MANPAGES= yes XPORTDOCS= BackupPC.html BackupPC.pod ChangeLog LICENSE README XSED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' X XRUN_DEPENDS= ${PORTSDIR}/net/samba ${PORTSDIR}/archivers/par2cmdline \ X ${PORTSDIR}/net/rsync ${PORTSDIR}/lang/perl5 X X.include X Xdo-install: X.ifndef(BATCH) X cd ${WRKSRC} && perl configure.pl --data-dir /var/BackupPC \ X --install-dir ${PREFIX}/BackupPC --bin-path rsync=/usr/local/bin/rsync \ X --bin-path tar=/usr/bin/tar --bin-path gzip=/usr/bin/gzip \ X --bin-path nmblookup=/usr/local/bin/nmblookup \ X --bin-path par2=/usr/local/bin/par2 \ X --bin-path smbclient=/usr/local/bin/smbclient X.else X cd ${WRKSRC} && perl configure.pl --data-dir /var/BackupPC \ X --install-dir ${PREFIX}/BackupPC --bin-path rsync=/usr/local/bin/rsync \ X --bin-path tar=/usr/bin/tar --bin-path gzip=/usr/bin/gzip \ X --bin-path nmblookup=/usr/local/bin/nmblookup \ X --bin-path par2=/usr/local/bin/par2 \ X --bin-path smbclient=/usr/local/bin/smbclient \ X --config-path /usr/local/BackupPC/data/conf/config.pl --batch X # should I use this or ${WRKSRC}/conf/config.pl ? X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X @${CP} ${WRKSRC}/doc/BackupPC.html ${WRKSRC}/doc/BackupPC.pod ${WRKSRC}/ X ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} X.endif X @${SED} ${SED_SCRIPT} ${.CURDIR}/pkg-message > ${PKGMESSAGE} X.ifndef(BATCH) X @${ECHO} X @${CAT} ${PKGMESSAGE} X @${ECHO} X.endif X X.include END-of-BackupPC/Makefile echo x - BackupPC/pkg-plist sed 's/^X//' >BackupPC/pkg-plist << 'END-of-BackupPC/pkg-plist' X@unexec /bin/rm -rf %D/BackupPC || echo "If you are permanently removing this port, you should do a ``rm -rf /var/BackupPC`` to remove any configuration files left." | fmt END-of-BackupPC/pkg-plist echo x - BackupPC/pkg-message sed 's/^X//' >BackupPC/pkg-message << 'END-of-BackupPC/pkg-message' X========================================================================== X XBinary installed in %%PREFIX%%/BackupPC/bin XData files installed in /var/BackupPC X X========================================================================== END-of-BackupPC/pkg-message echo x - BackupPC/pkg-descr sed 's/^X//' >BackupPC/pkg-descr << 'END-of-BackupPC/pkg-descr' XBackupPC is a high-performance, enterprise-grade backup system Xfor backing up Linux, WinXX PCs, and laptops to a server's disk. XFeatures include clever pooling of identical files, no client-side Xsoftware, and a powerful Apache/CGI user interface. X XWWW: http://backuppc.sourceforge.net/info.html X X- Vaida Bogdan Xvaida.bogdan@gmail.com END-of-BackupPC/pkg-descr echo x - BackupPC/distinfo sed 's/^X//' >BackupPC/distinfo << 'END-of-BackupPC/distinfo' XMD5 (BackupPC-2.1.2.tar.gz) = 72fc0f09084f44c42ba5d22451cfe29b XSIZE (BackupPC-2.1.2.tar.gz) = 354599 END-of-BackupPC/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: backup solution