diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 15:54:06 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 15:54:06 +0000 |
commit | 35d0f1752bd77b50a783ee49828db8ecf7e9ac16 (patch) | |
tree | b400d7a80ad6189b4c5dfe4d674b9c74ea19d57c | |
parent | db729cc00884ad1f4e8dae7045cdf7d4e6469005 (diff) | |
download | ports-35d0f1752bd77b50a783ee49828db8ecf7e9ac16.tar.gz ports-35d0f1752bd77b50a783ee49828db8ecf7e9ac16.zip |
Remove expired port
2010-02-16 net/csup: is already included in base system of all supported releases
Notes
Notes:
svn path=/head/; revision=261154
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/csup/Makefile | 34 | ||||
-rw-r--r-- | net/csup/distinfo | 3 | ||||
-rw-r--r-- | net/csup/pkg-descr | 11 |
5 files changed, 1 insertions, 49 deletions
@@ -4581,3 +4581,4 @@ www/xpi-lastfmonwooztalk||2010-09-14|Has expired: wooztalk website not respondin www/xpi-vimeoonwooztalk||2010-09-14|Has expired: wooztalk website not responding as of 20100731 www/xpi-youtubeonwooztalk||2010-09-14|Has expired: wooztalk website not responding as of 20100731 x11/chameleon||2010-09-14|Has expired: No longer under development, master site disappeared years ago +net/csup||2010-09-14|Has expired: is already included in base system of all supported releases diff --git a/net/Makefile b/net/Makefile index 27782a9bee5a..ecdc209659e6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -96,7 +96,6 @@ SUBDIR += crescendo SUBDIR += cryptcat SUBDIR += csocks - SUBDIR += csup SUBDIR += csync2 SUBDIR += ct SUBDIR += ctrace diff --git a/net/csup/Makefile b/net/csup/Makefile deleted file mode 100644 index b20e24f29eab..000000000000 --- a/net/csup/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: csup -# Date created: 27 January 2006 -# Whom: Maxime Henrion <mux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= csup -PORTVERSION= 20060318 -CATEGORIES= net devel -MASTER_SITES= http://www.mu.org/~mux/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= mux -DISTNAME= ${PORTNAME}-snap-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= mux@FreeBSD.org -COMMENT= A rewrite of the CVSup file updating client in C - -DEPRECATED= is already included in base system of all supported releases -EXPIRATION_DATE= 2010-02-16 - -WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/csup \ - man/man1/csup.1.gz - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700014 || ( ${OSVERSION} >= 601101 && ${OSVERSION} < 700000 ) -IGNORE= is already in the base system -.endif - -.include <bsd.port.post.mk> diff --git a/net/csup/distinfo b/net/csup/distinfo deleted file mode 100644 index 04e145b660cd..000000000000 --- a/net/csup/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (csup-snap-20060318.tgz) = 9218f06f13ed28d1086eec413a734915 -SHA256 (csup-snap-20060318.tgz) = 81a9695be6cf989de6fb2e4fe53d6efadb003cd842cf6993844a52fc8190a7fc -SIZE (csup-snap-20060318.tgz) = 78968 diff --git a/net/csup/pkg-descr b/net/csup/pkg-descr deleted file mode 100644 index bee5bda2a46c..000000000000 --- a/net/csup/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -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 |