Mon Jun 14 22:53:03 2021 UTC ()
guide: Recommend that PKGNAME be lowercase


(nia)
diff -r1.60 -r1.61 pkgsrc/doc/guide/files/components.xml

cvs diff -r1.60 -r1.61 pkgsrc/doc/guide/files/components.xml (expand / switch to context diff)
--- pkgsrc/doc/guide/files/components.xml 2021/03/26 17:43:20 1.60
+++ pkgsrc/doc/guide/files/components.xml 2021/06/14 22:53:02 1.61
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.60 2021/03/26 17:43:20 gdt Exp $ -->
+<!-- $NetBSD: components.xml,v 1.61 2021/06/14 22:53:02 nia Exp $ -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
 <title>Package components - files, directories and contents</title>
@@ -38,7 +38,12 @@
     regular expression
     <varname>^[A-Za-z0-9][A-Za-z0-9-_.+]*$</varname>, that is, it
     starts with a letter or digit, and contains only letters, digits,
-    dashes, underscores, dots and plus signs.</para></listitem>
+    dashes, underscores, dots and plus signs.
+    New packages should have entirely lower-case names, with the exception
+    of some that must follow pre-existing conventions
+    (e.g. R packages begin with <varname>R-</varname>).
+    You can use the <code>:tl</code> variable modifier to lower-case
+    the package name.</para></listitem>
 
     <listitem><para><varname>CATEGORIES</varname> is a list of categories
     which the package fits in. You can choose any of the top-level