pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Updated list of MASTER_SITES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfc7871ff1ed
branches:  trunk
changeset: 493836:bfc7871ff1ed
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 15 20:24:17 2005 +0000

description:
Updated list of MASTER_SITES.

diffstat:

 doc/guide/files/components.xml |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 27d6acb42868 -r bfc7871ff1ed doc/guide/files/components.xml
--- a/doc/guide/files/components.xml    Sun May 15 19:28:37 2005 +0000
+++ b/doc/guide/files/components.xml    Sun May 15 20:24:17 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.6 2005/05/15 02:57:33 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.7 2005/05/15 20:24:17 rillig Exp $ -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
   <title>Package components - files, directories and contents</title>
@@ -66,22 +66,29 @@
     <para>The <varname>MASTER_SITES</varname> may be set to one of the
       predefined sites:</para>
 
+<!-- sort bsd.sites.mk | sed -n 's/\(^MA[A-Z_]*\).*/        ${\1}/p' -->
     <programlisting>
         ${MASTER_SITE_APACHE}
+        ${MASTER_SITE_BACKUP}
+        ${MASTER_SITE_CYGWIN}
         ${MASTER_SITE_DEBIAN}
+        ${MASTER_SITE_FREEBSD}
+        ${MASTER_SITE_FREEBSD_LOCAL}
         ${MASTER_SITE_GNOME}
         ${MASTER_SITE_GNU}
         ${MASTER_SITE_GNUSTEP}
         ${MASTER_SITE_IFARCHIVE}
         ${MASTER_SITE_MOZILLA}
+        ${MASTER_SITE_OPENOFFICE}
         ${MASTER_SITE_PERL_CPAN}
+        ${MASTER_SITE_R_CRAN}
         ${MASTER_SITE_SOURCEFORGE}
         ${MASTER_SITE_SUNSITE}
-        ${MASTER_SITE_R_CRAN}
         ${MASTER_SITE_SUSE}
         ${MASTER_SITE_TEX_CTAN}
         ${MASTER_SITE_XCONTRIB}
-        ${MASTER_SITE_XEMACS} </programlisting>
+        ${MASTER_SITE_XEMACS}
+    </programlisting>
 
     <para>If one of these predefined sites is chosen, you may require the
       ability to specify a subdirectory of that site.  Since these macros



Home | Main Index | Thread Index | Old Index