aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-extrasel
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-extrasel
parent8f78d3a36f21d1755786be71c9ec19d8def1f0a8 (diff)
Notes
Diffstat (limited to 'devel/geany-plugin-extrasel')
-rw-r--r--devel/geany-plugin-extrasel/Makefile14
-rw-r--r--devel/geany-plugin-extrasel/pkg-descr5
-rw-r--r--devel/geany-plugin-extrasel/pkg-plist10
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/geany-plugin-extrasel/Makefile b/devel/geany-plugin-extrasel/Makefile
new file mode 100644
index 000000000000..120334375554
--- /dev/null
+++ b/devel/geany-plugin-extrasel/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PORTNAME= geany-plugin
+PORTVERSION= ${GEANY_VER}
+CATEGORIES= devel
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+
+GEANY_PLUGIN= extrasel
+GEANY_PLUGIN_DIR= geanyextrasel
+
+.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+.include <bsd.port.mk>
diff --git a/devel/geany-plugin-extrasel/pkg-descr b/devel/geany-plugin-extrasel/pkg-descr
new file mode 100644
index 000000000000..451e92bf00ff
--- /dev/null
+++ b/devel/geany-plugin-extrasel/pkg-descr
@@ -0,0 +1,5 @@
+The Extra Selection adds the following menu items: "Column Mode",
+"Select to Line" and "Select to Matching Brace", "Set Anchor",
+"Select to Anchor" and "Rectangle Select to Anchor".
+
+WWW: http://plugins.geany.org/geanyextrasel.html
diff --git a/devel/geany-plugin-extrasel/pkg-plist b/devel/geany-plugin-extrasel/pkg-plist
new file mode 100644
index 000000000000..ffcada7c9ad5
--- /dev/null
+++ b/devel/geany-plugin-extrasel/pkg-plist
@@ -0,0 +1,10 @@
+lib/geany/geanyextrasel.a
+lib/geany/geanyextrasel.la
+lib/geany/geanyextrasel.so
+%%DOCSDIR%%/geanyextrasel/AUTHORS
+%%DOCSDIR%%/geanyextrasel/COPYING
+%%DOCSDIR%%/geanyextrasel/ChangeLog
+%%DOCSDIR%%/geanyextrasel/NEWS
+%%DOCSDIR%%/geanyextrasel/README
+@dirrm %%DOCSDIR%%/geanyextrasel
+@dirrmtry %%DOCSDIR%%