From owner-svn-ports-all@FreeBSD.ORG Tue Sep 9 10:39:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DA47775; Tue, 9 Sep 2014 10:39:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 195001CD; Tue, 9 Sep 2014 10:39:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89Ad66G081295; Tue, 9 Sep 2014 10:39:06 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89Ad56c081289; Tue, 9 Sep 2014 10:39:05 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409091039.s89Ad56c081289@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 9 Sep 2014 10:39:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367724 - in head/net: . cvsup-static X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 10:39:07 -0000 Author: marino Date: Tue Sep 9 10:39:05 2014 New Revision: 367724 URL: http://svnweb.freebsd.org/changeset/ports/367724 QAT: https://qat.redports.org/buildarchive/r367724/ Log: Add new port net/cvsup-static The ports lang/ezm3, net/cvsup and net/cvsup-without-gui ports have expired and will be removed as soon as today. This port provides a statically-compiled version of cvsup-without-gui to offer cvsup on the amd64 platform of all supported releases of FreeBSD. This hasn't been available since ezm3 coredumps on newer releases, and now it's BROKEN due to being unstaged. PR: 192180 Submitted by: delphij@ Added: head/net/cvsup-static/ head/net/cvsup-static/Makefile (contents, props changed) head/net/cvsup-static/Makefile.DragonFly (contents, props changed) head/net/cvsup-static/distinfo.amd64 (contents, props changed) head/net/cvsup-static/pkg-descr (contents, props changed) head/net/cvsup-static/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Sep 9 10:03:57 2014 (r367723) +++ head/net/Makefile Tue Sep 9 10:39:05 2014 (r367724) @@ -74,6 +74,7 @@ SUBDIR += csync2 SUBDIR += ctrace SUBDIR += cvsup + SUBDIR += cvsup-static SUBDIR += cvsup-without-gui SUBDIR += cvsupchk SUBDIR += cvsync Added: head/net/cvsup-static/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cvsup-static/Makefile Tue Sep 9 10:39:05 2014 (r367724) @@ -0,0 +1,28 @@ +# Created by: Xin Li +# $FreeBSD$ + +PORTNAME= cvsup-static +PORTVERSION= 16.1h +CATEGORIES= net devel +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= delphij +PKGNAMEPREFIX= binary- +DISTNAME= cvsup-without-gui-static-${ARCH}-${PORTVERSION} + +MAINTAINER= delphij@FreeBSD.org +COMMENT= File distribution system optimized for CVS + +ONLY_FOR_ARCHS= amd64 + +DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH} + +NO_BUILD= yes +USES= tar:xz + +do-install: + (cd ${WRKDIR} && ${COPYTREE_BIN} bin ${STAGEDIR}${PREFIX}) + (cd ${WRKDIR} && ${COPYTREE_BIN} sbin ${STAGEDIR}${PREFIX}) + (cd ${WRKDIR} && ${COPYTREE_SHARE} share/cvsup ${STAGEDIR}${PREFIX}) + (cd ${WRKDIR} && ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX}) + +.include Added: head/net/cvsup-static/Makefile.DragonFly ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cvsup-static/Makefile.DragonFly Tue Sep 9 10:39:05 2014 (r367724) @@ -0,0 +1 @@ +IGNORE= statically compiled binaries will not execute on DragonFly Added: head/net/cvsup-static/distinfo.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cvsup-static/distinfo.amd64 Tue Sep 9 10:39:05 2014 (r367724) @@ -0,0 +1,2 @@ +SHA256 (cvsup-without-gui-static-amd64-16.1h.tar.xz) = c095b584293344031167511d2fb616bb7f26012c834e96c1d749becaf69c45b2 +SIZE (cvsup-without-gui-static-amd64-16.1h.tar.xz) = 799616 Added: head/net/cvsup-static/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cvsup-static/pkg-descr Tue Sep 9 10:39:05 2014 (r367724) @@ -0,0 +1,11 @@ +CVSup is a software package for distributing and updating collections +of files across a network. It can efficiently and accurately mirror +all types of files, including sources, binaries, hard links, symbolic +links, and even device nodes. CVSup's streaming communication +protocol and multithreaded architecture make it most likely the +fastest mirroring tool in existence today. In addition to being +a great general-purpose mirroring tool, CVSup includes special +features and optimizations specifically tailored to CVS repositories. + +This is a package that is statically compiled for FreeBSD 7.x omits +the GUI. Added: head/net/cvsup-static/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cvsup-static/pkg-plist Tue Sep 9 10:39:05 2014 (r367724) @@ -0,0 +1,8 @@ +bin/cvpasswd +bin/cvsup +man/man1/cvpasswd.1.gz +man/man1/cvsup.1.gz +man/man8/cvsupd.8.gz +sbin/cvsupd +share/cvsup/License +@dirrm share/cvsup