Commonist is a free Java program for easy uploads of large numbers of images to Wikimedia Commons and other Mediawiki installations. WWW: http://commons.wikimedia.org/wiki/Commons:Tools/Commonist Generated with FreeBSD Port Tools 0.77
This port is missing a dependency, www/jericho-html posted in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124770 I have asked for review of those ports on java@ -- << Marcin Cieslak // saper@system.pl >> Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/net/tn5250j/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 13 Jun 2008 22:11:24 -0000 1.3 +++ Makefile 20 Jun 2008 00:14:02 -0000 @@ -21,7 +21,11 @@ ${JAVAJARDIR}/jt400.jar:${PORTSDIR}/sysutils/jtopen \ ${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \ ${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${JAVAJARDIR}/mail.jar:${PORTSDIR}/java/javamail \ + ${JYTHON_JAR}:${PORTSDIR}/lang/jython \ + ${JAVAJARDIR}/jt400.jar:${PORTSDIR}/sysutils/jtopen \ + ${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \ + ${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j USE_ZIP= yes USE_ANT= yes
State Changed From-To: open->closed New port added, with minor changes. Thanks!
miwi 2008-07-19 17:12:46 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/commonist Makefile distinfo pkg-descr pkg-plist www/commonist/files commonist.in patch-Loader.java patch-Main.java patch-build.xml Log: Commonist is a free Java program for easy uploads of large numbers of images to Wikimedia Commons and other Mediawiki installations. WWW: http://commons.wikimedia.org/wiki/Commons:Tools/Commonist PR: ports/124771 Submitted by: Marcin Cieslak <saper at SYSTEM.PL> Revision Changes Path 1.2096 +1 -0 ports/www/Makefile 1.1 +66 -0 ports/www/commonist/Makefile (new) 1.1 +3 -0 ports/www/commonist/distinfo (new) 1.1 +1 -0 ports/www/commonist/files/commonist.in (new) 1.1 +20 -0 ports/www/commonist/files/patch-Loader.java (new) 1.1 +38 -0 ports/www/commonist/files/patch-Main.java (new) 1.1 +15 -0 ports/www/commonist/files/patch-build.xml (new) 1.1 +4 -0 ports/www/commonist/pkg-descr (new) 1.1 +17 -0 ports/www/commonist/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"