pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add cvs



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Wed Apr 1 23:06:32 2020 +0200
Changeset:	8e6341b077372da92726e8fac095e57e58aff24e

Added Files:
	cvs/DESCR
	cvs/Makefile
	cvs/PLIST
	cvs/distinfo

Log Message:
Add cvs

This is useful if pkgsrc was checked out via Git on a system with no CVS
(e.g. macOS).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e6341b077372da92726e8fac095e57e58aff24e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cvs/DESCR    |  5 +++++
 cvs/Makefile | 16 ++++++++++++++++
 cvs/PLIST    | 32 ++++++++++++++++++++++++++++++++
 cvs/distinfo |  6 ++++++
 4 files changed, 59 insertions(+)

diffs:
diff --git a/cvs/DESCR b/cvs/DESCR
new file mode 100644
index 0000000000..31f933361a
--- /dev/null
+++ b/cvs/DESCR
@@ -0,0 +1,5 @@
+CVS is a version control system, which allows you to keep old versions
+of files (usually source code), keep a log of who, when, and why
+changes occurred, etc., like RCS or SCCS.  It handles multiple
+developers, multiple directories, triggers to enable/log/control
+various operations, and can work over a wide area network.
diff --git a/cvs/Makefile b/cvs/Makefile
new file mode 100644
index 0000000000..b6a006e258
--- /dev/null
+++ b/cvs/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	cvs-1.12.13
+CATEGORIES=	devel
+MASTER_SITES=	https://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.nongnu.org/cvs/
+COMMENT=	Version control system
+LICENSE=	gnu-gpl-v1
+
+GNU_CONFIGURE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/cvs/PLIST b/cvs/PLIST
new file mode 100644
index 0000000000..c8cc1e821a
--- /dev/null
+++ b/cvs/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+bin/cvs
+bin/cvsbug
+bin/rcs2log
+info/cvs.info
+info/cvs.info-1
+info/cvs.info-2
+info/cvsclient.info
+info/dir
+man/man1/cvs.1
+man/man5/cvs.5
+man/man8/cvsbug.8
+share/cvs/contrib/README
+share/cvs/contrib/clmerge
+share/cvs/contrib/cln_hist
+share/cvs/contrib/commit_prep
+share/cvs/contrib/cvs2vendor
+share/cvs/contrib/cvs_acls
+share/cvs/contrib/debug_check_log
+share/cvs/contrib/intro.doc
+share/cvs/contrib/log
+share/cvs/contrib/log_accum
+share/cvs/contrib/mfpipe
+share/cvs/contrib/newcvsroot
+share/cvs/contrib/pvcs2rcs
+share/cvs/contrib/rcs-5.7-commitid.patch
+share/cvs/contrib/rcs-to-cvs
+share/cvs/contrib/rcs2log
+share/cvs/contrib/rcslock
+share/cvs/contrib/sandbox_status
+share/cvs/contrib/sccs2rcs
+share/cvs/contrib/validate_repo
diff --git a/cvs/distinfo b/cvs/distinfo
new file mode 100644
index 0000000000..3aee8e1a48
--- /dev/null
+++ b/cvs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cvs-1.12.13.tar.bz2) = 93a8dacc6ff0e723a130835713235863f1f5ada9
+RMD160 (cvs-1.12.13.tar.bz2) = ba3048e3e2d99ae78f6a759889b615acf65dd487
+SHA512 (cvs-1.12.13.tar.bz2) = 7d10f808de62190b18d4f706d2d03ab218a508bfb52047ff3e830e293ec40c5e8bf6cc743ef72a5c24be5aa867c9e4892d7d475a026a98b296a3764b4bd0f4d8
+Size (cvs-1.12.13.tar.bz2) = 3911104 bytes


Home | Main Index | Thread Index | Old Index