Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2014 10:39:05 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367724 - in head/net: . cvsup-static
Message-ID:  <201409091039.s89Ad56c081289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <delphij@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409091039.s89Ad56c081289>