summaryrefslogtreecommitdiff
path: root/net/gopher
AgeCommit message (Collapse)AuthorFilesLines
2006-03-22Disable the OS X hack for re_comp and friends on DragonFly, where itjoerg4-1/+51
breaks unistd.h. *sigh* Fix errno.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
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-2/+2
CONFIGURE_ARGS.
2005-11-08Use "int" in place of socklen_t on Interix.tv1-0/+10
2005-10-30Update gopher to 3.0.11adrianp2-6/+6
* [security] Fix for client buffer overflows [CAN-2005-2772].
2005-08-11Set MAINTAINER to tech-pkg. A posting to tech-pkg said the maintainerreed1-2/+2
is not the maintainer.
2005-08-05Update to version 3.0.9salo7-21/+132
Changes: - use PKG_SYSCONFIG Upstream changelog nonexistent, security fixes for CAN-2005-1853.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-07-10use buldlink3 so we strip gcc specific flags when not using gcc.grant1-3/+4
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-24Update to 3.0.6:wiz3-16/+9
* Deprecated gopherd in favor of PyGopherd. [XXX: which is not yet packaged, any takers?]
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-06-30Update to 3.0.5, extract of changes:wiz2-5/+5
* Logging with chroot has long since been fixed; added a note to startopts about other chroot stuff. Closes: #82590, #82591. * Gopherd sometimes sent "+INFO " instead of "+INFO: ". Fixed. * MAJOR rewrite of regex support. This should make gopher compile and work better on several platforms. * Removed the DOMAIN configure support, DOMAIN_NAME in gopherd, backupdomain in Socket.c, etc. This should prevent the no.domain.name problem that people have been seeing. Regenerated configure stuff. * Added line for .png to gopherd.conf.in And many more bug fixes. Clsoes PR 22013.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2002-01-21Initial import of gopher-3.0.2, a distributed document delivery clientagc4-0/+54
and server, into the NetBSD Packages Collection. The Internet Gopher is a distributed document delivery service. It allows a neophyte user to access various types of data residing on multiple hosts in a seamless fashion. This is accomplished by presenting the user a hierarchical arrangement of documents and by using a client-server communications model. The Internet Gopher Server accepts simple queries, and responds by sending the client a document. This is the Gopher+ distribution based on the University of Minnesota's Internet Gopher+ distribution for UNIX machines. University of Minnesota actively developed this software until 1995. In 2000, they released it to the public under the GNU General Public License. This represents the latest version of their tree, as adopted by a group of programmers. A client for VMS is included but is not currently supported. Provided in PR 15285 by jgoerzen@complete.org