diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-08-31 08:57:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-08-31 08:57:38 +0000 |
commit | 47f4599d9e5365b06efdefc463ca3e961c91a122 (patch) | |
tree | f5cb3cb488ad75ed913b630971a2895b8b6ee9f4 /devel/geany-plugin-overview | |
parent | 5c99eefb87f511afa6a17131f604e6a4df73cab0 (diff) | |
download | ports-47f4599d9e5365b06efdefc463ca3e961c91a122.tar.gz ports-47f4599d9e5365b06efdefc463ca3e961c91a122.zip |
devel/geany:
- Update to 1.25
- Use install-strip target to strip binaries
devel/geany-plugin*:
- Update to 1.25. geany-plugin-gproject was renamed to
geany-plugin-projectorganizer
New plugins added:
geany-plugin-automark
geany-plugin-ctags
geany-plugin-git-changebar
geany-plugin-markdown
geany-plugin-overview
- Drop obsolete patches
- Use install-strip target to strip binaries
- Enable verbose build on package cluster
Notes
Notes:
svn path=/head/; revision=395656
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 |