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-devhelp | |
parent | 8f78d3a36f21d1755786be71c9ec19d8def1f0a8 (diff) |
- Update to 0.21 [1]
- Update to 1.22 and split into geany-plugin-* ports
- Convert to new options framework
- Take maintainership
PR: ports/165494 [1],
ports/171856
Submitted by: Marco Trentini <marco at datasked.com> [1]
Approved by: maintainer timeouts (2 weeks for ports/171856)
Notes
Notes:
svn path=/head/; revision=305393
Diffstat (limited to 'devel/geany-plugin-devhelp')
-rw-r--r-- | devel/geany-plugin-devhelp/Makefile | 18 | ||||
-rw-r--r-- | devel/geany-plugin-devhelp/pkg-descr | 4 | ||||
-rw-r--r-- | devel/geany-plugin-devhelp/pkg-plist | 17 |
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/geany-plugin-devhelp/Makefile b/devel/geany-plugin-devhelp/Makefile new file mode 100644 index 000000000000..d57b23907488 --- /dev/null +++ b/devel/geany-plugin-devhelp/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ + webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 + +USE_GNOME= gconf2 + +GEANY_PLUGIN= devhelp + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/geany-plugin-devhelp/pkg-descr b/devel/geany-plugin-devhelp/pkg-descr new file mode 100644 index 000000000000..d162578f22c8 --- /dev/null +++ b/devel/geany-plugin-devhelp/pkg-descr @@ -0,0 +1,4 @@ +This plugin embeds an API documentation browser and search functionality +directly into Geany's user interface. + +WWW: http://plugins.geany.org/devhelp.html diff --git a/devel/geany-plugin-devhelp/pkg-plist b/devel/geany-plugin-devhelp/pkg-plist new file mode 100644 index 000000000000..dc7bd9c8b8f3 --- /dev/null +++ b/devel/geany-plugin-devhelp/pkg-plist @@ -0,0 +1,17 @@ +lib/geany/devhelp.a +lib/geany/devhelp.la +lib/geany/devhelp.so +%%DOCSDIR%%/devhelp/AUTHORS +%%DOCSDIR%%/devhelp/COPYING +%%DOCSDIR%%/devhelp/ChangeLog +%%DOCSDIR%%/devhelp/NEWS +%%DOCSDIR%%/devhelp/README +%%DATADIR%%/devhelp/devhelp-plugin-48.png +%%DATADIR%%/devhelp/devhelp-plugin.svg +%%DATADIR%%/devhelp/devhelp.conf +%%DATADIR%%/devhelp/geany-devhelp-plugin.png +%%DATADIR%%/devhelp/home.html +@dirrm %%DATADIR%%/devhelp +@dirrmtry %%DATADIR%% +@dirrm %%DOCSDIR%%/devhelp +@dirrmtry %%DOCSDIR%% |