diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-10-06 18:20:59 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-10-06 18:20:59 +0000 |
commit | 4bc8c29c2acf8465d737d4783b4a14ed81f408c0 (patch) | |
tree | bb9cd056f32028e9b8981c76a677f75c753b3e93 /devel/geany-plugin-doc | |
parent | 8f78d3a36f21d1755786be71c9ec19d8def1f0a8 (diff) |
Notes
Diffstat (limited to 'devel/geany-plugin-doc')
-rw-r--r-- | devel/geany-plugin-doc/Makefile | 14 | ||||
-rw-r--r-- | devel/geany-plugin-doc/pkg-descr | 8 | ||||
-rw-r--r-- | devel/geany-plugin-doc/pkg-plist | 10 |
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/geany-plugin-doc/Makefile b/devel/geany-plugin-doc/Makefile new file mode 100644 index 000000000000..3b1567ce9043 --- /dev/null +++ b/devel/geany-plugin-doc/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= doc +GEANY_PLUGIN_DIR= geanydoc + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/geany-plugin-doc/pkg-descr b/devel/geany-plugin-doc/pkg-descr new file mode 100644 index 000000000000..5fb34b4e9331 --- /dev/null +++ b/devel/geany-plugin-doc/pkg-descr @@ -0,0 +1,8 @@ +Geanydoc is plugin for Geany IDE that allow execute specified +commands on the current word at the cursor position. This word is +passed as an argument to these commands. It allow either place +output of these commands in geany buffer *DOC* or just execute +external program. Geanydoc is intended to be used for searching +documentation API in different sources. + +WWW: http://plugins.geany.org/geanydoc.html diff --git a/devel/geany-plugin-doc/pkg-plist b/devel/geany-plugin-doc/pkg-plist new file mode 100644 index 000000000000..5a32fffc3aea --- /dev/null +++ b/devel/geany-plugin-doc/pkg-plist @@ -0,0 +1,10 @@ +lib/geany/geanydoc.a +lib/geany/geanydoc.la +lib/geany/geanydoc.so +%%DOCSDIR%%/geanydoc/AUTHORS +%%DOCSDIR%%/geanydoc/COPYING +%%DOCSDIR%%/geanydoc/ChangeLog +%%DOCSDIR%%/geanydoc/NEWS +%%DOCSDIR%%/geanydoc/README +@dirrm %%DOCSDIR%%/geanydoc +@dirrmtry %%DOCSDIR%% |