Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-12 | Bump PKGREVISION of all packages which create users, to pick up change of | jperkin | 1 | -1/+2 | |
sysutils/user_* packages. | |||||
2013-04-06 | ".for variable names should not contain uppercase letters" | rodent | 1 | -3/+3 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-01-18 | Update to 1.2, provided by maintainer Emil Skoeldberg in PR 44406. | wiz | 2 | -7/+7 | |
While here, set LICENSE. Changes for 1.2 * HTTP directory temp files now use tmpdir * updated code to kernel standards * mkcache ignores more directories | |||||
2011-01-17 | Update maintainer address, from PR 44404. | dholland | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2008-06-20 | Add DESTDIR support. | joerg | 1 | -6/+8 | |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 | |
2007-06-20 | gofish doesn't actually need any hardcoded uids or gids, as the gofish | jlam | 1 | -26/+22 | |
daemon will do a lookup using getpwnam() to derive the correct uid/gid of the gopher/gofish user. As such, make the following changes: (1) Remove GOPHER_{UID,GID}. (2) Allow GOPHER_{USER,GROUP} to be user-settable. (3) Correctly substitute for the gopher user, not the uid and gid, in the example gofish.conf. (4) Use the subst framework instead of rolling our own code. Bump the PKGREVISION to 2. This should allow this package to be built in the bulk builds. | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -8/+8 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-04-23 | Modify packages that set PKG_USERS and PKG_GROUPS to follow the new | jlam | 1 | -3/+7 | |
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -3/+3 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-11-11 | Fix CHECK_FILES installation. Patch from Emil Skoeldberg. | wiz | 3 | -2/+26 | |
Bump PKGREVISION. | |||||
2005-11-02 | Update to 1.1, provided by Emil Skoeldberg in private mail. | wiz | 7 | -218/+7 | |
Changes for 1.1 * added Emil Skoldberg's Interix patch * removed all changes prior to 1.0 * added listen-address * added .cache processing * started making html configurable * gmap2cache now obsolete | |||||
2005-10-26 | Import gofish from pkgsrc-wip. Packaged by Emil Skoeldberg. | minskim | 9 | -0/+307 | |
Gopher server that also acts as http server and gopher to http gateway. |