summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-03-25 16:24:57 +0000
committersalo <salo@pkgsrc.org>2003-03-25 16:24:57 +0000
commit4f57d48584d29f178edb4743ac525e2ad88c149b (patch)
treeeb044df7c22671a34ed87dbfc92f55e72d594471 /Packages.txt
parent27ac8ca77ccd4fd73577ac00f65b98ab335eb3a8 (diff)
downloadpkgsrc-4f57d48584d29f178edb4743ac525e2ad88c149b.tar.gz
Update section 11.1 to advise attaching new packages as uuencoded tar
archives for better tracking and archiving: 11.1 Submitting your packages ============================= ... * packages: First, check that your package is complete, compiles and runs well; see section 9 and the rest of this document. Next, generate an uuencoded gzipped tar(1) archive, preferably with all files in a single directory. Finally, send-pr(1) with category "pkg", a synopsis which includes the package name and version number, a short description of your package (contents of the COMMENT variable or DESCR file are OK) and attach the archive to your PR. If you want to submit several packages, please send a separate PR for each one, it's easier for us to track things that way.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt18
1 files changed, 7 insertions, 11 deletions
diff --git a/Packages.txt b/Packages.txt
index 5ef968fefcd..c3f6530f7c3 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.287 2003/02/23 10:45:39 wiz Exp $
+# $NetBSD: Packages.txt,v 1.288 2003/03/25 16:24:57 salo Exp $
###########################################################################
==========================
@@ -2508,16 +2508,12 @@ You have to separate between binary and "normal" (source) packages here:
* packages:
First, check that your package is complete, compiles and runs well; see
- section 9 and the rest of this document. Next, generate a gzipped
- tar-file of all the files needed for the package, preferably with all
- files in a single directory. Place this tar-file to a place where the
- package maintainers can fetch it using FTP or HTTP (WWW). Finally,
- send-pr with category "pkg", a synopsis which includes the package name
- and version number, a short description of your package
- (contents of the COMMENT variable are OK) and the URL of your tar-file.
-
- You will be notified if your send-pr has been addressed so you can remove
- the tar-file.
+ section 9 and the rest of this document. Next, generate an uuencoded
+ gzipped tar(1) archive, preferably with all files in a single directory.
+ Finally, send-pr(1) with category "pkg", a synopsis which includes the
+ package name and version number, a short description of your package
+ (contents of the COMMENT variable or DESCR file are OK) and attach the
+ archive to your PR.
If you want to submit several packages, please send a separate PR for
each one, it's easier for us to track things that way.