[Midnightbsd-cvs] mports: mports/net: add csup since it's dropped from current

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Apr 6 11:46:27 EDT 2009


Log Message:
-----------
add csup since it's dropped from current

Modified Files:
--------------
    mports/net:
        Makefile (r1.96 -> r1.97)

Added Files:
-----------
    mports/net/csup:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/Makefile,v
retrieving revision 1.96
retrieving revision 1.97
diff -L net/Makefile -L net/Makefile -u -r1.96 -r1.97
--- net/Makefile
+++ net/Makefile
@@ -1,9 +1,4 @@
-<<<<<<< Makefile
 # $MidnightBSD$
-=======
-# $MidnightBSD$
-#
->>>>>>> 1.95
 
     COMMENT = Networking tools
 
@@ -17,6 +12,7 @@
     SUBDIR += avahi-qt3
     SUBDIR += avahi-qt4
     SUBDIR += boinc-client
+    SUBDIR += csup
     SUBDIR += cvsup
     SUBDIR += cvsup-without-gui
     SUBDIR += dhcp6
--- /dev/null
+++ net/csup/pkg-descr
@@ -0,0 +1,11 @@
+Csup is a rewrite of CVSup in C.
+
+CVSup(R) is a software for distributing and updating collections of files
+accross a network. It can efficiently and accurately mirror all types of files,
+including sources, binaries, hard links, symbolic links, and even device nodes.
+In addition to being a great general-purpose mirroring tool, CVSup includes
+special features and optimizations specifically tailored to CVS repositories.
+It is being used as the preferred way to update sources within the FreeBSD,
+NetBSD and OpenBSD projects and more.
+
+WWW: http://mu.org/~mux/csup.html
--- /dev/null
+++ net/csup/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# $MidnightBSD: mports/net/csup/Makefile,v 1.1 2009/04/06 15:46:25 laffer1 Exp $
+
+PORTNAME=	csup
+PORTVERSION=	20060318
+CATEGORIES=	net devel
+MASTER_SITES=	http://www.mu.org/~mux/ \
+		${MASTER_SITE_FREEBSD_LOCAL}
+MASTER_SITE_SUBDIR=	mux
+DISTNAME=	${PORTNAME}-snap-${PORTVERSION}
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A rewrite of the CVSup file updating client in C
+LICENSE=	bsd2
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
+PLIST_FILES=	bin/csup \
+		man/man1/csup.1.gz
+
+.include <bsd.port.mk>
--- /dev/null
+++ net/csup/distinfo
@@ -0,0 +1,3 @@
+MD5 (csup-snap-20060318.tgz) = 9218f06f13ed28d1086eec413a734915
+SHA256 (csup-snap-20060318.tgz) = 81a9695be6cf989de6fb2e4fe53d6efadb003cd842cf6993844a52fc8190a7fc
+SIZE (csup-snap-20060318.tgz) = 78968


More information about the Midnightbsd-cvs mailing list