Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-06 | Add a note about Win2k3 R2 and WinVista's SUA subsystem. | tv | 1 | -10/+19 | |
Add note about disabling DEP completely on Windows in some cases. Remove link to defunct X-Win32 LX. | |||||
2006-10-25 | Moved a question from the user's FAQ to the developer's FAQ. | rillig | 2 | -26/+28 | |
2006-10-23 | Documented the "bmake help" command. | rillig | 1 | -2/+4 | |
2006-10-21 | Added an example section to the "creating a package" chapter, which | rillig | 1 | -1/+252 | |
explains how I created a nontrivial package, www/nvu. It includes many pitfalls that have never been documented before. | |||||
2006-10-21 | Reindented to have more text per line. | rillig | 1 | -91/+86 | |
2006-10-21 | Reworded to make reading easier. | rillig | 1 | -10/+9 | |
2006-10-18 | Update the PostgreSQL versions referenced in buildlink.xml | ben | 1 | -2/+2 | |
2006-10-13 | English improvement. | wiz | 1 | -8/+9 | |
2006-10-11 | We don't have a list of licenses in pkgsrc/mk/defaults/mk.conf anymore. | yyamano | 1 | -5/+2 | |
Pointed out by kano@. | |||||
2006-10-09 | Some package's self-tests require a lot of high-quality random data, so | rillig | 1 | -1/+10 | |
the bulk build may seem to hang on otherwise idle machines. | |||||
2006-10-09 | Add documentation for MASTER_SORT_RANDOM variable. | mishka | 2 | -4/+14 | |
2006-10-07 | Stated some major goals of pkgsrc: | rillig | 1 | -1/+22 | |
- high quality of the generated packages - platform independence, portability - uniform look and feel on all platforms Feel free to add you own goals. | |||||
2006-10-07 | Changed to htdocs-share-20061007.tar.gz. | rillig | 1 | -4/+4 | |
2006-10-07 | Changed to the current htdocs-share archive. Added a target to regenerate | rillig | 1 | -2/+12 | |
the archive, since that has been undocumented up to now. | |||||
2006-10-07 | Minor rewording. | rillig | 1 | -6/+8 | |
2006-10-06 | KDE packages should make use of meta-pkgs/kde3/kde3.mk. | rillig | 1 | -1/+11 | |
2006-10-02 | Four root directories for pkgsrc, not three. | wiz | 1 | -2/+2 | |
2006-10-02 | After editing the package Makefile, it is usually necessary to run | rillig | 1 | -1/+24 | |
"bmake clean". The url2pkg program can create packages for Perl modules almost completely. | |||||
2006-10-02 | Added the default values for the four root directories of pkgsrc. | rillig | 1 | -4/+27 | |
2006-09-25 | Not all tar(1)s know the -z option. | rillig | 1 | -3/+3 | |
2006-09-19 | Added a new chapter to the pkgsrc user's guide, which describes the file | rillig | 4 | -4/+150 | |
system layout of pkgsrc. | |||||
2006-09-18 | Replaced "regenerate" with "regen" to save me from typing too much. | rillig | 1 | -7/+7 | |
2006-09-18 | Added an FAQ entry for the "Makefile appears to contain unresolved | rillig | 1 | -1/+17 | |
cvs/rcs/??? merge conflicts" error message. | |||||
2006-09-18 | Moved the section "selecting the compiler" from the chapter "using" to | rillig | 2 | -73/+70 | |
"configuring". | |||||
2006-09-18 | Provided an introduction to configuring pkgsrc. | rillig | 1 | -7/+25 | |
Removed the link to the "undefined reference" section in the developer's guide, since that kind of problem is not expected to be solved in mk.conf. | |||||
2006-09-18 | Small improvements of the wording. Mentioned that on mirrors, the base | rillig | 1 | -7/+9 | |
directory may be different from /pub/pkgsrc. | |||||
2006-09-17 | By request of Thomas, document some Darwin details. | ben | 1 | -16/+16 | |
2006-09-17 | Clarify where gtk-doc documentation should be installed to match current | jmmv | 1 | -4/+12 | |
practices in pkgsrc. | |||||
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-13 | Document BATCH. Undocument deprecated BUILD_USES_MSGFMT. | wiz | 1 | -31/+39 | |
Document OSVERSION_SPECIFIC. | |||||
2006-09-13 | Document LDFLAGS. | wiz | 1 | -47/+69 | |
2006-09-13 | Use &cprompt; | wiz | 1 | -5/+5 | |
2006-09-13 | Use &rprompt; | wiz | 1 | -3/+3 | |
2006-09-13 | Remove section about "Commonly used abbreviations" -- the only cited | wiz | 1 | -16/+4 | |
abbreviation isn't used at all in the guide. | |||||
2006-09-13 | Use &cprompt; | wiz | 1 | -4/+4 | |
2006-09-13 | Use &cprompt; and &rprompt; | wiz | 1 | -18/+41 | |
Add section for people with too much time on their hands. | |||||
2006-09-13 | Use documented 'make makedistinfo' instead of undocumented 'make makesum' | wiz | 1 | -2/+2 | |
in example. | |||||
2006-09-13 | Reindent, slight improvements. | wiz | 1 | -34/+34 | |
2006-09-13 | Document MANCOMPRESSED_IF_MANZ. | wiz | 1 | -6/+8 | |
2006-09-13 | Describe valid values for MOTIF_TYPE. | wiz | 1 | -6/+8 | |
2006-09-13 | Improve markup. Describe MASTER_SITE_BACKUP and MASTER_SITE_LOCAL. | wiz | 1 | -649/+847 | |
Document NO_INSTALL_MANPAGES. Describe "The package phase". Add section about "Cleaning up". Document DEPENDS_TARGET. Document the bin-install target. Improve UPDATE_TARGET description. Use &rprompt; and &cprompt; instead of <prompt>.</prompt>. Document replace and index targets. Reindent and break lines for 80 characters. | |||||
2006-09-10 | It seems that the contents of <screen> should start in the first column | wiz | 4 | -53/+81 | |
for consistency. Make it so. | |||||
2006-09-10 | Remove accidental extra character. | wiz | 1 | -2/+2 | |
2006-09-10 | Fix typo in markup. | wiz | 1 | -2/+2 | |
2006-09-10 | Avoid extra whitespace in <para>. | wiz | 3 | -109/+60 | |
2006-09-10 | Document PLIST_SRC default. Avoid extra whitespace in <para>. | wiz | 1 | -185/+182 | |
2006-09-10 | Avoid extra whitespace in <para>. Use more macros. | wiz | 1 | -321/+321 | |
2006-09-10 | Describe INSTALL_FILE and DEINSTALL_FILE. Improve introduction. | wiz | 1 | -23/+39 | |
2006-09-10 | Remove extra whitespace in <para>. | wiz | 1 | -8/+6 | |
2006-09-10 | Document PKGNAME_NOREV. Use more markup. Improve DIST_SUBDIR | wiz | 1 | -1426/+1535 | |
description. Add section about programming languages. Describe UNLIMIT_RESOURCES. Avoid extra whitespace in <para>. Add section about emulation packages. Add section about BROKEN and BROKEN_IN. |