Commit graph

92 commits

Author SHA1 Message Date
rillig
1e94e06569 Updated the documentation on the PKG_OPTIONS framework. 2005-05-20 10:02:03 +00:00
rillig
c39fdc1cf4 All list variables should have ``plural'' names, e.g. PKG_OPTIONS or
DISTFILES.
2005-05-16 09:27:48 +00:00
rillig
b513806977 Added documentation for a bug in bmake, and a reference to the package
regress/make-quoting, where a more complete example and a workaround is
presented.
2005-05-15 23:46:20 +00:00
rillig
0cab38e9c4 Fixed some typos. Using uppercase names for variable parts of PKG_PATH.
Added /usr/pkg/sbin to the list of directories in which tools can be
installed.
2005-05-15 20:38:40 +00:00
rillig
b976222af8 Fixed some typos. 2005-05-15 20:33:01 +00:00
rillig
c23e8ee5f8 Moved the makefile section after the components section, which makes much
more sense.
2005-05-15 20:32:27 +00:00
rillig
0390e4d07f Using <command> instead of <varname> to quote the .for loops. 2005-05-15 20:31:45 +00:00
rillig
2b43f50777 Changed "bootstrap" to "bootstrapped". Changed &uprompt; to &cprompt;,
as this makes more sense.
2005-05-15 20:30:54 +00:00
rillig
ef412aba53 Removed the sentence that states ftp.netbsd.org has cvs binaries for
various platforms.
2005-05-15 20:28:15 +00:00
rillig
ea81d06c03 Changed the wording of some package descriptions. Removed unnecessary code
from the wget example.
2005-05-15 20:27:15 +00:00
rillig
9b4ea139b2 Updated list of MASTER_SITES. 2005-05-15 20:24:17 +00:00
rillig
f9084b57c0 Added a restriction that PKGNAME must match ^[A-Za-z0-9][A-Za-z0-9-_.+]*$.
The only current package that does not match this restriction is
x11/kde3-i18n-sr_Latn.
2005-05-15 02:57:33 +00:00
rillig
40fa53ab96 Applied the "detab" tab->space conversion. 2005-05-14 22:34:59 +00:00
rillig
34a68c8667 Added a "detab" target that replaces <tab> characters inside the
<programlisting> tag with an appropriate number of space characters.
This is needed for TeX.
2005-05-14 22:33:27 +00:00
rillig
3ce24f9a87 Applied the quoting rules to my own examples. "Converting an internal
list to an external list" had been wrong.
2005-05-14 03:30:56 +00:00
rillig
a84e59e2b1 Replaced a "." in an example with "foo", which is better distinguishable
from the end of the sentence, which also is a dot.
2005-05-14 03:26:09 +00:00
rillig
a4df11476f Added a subsection called "Quoting guideline", which describes some of the
common quoting errors.
2005-05-14 03:23:20 +00:00
rillig
167f28256e Added a subsection about naming conventions for Makefile variables. 2005-05-13 23:28:08 +00:00
rillig
c8b01f08a6 Added a comment describing from which files I extracted the information I
needed for this documentation.
2005-05-13 22:48:09 +00:00
rillig
25ca0bb461 Minor spelling and wording fixes. 2005-05-11 21:29:13 +00:00
rillig
419b675134 Documented the (inconsistent) behavior of .for loops. Renamed ``atoms'' to
``strings''. Removed trailing whitespace.
2005-05-11 21:19:45 +00:00
rillig
99892aa7b1 Fixed the paragraphs that documented the quoting mechanisms. They had been
horribly incorrect.
2005-05-11 20:53:27 +00:00
wiz
5683ea907d Some fixes and minor improvements. 2005-05-10 22:41:10 +00:00
rillig
4b12963866 The make(1) man page is currently wrong, so don't make users take this
chapter too serious for now.
2005-05-10 01:15:54 +00:00
rillig
7c91d439ea Added first (still incomplete) version of the guide for programming with
Makefiles.
2005-05-10 00:27:43 +00:00
rillig
b2a7b1b96b Removed some lines from the example output of pkglint that don't appear
anymore.
2005-05-10 00:05:03 +00:00
wiz
5a2e7a9c43 Use more man page entities, now that we have them. 2005-05-08 13:53:06 +00:00
wiz
70eff6e059 Document that the upload script takes care of vulnerable
and restricted packages automatically.
Use more man page entities, now that we have them.
2005-05-08 13:52:17 +00:00
wiz
8c9c133a9a Sync htdocs tarball with htdocs contents of today.
With lots of help from hrs@.
2005-05-07 22:40:25 +00:00
wiz
780c67da25 Remove references to Packages.txt. 2005-05-07 22:28:47 +00:00
wiz
56b6acd261 Use sh(1) instead of &man.sh.1;, which does not work yet. 2005-05-07 22:28:15 +00:00
wiz
5b3329a65d Fix previous: paragraph should end after last letters. 2005-05-07 15:35:11 +00:00
rillig
081173559c Restructured the description of the first two sections of the package
Makefile. Fixed some other typos. Removed the MESSAGE file of audit-
package and described how to display it. Approved by wiz.
2005-05-07 15:28:40 +00:00
wiz
fdfee6342b Fix typo. 2005-05-06 23:28:50 +00:00
wiz
c65974aca0 Some minor fixes while I was browsing. 2005-05-06 23:04:16 +00:00
wiz
9819c3f6a4 Mention that semicolon is a shell meta-character and that it probably
needs quoting in the PKG_PATH, to avoid user confusion.
Reviewed by dillo.
2005-05-06 21:24:21 +00:00
wiz
bab2761322 Fix a typo. Document PKG_PATH. Document vulnerable/ directory.
Reviewed by dillo, rillig, salo.
2005-05-06 00:46:43 +00:00
wiz
0d1b5425cf Fix another section about .la files in PLIST
XXX: someone, please regen.
2005-04-17 09:38:26 +00:00
tv
66df6ed634 Remove reference to USE_BUILDLINK3. 2005-04-12 16:13:27 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
reed
e5bea7bd0a Use &man.make.1; instead of make(1) and fix typo where example
for LOCALBASE said DISTFILES.
This is from Kibum Han in PR pkg/29940.
2005-04-11 16:38:21 +00:00
jschauma
654a1a7092 Don't use &mdash; -- this doesn't seem to know about it.
Import README.Linux
2005-04-10 22:45:25 +00:00
jschauma
cd43ff47b3 synch with last changes to bootstrap and READMEs 2005-04-10 22:21:54 +00:00
ben
97aa048201 Update for recent changes of the default value of PLIST_SRC.
This addresses PR#29569
2005-03-24 05:05:34 +00:00
ben
0649f41999 Remove paragraph that suggests that if PLIST.${OPSYS} exists, it will be
used instead of PLIST.

If PLIST exists, it is unconditionally used in addition to PLIST.${OPSYS}.

This addresses PR#29740
2005-03-24 04:50:08 +00:00
wiz
9299fca513 Add RMD160 checksum. 2005-03-22 17:21:03 +00:00
tv
dbe3df7937 Document a .termcap string usable for Interix console windows. 2005-03-21 21:40:28 +00:00
wiz
0afb1a08e5 Document which libtool files should be added to the PLIST.
Closes PR 29570.
2005-03-17 15:11:23 +00:00
xtraeme
5f64cf41d9 fixes.xml:
Added section 12.5.18: "Packages installing startup scripts".

editing.xml:

Fix typo, the target is "install-htdocs" not "install-htdoc".
2005-03-08 01:22:41 +00:00
jschauma
7ed83179e3 Add some more mailing lists. 2005-02-24 14:24:32 +00:00