From 4bc8c29c2acf8465d737d4783b4a14ed81f408c0 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sat, 6 Oct 2012 18:20:59 +0000 Subject: - 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 [1] Approved by: maintainer timeouts (2 weeks for ports/171856) --- devel/geany-plugin-geniuspaste/Makefile | 15 +++++++++++++++ devel/geany-plugin-geniuspaste/pkg-descr | 12 ++++++++++++ devel/geany-plugin-geniuspaste/pkg-plist | 10 ++++++++++ 3 files changed, 37 insertions(+) create mode 100644 devel/geany-plugin-geniuspaste/Makefile create mode 100644 devel/geany-plugin-geniuspaste/pkg-descr create mode 100644 devel/geany-plugin-geniuspaste/pkg-plist (limited to 'devel/geany-plugin-geniuspaste') diff --git a/devel/geany-plugin-geniuspaste/Makefile b/devel/geany-plugin-geniuspaste/Makefile new file mode 100644 index 000000000000..a4af3cb7a30b --- /dev/null +++ b/devel/geany-plugin-geniuspaste/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup + +GEANY_PLUGIN= geniuspaste + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include diff --git a/devel/geany-plugin-geniuspaste/pkg-descr b/devel/geany-plugin-geniuspaste/pkg-descr new file mode 100644 index 000000000000..280e0d68db7e --- /dev/null +++ b/devel/geany-plugin-geniuspaste/pkg-descr @@ -0,0 +1,12 @@ +This plugin allows the user to paste the code from Geany into five +different pastebins. At the moment it supports this services: + - codepad.org + - tinypaste.com + - pastebin.geany.org + - dpaste.de + - sprunge.us +GeniusPaste detects automatically the syntax of the code and paste +it with syntax highlighting enabled. It can also display the pasted +code opening a new browser tab. + +WWW: http://plugins.geany.org/geniuspaste.html diff --git a/devel/geany-plugin-geniuspaste/pkg-plist b/devel/geany-plugin-geniuspaste/pkg-plist new file mode 100644 index 000000000000..e6ef5adac1a6 --- /dev/null +++ b/devel/geany-plugin-geniuspaste/pkg-plist @@ -0,0 +1,10 @@ +lib/geany/geniuspaste.a +lib/geany/geniuspaste.la +lib/geany/geniuspaste.so +%%DOCSDIR%%/geniuspaste/AUTHORS +%%DOCSDIR%%/geniuspaste/COPYING +%%DOCSDIR%%/geniuspaste/ChangeLog +%%DOCSDIR%%/geniuspaste/NEWS +%%DOCSDIR%%/geniuspaste/README +@dirrm %%DOCSDIR%%/geniuspaste +@dirrmtry %%DOCSDIR%% -- cgit v1.2.3