Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-02 | Fix typos. | yyamano | 1 | -2/+2 | |
2017-01-09 | Spelling & grammar fixes | sevan | 1 | -4/+5 | |
Split command to a second line to avoid visibility issue eg in PS/PDF versions | |||||
2017-01-07 | Use the path pkg_admin is installed in when bootstrapped from pkgsrc, not ↵ | sevan | 1 | -8/+17 | |
natively on NetBSD. Add a cron job to run the audit in the example. Direct NetBSD users to the fetch_pkg_vulnerabilities & check_pkg_vulnerabilities instead. | |||||
2017-01-07 | Drop the mention of old pkgdb location. | sevan | 1 | -5/+4 | |
PHP 5 & OpenOffice are gone, use valid packages in examples. | |||||
2016-06-11 | Removed the "word of warning" concerning installation of binary packages. | rillig | 1 | -19/+1 | |
It equally applies to installation of source code packages. | |||||
2015-01-26 | Add trailing slash after All/ in PKG_PATH example. | wiz | 1 | -3/+3 | |
2010-03-18 | Update documentation since vulnerable packages are not moved | wiz | 1 | -11/+4 | |
to the vulnerable/ directory any longer. | |||||
2009-08-25 | Close tag. | wiz | 1 | -2/+2 | |
2009-05-28 | Stop describing audit-packages, describe pkg_admin commands instead. | wiz | 1 | -13/+24 | |
Requested by joerg. | |||||
2008-03-04 | audit-packages is now part of pkg_install, so update docs accordingly | jschauma | 1 | -5/+4 | |
2008-01-04 | Adjusted the guide to the separation of pkglint and lintpkgsrc. | rillig | 1 | -2/+2 | |
2007-10-18 | Rewrote the section on installing binary packages so that it reads more | rillig | 1 | -51/+68 | |
like a HOWTO instead of an arbitrary collection of facts. It also resembles the new directory layout on ftp.NetBSD.org now, with the bootstrap.tar.gz installed near the binary packages. | |||||
2007-08-16 | A trailing slash saves one redirection on the server. | rillig | 1 | -2/+2 | |
2007-08-16 | Updated the section on finding binary packages. | rillig | 1 | -46/+24 | |
2007-08-15 | Made all references to mk.conf consistent by defining and using a macro | rillig | 1 | -6/+6 | |
for it. Suggested by joerg. | |||||
2006-12-15 | Remove trailing spaces and tabs. | martti | 1 | -6/+6 | |
2006-10-09 | Add documentation for MASTER_SORT_RANDOM variable. | mishka | 1 | -1/+9 | |
2006-09-18 | Moved the section "selecting the compiler" from the chapter "using" to | rillig | 1 | -71/+1 | |
"configuring". | |||||
2006-09-13 | Use &cprompt;. Do not mention not-existing INET_COUNTRY. | wiz | 1 | -499/+515 | |
Describe MASTER_SORT and MASTER_SORT_REGEX. | |||||
2006-09-10 | Avoid extra whitespace in <para>. | wiz | 1 | -18/+15 | |
2006-09-02 | fix spelling | schwarz | 1 | -2/+2 | |
2006-07-30 | Refer to firefox instead of mozilla. | wiz | 1 | -2/+2 | |
2006-07-29 | Moved all the pkgsrc documentation from outside the pkgsrc guide to | rillig | 1 | -16/+132 | |
here. There's still much to do to avoid repetition and such, but the first steps are done. | |||||
2006-07-29 | Integrated the useful information from the NetBSD guide, chap-pack.xml, | rillig | 1 | -8/+52 | |
where the pkgsrc guide did not mention things before. Discarded the rest. | |||||
2006-07-23 | Shortened the description of where to find binary packages. | rillig | 1 | -14/+6 | |
2006-04-18 | Added the binary packages URLs for Solaris 9. | rillig | 1 | -7/+12 | |
2006-03-01 | Minor wording change. | rillig | 1 | -4/+5 | |
2006-02-22 | Updated the "Using pkgsrc" chapter a bit, making it more | rillig | 1 | -36/+75 | |
platform-independent. Explicitly added URLs where to find binary packages for Solaris. | |||||
2006-02-12 | Removed trailing white-space. | rillig | 1 | -22/+22 | |
2006-01-07 | Even if you build a package from source, you don't gain any security | rillig | 1 | -3/+10 | |
unless you have completely read and understood the source code of all the tools involved in building the package. | |||||
2005-12-24 | "Microsystems" -> "Sun Microsystems" | kim | 1 | -2/+2 | |
Fixes PR 32366 | |||||
2005-09-15 | Add note about using bmake when using bootstapped system. | reed | 1 | -2/+8 | |
2005-09-02 | Various fixes for typos and grammar by Leonard Schmidt. | rillig | 1 | -12/+12 | |
2005-07-27 | Replace <pkg> by <filename role="pkg"> as discussed on netbsd-docs@. | rpaulo | 1 | -4/+4 | |
ok hubertf@ | |||||
2005-05-24 | Add an id to all sect[123]. | wiz | 1 | -9/+9 | |
2005-05-15 | Fixed some typos. Using uppercase names for variable parts of PKG_PATH. | rillig | 1 | -19/+23 | |
Added /usr/pkg/sbin to the list of directories in which tools can be installed. | |||||
2005-05-07 | Fix previous: paragraph should end after last letters. | wiz | 1 | -3/+3 | |
2005-05-06 | Mention that semicolon is a shell meta-character and that it probably | wiz | 1 | -1/+3 | |
needs quoting in the PKG_PATH, to avoid user confusion. Reviewed by dillo. | |||||
2005-05-06 | Fix a typo. Document PKG_PATH. Document vulnerable/ directory. | wiz | 1 | -2/+19 | |
Reviewed by dillo, rillig, salo. | |||||
2005-04-11 | Use &man.make.1; instead of make(1) and fix typo where example | reed | 1 | -3/+3 | |
for LOCALBASE said DISTFILES. This is from Kibum Han in PR pkg/29940. | |||||
2004-12-23 | Correct path for pkgsrc defaults. s,bsd.pkg.defaults.mk,defaults/mk.conf, | ben | 1 | -4/+4 | |
Partially addresses PR#28760 | |||||
2004-12-23 | Correct variable for binary packages. s/BINPKG_SITE/&S/ | ben | 1 | -2/+2 | |
Partially addresses PR#28760 | |||||
2004-12-01 | "the the" -> "the" | wiz | 1 | -2/+2 | |
2004-10-21 | import The pkgsrc guide, the docbook conversion/replacement of | grant | 1 | -0/+286 | |
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. |