summaryrefslogtreecommitdiff
path: root/devel/doxygen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.13Patrick Li2002-01-052-2/+10
| | | | | PR: 33357 Submitted by: maintainer
* - update to 1.2.12Pete Fritchman2001-11-253-9/+13
| | | | | | | - set depends appropriately if HAVE_LATEX is defined PR: 32091 Submitted by: maintainer
* Update to -1.2.11David W. Chapman Jr.2001-10-196-9/+48
| | | | | PR: 30943 Submitted by: maintainer
* Update to 1.2.10David W. Chapman Jr.2001-09-292-1/+60
| | | | | | | | | Add BUILD_DEPEND to graphviz Make PORTDOC compliance PR: 39113 Submitted by: new maintainer Approved by: old maintainer
* o update to 1.2.10.FUJISHIMA Satsuki2001-09-254-19/+332
| | | | | | | | | | o switch maintainership to Dave Chapeskie <dchapes@ddm.wox.org>. o switch using QT2. o add much more documents. PR: 30113 Submitted by: Dave Chapeskie <dchapes@ddm.wox.org> (new maintainer) Approved by: Joep Grooten <joep@di.nl> (previous maintainer)
* Overhaul QT/KDE support:Will Andrews2001-04-031-1/+1
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* Change master site to use ftp.Jun Kuriyama2001-03-131-1/+1
| | | | Requested by: Mark Huizer <freebsd@dohd.org> (master site maintainer)
* Upgrade to 1.2.6.Jun Kuriyama2001-03-133-3/+65
| | | | | | | | Use EXTRACT_SUFX instead of single DISTFILES (by kuriyama). Submitted by: Dave Chapeskie <dchapes@ddm.crosswinds.net> PR: ports/25711 Not reach for: maintainer (mail service unavailable)
* Update to 1.2.4.Daniel Harris2001-01-283-3/+3
| | | | | PR: 24464 Submitted by: joseph@randomnetworks.com
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-071-4/+3
|
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-2/+1
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-4/+3
|
* Update to 1.1.0Chris Piazza2000-02-253-20/+57
| | | | | PR: 16977 Submitted by: Will Andrews <andrews@technologist.com>
* Respect CC/CXXChris Piazza2000-02-211-3/+7
| | | | | PR: 16847 Submitted by: Will Andrews <andrews@technologist.com>
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Initial import of doxygen version 0.4.Steve Price1999-06-105-0/+52
A documentation system for C and C++. PR: 10707 Submitted by: Joep Grooten <joep@di.nl>