New port net-im/wildfire Wildfire is an enterprise instant messaging (EIM) server dual-licensed under the Open Source GPL and commercially. It uses the leading open protocol for instant messaging, XMPP (also called Jabber). Wildfire is incredibly easy to setup and administer, but offers rock-solid security and performance. WWW: http://www.jivesoftware.org/wildfire/
Responsible Changed From-To: freebsd-ports-bugs->alexbl I will take it.
Responsible Changed From-To: alexbl->freebsd-ports-bugs Java stuff in my tinderbox isn't setup, and so I'm not likely to do this in a timely fashion, so let someone else handle it.
Here is a patch for new version wildfire 3.1.0: --- Makefile Wed Oct 18 06:49:41 2006 +++ Makefile.new Wed Oct 18 06:49:01 2006 @@ -6,7 +6,7 @@ # PORTNAME= wildfire -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.0 PORTREVISION= 1 CATEGORIES= net-im java MASTER_SITES= http://www.jivesoftware.org/builds/wildfire/ @@ -32,13 +32,13 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} VARLOG= /var/log/wildfire VARDB= /var/db/wildfire -ETC= ${PREFIX}/etc/wildfire +WETC= ${PREFIX}/etc/wildfire PUSER= wildfire PGROUP= ${PUSER} MLINKS= ${VARLOG} ${DATADIR}/logs \ ${VARDB} ${DATADIR}/embedded-db \ - ${ETC} ${DATADIR}/conf + ${WETC} ${DATADIR}/conf do-install: @@ -67,12 +67,12 @@ post-install: ${MKDIR} ${EXAMPLESDIR}; ${CP} -p ${INSTALL_WRKSRC}/conf/wildfire.xml ${EXAMPLESDIR}/wildfire.xml - @if [ ! -f ${ETC}/wildfire.xml ]; then \ - ${MKDIR} ${ETC}; \ - ${CP} -p ${INSTALL_WRKSRC}/conf/wildfire.xml ${ETC}/wildfire.xml; \ + @if [ ! -f ${WETC}/wildfire.xml ]; then \ + ${MKDIR} ${WETC}; \ + ${CP} -p ${INSTALL_WRKSRC}/conf/wildfire.xml ${WETC}/wildfire.xml; \ fi @PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - ${CHOWN} -R ${PUSER}:${PGROUP} ${ETC} + ${CHOWN} -R ${PUSER}:${PGROUP} ${WETC} ${CHOWN} -R ${PUSER}:${PGROUP} ${VARDB} ${CHOWN} -R ${PUSER}:${PGROUP} ${VARLOG} ${CHOWN} -R ${PUSER}:${PGROUP} ${DATADIR} -- ====================================================================== - Best regards, Nikolay Pavlov. <<<----------------------------------- ======================================================================
State Changed From-To: open->feedback Hey, I feel really bad about letting this PR sit around.. Would you mind making me a new shar for the updated version, and either emailing it to me directly or putting it up somewhere so that I can grab it?
State Changed From-To: feedback->open Got new shar, thanks!
alexbl 2006-11-16 08:56:46 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/wildfire Makefile pkg-descr pkg-install pkg-plist net-im/wildfire/files wildfire.in Log: Wildfire is an enterprise instant messaging (EIM) server dual-licensed under the Open Source GPL and commercially. It uses the leading open protocol for instant messaging, XMPP (also called Jabber). Wildfire is incredibly easy to setup and administer, but offers rock-solid security and performance. WWW: http://www.jivesoftware.org/wildfire/ PR: ports/103492 Submitted by: Nikolay Pavlov <quetzal at zone3000.net> Revision Changes Path 1.36 +1 -0 ports/net-im/Makefile 1.1 +80 -0 ports/net-im/wildfire/Makefile (new) 1.1 +88 -0 ports/net-im/wildfire/files/wildfire.in (new) 1.1 +7 -0 ports/net-im/wildfire/pkg-descr (new) 1.1 +36 -0 ports/net-im/wildfire/pkg-install (new) 1.1 +1264 -0 ports/net-im/wildfire/pkg-plist (new) _______________________________________________ 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!
alexbl 2006-11-16 08:58:32 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: - add wildfire to GIDs and UIDs PR: ports/103492 Submitted by: Nikolay Pavlov <quetzal at zone3000.net> Revision Changes Path 1.18 +2 -1 ports/GIDs 1.22 +2 -1 ports/UIDs _______________________________________________ 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"