pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cvsproxy: remove
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Fri May 25 00:30:18 2018 +0900
Changeset: 86382e3eeb6ab62da3a983cf19e4d20c8ba519e7
Modified Files:
Makefile
Removed Files:
cvsproxy/DESCR
cvsproxy/Makefile
cvsproxy/PLIST
cvsproxy/TODO
cvsproxy/distinfo
Log Message:
cvsproxy: remove
MASTER_SITES not found
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86382e3eeb6ab62da3a983cf19e4d20c8ba519e7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
cvsproxy/DESCR | 18 ------------------
cvsproxy/Makefile | 15 ---------------
cvsproxy/PLIST | 3 ---
cvsproxy/TODO | 1 -
cvsproxy/distinfo | 5 -----
6 files changed, 43 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 91d752ee38..4781361d51 100644
--- a/Makefile
+++ b/Makefile
@@ -479,7 +479,6 @@ SUBDIR+= cvs-syncmail
SUBDIR+= cvs2darcs
SUBDIR+= cvsanaly
SUBDIR+= cvsnt
-SUBDIR+= cvsproxy
SUBDIR+= cvstrac
SUBDIR+= cwebx
SUBDIR+= cwm
diff --git a/cvsproxy/DESCR b/cvsproxy/DESCR
deleted file mode 100644
index cb44f81fa5..0000000000
--- a/cvsproxy/DESCR
+++ /dev/null
@@ -1,18 +0,0 @@
-The cvsproxy is a relay server for the cvs pserver protocol.
-It works on UNIX derived systems, running as a child process of inetd.
-
-To use cvsproxy, you don't have to update or change your cvs client.
-Suppose that the remote repository name is:
-
- :pserver:me%cvs.example.org@localhost:/cvsroot
-
-and that cvsproxy is running on the host `relay'.
-To use cvsproxy, tell your cvs client the repository name is:
-
- :pserver:me%cvs.example.org@relay:/cvsroot
-
-When your client accesses the repository,
-it establishes a connection with `relay',
-instead of `cvs.example.org'. cvsproxy
-running on `relay' forwards the connection to `cvs.example.org',
-so that it behaves as the cvs server on `cvs.example.org' toward your client.
diff --git a/cvsproxy/Makefile b/cvsproxy/Makefile
deleted file mode 100644
index 262e207d51..0000000000
--- a/cvsproxy/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/09/24 18:26:56 asau Exp $
-
-DISTNAME= cvsproxy-1.0.1
-CATEGORIES= net
-MASTER_SITES= http://www.sra.co.jp/people/m-kasahr/cvsproxy/src/
-
-MAINTAINER= oht%users.sourceforge.net@localhost
-HOMEPAGE= http://www.sra.co.jp/people/m-kasahr/cvsproxy/
-COMMENT= The cvsproxy is a relay server for the cvs pserver protocol
-
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= autoconf automake
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/cvsproxy/PLIST b/cvsproxy/PLIST
deleted file mode 100644
index 498438fccf..0000000000
--- a/cvsproxy/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/07/06 19:12:12 thomasklausner Exp $
-libexec/cvsproxy
-man/man8/cvsproxy.8
diff --git a/cvsproxy/TODO b/cvsproxy/TODO
deleted file mode 100644
index d405eed8a1..0000000000
--- a/cvsproxy/TODO
+++ /dev/null
@@ -1 +0,0 @@
-only tested on NetBSD ( amd64 i386 ) , maybe needs testing on other platforms?
diff --git a/cvsproxy/distinfo b/cvsproxy/distinfo
deleted file mode 100644
index f387f39317..0000000000
--- a/cvsproxy/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/17 22:45:49 oht Exp $
-
-SHA1 (cvsproxy-1.0.1.tar.gz) = 89b7c68eb9bc650501bc281d7191b48ae0642156
-RMD160 (cvsproxy-1.0.1.tar.gz) = e58f5604752f3b3904806bf21bd9ae9faa78e4a0
-Size (cvsproxy-1.0.1.tar.gz) = 104042 bytes
Home |
Main Index |
Thread Index |
Old Index