summaryrefslogtreecommitdiff
path: root/www/web500gw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76344
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Fix patching for 2-digit years.Alexander Langer2000-07-191-78/+77
| | | | | | | | PR: 19315 Submitted by: Karl Dietz <Karl.Dietz@frankfurt.netsurf.de> Notes: svn path=/head/; revision=30834
* Remove inappropriate categories. See Porter's Handbook.Will Andrews2000-06-021-1/+1
| | | | Notes: svn path=/head/; revision=29085
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27430
* fix: web500gw can't always parse dates (Y2K)Michael Haro2000-04-014-0/+169
| | | | | | | | PR: 16736 Submitted by: maintainer Notes: svn path=/head/; revision=27233
* Maintainer's e-mail address has changed, and portlint.R. Imura1999-11-261-2/+2
| | | | | | | | PR: 15092 Submitted by: Maintainer Notes: svn path=/head/; revision=23340
* Update 2.1b2 -> 2.1b3 and unbreak. Point MAINTAINER to Karl DietzJacques Vidrine1999-09-214-38/+65
| | | | | | | | | | <karl.dietz@triplan.com>. PR: ports/12999, ports/13654 Submitted by: Karl Dietz <karl.dietz@triplan.com> Notes: svn path=/head/; revision=21866
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Yet more WWW: fun.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18419
* Build broken for a.out too.Satoshi Asami1998-10-261-2/+2
| | | | Notes: svn path=/head/; revision=14183
* Mark BROKEN for ELF:Justin M. Seger1998-10-151-1/+3
| | | | | | | | | | | | | | | | | | gcc -O -pipe -DUSE_SYSCONF -I. -I/usr/local/include -DMODIFY -DWEB500GW_DEBUG -DSUPPORT_OLD_URLS -DWEB500GWDIR=\"/usr/local/etc/web500gw\" -DLDAPVERSION=33 -DLDAP_DEBUG -fpcc-struct-return -fwritable-strings -c gwversion.c gcc -o web500gw web500gw.o read.o search.o modify.o add.o navigation.o util.o web_util.o dir_util.o ldap2html.o messages.o init.o config.o detach.o setproctitle.o gwversion.o -L/usr/local/lib -lldap -llber util.o: In function `find_access': util.o(.text+0x91a): undefined reference to `re_comp' util.o(.text+0x927): undefined reference to `re_exec' util.o: In function `find_language': util.o(.text+0x96a): undefined reference to `re_comp' util.o(.text+0x977): undefined reference to `re_exec' util.o: In function `find_browser': util.o(.text+0xd2e): undefined reference to `re_comp' util.o(.text+0xd3b): undefined reference to `re_exec' *** Error code 1 Notes: svn path=/head/; revision=14016
* Allow this to run standalone or from inetd.Steve Price1998-08-244-6/+15
| | | | | | | | PR: 7663 Submitted by: maintainer Notes: svn path=/head/; revision=12779
* Wwwaste the manpages.Tim Vanderhoek1998-08-191-1/+0
| | | | Notes: svn path=/head/; revision=12659
* You don't need to use "+=" for a variable only defined once....Satoshi Asami1998-07-311-2/+2
| | | | Notes: svn path=/head/; revision=12237
* HTTP gateway to LDAP-based directories.Jacques Vidrine1998-07-316-0/+174
PR: ports/7447 Submitted by: Brent J. Nordquist <bjn@visi.com> Notes: svn path=/head/; revision=12228