From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- devel/rcs/DESCR | 23 +++++++++++++++++++++++ devel/rcs/PLIST | 23 +++++++++++++++++++++++ devel/rcs/pkg/DESCR | 23 ----------------------- devel/rcs/pkg/PLIST | 23 ----------------------- 4 files changed, 46 insertions(+), 46 deletions(-) create mode 100644 devel/rcs/DESCR create mode 100644 devel/rcs/PLIST delete mode 100644 devel/rcs/pkg/DESCR delete mode 100644 devel/rcs/pkg/PLIST (limited to 'devel/rcs') diff --git a/devel/rcs/DESCR b/devel/rcs/DESCR new file mode 100644 index 00000000000..260f988514f --- /dev/null +++ b/devel/rcs/DESCR @@ -0,0 +1,23 @@ +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/PLIST b/devel/rcs/PLIST new file mode 100644 index 00000000000..8e1ee70413b --- /dev/null +++ b/devel/rcs/PLIST @@ -0,0 +1,23 @@ +@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/pkg/DESCR b/devel/rcs/pkg/DESCR deleted file mode 100644 index 260f988514f..00000000000 --- a/devel/rcs/pkg/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/pkg/PLIST b/devel/rcs/pkg/PLIST deleted file mode 100644 index bd17f86b7ea..00000000000 --- a/devel/rcs/pkg/PLIST +++ /dev/null @@ -1,23 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1999/03/16 09:46:43 agc 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 -- cgit v1.2.3