Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154920882
D16764.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D16764.diff
View Options
Index: head/www/Makefile
===================================================================
--- head/www/Makefile
+++ head/www/Makefile
@@ -492,6 +492,7 @@
SUBDIR += mod_xsendfile
SUBDIR += mohawk
SUBDIR += moinmoin
+ SUBDIR += moinmoincli
SUBDIR += monast
SUBDIR += mongoose
SUBDIR += mongrel2
Index: head/www/moinmoincli/Makefile
===================================================================
--- head/www/moinmoincli/Makefile
+++ head/www/moinmoincli/Makefile
@@ -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>
Index: head/www/moinmoincli/distinfo
===================================================================
--- head/www/moinmoincli/distinfo
+++ head/www/moinmoincli/distinfo
@@ -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
Index: head/www/moinmoincli/files/pkg-message.in
===================================================================
--- head/www/moinmoincli/files/pkg-message.in
+++ head/www/moinmoincli/files/pkg-message.in
@@ -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.
Index: head/www/moinmoincli/pkg-descr
===================================================================
--- head/www/moinmoincli/pkg-descr
+++ head/www/moinmoincli/pkg-descr
@@ -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
Index: head/www/moinmoincli/pkg-plist
===================================================================
--- head/www/moinmoincli/pkg-plist
+++ head/www/moinmoincli/pkg-plist
@@ -0,0 +1,3 @@
+bin/moinmoincli
+man/man1/moinmoincli.1.gz
+%%EXAMPLESDIR%%/moinmoincli.conf.sample
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 1:45 AM (15 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32548533
Default Alt Text
D16764.diff (2 KB)
Attached To
Mode
D16764: www/moinmoincli: A new port to edit MoinMoin wiki pages from a command line
Attached
Detach File
Event Timeline
Log In to Comment