summaryrefslogtreecommitdiff
path: root/Packages.txt
AgeCommit message (Collapse)AuthorFilesLines
2004-04-27Pull up a documentation fix to the pkgsrc-2004Q1 branch.agc1-23/+53
Requested by hubertf in ticket pkgsrc-26. "Update Appendix B for new ftp server layout"
2004-04-27Pull up documentation fix to the pkgsrc-2004Q1 branch.agc1-1/+22
Requested by dmcmahill in ticket pkgsrc-15. "document how to do a bulk build of a subset of pkgsrc".
2004-02-18Document "mipspro-ucode".jlam1-2/+3
2004-02-17Change info regarding LIBTOOL_OVERRIDE. Most packages need not definesnj1-6/+11
this variable, since, as of revision 1.1404 of mk/bsd.pkg.mk, LIBTOOL_OVERRIDE is set to "libtool */libtool */*/libtool", which will suffice in most cases.
2004-02-16Some minor English fixes.snj1-10/+10
Change step 3 in section 10.38 to indicate that "share/omf" _should_ be removed from PLIST (previously it said to not remove it). XML_CATALOGS should hold XML catalogs, not SGML.
2004-02-16Very beleatedly add documentation for the following items:jmmv1-1/+134
- 10.37 Packages installing GConf2 data files - 10.38 Packages installing scrollkeeper data files - 10.39 Packages installing X11 fonts - 10.40 Packages installing GTK2 modules - 10.41 Packages installing SGML or XML data - 10.42 Packages using intltool
2004-02-12Replace netbsd with NetBSD in email addresses for MAINTAINER.minskim1-4/+4
2004-02-01Document PKGSRC_COMPILER.jlam1-1/+28
2004-02-01It's "its." Use a semicolon instead of a comma. Tweak a sentence forsnj1-4/+4
consistency.
2004-01-27Add the multimedia category.agc1-1/+2
2004-01-24replace reference to USE_GMAKE with USE_GNU_TOOLS make.grant1-4/+4
2004-01-23Update USE_NCURSES example with a still missing function.wiz1-2/+2
2004-01-14Fix typo.wiz1-2/+2
2004-01-14 Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a morerh1-2/+33
fine-grained distinction between required versions of pre-requisites (DEPENDS) and versions that are recommended for security or library ABI consistency reasons (RECOMMENDED). The contents of ${RECOMMENDED} are added to DEPENDS unless IGNORE_RECOMMENDED is set to YES, in which case a warning will be printed and IGNORE_RECOMMENDED will be added to BUILD_DEFS. Add a corresponding BUILDLINK_RECOMMENDED.<pkg> variable for use with buildlink2 and buildlink3.
2003-12-14Correct path in pre-build.local example.kristerw1-2/+2
2003-11-193.2.6 Setting up a sandbox for chroot'ed builds:hubertf1-18/+12
Remove redundant paragraphs, and remind creating a user account if $CVS_USER is set in build.conf. (We should probably check for a few things there...)
2003-11-12Mention pkgsrc-wip in the "submitting packages" section.wiz1-1/+6
2003-10-29Add note about SHLIBTOOL_OVERRIDE.reed1-1/+4
2003-10-10Note that print-PLIST will not descend into different filesystems.reed1-2/+3
2003-10-04pkglocate and templates are not categories.wiz1-3/+1
2003-10-04Correct some of the English text.agc1-13/+14
2003-10-04Add a geography category, in anticipatino of a number of pending packages.agc1-9/+43
2003-10-03Update space usage for bulk buildshubertf1-5/+5
2003-09-28How to use pkgsrc as non-root. Thanks to Jeremy C. Reed!hubertf1-1/+10
2003-09-23vulnerabilities -> pkg-vulnerabilitiesyyamano1-4/+5
2003-09-22Mention doc/TODO, prompted by Kimmo Suominen.wiz1-2/+4
2003-09-17Document USE_X11 and explain when X11 packages should be placed under LOCALBASEjmmv1-6/+17
and when under X11BASE. Closes PR pkg/21759.
2003-08-30Sync texinfo section with reality.seb1-11/+11
2003-08-11Add 10.35: Utilities for package management (pkgtools).wiz1-1/+46
From Greg Troxel via tech-pkg, slight changes by me.
2003-08-09USE_NEW_TEXINFO is no more.seb1-6/+1
2003-07-28Be a little more relax about install-info invocation during packageseb1-2/+2
installation: it is best to avoid it but it does no harm.
2003-07-14Remove duplicate word. PR 22137wiz1-2/+2
2003-07-14COMMENTs should start with a capital lettermartti1-2/+2
2003-07-09Clarify that the pathname of scripts relative to ${WRKSRC} is used inagc1-2/+3
_REPLACE_FILES.${interpreter}, just as in REPLACE_PERL
2003-07-09Document how to enable fixups on scripts in a package which have hardcodedagc1-1/+15
pathnames to interpreters.
2003-07-04The default MAINTAINER is now tech-pkg@netbsd.orgmartti1-2/+2
2003-06-28Resurrect the previous version of Packages.txt until the new docbook-styleagc1-10/+2955
documentation has been properly sorted out.
2003-06-23the full documentation has more up-to-date information than thegrant1-1/+1
README, deprecate it, too.
2003-06-23deprecate Packages.txt.grant1-2955/+10
now point users at documentation on the web and provide a copy of the single file HTML and plain-text output.
2003-06-19Introduce a new framework to handle info files, install-info andseb1-47/+41
makeinfo commands. The goal of the new framework is twofold: - reduce the number of '@exec' and '@unexec' in PLIST by using INSTALL/DEINSTALL scripts to handle entries addition/removal Info directory file. - achieve lighter dependencies by avoiding unnecessary run-time dependency on the gtexinfo package and if needed with the help of the standalone install-info command provided by the recently imported package pkgtools/pkg_install-info. A package must be sightly updated to use this new framework and must define the variable USE_NEW_TEXINFO. This variable will be removed from the pkgsrc tree when all package would have been updated. For details see section 10.24 of Packages.txt, comments in mk/{texinfo.mk,buildlink2/bsd.buildlink2.mk} and upcoming mail to <tech-pkg at netbsd dot org>.
2003-06-05Add MASTER_SITE_GNUSTEP, MASTER_SITE_R_CRAN, MASTER_SITE_SUSE,jmmv1-5/+12
MASTER_SITE_MOZILLA, MASTER_SITE_XEMACS, MASTER_SITE_APACHE and MASTER_SITE_DEBIAN to the list of known master sites, and sort it.
2003-05-31Update section on how to override libtool in packages with our own version.wiz1-8/+6
2003-05-08Fix example - advise user to extract pkgsrc.tar.gz into /usrzuntum1-2/+2
instead of /usr/pkgsrc, because the tarball has "pkgsrc" directory in it anyway
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-73/+73
2003-05-06Add section "Packages containing perl scripts" that discusses REPLACE_PERLzuntum1-1/+7
From Soren Jacobsen in PR#21469, thanks!
2003-04-04Add a paragraph to point out that users should use CFLAGS+= rather thanjschauma1-1/+11
CFLAGS= in /etc/mk.conf.
2003-03-25Update section 11.1 to advise attaching new packages as uuencoded tarsalo1-11/+7
archives for better tracking and archiving: 11.1 Submitting your packages ============================= ... * packages: First, check that your package is complete, compiles and runs well; see section 9 and the rest of this document. Next, generate an uuencoded gzipped tar(1) archive, preferably with all files in a single directory. Finally, send-pr(1) with category "pkg", a synopsis which includes the package name and version number, a short description of your package (contents of the COMMENT variable or DESCR file are OK) and attach the archive to your PR. If you want to submit several packages, please send a separate PR for each one, it's easier for us to track things that way.
2003-02-23Note how USE_NCURSES should be used.wiz1-2/+4
2003-02-03Fix typo in last.wiz1-2/+2
2003-02-03Fix some typos, based on PR pkg/20178 by <soren at blef.org>.jmmv1-13/+12