aboutsummaryrefslogtreecommitdiff
path: root/security/vxquery
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add license, per assessing only vxquery.cc.Matthias Andree2019-12-291-0/+2
| | | | Notes: svn path=/head/; revision=521273
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Support stagingEmanuel Haupt2014-02-251-4/+3
| | | | Notes: svn path=/head/; revision=345986
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-8/+1
| | | | Notes: svn path=/head/; revision=225335
* USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more thanErwin Lansing2006-06-111-1/+0
| | | | | | | | | 2 years ago. Clean out the last traces of it. With hat: portmgr Notes: svn path=/head/; revision=165111
* Reset maintainer at his request; nectar is away from FreeBSD work right now.Mark Linimon2006-03-241-1/+1
| | | | Notes: svn path=/head/; revision=158047
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Don't require a particular version of libexpat. Use sh(1)'s `echo *'Mikhail Teterin2004-08-172-3/+3
| | | | | | | | | instead of spawning off ls(1) in pkg_check.sh. Approved by: maintainer Notes: svn path=/head/; revision=116534
* Update 0.2 -> 0.2.1Jacques Vidrine2004-04-052-3/+3
| | | | | | | | This is a minor update which only adds source compatibility for GCC 2.95. There is no change in functionality. Notes: svn path=/head/; revision=106278
* Update vxquery 0.1 -> 0.2Jacques Vidrine2004-04-012-4/+3
| | | | Notes: svn path=/head/; revision=105906
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-1/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* List correct path for FreeBSD VuXML document.Jacques Vidrine2004-02-131-1/+1
| | | | | | | Noticed by: bmah, Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=100841
* Add VuXML Query Tool (vxquery) a simple utility for selecting entriesJacques Vidrine2004-02-125-0/+48
from a VuXML document by package name and version. Notes: svn path=/head/; revision=100762