aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-defineformat
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2015-03-08 18:43:08 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2015-03-08 18:43:08 +0000
commitf50a024b541941273806ec721ba870e945dd1bcc (patch)
treec2ddef35b7b6187de525ef5bb8acae214d871d3b /devel/geany-plugin-defineformat
parentfd6d1deea2600edcdc3407250dcd5f90a11b34ab (diff)
downloadports-f50a024b541941273806ec721ba870e945dd1bcc.tar.gz
ports-f50a024b541941273806ec721ba870e945dd1bcc.zip
devel/geany:
- Update to 1.24.1 - Fix build without NLS option [1] - Convert to options helpers devel/geany-plugin*: - Update to 1.24, add new plugins: geany-plugin-autoclose geany-plugin-defineformat geany-plugin-geanypy geany-plugin-pairtaghighlighter geany-plugin-pohelper - Fix build without NLS option Reported by: Kamil Szczesny <mailto.kamils@gmail.com> [1]
Notes
Notes: svn path=/head/; revision=380787
Diffstat (limited to 'devel/geany-plugin-defineformat')
-rw-r--r--devel/geany-plugin-defineformat/Makefile11
-rw-r--r--devel/geany-plugin-defineformat/pkg-descr4
-rw-r--r--devel/geany-plugin-defineformat/pkg-plist6
3 files changed, 21 insertions, 0 deletions
diff --git a/devel/geany-plugin-defineformat/Makefile b/devel/geany-plugin-defineformat/Makefile
new file mode 100644
index 000000000000..31508c2a9573
--- /dev/null
+++ b/devel/geany-plugin-defineformat/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PORTNAME= geany-plugin-defineformat
+PORTVERSION= ${GEANY_VER}
+CATEGORIES= devel
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+
+.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+.include <bsd.port.mk>
diff --git a/devel/geany-plugin-defineformat/pkg-descr b/devel/geany-plugin-defineformat/pkg-descr
new file mode 100644
index 000000000000..20d44bbb6a10
--- /dev/null
+++ b/devel/geany-plugin-defineformat/pkg-descr
@@ -0,0 +1,4 @@
+Define formatter plugin provides support for on-the-fly formatting
+for multiline #define macros.
+
+WWW: http://plugins.geany.org/defineformat.html
diff --git a/devel/geany-plugin-defineformat/pkg-plist b/devel/geany-plugin-defineformat/pkg-plist
new file mode 100644
index 000000000000..1d5def79609b
--- /dev/null
+++ b/devel/geany-plugin-defineformat/pkg-plist
@@ -0,0 +1,6 @@
+lib/geany/defineformat.so
+%%DOCSDIR%%/defineformat/AUTHORS
+%%DOCSDIR%%/defineformat/COPYING
+%%DOCSDIR%%/defineformat/ChangeLog
+%%DOCSDIR%%/defineformat/NEWS
+%%DOCSDIR%%/defineformat/README