aboutsummaryrefslogtreecommitdiff
path: root/textproc/htdig
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Use SF macroPhilip M. Gollucci2009-05-291-9/+3
| | | | | | | | | | | | | - USE_APACHE=yes is deprecated - Remove apache from RUN_DEPENDS - Style nit PR: ports/134446 Approved by: maintainer Submitted by: me Notes: svn path=/head/; revision=234753
* Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my portsDoug Barton2009-03-241-0/+2
| | | | Notes: svn path=/head/; revision=230904
* Finish removing support for RELENG_4Doug Barton2007-10-151-13/+0
| | | | Notes: svn path=/head/; revision=201532
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200793
* - Fix after objformat removalPav Lucistnik2007-03-271-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188566
* Fix build with gcc 4.1Doug Barton2006-12-181-0/+14
| | | | Notes: svn path=/head/; revision=180060
* USE_APACHE is needed for the value of APACHE_PORTDoug Barton2006-08-281-0/+1
| | | | Notes: svn path=/head/; revision=171567
* Add OPTIONS to the rest of my ports that need them.Doug Barton2006-08-281-5/+8
| | | | | | | Add CONFLICTS to the bind* ports. Notes: svn path=/head/; revision=171498
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Add SHA256 checksums to my portsDoug Barton2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149230
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* For the ports that I maintain, do the following as appropriate:Doug Barton2005-10-291-1/+2
| | | | | | | | | | | | 1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places. Notes: svn path=/head/; revision=146646
* Delete a dead master site[1], and add two new ones[2].Doug Barton2005-09-241-1/+2
| | | | | | | | Prompted by: fenner's distfile survey [1] Obtained from: htdig's mirror list [2] Notes: svn path=/head/; revision=143478
* - Define APACHE_COMPATClement Laforet2005-09-191-0/+1
| | | | | | | | | | | It fixed INDEX build with next exp-build patchset and prepare a smooth migration to bsd.apache.mk It's a no-op for now. Approved by: portmgr (self) Notes: svn path=/head/; revision=143148
* Bump PORTREVISION for the new security patchDoug Barton2005-09-131-0/+1
| | | | | | | | | Forgotten by: me Reminded by: remko Security: http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html Notes: svn path=/head/; revision=142617
* Add a patch to fix a cross site scripting bug in htsearch.Doug Barton2005-09-131-0/+24
| | | | | | | | Submitted by: secteam (remko) Security: http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html Notes: svn path=/head/; revision=142567
* Convert to DATADIR macro, per portlintDoug Barton2005-09-131-14/+14
| | | | Notes: svn path=/head/; revision=142566
* Upgrade to the latest version, 3.2.0b6.Doug Barton2004-08-283-10/+18
| | | | | | | | | | | Replace libtool 1.3 with 1.5, and adjust pkg-plist to remove the no longer installed .la files. Move the htdig.conf file out of the way before install so that the sample file will get installed each time. Notes: svn path=/head/; revision=117536
* Add missing fileKris Kennaway2004-04-151-0/+1
| | | | Notes: svn path=/head/; revision=107102
* Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variablesAde Lovett2004-03-251-1/+1
| | | | Notes: svn path=/head/; revision=105187
* Major overhaul of the port to celebrate the upgrade to 3.2.0b5.Doug Barton2004-03-194-64/+298
| | | | | | | | | | | | | | | | | | | | The 3.2.x series contains many enhanced features, most notably built in SSL capabilities. Changes for the port itself: 1. Add new MASTER_SITES. 2. Search for an apache binary, not a document directory. 3. The new version uses libtool, so add USE_LIBTOOL per portlint. 4. The new configure script is much more thorough, so use a more complete set of options, and sort them in "./configure --help" order. 5. CXXFLAGS hackery no longer needed in FreeBSD 5.x, but 6. A patch to include headers for select() is needed in RELENG_4. 7. Install PORTDOCS, especially the very thorough html help files. 8. Add SIZE to distinfo. 9. Make deletion of directories with user-configurable stuff conditional. Notes: svn path=/head/; revision=104648
* Update to the more standard format, and punch up the text a bit.Doug Barton2004-03-191-10/+9
| | | | Notes: svn path=/head/; revision=104647
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-1/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix build in -currentDoug Barton2003-02-021-1/+7
| | | | Notes: svn path=/head/; revision=74468
* * Upgrade to version 3.1.6, which fixes numerous bugs, and one possibleDoug Barton2002-02-047-123/+72
| | | | | | | | | | | | | | | | | | | | | | | | | security problem that was present in the unpatched 3.1.5. * Update the master sites list. * Configure more precisely several important directories, partly to compensate for some of the new defaults, and partly to avoid potential future security problems regarding remote users being able to read files specified as config files. This vulnerability was patched already, and the fix is included in this version. However, a little paranoia never hurt anyone. * Remove the patches, as they have either been made obsolete by the new version, or as in the pthreads issue, I'm doing them differently in the Makefile. * Make the patching in the Makefile smarter. * Put my name in the pkg-descr.... overlooked previously. * Adjust the pkg-plist, and sort it since the bloat is the same either way. Thanks to Palle Girgensohn <girgen@partitur.se> for the suggestion in the PR to place the conf file in its own directory. PR: ports/26058 Notes: svn path=/head/; revision=54191
* remove malloc.hAlfred Perlstein2001-12-111-0/+10
| | | | Notes: svn path=/head/; revision=51331
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* * Assume maintainership by agreement.Doug Barton2001-09-251-1/+2
| | | | | | | | * Bump PORTREVISION to indicate the addition of the fix for the config file bug, obtained from the ht://Dig developers. Notes: svn path=/head/; revision=48180
* This patch comes from the ht://Dig maintainers, and fixes a possibleDoug Barton2001-09-251-0/+24
| | | | | | | | | | | | | | | | security vulnerability. Quoting from their e-mail announcement: There is a security vulnerability in all versions of htsearch between 3.1.0b2 and 3.1.5 . . . The hole can allow a remote user to pick a file on your system for the config file that the UID running the webserver can read. With a default ports install the httpd user should be nobody, which makes the vulnerability small. Notes: svn path=/head/; revision=48179
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Change dependency trigger from share/apache to share/doc/apache, whichSatoshi Asami2000-09-151-1/+1
| | | | | | | | | actually exists. Submitted by: onigiri via billf Notes: svn path=/head/; revision=32661
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* Correct previous misunderstanding.Kris Kennaway2000-03-041-1/+1
| | | | Notes: svn path=/head/; revision=26519
* Change MAINTAINERship to kris, he evidently maintains this now.Bill Fumerola2000-02-281-1/+1
| | | | | | | Submitted by: previous commit Notes: svn path=/head/; revision=26412
* Update to htdig 3.1.5, which fixes a security hole in the htsearchKris Kennaway2000-02-284-16/+12
| | | | | | | | | cgi-bin. Submitted by: Doug Barton <doug@gorean.org> Notes: svn path=/head/; revision=26404
* Update to reflect new apache install locations.Bill Fumerola1999-12-102-39/+39
| | | | | | | | | Mostly: PR: ports/15398 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=23763
* Upgrade to 3.1.3Bill Fumerola1999-10-294-108/+52
| | | | | | | | Submitted by: Doug Barton <doug@gorean.org> lots of others who missed PLIST stuff. Notes: svn path=/head/; revision=22716
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Use -pthread not -libc_rBill Fumerola1999-08-011-0/+90
| | | | | | | | | | | | | PR: ports/12488 Submitted by: Palle Girgensohn <girgen@partitur.se> NOTE: This patch actually patches two files, which is normally frowned upon. However, one of these files generates the other and really isn't used by the port, just for people who would use the port to make their own custom ht://dig. I don't think this is a problem. Notes: svn path=/head/; revision=20470
* #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
* Add more MASTER_SITEs, clean up a extra '\' that no-one noticed, clean upBill Fumerola1999-06-163-5/+9
| | | | | | | COMMENT and DESCR, add MASTER_SITE_SUNSITE for oodles of fetch-power. Notes: svn path=/head/; revision=19504
* Upgrade to version 3.1.2Bill Fumerola1999-05-312-5/+8
| | | | | | | | PR: ports/11722 Submitted by: Tomaz Borstnar <tomaz.borstnar@over.net> Notes: svn path=/head/; revision=19155
* I *LOVE* WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18411
* Forgotten patch from upgrade to 3.1.1Bill Fumerola1999-02-231-17/+32
| | | | | | | | PR: ports/10223 Submitted by: Palla Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=16877
* Upgrade and associated changes.Bill Fumerola1999-02-212-8/+9
| | | | | | | Prompted By: John-Mark Gurney <gurney_j@efn.org> Notes: svn path=/head/; revision=16809
* Security fix and upgrade.Bill Fumerola1999-02-092-4/+5
| | | | | | | Submitted by: Hugh Blandford <hugh@island.net.au> Notes: svn path=/head/; revision=16567