aboutsummaryrefslogtreecommitdiffstats
path: root/www/cocoon
Commit message (Collapse)AuthorAgeFilesLines
* Adjust PLIST_SUB to not bug check-plistantoine2014-06-061-1/+1
|
* - Do not build with JDK7 and later. This port uses deprecated JPEG classes.jkim2014-06-052-15/+6
| | | | | | - Support staging. Reported by: exp-run (PR190511)
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | www)
* Convert to new options frameworkbapt2013-06-073-130/+258
|
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part3)
* Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILESdougb2012-08-201-1/+0
| | | | I caught most of these, but missed this one, apologies
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* For those ports that have been fully adapted to USE_RC_SUBR remove thedougb2010-03-271-1/+0
| | | | | | | old RC_SCRIPTS_SUB as it has not been needed for a long time. For those that have not yet been updated, remove RC_SUBR=${RC_SUBR} from the list.
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 2.1.11clsung2008-04-092-5/+4
| | | | | PR: ports/122592 Submitted by: Wen heping <wenheping_AT_gmail dot com>
* - Fix single-quotes in OPTIONSbeech2008-03-272-66/+66
| | | | | | | | - Reset maintainer (per maintainer request) PR: ports/122108 Submitted by: Dima Panov <fluffy@fluffy.khv.ru> Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 2.1.10sat2007-01-239-50/+80
| | | | | PR: ports/108195 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
* Fix packing listhq2006-05-155-35/+213
| | | | | | PR: 97023 Submitted by: maintainer Reported by: pointyhat
* - Update to 2.1.9hq2006-05-0614-47/+211
| | | | | | | | | - Use USE_RC_SUBR - Use SUB_FILES - Remove USE_REINPLACE PR: 95627 Submitted by: maintainer
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Update to 2.1.8hq2005-11-217-19/+102
| | | | | PR: 89371 Submitted by: maintainer
* - Correctly USE_RC_SUBRvs2005-07-283-3/+14
| | | | | | - Fix build-issue on 4.x Submitted by: maintainer
* Update to 2.1.7hq2005-04-038-97/+205
| | | | | PR: 79197 Submitted by: maintainer
* - Update to 2.1.6hq2004-11-216-201/+113
| | | | | | | | | - Use CPIO and INSTALL_SCRIPT - When ant build fails, return non-null error code in build.sh - Added WITH_SAMPLES and WITH_SOURCES options PR: 74139 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* - Fix block dependencies issue [1]hq2004-11-032-45/+27
| | | | | | | - Use MASTER_SITE_SUBDIR PR: 73427 [1] Submitted by: maintainer [1]
* * Handle recursive dependencies when dealing with blocks selected by the user.vs2004-08-093-55/+105
| | | | | | | | * Handle deprecated blocks. * Select all non-deprecated blocks by default. PR: ports/69944 Submitted by: Jean-Baptiste Quenot (maintainer)
* Move textproc/cocoon to more appropriate category wwwvs2004-07-221-1/+1
| | | | | PR: ports/69358 Submitted by: Jean-Baptiste Quenot (maintainer)
* Update to 2.1.5.1vs2004-07-224-19/+26
| | | | | PR: ports/69358 Submitted by: Jean-Baptiste Quenot (maintainer)
* . Major update to 2.1.5.glewis2004-07-0215-668/+796
| | | | | | | . Assign maintainership to the submitter. PR: 66253 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* BROKEN: Does not compile on 5.xkris2004-05-211-1/+7
|
* SIZEify.trevor2004-01-301-0/+1
|
* The directory structure has changed again.nork2003-07-122-6/+3
| | | | | PR: ports/52305 Submitteed by: Kimura Fuyuki <fuyuki@hadaly.org>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Use MASTER_SITE_APACHE*.naddy2003-02-131-4/+4
| | | | | PR: 47984 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Install an additional file (turbine-pool.jar). Bump PORTREVISIONarved2003-01-213-2/+4
| | | | | PR: 23638 Submitted by: Allan Bowhill <kosmos@bowhill.yi.org>
* Don't remove system directories share/java, share/java/classes, andkris2002-11-111-2/+0
| | | | share/doc
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Fix a critical bug in 1.8.2 & bump PORTREVISION, for details see:petef2002-05-272-1/+52
| | | | | | | http://www.mail-archive.com/cocoon-users@xml.apache.org/msg05651.html PR: 37989 Submitted by: Volker Stolz <vs@lambda.foldr.org>
* Updated mastersite. Added some alternatives.znerd2002-04-052-8/+9
| | | | | | | | | | Now uses USE_JAVA (bsd.java.mk). Changed distinfo. Distfile changed, although the file name did not change (d'oh). Bumped PORTREVISION. PR: 36650 Prompted by: Tilman Linneweh <tilman@arved.de>
* Drop maintainership.kuriyama2001-09-041-1/+1
|
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* Upgrade to 1.8.2.kuriyama2001-02-014-29/+87
| | | | | PR: ports/24710 Submitted by: kunishi@c.oka-pu.ac.jp
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-172-457/+452
| | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
* Upgrade to 1.8.kuriyama2000-11-264-87/+155
| | | | Requested by: many
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Upgrade to 1.7.4.kuriyama2000-08-317-414/+492
| | | | | Submitted by: Leo Kim <leo@florida.sarang.net> (20431), shige PR: ports/20431
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* portlint:mharo2000-03-212-4/+3
| | | | | PREFIX -> LOCALBASE Remove empty lines
* Update to v1.5.kuriyama1999-11-073-258/+295
| | | | | Submitted by: Jose Marques <noway@nohow.demon.co.uk> PR: ports/14622
* I forgot to update "Version required" header.kuriyama1999-11-061-1/+1
|
* Update to v1.4.kuriyama1999-10-273-67/+248
| | | | | Submitted by: leo@florida.sarang.net PR: ports/14351
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* 100% pure Java publishing framework servletkuriyama1999-07-016-0/+230