Commit graph

559 commits

Author SHA1 Message Date
rillig
7acc70578f Added missing </para>. 2006-01-16 00:29:23 +00:00
minskim
e7afab3e12 Sync with htdocs and add NetBSD.css so that "make install" works. 2006-01-14 17:18:31 +00:00
reed
ec24b3ed93 Cross reference the "tools phase" section to
the new tools chapter.

I removed the TODO here; maybe some text should still be added
for this chapter?
2006-01-13 17:55:27 +00:00
reed
35d10ae652 Add a "tools" chapter. Documents the USE_TOOLS. 2006-01-13 17:42:33 +00:00
hubertf
3a6f5296c8 Add an example for the pkg options variables in /etc/mk.conf 2006-01-13 17:21:07 +00:00
wiz
5cbcb1ecd6 s/unstripped/stripped/ 2006-01-12 21:46:33 +00:00
rillig
c7184fa02f Documented CHECK_FILES and CHECK_INTERPRETER as being useful for bulk
builds.
2006-01-12 11:22:40 +00:00
rillig
638d9123fa Added a README file that describes where to get some basic information
about DocBook. Without that reference I felt it was hard to write
anything useful because I didn't know which annotations to use.
2006-01-11 22:39:49 +00:00
rillig
4d144f17ea [The ''install'' phase] Documented the various INSTALL_* variables. 2006-01-11 22:35:31 +00:00
hubertf
1b03349638 it's autit-package*S*
Noted by Stephen M. Rumble <stephen.rumble@utoronto.ca> in private mail.
2006-01-10 23:50:40 +00:00
rillig
f039d421e9 Even if you build a package from source, you don't gain any security
unless you have completely read and understood the source code of all
the tools involved in building the package.
2006-01-07 22:10:31 +00:00
rillig
d6ec91875d Cleaned up a bit on the wording. 2006-01-07 21:42:34 +00:00
hubertf
8e66747b43 Back out previous commit - it was not intended to be committed
Tnx @ wiz
2006-01-04 06:37:59 +00:00
hubertf
4e3b054b94 Update vpnc to 0.3.3. Changes:
* ignore \r in config files
  * (hopefuly) fixed 64bit bugs (Nicolas Boichat and Zach Brown)
  * added support for "Split-Net" Routing
  * introduced vpnc-script and removed vpnc-connect
  * always search for configfiles in /etc/vpnc/ expect if the
    filename contains at least one "/"
  * only read /etc/vpnc/default.conf and /etc/vpnc.conf if no other
    configfiles are provided
  * various other fixes contributed by Anton Altaparmakov, Randy
    Chou, "krabat", Andre Vanha and Nikolay Sturm
2006-01-03 21:48:09 +00:00
jschauma
198db3595b clarify which variables are depracated (USE_FOO) for pkg options 2006-01-02 22:30:52 +00:00
jlam
e0f1bb63ee Correct section title (copy and paste error). 2005-12-29 15:00:10 +00:00
jlam
1c16dde6c7 Update the pkgsrc guide to reflect the following changes to the pkginstall
framework:

   * USE_PKGINSTALL is no longer needed.

   * X11 font directories should be listed in FONTS_DIRS.<type>

   * fonts.mk is no longer needed as the functionality has been completely
     reimplemented within the pkginstall framework.

   * PKG_UPDATE_FONTS_DB may be set to "yes" or "no" to indicate whether
     the fonts databases should be updated or not.  This defaults to "yes".
2005-12-29 14:59:03 +00:00
kim
98ce3e23f2 "Microsystems" -> "Sun Microsystems"
Fixes PR 32366
2005-12-24 10:11:07 +00:00
minskim
1f170021bd Document how to register font map files in packages installing TeX
font maps.
2005-12-14 23:55:17 +00:00
dillo
79e46305a4 Document that ${PKGBASE} cannot be used in defining PKG_OPTIONS_VAR. 2005-12-06 19:58:35 +00:00
rillig
e55de1a330 Added a note that using the binary bootstrap kits only works for
privileged builds that use LOCALBASE=/usr/pkg.
2005-12-05 18:04:39 +00:00
rillig
4d235fb633 Reverted the last change after massive protest from agc. 2005-12-04 17:22:24 +00:00
rillig
a330b60fe7 Added documentation for the make(1) variables that are most likely to be
overridden in a user's mk.conf file.
2005-12-04 17:05:22 +00:00
rillig
8bf422cbd9 Don't encourage users to abuse the patch framework for installing
pkgsrc-specific files into ${WRKSRC}. I've lately seen too many patches
against /dev/null that contain RCS Ids.
2005-12-02 13:52:31 +00:00
rillig
b9f650f345 Reordered the configuration files for bulk builds. Since the
build.conf file contains a setting for choosing another mk.conf file,
it should come first. Updated the wording of the text.
2005-11-29 09:58:27 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
2005-11-28 06:41:20 +00:00
rillig
500b58c211 Somehow, all the __i386__ were missing an additional underscore. Fixed it. 2005-11-24 10:53:44 +00:00
rillig
2330f610f9 Fixed the wording in the "CPP defines" section. Added more examples of
predefined CPP macros for some platforms.
2005-11-24 10:03:37 +00:00
rillig
750c275eb7 Inserted punctuation into the list of predefined CPP macros to make it
more readable.
2005-11-21 09:33:39 +00:00
rillig
d5650e7dc3 Added more documentation on the predefined C preprocessor macros. 2005-11-21 09:27:04 +00:00
rillig
2a72606c23 Updated the example use of pkglint. 2005-11-20 17:14:26 +00:00
rillig
fa35d64150 Added a section on how to keep pkgsrc up-to-date. 2005-11-20 10:02:31 +00:00
yyamano
24392a32bc Remove --pkgsrcdir option. Now bootstrap uses pwd.
Applied patch provided by Antoine Reilles. Fix PR 31398.
2005-11-18 14:44:45 +00:00
wiz
3317893a77 Grammar fix. 2005-11-17 17:48:49 +00:00
erh
fedba22fbe Mention the new ALLOW_VULNERABILITIES and SKIP_AUDIT_PACKAGES variables. 2005-11-16 22:07:04 +00:00
minskim
f694539868 Use up-to-date htdocs so that DocBook DTD is found when
docbook-xml>=4.4 is installed.
2005-11-13 09:24:32 +00:00
minskim
ed7f97e875 Add a section on how to use print/teTeX/module.mk. Thanks to hubertf@
and tonio@ for review.
2005-11-13 03:27:20 +00:00
rillig
71a76c136c Globally replaced X-Windows with X11. See the X(7) man page for details. 2005-11-08 22:19:34 +00:00
reed
179967620f Add "para" tags for a "note" paragraph. This fixed a problem
where a "varname" was immediately followed (without a space)
the next word.
2005-11-08 16:39:47 +00:00
reed
84257a3ced Add some docs about PKGMANDIR. 2005-11-08 03:45:37 +00:00
rillig
f9f3c44fe8 Added a rationale for the last commit, which had been unintended, but
nevertheless useful.
2005-11-04 14:00:21 +00:00
rillig
84dc0f88aa Updated pkglint to 4.36.
Implemented checking for enumeration types. Added new types Filemask,
Filename, Language, Option, Pathmask, Pathname, Stage, Varname and
WrksrcSubdirectory. Made the check for URLs stricter. Added some
variables to the makevars.map file.
2005-11-04 13:57:35 +00:00
rillig
98b45c1de4 Note that the distfiles are extracted to WRKDIR. 2005-11-04 11:55:31 +00:00
salo
5fa4326859 Don't quote PKG_OPTIONS_VAR example in the description.
The value _must not_ be in quotes so don't confuse users.  (hit by martin@)
2005-11-04 09:49:37 +00:00
rillig
2dcf0e8faf Added the default value of CONFIGURE_DIRS. Rewrote the ``build'' phase
description to have the same structure as the ``configure'' phase
description.
2005-11-03 19:29:54 +00:00
rillig
e8414cff1a Documented the use of CONFIGURE_DIRS, as pkglint has got a new error
diagnostic that need this explanation.
2005-11-03 19:06:50 +00:00
rillig
58f5fad9aa Reformatted and improved the explanation of the directories. 2005-11-03 18:15:47 +00:00
tv
ea6e29af10 Add __INTERIX. 2005-11-03 17:31:57 +00:00
tv
4176a7b269 Add note about Interop X Server. 2005-11-03 17:30:50 +00:00
rillig
69b1807a43 Added explanations for some of the directories used in the build
process. More will follow.
2005-11-03 17:06:13 +00:00
rillig
e03b82d052 Wrote an introduction and converted the itemize list of main targets
into sections. These sections are still very incomplete.
2005-11-03 16:43:59 +00:00
rillig
9a8229ab10 Added __DragonFly__. 2005-11-03 16:04:55 +00:00
rillig
9ca9843a66 Rewrote the section about CPP defines, as NetBSD is not the only target
platform of pkgsrc. It now lists some commonly known predefined macros
for operating systems, CPUs and compilers.
2005-11-03 02:51:45 +00:00
tv
3642f3e861 Add convenience meta-pkg "pkgsrc-guide-tools-1.0", with runtime
dependencies on the tools used to build doc/guide.  doc/guide still uses
BUILD_DEPENDS on the tools (so that it's still possible to build for
certain output types with minimal dependencies); it does not depend on
the meta-pkg.
2005-11-03 01:57:15 +00:00
tv
7b725c1e83 Fix uses of <emphasis> in the Interix section. 2005-11-02 21:52:15 +00:00
tv
bfc8114ac4 Change the grammar of the esound paragraph slightly so it's easier to read. 2005-11-01 17:19:09 +00:00
tv
90adf6235f Add "Limitations of the Interix platform" subsection. 2005-11-01 17:14:04 +00:00
tv
a769092bbb Fix typo and move the "known issues" section for Interix into the Guide. 2005-11-01 14:27:10 +00:00
tv
03b160018b Add note about Interix hotfixes. 2005-11-01 14:16:24 +00:00
rillig
ad74bfb9df Reindented all <programlisting>s. 2005-10-23 11:25:58 +00:00
hubertf
b0f53277e3 Expand section on CPP defines, thanks to salo.
XXX can anyone rebuild this stuff, and commit to htdocs?
2005-10-23 00:41:54 +00:00
hubertf
f2abab7519 reorg, cosmetic only - sort, add comments 2005-10-17 06:19:31 +00:00
hubertf
c2c4c491d1 make the introduction heading symmetric with the NetBSD guide 2005-10-17 06:07:38 +00:00
rillig
e351747080 Rewrote the sections explaining the distinfo file and the WRKSRC
variable. They had been out-of-date and lacked complete sentences.
2005-10-07 18:30:17 +00:00
rillig
bddf153e97 WRKSRC is not a subdirectory of WRKDIR. 2005-10-07 15:49:01 +00:00
rillig
833cbcec9d The MAINTAINER variable is now described in complete sentences. 2005-10-07 15:45:24 +00:00
rillig
eccc360954 Added ../../../htdocs as a secondary default value for HTDOCSDIR. 2005-10-07 12:14:26 +00:00
rillig
e4c254dd18 Removed the -3 option from the example call to createbuildlink. 2005-10-07 09:56:12 +00:00
dillo
af27c79141 - add 2005 to copyright years
- improve documentation of option names and description

Reviewed by wiz.
2005-10-05 13:59:56 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
3d6172efa4 Fixed typo. 2005-09-28 13:02:44 +00:00
reed
c27b2ad802 Plural versions. 2005-09-20 06:25:11 +00:00
reed
a889f46cf1 Add note about using bmake when using bootstapped system. 2005-09-15 00:04:59 +00:00
reed
087f1de0ac Add note about using bmake instead of make (for bootstrap users). 2005-09-14 17:04:17 +00:00
reed
cf31a5c72a Mention USE_TOOLS also may express a dependency.
Todo: USE_TOOLS should be documented, such as :pkgsrc, :run, :build
(I started working on a files/tools.xml.)
2005-09-14 16:46:13 +00:00
reed
1f98aed935 Remove indentation of second line of example I just committed. 2005-09-14 16:40:57 +00:00
reed
da241b947d In the "converting packages to use buildlink" section,
mention setting BUILDLINK_DEPENDS.foo.
(Suggested by Steven M. Bellovin on tech-pkg.)
2005-09-14 15:55:35 +00:00
rillig
8ba088c4d6 Various fixes for typos and grammar by Leonard Schmidt. 2005-09-02 19:12:37 +00:00
cube
145d1272e0 Fix bogus variable names in the options framework example.
From Aron Stansvik.
2005-08-29 22:43:11 +00:00
reed
ad5d7e6eb5 Fix typo noted by Richard Rauch on tech-pkg. 2005-08-10 05:27:56 +00:00
gdt
ef176f1a7a In components, in patches section, add admonition to send patches that
are really fixes upstream.  (Prompted by note back from an upstream
maintainer after sending him someone else's bugfix patch that he
hadn't already gotten asking me to make sure upstream maintainers get
patches.)
2005-08-04 17:38:06 +00:00
wiz
9af4673c11 Fix some XML errors I introduced. Noted by rpaulo@. 2005-08-03 16:34:19 +00:00
wiz
e6d1adaa51 Do not document obsolete IGNORE variable any longer. 2005-07-28 11:05:36 +00:00
wiz
2f3fca00e2 Document some more variables. 2005-07-28 11:05:35 +00:00
rpaulo
8489107798 Sync htdocs tarball with htdocs as of today. 2005-07-27 21:33:36 +00:00
rpaulo
6e5fb2dbec Replace <pkg> by <filename role="pkg"> as discussed on netbsd-docs@.
ok hubertf@
2005-07-27 21:29:50 +00:00
gdt
97882e306a rewrite license section:
State explicit policy for which licenses do not require tags (Open
  Source or Free).
  Give pointer to RESTRICTED, NO_BIN_ON_CDROM, etc. as a separate issue.
  Change example; graphviz is now Open Source and does not set LICENSE.
  Deprecate "shareware" etc.
  Remove explanation of how to bypass license mechanism.

(discussed with wiz, reviewed by hubert and reed)
2005-07-27 14:40:46 +00:00
wiz
9158e7670c Indent. 2005-07-26 17:29:13 +00:00
dillo
7b2c274c13 document PKG_OPTIONS_NONEMPTY_SETS 2005-07-26 09:37:50 +00:00
wiz
6a8dcc3c92 No leading or trailing whitespace in <para>. 2005-07-16 19:21:50 +00:00
wiz
6def4f4796 audio/realplayer moved to multimedia/realplayer.
Noted by Geert Hendrickx in PR 30543.
2005-06-17 12:55:25 +00:00
dillo
c360872d9f Fix capitalization of section heading.
Add comments with suggested contents from jmmv's original mail.
2005-06-11 16:31:40 +00:00
dillo
1708023c36 Update to new handling of no supported options.
Remove commented out user-level documentation.
2005-06-11 16:31:03 +00:00
dillo
bb6b79a875 in do-lint, invoke make with the MAKE_ENV set. Makes it work with
LOCALBASE != /usr/pkg.
2005-06-11 16:26:47 +00:00
wiz
e76a5b413c Mention what happens with vulnerable binary packages. 2005-06-09 18:33:30 +00:00
wiz
56f0eded4e Improve section on handling packages with security problems. 2005-06-09 18:30:33 +00:00
wiz
7c7c2c66f4 Add a new section describing what to do when changing packages.
(points to pkgsrc/doc/CHANGES and pkgsrc/doc/TODO, and describes
the changes-entry target).
2005-06-08 23:03:49 +00:00
dillo
f52b47b539 fix variable name in example 2005-06-08 16:20:17 +00:00
dillo
baa0eafe30 Add chapter about configuring pkgsrc, as proposed on tech-pkg by jmmv, and
fill in section about options framework.
2005-06-08 13:59:30 +00:00
dillo
6a0b204c98 update developer documentation for options framework (writing
packages that use it)

XXX: user documentation (selecting options) still missing
2005-06-07 20:01:04 +00:00
wiz
244ab4a685 Fix typo reported by ISIHARA Takanori in PR 30436. 2005-06-05 23:14:33 +00:00
reed
34af7f3ee5 Document IGNORE_RECOMMENDED=YES. This includes sentences from tv@
that I read on tech-pkg@.
2005-06-03 16:09:11 +00:00
reed
62b88473cc Remove link back to this same documentation. 2005-06-03 16:05:30 +00:00
dillo
ae976b8c5c remove leading white space and reformat
remove whitespace around tags
2005-06-03 13:29:18 +00:00
jmmv
d2a604d8a4 Cut long line and refill paragraph. 2005-06-03 13:05:20 +00:00
wiz
4040eb5354 Some improvements 2005-06-03 12:54:11 +00:00
jmmv
6e1112e58c Add a new chapter describing the pkginstall framework.
As a side effect, a question in the FAQ is simplified and several sections
from the "fixes" chapter are removed.
2005-06-03 12:27:48 +00:00
jlam
915b420546 Update to reflect using the tools framework to show the need to run
autoconf and automake.
2005-06-01 22:49:59 +00:00
wiz
0d467b92d1 Update guide for USE_X11 -> x11.buildlink3.mk change. 2005-06-01 20:58:16 +00:00
jmmv
ef81bfd6ab Reformat:
- Cut long lines wherever possible.
- Remove indentation of major sections (chapter and sections).
- Remove spaces between tags and CDATA (as in '<para>foo</para>').
- Some other minor fixes.
2005-06-01 15:49:44 +00:00
wiz
5ec26f9af0 Fix a typo and remove some superfluous whitespace. 2005-05-31 16:55:19 +00:00
jmmv
1fd81d6b9a Change the 'non-root builds' question to reflect recent changes (existence
of the UNPRIVILEGED variable and simplification of bootstrapping).
2005-05-29 17:16:28 +00:00
wiz
6e53729b8b Update section on what to do when distfiles change. 2005-05-29 09:10:40 +00:00
wiz
c436445ae4 Document where documentation should be installed. 2005-05-26 16:32:42 +00:00
wiz
f85708c219 Add an id to <book>, thus removing all automatic id[0-9]* ids from the guide. 2005-05-24 12:39:00 +00:00
wiz
5fc33803c9 Add an id to all sect[123]. 2005-05-24 12:14:42 +00:00
rillig
67b88d7bfd Replaced obsoleted USE_GNU_TOOLS with USE_TOOLS. 2005-05-24 11:11:24 +00:00
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
grant
2c9e7c0405 s/recognise/recognize/. TNP uses American English. 2005-02-10 13:39:15 +00:00
sketch
f9262179a7 Fix typo. 2005-02-10 11:26:00 +00:00
reed
94c8ce7c69 Remove unknown extra word "agail". 2005-02-04 21:06:38 +00:00
jschauma
b78505795f document MKSUMS and SIGN_AS for checksum files of a bulk build 2005-01-24 14:44:39 +00:00
heinz
b934a01a89 Correct spelling of NetBSD.org.
Beware of the long reach of the HTML police!
2005-01-18 23:25:04 +00:00
grant
3876d3a375 mention Tru64 support. also mention DragonFlyBSD in platforms. 2005-01-16 02:31:33 +00:00
wiz
bd80548a66 Improve resume section, and use complete path for /etc/mk.conf in two places. 2005-01-11 16:05:20 +00:00
xtraeme
7cb00d0f37 Added section 6.5: "How to resume transferencies with pkgsrc?", while
here fix a typos in the XFree86/X.org sections.
2005-01-11 15:47:00 +00:00
hubertf
4d5b2f3329 * Fix indentation
* Add section on how to upload binary pkgs after a bulk build
2005-01-10 21:01:27 +00:00
hubertf
281a221164 use more polite language 2005-01-10 21:00:54 +00:00
hubertf
f289add687 bye-bye 2004Q3, welcome 2004Q4 2005-01-10 21:00:38 +00:00
agc
6d421ee1ba Fix pathname for mksandbox script. 2005-01-05 14:21:16 +00:00
agc
566f801d43 Formatting botch. 2005-01-05 14:16:59 +00:00
agc
aa91431369 Document the mksandbox script, and the "sandbox" script which is generated. 2005-01-05 14:11:07 +00:00
ben
0931af2e35 Create the WRKSRC directory before copying the sources to there. 2004-12-24 13:35:54 +00:00
ben
80abf1dd9e Correct path for pkgsrc defaults. s,bsd.pkg.defaults.mk,defaults/mk.conf,
Partially addresses PR#28760
2004-12-23 18:57:03 +00:00
ben
a23e35a089 Correct variable for binary packages. s/BINPKG_SITE/&S/
Partially addresses PR#28760
2004-12-23 18:50:23 +00:00
ben
e433714f0a Correct requirements for building pkgsrc guide. s/pkgsrc-doc/netbsd-doc/g 2004-12-23 18:08:16 +00:00
hubertf
3a92acdcd5 fix path to pkgsrc-current tarball, noted by cdine@cdine.org 2004-12-10 22:20:18 +00:00
wiz
12e0e4f6b2 Undo previous. 2004-12-09 18:23:27 +00:00
wiz
e1ec269fec p5-Regexp-Common updated to 2.117. 2004-12-09 18:21:15 +00:00
wiz
924bc855c2 Remove info files from PLIST -- INFO_FILES variable does this for us. 2004-12-09 18:21:14 +00:00
wiz
cf1fd02718 ALL_TARGET -> BUILD_TARGET. 2004-12-03 12:48:15 +00:00
dillo
2ba31106ec mention MASTER_SITE_IFARCHIVE 2004-12-02 22:20:34 +00:00
wiz
913b2647ad "the the" -> "the" 2004-12-01 09:52:59 +00:00
wiz
945f99b88d Replace obsolete USE_GMAKE reference; noted by iMil on tech-pkg. 2004-11-22 16:50:01 +00:00
wiz
059a6f2175 Make it possible to override WEB_PREFIX from the environment. 2004-11-22 16:25:47 +00:00
hubertf
cb3f181e12 add notice on tools needed to build the pkgsrc guide 2004-11-21 03:50:09 +00:00
hubertf
6e292df787 Update list of pkgtools, from htdocs/Documentation/software/packages.xml
(list there will be replaced by a link into the pkgsrc guide!)
2004-11-20 13:25:22 +00:00
hubertf
aa9329791e Enable PDF by default, so all our documentation has a chance to be in
a consistent state.
2004-11-20 13:24:00 +00:00
hubertf
aa0b090972 This file is unused for some time now. Remove. 2004-11-20 13:11:36 +00:00
peter
638da308e1 Remove the documentation for optional patch files, which was removed some
time ago.

ok wiz@
2004-11-19 18:39:14 +00:00
hubertf
f2f7e534ae Update a bit to reflect current practice of updating both pkgsrc/doc
and htdocs
2004-11-09 17:37:50 +00:00
hubertf
a00032656e Add a 'do-lint' target that will verify the XML structure 2004-11-09 17:37:29 +00:00
hubertf
9f4b47263a Check XML/SGML syntax before anything else!
mmm, sato-san!
2004-11-02 17:52:35 +00:00
hubertf
8866354596 We run on DragonFlyBSD too! 2004-11-02 13:29:15 +00:00
hubertf
f4fa1b22f0 * Disable PDF output accidentally enabled in last commit
* Add 'install-htdocs' target to copy generated files to htdocs
   (useful until auto-generation is on); set HTDOCSDIR to point to
   htdocs.
2004-10-22 00:40:44 +00:00
hubertf
81c3143a5a * Add section on editing the pkgsrc guide
* Fix capitalisation to be have only the first letter capitalized
 * Mention the pkgsrc developers as contributors to the guide
2004-10-22 00:24:48 +00:00
hubertf
c26590ad88 Fix PDF building by using more files from htdocs
XXX someone with XML clue may have a look on this whole thing...
2004-10-21 23:28:57 +00:00
grant
f5dfe76b0f this has the fixes from Packages.txt 1.361-1.362 2004-10-21 15:07:47 +00:00
grant
07026e39d0 make WRKSRC more appropriate. delete pkgsrc.tmp.html (for now) so it
doesn't get installed.
2004-10-21 14:37:06 +00:00
grant
798a931bb4 import The pkgsrc guide, the docbook conversion/replacement of
Packages.txt; Packages.txt will be going away.

this package contains the source files and a mechanism to install
pkgsrc/doc/pkgsrc.{html,txt} which are distributed with pkgsrc. it
uses the same docbook infrastructure that is used to build the
documentation on www.NetBSD.org.
2004-10-21 14:27:36 +00:00