summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-21 02:44:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-21 02:44:18 +0000
commitb9f199ab5de425f2b44a1668c5d74ded8efe666e (patch)
treed66da82e57d4393f0fb9bf87a9b46bc5e9a169a9
parentmultimedia/mpv: partially backout r386202 (diff)
- Add hackpad-cli 0.1.4
- While I'm here, add LICENSE_FILE This is a command-line utility to check and manipulate hackpad documents. It uses Hackpad REST API 1.0 https://hackpad.com/Hackpad-API-v1.0-k9bpcEeOo2Q WWW: https://github.com/mose/hackpad-cli/ PR: 204707 Submitted by: mose <mose@gandi.net>
Notes
Notes: svn path=/head/; revision=402131
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-hackpad-cli/Makefile27
-rw-r--r--www/rubygem-hackpad-cli/distinfo2
-rw-r--r--www/rubygem-hackpad-cli/pkg-descr5
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 709717f48bf5..cad65ec0f2e2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1872,6 +1872,7 @@
SUBDIR += rubygem-gollum-lib
SUBDIR += rubygem-gon
SUBDIR += rubygem-gon-rails4
+ SUBDIR += rubygem-hackpad-cli
SUBDIR += rubygem-haml
SUBDIR += rubygem-haml-coderay
SUBDIR += rubygem-haml-contrib
diff --git a/www/rubygem-hackpad-cli/Makefile b/www/rubygem-hackpad-cli/Makefile
new file mode 100644
index 000000000000..e972da058ae3
--- /dev/null
+++ b/www/rubygem-hackpad-cli/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= hackpad-cli
+PORTVERSION= 0.1.4
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mose@mose.com
+COMMENT= CLI for some remote hackpad operations
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-cliprompt>=0.1.2:${PORTSDIR}/devel/rubygem-cliprompt \
+ rubygem-configstruct>=0.1.0:${PORTSDIR}/devel/rubygem-configstruct \
+ rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
+ rubygem-paint>=1.0.0:${PORTSDIR}/devel/rubygem-paint \
+ rubygem-reverse_markdown>=1.0.0:${PORTSDIR}/textproc/rubygem-reverse_markdown \
+ rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/hpcli
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-hackpad-cli/distinfo b/www/rubygem-hackpad-cli/distinfo
new file mode 100644
index 000000000000..deb8ea647349
--- /dev/null
+++ b/www/rubygem-hackpad-cli/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hackpad-cli-0.1.4.gem) = 18fca8bfe4fbe6a48e099229df565581ce8347e0d1d80f2563034d2d49420e75
+SIZE (rubygem/hackpad-cli-0.1.4.gem) = 18944
diff --git a/www/rubygem-hackpad-cli/pkg-descr b/www/rubygem-hackpad-cli/pkg-descr
new file mode 100644
index 000000000000..a40f7afd40ec
--- /dev/null
+++ b/www/rubygem-hackpad-cli/pkg-descr
@@ -0,0 +1,5 @@
+This is a command-line utility to check and manipulate
+hackpad documents.
+It uses Hackpad REST API 1.0 https://hackpad.com/Hackpad-API-v1.0-k9bpcEeOo2Q
+
+WWW: https://github.com/mose/hackpad-cli/