aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/htdig
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new options frameworkbapt2012-11-221-6/+6
| | | | Feature safe: yes
* Throw my ports back in the pool, and make my intentions clear for thedougb2012-10-081-6/+3
| | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you?
* - remove www/apache20 and devel/apr0ohauer2012-08-181-1/+1
| | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@
* - change required APACHE version from 13+ to 20+ohauer2012-01-021-3/+1
| | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-2/+2
|
* Miscellaneous cleanups and fixes, some of the windowmaker stuffdougb2011-05-162-2/+2
| | | | gracefully provided by danfe.
* - fix pkg-plist if installed with apache20 / apache22ohauer2011-02-222-3/+7
| | | | | | | | - remove MD5 from distinfo PR: ports/154758 Submitted by: myself Approved by: maintainer timeout
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with T,U,V
* - Use SF macropgollucci2009-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
* Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my portsdougb2009-03-251-0/+2
|
* Finish removing support for RELENG_4dougb2007-10-161-13/+0
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0
|
* - Fix after objformat removalpav2007-03-281-0/+3
| | | | Reported by: pointyhat
* Fix build with gcc 4.1dougb2006-12-181-0/+14
|
* USE_APACHE is needed for the value of APACHE_PORTdougb2006-08-291-0/+1
|
* Add OPTIONS to the rest of my ports that need them.dougb2006-08-281-5/+8
| | | | Add CONFLICTS to the bind* ports.
* Conversion to a single libtool environment.ade2006-02-232-3/+6
| | | | Approved by: portmgr (kris)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Add SHA256 checksums to my portsdougb2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* For the ports that I maintain, do the following as appropriate:dougb2005-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.
* Delete a dead master site[1], and add two new ones[2].dougb2005-09-241-1/+2
| | | | | Prompted by: fenner's distfile survey [1] Obtained from: htdig's mirror list [2]
* - Define APACHE_COMPATclement2005-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)
* Bump PORTREVISION for the new security patchdougb2005-09-141-0/+1
| | | | | | Forgotten by: me Reminded by: remko Security: http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html
* Add a patch to fix a cross site scripting bug in htsearch.dougb2005-09-131-0/+24
| | | | | Submitted by: secteam (remko) Security: http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html
* Convert to DATADIR macro, per portlintdougb2005-09-131-14/+14
|
* Upgrade to the latest version, 3.2.0b6.dougb2004-08-293-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.
* Add missing filekris2004-04-151-0/+1
|
* Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variablesade2004-03-251-1/+1
|
* Major overhaul of the port to celebrate the upgrade to 3.2.0b5.dougb2004-03-204-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.
* Update to the more standard format, and punch up the text a bit.dougb2004-03-201-10/+9
|
* Use the new Apache bits from bsd.port.mk.marcus2003-11-071-1/+1
| | | | Submitted by: dinoex
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix build in -currentdougb2003-02-021-1/+7
|
* * Upgrade to version 3.1.6, which fixes numerous bugs, and one possibledougb2002-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
* remove malloc.halfred2001-12-111-0/+10
|
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-211-1/+1
| | | | the later case
* * Assume maintainership by agreement.dougb2001-09-251-1/+2
| | | | | * Bump PORTREVISION to indicate the addition of the fix for the config file bug, obtained from the ht://Dig developers.
* This patch comes from the ht://Dig maintainers, and fixes a possibledougb2001-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.
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Change dependency trigger from share/apache to share/doc/apache, whichasami2000-09-161-1/+1
| | | | | | actually exists. Submitted by: onigiri via billf
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Correct previous misunderstanding.kris2000-03-041-1/+1
|
* Change MAINTAINERship to kris, he evidently maintains this now.billf2000-02-291-1/+1
| | | | Submitted by: previous commit
* Update to htdig 3.1.5, which fixes a security hole in the htsearchkris2000-02-284-16/+12
| | | | | | cgi-bin. Submitted by: Doug Barton <doug@gorean.org>
* Update to reflect new apache install locations.billf1999-12-112-39/+39
| | | | | | Mostly: PR: ports/15398 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Upgrade to 3.1.3billf1999-10-294-108/+52
| | | | | Submitted by: Doug Barton <doug@gorean.org> lots of others who missed PLIST stuff.
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Use -pthread not -libc_rbillf1999-08-021-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.
* #4/4 enforcing Caps, no periodhoek1999-06-271-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
* Add more MASTER_SITEs, clean up a extra '\' that no-one noticed, clean upbillf1999-06-163-5/+9
| | | | COMMENT and DESCR, add MASTER_SITE_SUNSITE for oodles of fetch-power.
* Upgrade to version 3.1.2billf1999-06-012-5/+8
| | | | | PR: ports/11722 Submitted by: Tomaz Borstnar <tomaz.borstnar@over.net>
* I *LOVE* WWW:mharo1999-05-031-1/+1
|
* Forgotten patch from upgrade to 3.1.1billf1999-02-241-17/+32
| | | | | PR: ports/10223 Submitted by: Palla Girgensohn <girgen@partitur.se>
* Upgrade and associated changes.billf1999-02-222-8/+9
| | | | Prompted By: John-Mark Gurney <gurney_j@efn.org>
* Security fix and upgrade.billf1999-02-092-4/+5
| | | | Submitted by: Hugh Blandford <hugh@island.net.au>
* (I) add www virtual category, (II) add a mirror sitebillf1999-01-211-5/+5
| | | | | | (III) clean up post-patch target (IV) fix 'Version Required' Submitted by: (I) max@wide.ad.jp, (II,III,IV) billf
* More Y2K Statement Links...scrappy1999-01-131-1/+3
|
* I had a patch that fixed this, then I said "I'll just use sed", and Ibillf1998-11-241-5/+7
| | | | | | | | | never updated the Makefile. I was trying to avoid using sed and patch, and just ended up breaking it by my indeciveness. :> It's fixed now, and packages no less. Remind by: Satoshi
* Mark it broken, doesn't package.asami1998-11-231-1/+3
| | | | | | | | | | | | | | | | | | | | | === ===> Building package for htdig-3.1.0 Creating package /usr/ports/packages/All/htdig-3.1.0.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/htdig-3.1.0.tgz' tar: can't add file etc/htdig.conf : No such file or directory tar: can't add file share/htdig/footer.html : No such file or directory tar: can't add file share/htdig/bad_words : No such file or directory tar: can't add file share/htdig/header.html : No such file or directory tar: can't add file share/htdig/nomatch.html : No such file or directory tar: can't add file share/htdig/syntax.html : No such file or directory tar: can't add file share/htdig/english.0 : No such file or directory tar: can't add file share/htdig/english.aff : No such file or directory tar: can't add file share/htdig/synonyms : No such file or directory pkg_create: tar command failed with code 256 *** Error code 1 Stop.
* Initial Import of ht://dig, a search engine.billf1998-11-195-0/+77