diff options
author | makc <makc@FreeBSD.org> | 2012-10-07 02:20:59 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-10-07 02:20:59 +0800 |
commit | ac0af91a9eb75d64978029e4242d50fa29105b92 (patch) | |
tree | bb9cd056f32028e9b8981c76a677f75c753b3e93 /devel/geany-plugin-tableconvert | |
parent | e3b497445455d0025d12fc1702d961387692d607 (diff) | |
download | freebsd-ports-gnome-ac0af91a9eb75d64978029e4242d50fa29105b92.tar.gz freebsd-ports-gnome-ac0af91a9eb75d64978029e4242d50fa29105b92.tar.zst freebsd-ports-gnome-ac0af91a9eb75d64978029e4242d50fa29105b92.zip |
- 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)
Diffstat (limited to 'devel/geany-plugin-tableconvert')
-rw-r--r-- | devel/geany-plugin-tableconvert/Makefile | 13 | ||||
-rw-r--r-- | devel/geany-plugin-tableconvert/pkg-descr | 4 | ||||
-rw-r--r-- | devel/geany-plugin-tableconvert/pkg-plist | 10 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/geany-plugin-tableconvert/Makefile b/devel/geany-plugin-tableconvert/Makefile new file mode 100644 index 000000000000..eda9a09848ba --- /dev/null +++ b/devel/geany-plugin-tableconvert/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +GEANY_PLUGIN= tableconvert + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/geany-plugin-tableconvert/pkg-descr b/devel/geany-plugin-tableconvert/pkg-descr new file mode 100644 index 000000000000..79b7f0f515fb --- /dev/null +++ b/devel/geany-plugin-tableconvert/pkg-descr @@ -0,0 +1,4 @@ +Tableconvert is a plugin which helps on converting a tabulator +separated selection into a table. + +WWW: http://plugins.geany.org/tableconvert.html diff --git a/devel/geany-plugin-tableconvert/pkg-plist b/devel/geany-plugin-tableconvert/pkg-plist new file mode 100644 index 000000000000..067d56bda3b5 --- /dev/null +++ b/devel/geany-plugin-tableconvert/pkg-plist @@ -0,0 +1,10 @@ +lib/geany/tableconvert.a +lib/geany/tableconvert.la +lib/geany/tableconvert.so +%%DOCSDIR%%/tableconvert/AUTHORS +%%DOCSDIR%%/tableconvert/COPYING +%%DOCSDIR%%/tableconvert/ChangeLog +%%DOCSDIR%%/tableconvert/NEWS +%%DOCSDIR%%/tableconvert/README +@dirrm %%DOCSDIR%%/tableconvert +@dirrmtry %%DOCSDIR%% |