NEW PORT: jboss5 Boss AS 5 GA will be Java EE 5 certified and will include the following core technologies. * JBoss Microcontainer - POJO based microcontainer removing the dependency on JMX * EJB 3.0 - Fully certified as part of the Java EE 5 compliant JBoss AS 5 * Hibernate 3.2 - JPA certified * JBoss Messaging 1.2 - the next generation messaging platform from JBoss with HA features. * JBoss WebServices 2.0 - new custom built JAX-WS compliant WebServices stack. * JBoss Seam 1.1 - a powerful new application framework to build next generation Web 2.0 applications by unifying and integrating popular service oriented architecture (SOA) technologies Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-java Over to freebsd-java@
I rewrite the patch, this one should be better.
State Changed From-To: open->repocopy This is a newer version of previous jboss, while there is difference, it is worthy for a repocopy.
Responsible Changed From-To: freebsd-java->portmgr Please do repocopy: java/jboss4 -> java/jboss5, thanks! Note: this is essentially a complete rewrite of jboss port, so if repocopy is unnecessary, please let me know and bump the state back to open.
State Changed From-To: repocopy->open A repocopy should be performed if there is a need to preserve the history of the source port in the destination port. If nothing is inherited from jboss4 but the name "jboss" then a repocopy is not needed. When in doubt, a repocopy is always best.
Responsible Changed From-To: portmgr->delphij A repocopy should be performed if there is a need to preserve the history of the source port in the destination port. If nothing is inherited from jboss4 but the name "jboss" then a repocopy is not needed. When in doubt, a repocopy is always best.
State Changed From-To: open->repocopy Repocopy: the start script was inherited from jboss4. Please do repocopy: java/jboss4 -> java/jboss5
Responsible Changed From-To: delphij->portmgr Repocopy: the start script was inherited from jboss4. Please do repocopy: java/jboss4 -> java/jboss5
State Changed From-To: repocopy->open Repocopy completed.
Responsible Changed From-To: portmgr->delphij Repocopy completed.
delphij 2007-03-28 05:47:17 UTC FreeBSD ports repository Modified files: java/jboss5 Makefile distinfo pkg-descr Added files: java/jboss5/files daemonctl.1.in daemonctl.c.in jboss5.sh.in patch-build-common.xml patch-build.xml patch-buildmagic.ent pkg-deinstall.in pkg-install.in pkg-message.in Removed files: java/jboss5 pkg-deinstall pkg-install java/jboss5/files daemonctl.1 daemonctl.c patch-serial-autoinc pkg-message startup.sh Log: New port: jboss5 JBoss AS 5 GA will be Java EE 5 certified and will include the following core technologies. * JBoss Microcontainer - POJO based microcontainer removing the dependency on JMX * EJB 3.0 - Fully certified as part of the Java EE 5 compliant JBoss AS 5 * Hibernate 3.2 - JPA certified * JBoss Messaging 1.2 - the next generation messaging platform from JBoss with HA features. * JBoss WebServices 2.0 - new custom built JAX-WS compliant WebServices stack. * JBoss Seam 1.1 - a powerful new application framework to build next generation Web 2.0 applications by unifying and integrating popular service oriented architecture (SOA) technologies Submitted by: Nemo Liu <nemoliu gmail com> PR: ports/110163 Repocopy by: marcus Revision Changes Path 1.39 +45 -53 ports/java/jboss5/Makefile 1.18 +3 -3 ports/java/jboss5/distinfo 1.2 +0 -78 ports/java/jboss5/files/daemonctl.1 (dead) 1.1 +78 -0 ports/java/jboss5/files/daemonctl.1.in (new) 1.4 +0 -557 ports/java/jboss5/files/daemonctl.c (dead) 1.1 +557 -0 ports/java/jboss5/files/daemonctl.c.in (new) 1.1 +61 -0 ports/java/jboss5/files/jboss5.sh.in (new) 1.1 +29 -0 ports/java/jboss5/files/patch-build-common.xml (new) 1.1 +39 -0 ports/java/jboss5/files/patch-build.xml (new) 1.1 +37 -0 ports/java/jboss5/files/patch-buildmagic.ent (new) 1.3 +0 -86 ports/java/jboss5/files/patch-serial-autoinc (dead) 1.1 +35 -0 ports/java/jboss5/files/pkg-deinstall.in (new) 1.1 +46 -0 ports/java/jboss5/files/pkg-install.in (new) 1.2 +0 -7 ports/java/jboss5/files/pkg-message (dead) 1.1 +7 -0 ports/java/jboss5/files/pkg-message.in (new) 1.5 +0 -61 ports/java/jboss5/files/startup.sh (dead) 1.3 +0 -35 ports/java/jboss5/pkg-deinstall (dead) 1.3 +13 -21 ports/java/jboss5/pkg-descr 1.2 +0 -46 ports/java/jboss5/pkg-install (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, thanks!