aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-geniuspaste
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-10-06 18:20:59 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-10-06 18:20:59 +0000
commit4bc8c29c2acf8465d737d4783b4a14ed81f408c0 (patch)
treebb9cd056f32028e9b8981c76a677f75c753b3e93 /devel/geany-plugin-geniuspaste
parent8f78d3a36f21d1755786be71c9ec19d8def1f0a8 (diff)
downloadports-4bc8c29c2acf8465d737d4783b4a14ed81f408c0.tar.gz
ports-4bc8c29c2acf8465d737d4783b4a14ed81f408c0.zip
Notes
Diffstat (limited to 'devel/geany-plugin-geniuspaste')
-rw-r--r--devel/geany-plugin-geniuspaste/Makefile15
-rw-r--r--devel/geany-plugin-geniuspaste/pkg-descr12
-rw-r--r--devel/geany-plugin-geniuspaste/pkg-plist10
3 files changed, 37 insertions, 0 deletions
diff --git a/devel/geany-plugin-geniuspaste/Makefile b/devel/geany-plugin-geniuspaste/Makefile
new file mode 100644
index 000000000000..a4af3cb7a30b
--- /dev/null
+++ b/devel/geany-plugin-geniuspaste/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= geany-plugin
+PORTVERSION= ${GEANY_VER}
+CATEGORIES= devel
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+
+LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup
+
+GEANY_PLUGIN= geniuspaste
+
+.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+.include <bsd.port.mk>
diff --git a/devel/geany-plugin-geniuspaste/pkg-descr b/devel/geany-plugin-geniuspaste/pkg-descr
new file mode 100644
index 000000000000..280e0d68db7e
--- /dev/null
+++ b/devel/geany-plugin-geniuspaste/pkg-descr
@@ -0,0 +1,12 @@
+This plugin allows the user to paste the code from Geany into five
+different pastebins. At the moment it supports this services:
+ - codepad.org
+ - tinypaste.com
+ - pastebin.geany.org
+ - dpaste.de
+ - sprunge.us
+GeniusPaste detects automatically the syntax of the code and paste
+it with syntax highlighting enabled. It can also display the pasted
+code opening a new browser tab.
+
+WWW: http://plugins.geany.org/geniuspaste.html
diff --git a/devel/geany-plugin-geniuspaste/pkg-plist b/devel/geany-plugin-geniuspaste/pkg-plist
new file mode 100644
index 000000000000..e6ef5adac1a6
--- /dev/null
+++ b/devel/geany-plugin-geniuspaste/pkg-plist
@@ -0,0 +1,10 @@
+lib/geany/geniuspaste.a
+lib/geany/geniuspaste.la
+lib/geany/geniuspaste.so
+%%DOCSDIR%%/geniuspaste/AUTHORS
+%%DOCSDIR%%/geniuspaste/COPYING
+%%DOCSDIR%%/geniuspaste/ChangeLog
+%%DOCSDIR%%/geniuspaste/NEWS
+%%DOCSDIR%%/geniuspaste/README
+@dirrm %%DOCSDIR%%/geniuspaste
+@dirrmtry %%DOCSDIR%%