Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-17 | replace some leading spaces with leading tabs. | dmcmahill | 1 | -6/+6 | |
2001-12-17 | - add 'bulk-cache' and 'clean-bulk-cache' targets to create and remove | dmcmahill | 1 | -1/+9 | |
the cache files used during a bulk pkgsrc build. - replace the code in the build script that used to create the cache files with a 'make bulk-cache' call. | |||||
2001-07-17 | Use better expressions for grep, to avoid tagging non-IPv6 enabled packages | wiz | 1 | -2/+2 | |
as IPv6-enabled. Fixes pkg/13394. | |||||
2001-02-27 | echo -> ${ECHO} | hubertf | 1 | -11/+11 | |
2000-12-17 | Move lots of packages to new time category; fix links; add time subcategory | wiz | 1 | -1/+2 | |
to main Makefile. | |||||
2000-12-15 | Move packages from 'net' into new 'chat' category. Add chat to main Makefile. | wiz | 1 | -1/+2 | |
2000-12-14 | Retire plan9 sub-hierarchy. | wiz | 1 | -2/+1 | |
2000-12-12 | Added wm category to main Makefile; remove packages that have been moved | wiz | 1 | -1/+2 | |
from x11 to wm; fix paths in packages that depend on the moved ones. | |||||
2000-12-11 | Add new finance category to main Makefile; remove moved packages from old | wiz | 1 | -2/+2 | |
locations (moved to finance). | |||||
2000-09-07 | Revert last change. I only tested this on netbsd-1-4; it doesn't seem to | fredb | 1 | -2/+1 | |
work on netbsd-1-5 at all. | |||||
2000-09-06 | Introduce a new category, "crypto", with a special property: If the user | fredb | 1 | -1/+2 | |
sets MKCRYPTO=no, packages in this category won't be fetched, installed, built, or packaged. Also, binary package users forbidden, by law, from using strong cryptography would presumably find the list on the category's automatically generated web page useful for ensuring compliance. | |||||
2000-05-12 | Add and enable fonts. | sakamoto | 1 | -1/+2 | |
2000-05-12 | Remove empty corba category. | agc | 1 | -2/+1 | |
2000-05-11 | Introduce a new target "show-host-specific-pkgs", which uses the new | agc | 1 | -1/+6 | |
show-pkgsrc-dir target to compile a list of host specific package directories from which the packages can be built and installed. | |||||
2000-03-30 | Change detection of IPv6-enabled packages by searching for | hubertf | 1 | -2/+3 | |
"^BUILD_DEFS.*=.*USE_INET6" instead of just "USE_INET6" in the pkg's Makefile. Suggested by Jun-ichiro itojun Hagino <itojun@iijlab.net> on tech-pkg. | |||||
2000-02-25 | remove commented out SUBDIR += lines for packages that never got | wiz | 1 | -8/+1 | |
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories. | |||||
2000-02-09 | Add "readme-ipv6" target, that will generate a list of IPv6 ready | hubertf | 1 | -1/+25 | |
packages. | |||||
2000-01-04 | Rewrite moving of old README-all.html aside. | hubertf | 1 | -2/+4 | |
Fixes PR 9120 by Michael Eriksson T/K 2 <Michael.Eriksson@era-t.ericsson.se> | |||||
1999-10-26 | Ignore case when sorting lines in README-all.html | hubertf | 1 | -2/+2 | |
1999-10-22 | Include the total number of packages at the top of README-all.html, and | hubertf | 1 | -1/+6 | |
lose the <TD VALIGN=TOP> entries (the <TR VALIGN=TOP> should be sufficient). Suggested by David Brownlee <abs@mono.org> on tech-pkg@netbsd.org. | |||||
1999-08-23 | only mv README-all.html aside if it exists | hubertf | 1 | -2/+2 | |
1999-08-22 | Collect information from pkgsrc/*/README.html into one long list | hubertf | 1 | -1/+38 | |
(README-all.html), and reference this file. | |||||
1999-06-06 | Add and enable ham. | frueauf | 1 | -1/+2 | |
1999-04-15 | Add new category biology | rh | 1 | -1/+2 | |
1999-03-03 | Back out last two revs and go back to 1.19. | hubertf | 1 | -3/+5 | |
1999-03-03 | Move PKGSRCTOP definition so it's available for bsd.pkg.subdir.mk. | hubertf | 1 | -2/+2 | |
1999-03-02 | Move up including of bsd.pkg.subdir.mk to prevend bsd.prefs.mk | hubertf | 1 | -4/+2 | |
being pulled in twice. | |||||
1999-02-21 | Allow for customised groups of packages at the top-level of pkgsrc. | agc | 1 | -4/+14 | |
If SPECIFIC_PKGS is defined (at the top-level of pkgsrc), then instead of looping through all the categories and then all the packages within that, simply loop through ${SITE_SPECIFIC_PKGS}, ${HOST_SPECIFIC_PKGS}, ${GROUP_SPECIFIC_PKGS} and ${USER_SPECIFIC_PKGS}, which are whitespace separated lists of categories/packages e.g. SITE_SPECIFIC_PKGS+= devel/cvs security/ssh The default behaviour is unchanged - if SPECIFIC_PKGS is not defined, the whole hierarchy will be traversed. Modify mk.conf.example to reflect the settings of SPECIFIC_PKGS, SITE_SPECIFIC_PKGS, HOST_SPECIFIC_PKGS, GROUP_SPECIFIC_PKGS and USER_SPECIFIC_PKGS. Modify the ispell package to use the make definition ISPELL_LANG, rather than just LANG (which can clash with the environment variable of the same name), and modify mk.conf.example accordingly. | |||||
1998-10-28 | Enable new japanese category, and document addition of category, and | garbled | 1 | -2/+2 | |
ja-less-332. | |||||
1998-10-13 | Add and enable parallel category, and document additions. | garbled | 1 | -1/+2 | |
1998-08-28 | Add pkgtools category | agc | 1 | -1/+2 | |
1998-08-20 | Add corba category. | agc | 1 | -1/+2 | |
1998-08-12 | Add and enable category "cross". | tv | 1 | -1/+2 | |
1998-07-24 | Add meta-pkgs category of packages. | agc | 1 | -1/+2 | |
1998-05-17 | Comment out SUBDIR+=ai, since we don't have it yet. | frueauf | 1 | -2/+2 | |
1998-05-15 | More cosmetic editing - PORTSTOP is now PKGSRCTOP | agc | 1 | -2/+3 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -2/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-13 | Enable cad and math subdirs. | frueauf | 1 | -3/+3 | |
1998-03-08 | Sync with bsd.port.mk: use "ARCH:" field for "print-index:" and "search:". | frueauf | 1 | -3/+3 | |
1998-03-05 | Don't build athena anymore | mellon | 1 | -2/+1 | |
1998-02-27 | Build athena packages | mellon | 1 | -1/+2 | |
1997-12-05 | We don't have category math yet, comment out for now. | hubertf | 1 | -2/+2 | |
1997-11-27 | Uncomment categories we don't have yet. | hubertf | 1 | -9/+9 | |
1997-10-03 | Place the NetBSD RCS Id in the correct position in the file. | agc | 1 | -1/+1 | |
1997-10-03 | Add NetBSD Id after import. | agc | 1 | -0/+1 | |
1997-10-03 | Take 2: Import the master pkgs Makefile, from the FreeBSD ports collection. | agc | 1 | -0/+61 | |