FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 9:55 AM GMT
Port details
cocoon 2.1.11_1 www on this many watch lists=0 search for ports that depend on this port
XML Web Development Framework

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Jul 2004 06:56:22
Also Listed In: java
License: not specified in port
Apache Cocoon is a web development framework built around the
concepts of separation of concerns and component-based web development.

Cocoon implements these concepts around the notion of 'component
pipelines', each component on the pipeline specializing on a
particular operation. This makes it possible to use a Lego(tm)-like
approach in building web solutions, hooking together components
into pipelines without any required programming.

Cocoon is "web glue for your web application development needs".
It is a glue that keeps concerns separate and allows parallel
evolution of all aspects of a web application, improving development
pace and reducing the chance of conflicts.

WWW: http://cocoon.apache.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/python27, java/jdk16
Required To Run: lang/python27, java/jdk16
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/cocoon/ && make install clean
To add the package: pkg_add -r cocoon


Configuration Options
===> The following configuration options are available for cocoon-2.1.11_1:
     DOCS=on (default) "Include the documentation"
     SAMPLES=on (default) "Include the samples"
     SOURCES=off (default) "Include the sources in jars"
     AUTHENTICATION_FW=on (default) "Enable the authentication-fw block"
     BATIK=on (default) "Enable the batik block"
     BSF=on (default) "Enable the bsf block"
     CHAPERON=on (default) "Enable the chaperon block"
     DATABASES=on (default) "Enable the databases block"
     FOP=on (default) "Enable the fop block"
     FORMS=on (default) "Enable the forms block"
     HSQLDB=on (default) "Enable the hsqldb block"
     HTML=on (default) "Enable the html block"
     ITEXT=on (default) "Enable the itext block"
     JFOR=on (default) "Enable the jfor block"
     JSP=on (default) "Enable the jsp block"
     LINKREWRITER=on (default) "Enable the linkrewriter block"
     LUCENE=on (default) "Enable the lucene block"
     MIDI=on (default) "Enable the midi block"
     NAMING=on (default) "Enable the naming block"
     OJB=on (default) "Enable the ojb block"
     PARANOID=on (default) "Enable the paranoid block"
     POI=on (default) "Enable the poi block"
     PORTAL=on (default) "Enable the portal block"
     PROFILER=on (default) "Enable the profiler block"
     PYTHON=on (default) "Enable the python block"
     SESSION_FW=on (default) "Enable the session-fw block"
     VELOCITY=on (default) "Enable the velocity block"
     WEB3=on (default) "Enable the web3 block"
     XMLDB=on (default) "Enable the xmldb block"
     XSP=on (default) "Enable the xsp block"
     PHP=off (default) "Enable the php block"
     PORTAL_FW=off (default) "Enable the portal-fw block"
     SWF=off (default) "Enable the swf block"
     WOODY=off (default) "Enable the woody block"
     AJAX=on (default) "Enable the ajax block"
     APPLES=on (default) "Enable the apples block"
     ASCIIART=on (default) "Enable the asciiart block"
     AUTH=on (default) "Enable the auth block"
     AXIS=on (default) "Enable the axis block"
     CAPTCHA=on (default) "Enable the captcha block"
     CRON=on (default) "Enable the cron block"
     DELI=on (default) "Enable the deli block"
     EVENTCACHE=on (default) "Enable the eventcache block"
     FACES=on (default) "Enable the faces block"
     IMAGEOP=on (default) "Enable the imageop block"
     JAVAFLOW=on (default) "Enable the javaflow block"
     JCR=off (default) "Enable the jcr block"
     JMS=on (default) "Enable the jms block"
     LINOTYPE=on (default) "Enable the linotype block"
     MAIL=on (default) "Enable the mail block"
     PETSTORE=on (default) "Enable the petstore block"
     PROXY=on (default) "Enable the proxy block"
     QDOX=on (default) "Enable the qdox block"
     QUERYBEAN=on (default) "Enable the querybean block"
     REPOSITORY=on (default) "Enable the repository block"
     SERIALIZERS=on (default) "Enable the serializers block"
     SLIDE=on (default) "Enable the slide block"
     SLOP=on (default) "Enable the slop block"
     STX=on (default) "Enable the stx block"
     TAGLIB=on (default) "Enable the taglib block"
     TEMPLATE=on (default) "Enable the template block"
     TOUR=on (default) "Enable the tour block"
     VALIDATION=on (default) "Enable the validation block"
     WEBDAV=on (default) "Enable the webdav block"
     XSLTAL=on (default) "Enable the xsltal block"
===> Use 'make config' to modify these settings

Master Sites:
http://www.apache.org/dist/cocoon/
http://archive.apache.org/dist/cocoon/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/cocoon/
ftp://mir1.ovh.net/ftp.apache.org/dist/cocoon/
ftp://ftp.forthnet.gr/pub/www/apache/cocoon/
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/cocoon/
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/cocoon/
ftp://ftp.rhnet.is/pub/apache/cocoon/
http://ring.nict.go.jp/archives/net/apache/cocoon/
ftp://ftp.task.gda.pl/pub/www/apache/dist/cocoon/
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/cocoon/
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/cocoon/
ftp://ftp.sunet.se/pub/www/servers/apache/dist/cocoon/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.1.11_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
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.
21 Jul 2011 05:03:02
Original commit files touched by this commit  2.1.11_1
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
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
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.1.11_1
miwi search for other commits by this committer
- Get Rid MD5 support
27 Mar 2010 05:21:36
Original commit files touched by this commit  2.1.11_1
dougb search for other commits by this committer
For those ports that have been fully adapted to USE_RC_SUBR remove the
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.
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.1.11_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
06 Jun 2008 14:07:24
Original commit files touched by this commit  2.1.11_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
09 Apr 2008 09:36:50
Original commit files touched by this commit  2.1.11
clsung search for other commits by this committer
- Update to 2.1.11

PR:             ports/122592
Submitted by:   Wen heping <wenheping_AT_gmail dot com>
27 Mar 2008 02:22:19
Original commit files touched by this commit  2.1.10_1
beech search for other commits by this committer
- Fix single-quotes in OPTIONS
- 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)
19 May 2007 20:32:57
Original commit files touched by this commit  2.1.10_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
23 Jan 2007 10:21:34
Original commit files touched by this commit  2.1.10
sat search for other commits by this committer
- Update to 2.1.10

PR:             ports/108195
Submitted by:   Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
14 May 2006 22:06:29
Original commit files touched by this commit  2.1.9
hq search for other commits by this committer
Fix packing list

PR:             97023
Submitted by:   maintainer
Reported by:    pointyhat
05 May 2006 16:35:05
Original commit files touched by this commit  2.1.9
hq search for other commits by this committer
- Update to 2.1.9
- Use USE_RC_SUBR
- Use SUB_FILES
- Remove USE_REINPLACE

PR:             95627
Submitted by:   maintainer
24 Jan 2006 03:14:23
Original commit files touched by this commit  2.1.8
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
21 Nov 2005 15:30:37
Original commit files touched by this commit  2.1.8
hq search for other commits by this committer
Update to 2.1.8

PR:             89371
Submitted by:   maintainer
28 Jul 2005 07:28:22
Original commit files touched by this commit  2.1.7
vs search for other commits by this committer
- Correctly USE_RC_SUBR
- Fix build-issue on 4.x

Submitted by: maintainer
02 Apr 2005 22:14:50
Original commit files touched by this commit  2.1.7
hq search for other commits by this committer
Update to 2.1.7

PR:             79197
Submitted by:   maintainer
20 Nov 2004 16:53:26
Original commit files touched by this commit  2.1.6
hq search for other commits by this committer
- Update to 2.1.6
- 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>
02 Nov 2004 21:52:10
Original commit files touched by this commit  2.1.5.1_2
hq search for other commits by this committer
- Fix block dependencies issue [1]
- Use MASTER_SITE_SUBDIR

PR:             73427 [1]
Submitted by:   maintainer [1]
09 Aug 2004 14:19:38
Original commit files touched by this commit  2.1.5.1
vs search for other commits by this committer
* Handle recursive dependencies when dealing with blocks selected by the user.
* Handle deprecated blocks.
* Select all non-deprecated blocks by default.

PR:             ports/69944
Submitted by:   Jean-Baptiste Quenot (maintainer)
22 Jul 2004 06:55:48
Original commit files touched by this commit  2.1.5.1
vs search for other commits by this committer
Move textproc/cocoon to more appropriate category www

PR:             ports/69358
Submitted by:   Jean-Baptiste Quenot (maintainer)

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month142

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.16 seconds.