New port: www/moinmoincli: Edit MoinMoin wiki pages from a command line

Requested by:	thj
Reviewed by:	mat
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D16764
This commit is contained in:
Mateusz Piotrowski 2018-08-22 13:20:44 +00:00
parent c26a6ef628
commit 61588e3cea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477785
6 changed files with 42 additions and 0 deletions

View file

@ -492,6 +492,7 @@
SUBDIR += mod_xsendfile
SUBDIR += mohawk
SUBDIR += moinmoin
SUBDIR += moinmoincli
SUBDIR += monast
SUBDIR += mongoose
SUBDIR += mongrel2

27
www/moinmoincli/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= moinmoincli
DISTVERSION= 4.5.0
CATEGORIES= www docs
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Edit existing MoinMoin wiki pages from a command line
LICENSE= BSD2CLAUSE
RUN_DEPENDS= curl:ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= 0mp
SUB_FILES= pkg-message
NO_ARCH= yes
NO_BUILD= yes
OPTIONS_DEFINE= GIT
OPTIONS_DEFAULT= GIT
GIT_DESC= Install git to use git-diff(1) instead of diff(1) for colored output
GIT_RUN_DEPENDS= git:devel/git
.include <bsd.port.mk>

3
www/moinmoincli/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1534502687
SHA256 (0mp-moinmoincli-4.5.0_GH0.tar.gz) = 48f69128950d72249216901cf11b5662f45968dcd99f58ee51ab8819f1c03620
SIZE (0mp-moinmoincli-4.5.0_GH0.tar.gz) = 5225

View file

@ -0,0 +1,3 @@
Now it is time to configure moinmoincli to make it easy to use.
Copy "%%EXAMPLESDIR%%/moinmoincli.conf.sample"
into your home directory as ".moinmoincli.conf" and edit it to suit your needs.

View file

@ -0,0 +1,5 @@
moinmoincli is an interactive utility to edit existing MoinMoin wiki pages from
a command line. This way the user may use their editor of choice and just
submit a patch without interacting with MoinMoin's web interface.
WWW: https://github.com/0mp/moinmoincli

View file

@ -0,0 +1,3 @@
bin/moinmoincli
man/man1/moinmoincli.1.gz
%%EXAMPLESDIR%%/moinmoincli.conf.sample