mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +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:
parent
158517e176
commit
8dbfb18d9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350139
@ -8,7 +8,7 @@ CATEGORIES= graphics
|
|||||||
MASTER_SITES= http://devio.us/~dereckson/software/commons-utilities/
|
MASTER_SITES= http://devio.us/~dereckson/software/commons-utilities/
|
||||||
|
|
||||||
MAINTAINER= dereckson@gmail.com
|
MAINTAINER= dereckson@gmail.com
|
||||||
COMMENT= Wikimedia Commons (MediaWiki) utilities for bulk uploading
|
COMMENT= Wikimedia Commons (MediaWiki) utilities for bulk image uploading
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
@ -28,6 +28,8 @@ NO_BUILD= yes
|
|||||||
PLIST_FILES= bin/commons-csv-creator bin/commons-upload
|
PLIST_FILES= bin/commons-csv-creator bin/commons-upload
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/commons-csv-creator ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_SCRIPT} ${WRKSRC}/commons-csv-creator ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/commons-upload ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_SCRIPT} ${WRKSRC}/commons-upload ${STAGEDIR}${PREFIX}/bin
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
This is a port for Wikimedia Commons or MediaWiki similar installations
|
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.
|
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-csv-creator allows to get metadata from images Exif tags
|
||||||
* commons-upload allows to upload in batch images to Wikimedia Commons
|
* commons-upload allows to upload in batch images to Wikimedia Commons
|
||||||
or a MediaWiki site.
|
or MediaWiki site
|
||||||
|
|
||||||
WWW: http://bitbucket.org/dereckson/commons-utilities
|
WWW: http://bitbucket.org/dereckson/commons-utilities
|
||||||
|
Loading…
Reference in New Issue
Block a user