From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 16:36:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4845D4E0; Fri, 4 Apr 2014 16:36:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D040379; Fri, 4 Apr 2014 16:36:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34GadGN081544; Fri, 4 Apr 2014 16:36:39 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34Gadhn081539; Fri, 4 Apr 2014 16:36:39 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201404041636.s34Gadhn081539@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 4 Apr 2014 16:36:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350139 - head/graphics/commons-utilities X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 16:36:40 -0000 Author: danfe Date: Fri Apr 4 16:36:39 2014 New Revision: 350139 URL: http://svnweb.freebsd.org/changeset/ports/350139 QAT: https://qat.redports.org/buildarchive/r350139/ Log: - Add missing in the previous revision OPTIONS_DEFINE (DOCS) - Given a chance, improve on COMMENT and port description Modified: head/graphics/commons-utilities/Makefile head/graphics/commons-utilities/pkg-descr Modified: head/graphics/commons-utilities/Makefile ============================================================================== --- head/graphics/commons-utilities/Makefile Fri Apr 4 16:29:50 2014 (r350138) +++ head/graphics/commons-utilities/Makefile Fri Apr 4 16:36:39 2014 (r350139) @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= http://devio.us/~dereckson/software/commons-utilities/ MAINTAINER= dereckson@gmail.com -COMMENT= Wikimedia Commons (MediaWiki) utilities for bulk uploading +COMMENT= Wikimedia Commons (MediaWiki) utilities for bulk image uploading LICENSE= GPLv3 @@ -28,6 +28,8 @@ NO_BUILD= yes PLIST_FILES= bin/commons-csv-creator bin/commons-upload PORTDOCS= README +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/commons-csv-creator ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/commons-upload ${STAGEDIR}${PREFIX}/bin Modified: head/graphics/commons-utilities/pkg-descr ============================================================================== --- head/graphics/commons-utilities/pkg-descr Fri Apr 4 16:29:50 2014 (r350138) +++ head/graphics/commons-utilities/pkg-descr Fri Apr 4 16:36:39 2014 (r350139) @@ -1,8 +1,8 @@ -This is a port for Wikimedia Commons or MediaWiki similar installations -power users, to allow bulk images upload to a wiki, from the command line. +This is a port for Wikimedia Commons, or MediaWiki similar installations +power users, to allow bulk images upload to a wiki from the command line. -* commons-csv-creator allows to get metadata from images EXIF tags -* commons-upload allows to upload in batch images to Wikimedia Commons - or a MediaWiki site. + * commons-csv-creator allows to get metadata from images Exif tags + * commons-upload allows to upload in batch images to Wikimedia Commons + or MediaWiki site WWW: http://bitbucket.org/dereckson/commons-utilities