Bug 124771 - [NEW PORT] www/commonist: Easy upload of images to Wikimedia Commons and Mediawiki
Summary: [NEW PORT] www/commonist: Easy upload of images to Wikimedia Commons and Medi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-20 01:00 UTC by Marcin Cieslak
Modified: 2008-07-19 18:20 UTC (History)
0 users

See Also:


Attachments
commonist-0.3.27.shar (7.83 KB, text/plain)
2008-06-20 01:00 UTC, Marcin Cieslak
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Cieslak 2008-06-20 01:00:07 UTC
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
Comment 1 Marcin Cieslak 2008-06-20 01:18:09 UTC
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
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-07-19 18:12:38 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-07-19 18:12:59 UTC
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"