aboutsummaryrefslogtreecommitdiff
path: root/net/gopher/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355691
* - Override install target to make it behave sanelyErwin Lansing2013-09-281-4/+10
| | | | | | | - Add stage support Notes: svn path=/head/; revision=328577
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* The server part was moved to pygopher several versions ago.Erwin Lansing2005-01-141-1/+1
| | | | | | | Noticed by: simon Notes: svn path=/head/; revision=126420
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93887
* Update to 3.0.6Erwin Lansing2003-08-271-4/+5
| | | | Notes: svn path=/head/; revision=87792
* Change to my FreeBSD.org addressErwin Lansing2003-06-121-1/+1
| | | | Notes: svn path=/head/; revision=82871
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76041
* Fix build on -CURRENT by tweaking #include order.Christian Weisgerber2002-12-181-7/+1
| | | | Notes: svn path=/head/; revision=71716
* BROKEN on 5.0: does not compileKris Kennaway2002-12-021-1/+7
| | | | Notes: svn path=/head/; revision=71290
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-1/+3
| | | | | | | | PR: 39587, 39589, 39590 Submitted by: maintainer Notes: svn path=/head/; revision=61684
* Add another master site, so people whose firewalls block port 70Trevor Johnson2002-06-101-1/+2
| | | | | | | | | | | (oh, the humanity!) can still use this program on their internal networks. PR: 39088 Submitted by: Erwin Lansing (maintainer) Notes: svn path=/head/; revision=61034
* upgrade to 3.0.5Ying-Chieh Liao2002-05-241-3/+3
| | | | | | | | | | take over maintainership PR: 37664 Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer) Notes: svn path=/head/; revision=59867
* Update to gopher-3.0.3Kris Kennaway2002-03-151-1/+1
| | | | Notes: svn path=/head/; revision=56113
* Remove some useless cruftKris Kennaway2002-01-261-1/+0
| | | | Notes: svn path=/head/; revision=53779
* Update to gopher 3.0.2. All-singing, all-dancing, all-hypertextingKris Kennaway2002-01-261-20/+6
| | | | | | | super 10th anniversary edition! Notes: svn path=/head/; revision=53776
* Replace last remnants of "nonexistent", "/nonexistent" etc. withAde Lovett2001-05-311-1/+1
| | | | | | | ${NONEXISTENT} as per bsd.port.mk Notes: svn path=/head/; revision=43365
* Mark FORBIDDEN due to remote exploits. Both people in the world stillKris Kennaway2000-09-031-0/+2
| | | | | | | using gopher, please take note. Notes: svn path=/head/; revision=32218
* Upgrade to 2.3.1 to fix remote vulnerability.Kris Kennaway2000-08-131-2/+2
| | | | Notes: svn path=/head/; revision=31597
* s/gopher2\.3/gopher2_3/Steve Price2000-04-301-1/+1
| | | | | | | | PR: 18274 Submitted by: Andreas Schulz <ats@first.gmd.de> Notes: svn path=/head/; revision=28117
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* ln -> ${LN}Michael Haro1999-08-281-5/+5
| | | | Notes: svn path=/head/; revision=21047
* Add wais support.Steve Price1999-06-081-2/+12
| | | | | | | | PR: 11728 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=19342
* Update to version 2.3.Steve Price1998-07-051-8/+19
| | | | | | | | PR: 7166 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=11746
* Updated MASTER_SITES.Masafumi Max NAKANE1996-11-171-7/+3
| | | | | | | | | | | Submitted by: Pedro Giffuni <m230761@ingenieria.ingsala.unal.edu.co> CATEGORIES+= -> CATEGORIES= Removed pre-install target. (What it did was mkdir ${PREFIX}/bin, etc. which is now done by mtree.) Notes: svn path=/head/; revision=4525
* Change "networking" to "net".Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2485
* Update, 2.1 -> 2.1.3.Satoshi Asami1995-04-241-4/+4
| | | | | | | | | NOTE: THIS DOES NOT WORK. Someone please fix AUTH.c, it uses fgetpwent(), which, according to the comments, is a replacement of setpwfile(), which according to the manpage of getpwent(), is deprecated. Notes: svn path=/head/; revision=1509
* Remove NCFTPFLAGS, ncftp defaults changedAndrey A. Chernov1995-04-161-2/+1
| | | | Notes: svn path=/head/; revision=1402
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-2/+4
| | | | Notes: svn path=/head/; revision=1363
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Add gopher dir.Andreas Schulz1994-12-121-0/+19
Notes: svn path=/head/; revision=553