aboutsummaryrefslogtreecommitdiff
path: root/devel/doxygen
Commit message (Collapse)AuthorAgeFilesLines
* ${PERL} -pi -> ${REINPLACE_CMD}Michael Nottebrock2004-03-041-2/+3
| | | | | | | | | (Sorry for the delay, kde@freebsd.org was down for 1.5 weeks) Noticed by: Adam Weinberger <adamw@magnesium.net> Notes: svn path=/head/; revision=102868
* Update to 1.3.6Tilman Keskinoz2004-03-012-4/+4
| | | | | | | | SIZEify Add Norwegian to languages on alpha (requested by: Idar Tollefsen) Notes: svn path=/head/; revision=102634
* Add --english-only for alpha.Tilman Keskinoz2004-02-281-0/+4
| | | | | | | | | PR: 55186 Submitted by: Idar Tollefsen <idart@performancedesign.no> Thanks to: pav for reminder Notes: svn path=/head/; revision=102476
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use the new ghostscript options.Joe Marcus Clarke2004-01-201-1/+1
| | | | | | | Submitted by: linimon Notes: svn path=/head/; revision=98657
* Update to 1.3.5aTilman Keskinoz2003-12-233-5/+4
| | | | | | | | PR: 60316 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=96504
* Add build dependency on GSPORTTilman Keskinoz2003-09-101-1/+3
| | | | | | | | | PR: 56168 Submitted by: Sergey Matveychuk <sem@ciam.ru> Reviewed by: Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=88928
* Update the pkg-descrTilman Keskinoz2003-08-191-4/+4
| | | | | | | Submitted by: Chris Larsen <darth@vader.dk> Notes: svn path=/head/; revision=87292
* Unbreak by Updating to 1.3.3 andTilman Keskinoz2003-08-193-412/+445
| | | | | | | | | | Change the Logic of the knobs PR: 55651 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=87291
* BROKEN: Broken pkg-plistKris Kennaway2003-08-071-0/+2
| | | | Notes: svn path=/head/; revision=86468
* fix devel/doxygen:Daichi GOTO2003-07-091-1/+1
| | | | | | | | | | | - When INSTALL is defined as install -C in /etc/make.conf it breaks configure target, with message "-C invalid argument". PR: 54232 Submitted by: Melvyn Sopacua <melvyn@webteckies.org> Notes: svn path=/head/; revision=84500
* Update to 1.3.1Mario Sergio Fujikawa Ferreira2003-06-124-22/+13
| | | | | | | | | PR: 52081 Submitted by: Yeasah Pell <yeasah@apocalypse.org> Prompted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=82897
* Fix broken LaTeX code generated by doxygen. Changing packageJoerg Wunsch2003-05-112-1/+12
| | | | | | | | | | | | fancyhdr's \footrulewidth has always been documented using \renewcommand (as opposed to \setlength), and the LaTeX from teTeX 2.x barfs about it otherwise. This is merely a stop-gap measure until the maintainer finds the time to upgrade the doxygen port to a current version. Notes: svn path=/head/; revision=80669
* Fix package buildingTilman Keskinoz2003-05-051-0/+1
| | | | | | | | Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Reported by: bento via kris Notes: svn path=/head/; revision=80175
* Add WITHOUT_DOXYWIZARD knobTilman Keskinoz2003-04-222-6/+9
| | | | | | | | PR: 50571 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Notes: svn path=/head/; revision=79457
* 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
* Removed broken qt2 support. It's QT3 only now.Alan Eldridge2002-11-291-6/+1
| | | | | | | Approved by: (hopefully soon) kris Notes: svn path=/head/; revision=71233
* Fix non-LaTeX build (this is a test. I'm not gonna uninstall teTeX to testAlan Eldridge2002-10-232-0/+19
| | | | | | | | | this as it takes too long.) Per request by Kris K. Notes: svn path=/head/; revision=68658
* 1. Update Doxygen to 1.2.18. Yay!Alan Eldridge2002-10-165-82/+96
| | | | | | | | | | - had to redo the way to build the postscript doc. the old way didn't work anymore; latex would bomb out. 2. Fix pkg-plist for kdesdk-3.0.4. This one kinda fell through the cracks when I was rushing to get the 3.0.4 ports out there. Notes: svn path=/head/; revision=68143
* Maintainer changed to kde@ with kind permission of current maintainer, whoAlan Eldridge2002-08-271-1/+1
| | | | | | | | said he was really too busy to handle it anyway. There is a version update which I will try to handle within the week. Notes: svn path=/head/; revision=65086
* Bump PORTREVISION. Sorry, I forgot.Alan Eldridge2002-06-231-0/+1
| | | | Notes: svn path=/head/; revision=61836
* Update to use qt30. added WITH_QT2 knob for old behavior.Alan Eldridge2002-06-232-6/+24
| | | | | | | | committed becaused maintainer did not respond in three weeks and has an invalid address in ports Makefile. Notes: svn path=/head/; revision=61834
* upgrade to 1.2.16Ying-Chieh Liao2002-05-254-13/+37
| | | | | | | | PR: 38545 Submitted by: maintainer Notes: svn path=/head/; revision=59992
* Update to 1.2.15David W. Chapman Jr.2002-04-043-54/+58
| | | | | | | | | | Fix malloc.h for -current PR: 36715 Submitted by: maintainer Notes: svn path=/head/; revision=57331
* fix plistYing-Chieh Liao2002-03-302-9/+10
| | | | | | | | PR: 36512 Submitted by: maintainer Notes: svn path=/head/; revision=56955
* upgrade to 1.2.14Ying-Chieh Liao2002-03-153-7/+9
| | | | | | | | PR: 35911 Submitted by: maintainer Notes: svn path=/head/; revision=56118
* Update to 1.2.13Patrick Li2002-01-052-2/+10
| | | | | | | | PR: 33357 Submitted by: maintainer Notes: svn path=/head/; revision=52602
* - update to 1.2.12Pete Fritchman2001-11-253-9/+13
| | | | | | | | | | - set depends appropriately if HAVE_LATEX is defined PR: 32091 Submitted by: maintainer Notes: svn path=/head/; revision=50514
* Update to -1.2.11David W. Chapman Jr.2001-10-196-9/+48
| | | | | | | | PR: 30943 Submitted by: maintainer Notes: svn path=/head/; revision=48926
* 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 Notes: svn path=/head/; revision=48275
* 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) Notes: svn path=/head/; revision=48187
* 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) Notes: svn path=/head/; revision=40792
* Change master site to use ftp.Jun Kuriyama2001-03-131-1/+1
| | | | | | | Requested by: Mark Huizer <freebsd@dohd.org> (master site maintainer) Notes: svn path=/head/; revision=39723
* 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) Notes: svn path=/head/; revision=39720
* Update to 1.2.4.Daniel Harris2001-01-283-3/+3
| | | | | | | | PR: 24464 Submitted by: joseph@randomnetworks.com Notes: svn path=/head/; revision=37693
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-071-4/+3
| | | | Notes: svn path=/head/; revision=36897
* 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 Notes: svn path=/head/; revision=33101
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-4/+3
| | | | Notes: svn path=/head/; revision=27452
* Update to 1.1.0Chris Piazza2000-02-253-20/+57
| | | | | | | | PR: 16977 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=26284
* Respect CC/CXXChris Piazza2000-02-211-3/+7
| | | | | | | | PR: 16847 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=26118
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* 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. Notes: svn path=/head/; revision=19799
* 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> Notes: svn path=/head/; revision=19387