1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add missing in the previous revision OPTIONS_DEFINE (DOCS)

- Given a chance, improve on COMMENT and port description
This commit is contained in:
Alexey Dokuchaev 2014-04-04 16:36:39 +00:00
parent 158517e176
commit 8dbfb18d9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350139
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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