Date: Wed, 22 Aug 2018 13:20:44 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477785 - in head/www: . moinmoincli moinmoincli/files Message-ID: <201808221320.w7MDKid9065912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Wed Aug 22 13:20:44 2018 New Revision: 477785 URL: https://svnweb.freebsd.org/changeset/ports/477785 Log: 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 Added: head/www/moinmoincli/ head/www/moinmoincli/Makefile (contents, props changed) head/www/moinmoincli/distinfo (contents, props changed) head/www/moinmoincli/files/ head/www/moinmoincli/files/pkg-message.in (contents, props changed) head/www/moinmoincli/pkg-descr (contents, props changed) head/www/moinmoincli/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Aug 22 12:12:46 2018 (r477784) +++ head/www/Makefile Wed Aug 22 13:20:44 2018 (r477785) @@ -492,6 +492,7 @@ SUBDIR += mod_xsendfile SUBDIR += mohawk SUBDIR += moinmoin + SUBDIR += moinmoincli SUBDIR += monast SUBDIR += mongoose SUBDIR += mongrel2 Added: head/www/moinmoincli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/moinmoincli/Makefile Wed Aug 22 13:20:44 2018 (r477785) @@ -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> Added: head/www/moinmoincli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/moinmoincli/distinfo Wed Aug 22 13:20:44 2018 (r477785) @@ -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 Added: head/www/moinmoincli/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/moinmoincli/files/pkg-message.in Wed Aug 22 13:20:44 2018 (r477785) @@ -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. Added: head/www/moinmoincli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/moinmoincli/pkg-descr Wed Aug 22 13:20:44 2018 (r477785) @@ -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 Added: head/www/moinmoincli/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/moinmoincli/pkg-plist Wed Aug 22 13:20:44 2018 (r477785) @@ -0,0 +1,3 @@ +bin/moinmoincli +man/man1/moinmoincli.1.gz +%%EXAMPLESDIR%%/moinmoincli.conf.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808221320.w7MDKid9065912>