summaryrefslogtreecommitdiff
path: root/devel/rcs
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-16 09:33:46 +0000
committerjlam <jlam>2003-07-16 09:33:46 +0000
commite664449b954368894a4fd85edc962c90bc7b4903 (patch)
tree491111004206c0c3cb92ae9f1dd439e854e373be /devel/rcs
parentf6cad14a16265838094c96c2784856bdf35df1a9 (diff)
downloadpkgsrc-e664449b954368894a4fd85edc962c90bc7b4903.tar.gz
Initial work in merging bits of the pkgviews branch into modern pkgsrc.
Currently, the pkgviews/buildlink2 integration is incomplete. People who work on this branch should also check out src/usr.sbin/pkg_install from the pkgviews branch.
Diffstat (limited to 'devel/rcs')
-rw-r--r--devel/rcs/DESCR23
-rw-r--r--devel/rcs/Makefile31
-rw-r--r--devel/rcs/PLIST23
-rw-r--r--devel/rcs/distinfo6
-rw-r--r--devel/rcs/patches/patch-aa30
-rw-r--r--devel/rcs/patches/patch-ab36
6 files changed, 0 insertions, 149 deletions
diff --git a/devel/rcs/DESCR b/devel/rcs/DESCR
deleted file mode 100644
index 260f988514f..00000000000
--- a/devel/rcs/DESCR
+++ /dev/null
@@ -1,23 +0,0 @@
-RCS manages software libraries. It greatly increases
-programmer productivity by providing the following functions.
-
-1. RCS stores and retrieves multiple revisions of program and other text.
-2. RCS maintains a complete history of changes.
-3. RCS manages multiple lines of development.
-4. RCS can merge multiple lines of development.
-5. RCS flags coding conflicts.
-6. RCS resolves access conflicts.
-7. RCS provides high-level retrieval functions.
-8. RCS provides release and configuration control.
-9. RCS performs automatic identification of modules with
- name, revision number, creation time, author, etc.
-10. Provides high-level management visibility.
-11. RCS is fully compatible with existing software development tools.
-12. RCS' basic user interface is extremely simple.
-13. RCS simplifies software distribution if customers main-
- tain sources with RCS also.
-14. RCS needs little extra space for the revisions (only the differences).
-15. RCS is implemented with reverse deltas. This means that
- the latest revision, which is the one that is accessed most
- often, is stored intact. This results in fast access time for
- the revision needed most often.
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile
deleted file mode 100644
index ebc84b0fa04..00000000000
--- a/devel/rcs/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2003/06/02 01:20:16 jschauma Exp $
-#
-
-DISTNAME= rcs-5.7
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=rcs/}
-
-MAINTAINER= tech-pkg@netbsd.org
-HOMEPAGE= http://www.gnu.org/software/rcs/rcs.html
-COMMENT= GNU Revision Control System - version control software
-
-ONLY_FOR_PLATFORM= SunOS-*-* Darwin-*-* # in NetBSD base system
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-DEPENDS= diffutils-2.7:../../devel/diffutils
-CONFIGURE_ARGS+= --with-diffutils=gdiff
-.endif
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= PATH=${LOCALBASE}/bin:$PATH
-
-post-install:
- ${RM} -f ${PREFIX}/bin/rcslog
- ${LN} -s ${PREFIX}/bin/rlog ${PREFIX}/bin/rcslog
- ${RM} -f ${PREFIX}/man/man1/rcslog.1 ${PREFIX}/man/man1/rcslog.1.gz
- ${LN} -s ${PREFIX}/man/man1/rlog.1 ${PREFIX}/man/man1/rcslog.1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/rcs/PLIST b/devel/rcs/PLIST
deleted file mode 100644
index 8e1ee70413b..00000000000
--- a/devel/rcs/PLIST
+++ /dev/null
@@ -1,23 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:26:09 zuntum Exp $
-bin/ci
-bin/co
-bin/ident
-bin/merge
-bin/rcs
-bin/rcsclean
-bin/rcsdiff
-bin/rcslog
-bin/rcsmerge
-bin/rlog
-man/man1/ci.1
-man/man1/co.1
-man/man1/ident.1
-man/man1/merge.1
-man/man1/rcs.1
-man/man1/rcsclean.1
-man/man1/rcsdiff.1
-man/man5/rcsfile.5
-man/man1/rcsintro.1
-man/man1/rcslog.1
-man/man1/rcsmerge.1
-man/man1/rlog.1
diff --git a/devel/rcs/distinfo b/devel/rcs/distinfo
deleted file mode 100644
index 68b451ec877..00000000000
--- a/devel/rcs/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2001/10/08 16:20:46 seb Exp $
-
-SHA1 (rcs-5.7.tar.gz) = a5c7982cf538d5e006b5db40f0aefaea5eb2cbba
-Size (rcs-5.7.tar.gz) = 282413 bytes
-SHA1 (patch-aa) = de4a96a5375bb606dfcc068c27d511d6ef406f17
-SHA1 (patch-ab) = 7c5b37c57bbec8af55a58dc83de593509c3b3669
diff --git a/devel/rcs/patches/patch-aa b/devel/rcs/patches/patch-aa
deleted file mode 100644
index b69da1206bd..00000000000
--- a/devel/rcs/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2001/10/08 16:20:46 seb Exp $
-
---- configure.in.orig Fri Jun 16 08:19:24 1995
-+++ configure.in
-@@ -15,15 +15,22 @@
- 1
- EOF
-
-+# configure's patch is hand-trimmed after regen from patched configure.in
-+
- AC_ARG_WITH(diffutils,
- [ --with-diffutils assume GNU diffutils is similarly installed],
-- [with_diffutils=$withval],
-+ [case $withval in
-+ yes) with_diffutils=diff;;
-+ *) with_diffutils=$withval;;
-+ esac],
- [with_diffutils=no]
- )
-
- case $with_diffutils in
--yes)
-- : ${DIFF='$(bindir)/diff'}
-+no)
-+ :;;
-+*)
-+ : ${DIFF='$(bindir)/'$with_diffutils}
- : ${DIFF3=${DIFF}3}
- : ${DIFF3_BIN=1}
- : ${DIFFFLAGS=-an}
diff --git a/devel/rcs/patches/patch-ab b/devel/rcs/patches/patch-ab
deleted file mode 100644
index 48dedc194d0..00000000000
--- a/devel/rcs/patches/patch-ab
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2001/10/08 16:20:46 seb Exp $
-
---- configure.orig Fri Jun 16 08:57:50 1995
-+++ configure
-@@ -411,10 +534,15 @@
- 1
- EOF
-
-+# configure's patch is hand-trimmed after regen from patched configure.in
-+
- # Check whether --with-diffutils or --without-diffutils was given.
--withval="$with_diffutils"
--if test -n "$withval"; then
-- with_diffutils=$withval
-+if test "${with_diffutils+set}" = set; then
-+ withval="$with_diffutils"
-+ case $withval in
-+ yes) with_diffutils=diff;;
-+ *) with_diffutils=$withval;;
-+ esac
- else
- with_diffutils=no
-
-@@ -422,8 +550,10 @@
-
-
- case $with_diffutils in
--yes)
-- : ${DIFF='$(bindir)/diff'}
-+no)
-+ :;;
-+*)
-+ : ${DIFF='$(bindir)/'$with_diffutils}
- : ${DIFF3=${DIFF}3}
- : ${DIFF3_BIN=1}
- : ${DIFFFLAGS=-an}