summaryrefslogtreecommitdiff
path: root/doc/guide
AgeCommit message (Collapse)AuthorFilesLines
2005-05-20Updated the documentation on the PKG_OPTIONS framework.rillig1-42/+36
2005-05-16All list variables should have ``plural'' names, e.g. PKG_OPTIONS orrillig1-1/+5
DISTFILES.
2005-05-15Added documentation for a bug in bmake, and a reference to the packagerillig1-1/+19
regress/make-quoting, where a more complete example and a workaround is presented.
2005-05-15Fixed some typos. Using uppercase names for variable parts of PKG_PATH.rillig1-19/+23
Added /usr/pkg/sbin to the list of directories in which tools can be installed.
2005-05-15Fixed some typos.rillig1-6/+6
2005-05-15Moved the makefile section after the components section, which makes muchrillig1-3/+3
more sense.
2005-05-15Using <command> instead of <varname> to quote the .for loops.rillig1-10/+9
2005-05-15Changed "bootstrap" to "bootstrapped". Changed &uprompt; to &cprompt;,rillig1-3/+3
as this makes more sense.
2005-05-15Removed the sentence that states ftp.netbsd.org has cvs binaries forrillig1-3/+2
various platforms.
2005-05-15Changed the wording of some package descriptions. Removed unnecessary coderillig1-12/+8
from the wget example.
2005-05-15Updated list of MASTER_SITES.rillig1-3/+10
2005-05-15Added a restriction that PKGNAME must match ^[A-Za-z0-9][A-Za-z0-9-_.+]*$.rillig1-5/+8
The only current package that does not match this restriction is x11/kde3-i18n-sr_Latn.
2005-05-14Applied the "detab" tab->space conversion.rillig11-124/+124
2005-05-14Added a "detab" target that replaces <tab> characters inside therillig1-1/+17
<programlisting> tag with an appropriate number of space characters. This is needed for TeX.
2005-05-14Applied the quoting rules to my own examples. "Converting an internalrillig1-3/+4
list to an external list" had been wrong.
2005-05-14Replaced a "." in an example with "foo", which is better distinguishablerillig1-3/+3
from the end of the sentence, which also is a dot.
2005-05-14Added a subsection called "Quoting guideline", which describes some of therillig1-3/+93
common quoting errors.
2005-05-13Added a subsection about naming conventions for Makefile variables.rillig1-1/+19
2005-05-13Added a comment describing from which files I extracted the information Irillig1-1/+8
needed for this documentation.
2005-05-11Minor spelling and wording fixes.rillig1-20/+21
2005-05-11Documented the (inconsistent) behavior of .for loops. Renamed ``atoms'' torillig1-27/+31
``strings''. Removed trailing whitespace.
2005-05-11Fixed the paragraphs that documented the quoting mechanisms. They had beenrillig1-11/+36
horribly incorrect.
2005-05-10Some fixes and minor improvements.wiz1-6/+6
2005-05-10The make(1) man page is currently wrong, so don't make users take thisrillig1-1/+5
chapter too serious for now.
2005-05-10Added first (still incomplete) version of the guide for programming withrillig3-3/+161
Makefiles.
2005-05-10Removed some lines from the example output of pkglint that don't appearrillig1-5/+1
anymore.
2005-05-08Use more man page entities, now that we have them.wiz6-21/+21
2005-05-08Document that the upload script takes care of vulnerablewiz1-4/+7
and restricted packages automatically. Use more man page entities, now that we have them.
2005-05-07Sync htdocs tarball with htdocs contents of today.wiz5-18/+11
With lots of help from hrs@.
2005-05-07Remove references to Packages.txt.wiz2-7/+4
2005-05-07Use sh(1) instead of &man.sh.1;, which does not work yet.wiz1-2/+2
2005-05-07Fix previous: paragraph should end after last letters.wiz1-3/+3
2005-05-07Restructured the description of the first two sections of the packagerillig2-59/+64
Makefile. Fixed some other typos. Removed the MESSAGE file of audit- package and described how to display it. Approved by wiz.
2005-05-06Fix typo.wiz1-2/+2
2005-05-06Some minor fixes while I was browsing.wiz1-24/+28
2005-05-06Mention that semicolon is a shell meta-character and that it probablywiz1-1/+3
needs quoting in the PKG_PATH, to avoid user confusion. Reviewed by dillo.
2005-05-06Fix a typo. Document PKG_PATH. Document vulnerable/ directory.wiz1-2/+19
Reviewed by dillo, rillig, salo.
2005-04-17Fix another section about .la files in PLISTwiz1-6/+4
XXX: someone, please regen.
2005-04-12Remove reference to USE_BUILDLINK3.tv1-6/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-3/+2
2005-04-11Use &man.make.1; instead of make(1) and fix typo where examplereed1-3/+3
for LOCALBASE said DISTFILES. This is from Kibum Han in PR pkg/29940.
2005-04-10Don't use &mdash; -- this doesn't seem to know about it.jschauma1-10/+54
Import README.Linux
2005-04-10synch with last changes to bootstrap and READMEsjschauma1-2/+15
2005-03-24Update for recent changes of the default value of PLIST_SRC.ben1-1/+9
This addresses PR#29569
2005-03-24Remove paragraph that suggests that if PLIST.${OPSYS} exists, it will beben1-7/+1
used instead of PLIST. If PLIST exists, it is unconditionally used in addition to PLIST.${OPSYS}. This addresses PR#29740
2005-03-22Add RMD160 checksum.wiz1-1/+2
2005-03-21Document a .termcap string usable for Interix console windows.tv1-3/+9
2005-03-17Document which libtool files should be added to the PLIST.wiz1-8/+4
Closes PR 29570.
2005-03-08fixes.xml:xtraeme2-3/+15
Added section 12.5.18: "Packages installing startup scripts". editing.xml: Fix typo, the target is "install-htdocs" not "install-htdoc".
2005-02-24Add some more mailing lists.jschauma1-8/+47