diff options
Diffstat (limited to 'devel/geany-plugin-overview')
-rw-r--r-- | devel/geany-plugin-overview/Makefile | 11 | ||||
-rw-r--r-- | devel/geany-plugin-overview/pkg-descr | 5 | ||||
-rw-r--r-- | devel/geany-plugin-overview/pkg-plist | 7 |
3 files changed, 23 insertions, 0 deletions
diff --git a/devel/geany-plugin-overview/Makefile b/devel/geany-plugin-overview/Makefile new file mode 100644 index 000000000000..5868c2ed1fed --- /dev/null +++ b/devel/geany-plugin-overview/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin-overview +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-overview/pkg-descr b/devel/geany-plugin-overview/pkg-descr new file mode 100644 index 000000000000..2583b8edb61a --- /dev/null +++ b/devel/geany-plugin-overview/pkg-descr @@ -0,0 +1,5 @@ +The Overview plugin is a small zoomed-out view next to the normal +editor view that allows to see and navigate a lot of the file at +once. + +WWW: http://plugins.geany.org/overview.html diff --git a/devel/geany-plugin-overview/pkg-plist b/devel/geany-plugin-overview/pkg-plist new file mode 100644 index 000000000000..48282c21588f --- /dev/null +++ b/devel/geany-plugin-overview/pkg-plist @@ -0,0 +1,7 @@ +lib/geany/overview.so +%%DOCSDIR%%/overview/AUTHORS +%%DOCSDIR%%/overview/COPYING +%%DOCSDIR%%/overview/ChangeLog +%%DOCSDIR%%/overview/NEWS +%%DOCSDIR%%/overview/README +%%DATADIR%%/overview/prefs.ui |