From 0fc453bf838001c5da74e487530da857b5d660f4 Mon Sep 17 00:00:00 2001 From: bad Date: Sat, 19 Dec 1998 20:35:47 +0000 Subject: Document how to import new packages. --- Packages.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'Packages.txt') diff --git a/Packages.txt b/Packages.txt index d014d83b898..ccee20b1e5f 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.45 1998/11/26 06:37:22 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.46 1998/12/19 20:35:47 bad Exp $ ########################################################################### ========================== @@ -493,6 +493,25 @@ directory. It can be removed by typing at the shell prompt. Also, this directory is used to keep various timestamp files. + 4.7 importing the package into CVS + ================================== + +Newly created packages should be imported with a vendor tag of "TNF" and +a release tag of "pkgsrc-base", e.g:: + + cvs import pkgsrc//frobnitz TNF pkgsrc-base + +Packages derived from a FreeBSD port could be imported with a vendor tag +of "FREEBSD" and a release tag of "FreeBSD-current-YYYY-MM-DD" (YYYY-MM-DD +being the date when the snapshot of the port were taken form the FreeBSD +tree), and then doing the necessary modifications by normal CVS operations. +E.g: + + cvs import pkgsrc//mumbler FREEBSD FreeBSD-current-1998-04-01 + cvs rm patches/patch-a + cvs add patches/patch-aa + cvs ci + 5 PLIST* issues =============== -- cgit v1.2.3