summaryrefslogtreecommitdiff
path: root/net/gofish
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2016-12-18Fixed pkglint warnings. Bumped PKGREVISION.rillig1-6/+10
The user name is configurable now.
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-1/+2
sysutils/user_* packages.
2013-04-06".for variable names should not contain uppercase letters"rodent1-3/+3
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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.