summaryrefslogtreecommitdiff
path: root/net/gofish
AgeCommit message (Collapse)AuthorFilesLines
2011-01-18Update to 1.2, provided by maintainer Emil Skoeldberg in PR 44406.wiz2-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-17Update maintainer address, from PR 44404.dholland1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-06-20Add DESTDIR support.joerg1-6/+8
2007-10-09Remove trailing spaces.martti1-2/+2
2007-06-20gofish doesn't actually need any hardcoded uids or gids, as the gofishjlam1-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-22Whitespace cleanup, courtesy of pkglint.wiz1-8/+8
Patch provided by Sergey Svishchev in private mail.
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-3/+7
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-11Fix CHECK_FILES installation. Patch from Emil Skoeldberg.wiz3-2/+26
Bump PKGREVISION.
2005-11-02Update to 1.1, provided by Emil Skoeldberg in private mail.wiz7-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-26Import gofish from pkgsrc-wip. Packaged by Emil Skoeldberg.minskim9-0/+307
Gopher server that also acts as http server and gopher to http gateway.