summaryrefslogtreecommitdiff
path: root/devel/cssc
diff options
context:
space:
mode:
authorseb <seb>2002-01-24 23:44:29 +0000
committerseb <seb>2002-01-24 23:44:29 +0000
commit60f719dc091a312716d51ab6f37eba053ea8cd26 (patch)
tree277d5de3f7515b0ea2eccc4acba76f5d8a28cc56 /devel/cssc
parentfb9c7714457d83af8a6ad95a0c731563b489b3de (diff)
downloadpkgsrc-60f719dc091a312716d51ab6f37eba053ea8cd26.tar.gz
Initial import of GNU CSSC, version 0.13a.1, into the NetBSD Packages
Collection. GNU CSSC is a workalike for the source code control system SCCS.
Diffstat (limited to 'devel/cssc')
-rw-r--r--devel/cssc/DESCR11
-rw-r--r--devel/cssc/Makefile17
-rw-r--r--devel/cssc/PLIST22
-rw-r--r--devel/cssc/distinfo4
4 files changed, 54 insertions, 0 deletions
diff --git a/devel/cssc/DESCR b/devel/cssc/DESCR
new file mode 100644
index 00000000000..3fb04b24f9f
--- /dev/null
+++ b/devel/cssc/DESCR
@@ -0,0 +1,11 @@
+GNU CSSC is a workalike for the source code control system SCCS.
+
+SCCS commands implemented this package are: admin, cdc, delta, get,
+prs, prt, sccsdiff, rmdel, sact, unget and what. Not all options and
+capabilities of the commands have been implemented yet, and the comb and vc
+commands are not provided at all.
+
+Unimplemented features include consistency checking (admin -h), ignored
+deltas (delta -g), l-files (get -l), and getting a delta by sequence
+number (get -a). Some features like including and excluding
+deltas (get -i -x) have been implemented but not extensively tested.
diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile
new file mode 100644
index 00000000000..d9b39267142
--- /dev/null
+++ b/devel/cssc/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/24 23:44:29 seb Exp $
+#
+
+DISTNAME= CSSC-0.13alpha.pl1a
+PKGNAME= cssc-0.13a.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cssc/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://cssc.sourceforge.net/
+COMMENT= GNU workalike for the source code control system SCCS
+
+WRKSRC= ${WRKDIR}/CSSC-0.13alpha.pl1
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --enable-binary
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/cssc/PLIST b/devel/cssc/PLIST
new file mode 100644
index 00000000000..71be2b25474
--- /dev/null
+++ b/devel/cssc/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/24 23:44:29 seb Exp $
+bin/sccs
+@unexec install-info --delete --info-dir=%D/info %D/info/cssc.info
+info/cssc.info
+info/cssc.info-1
+info/cssc.info-2
+info/cssc.info-3
+@exec install-info --info-dir=%D/info %D/info/cssc.info
+libexec/cssc/admin
+libexec/cssc/cdc
+libexec/cssc/delta
+libexec/cssc/get
+libexec/cssc/prs
+libexec/cssc/prt
+libexec/cssc/rmdel
+libexec/cssc/sact
+libexec/cssc/sccsdiff
+libexec/cssc/unget
+libexec/cssc/val
+libexec/cssc/what
+man/man1/sccs.1
+@dirrm libexec/cssc
diff --git a/devel/cssc/distinfo b/devel/cssc/distinfo
new file mode 100644
index 00000000000..150941d1311
--- /dev/null
+++ b/devel/cssc/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/01/24 23:44:29 seb Exp $
+
+SHA1 (CSSC-0.13alpha.pl1a.tar.gz) = 694bdf9a29d6b1e5c5178738769420b83e842edf
+Size (CSSC-0.13alpha.pl1a.tar.gz) = 526502 bytes