svn commit: r416471 - in head/devel: . geany geany-plugin-geanypy geany-plugin-geniuspaste geany-plugin-git-changebar/files geany-plugin-lineoperations geany-plugins geany-plugins-l10n geany-plugin...
Guido Falsi
madpilot at FreeBSD.org
Mon Jun 6 16:20:13 UTC 2016
Author: madpilot
Date: Mon Jun 6 16:20:11 2016
New Revision: 416471
URL: https://svnweb.freebsd.org/changeset/ports/416471
Log:
- Update devel/geany and devel/geany-plugins* to 1.27
- Remove patch included upstream
- Add devel/geany-plugin-lineoperations for new module
PR: 209490
Submitted by: me
Approved by: maintainer timeout
Added:
head/devel/geany-plugin-lineoperations/
head/devel/geany-plugin-lineoperations/Makefile (contents, props changed)
head/devel/geany-plugin-lineoperations/pkg-descr (contents, props changed)
head/devel/geany-plugin-lineoperations/pkg-plist (contents, props changed)
Deleted:
head/devel/geany-plugin-git-changebar/files/
Modified:
head/devel/Makefile
head/devel/geany-plugin-geanypy/pkg-plist
head/devel/geany-plugin-geniuspaste/pkg-plist
head/devel/geany-plugins-l10n/pkg-plist
head/devel/geany-plugins/distinfo
head/devel/geany-plugins/files/bsd.geany-plugins.mk
head/devel/geany/Makefile
head/devel/geany/distinfo
head/devel/geany/pkg-plist
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/Makefile Mon Jun 6 16:20:11 2016 (r416471)
@@ -622,6 +622,7 @@
SUBDIR += geany-plugin-git-changebar
SUBDIR += geany-plugin-insertnum
SUBDIR += geany-plugin-latex
+ SUBDIR += geany-plugin-lineoperations
SUBDIR += geany-plugin-lipsum
SUBDIR += geany-plugin-lua
SUBDIR += geany-plugin-macro
Modified: head/devel/geany-plugin-geanypy/pkg-plist
==============================================================================
--- head/devel/geany-plugin-geanypy/pkg-plist Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/geany-plugin-geanypy/pkg-plist Mon Jun 6 16:20:11 2016 (r416471)
@@ -1,12 +1,11 @@
lib/geany/geanypy.so
+lib/geany/console.py
+lib/geany/demo.py
+lib/geany/hello.py
lib/geany/geanypy/geany/__init__.py
lib/geany/geanypy/geany/__init__.pyc
lib/geany/geanypy/geany/console.py
lib/geany/geanypy/geany/console.pyc
-lib/geany/geanypy/geany/loader.py
-lib/geany/geanypy/geany/loader.pyc
-lib/geany/geanypy/geany/manager.py
-lib/geany/geanypy/geany/manager.pyc
lib/geany/geanypy/geany/plugin.py
lib/geany/geanypy/geany/plugin.pyc
lib/geany/geanypy/geany/signalmanager.py
@@ -16,6 +15,3 @@ lib/geany/geanypy/geany/signalmanager.py
%%PORTDOCS%%%%DOCSDIR%%/geanypy/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/geanypy/NEWS
%%PORTDOCS%%%%DOCSDIR%%/geanypy/README
-share/geany/geanypy/plugins/console.py
-share/geany/geanypy/plugins/demo.py
-share/geany/geanypy/plugins/hello.py
Modified: head/devel/geany-plugin-geniuspaste/pkg-plist
==============================================================================
--- head/devel/geany-plugin-geniuspaste/pkg-plist Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/geany-plugin-geniuspaste/pkg-plist Mon Jun 6 16:20:11 2016 (r416471)
@@ -1,4 +1,11 @@
lib/geany/geniuspaste.so
+%%DATADIR%%/geniuspaste/pastebins/codepad.org.conf
+%%DATADIR%%/geniuspaste/pastebins/dpaste.de.conf
+%%DATADIR%%/geniuspaste/pastebins/fpaste.org.conf
+%%DATADIR%%/geniuspaste/pastebins/paste.debian.net.conf
+%%DATADIR%%/geniuspaste/pastebins/pastebin.geany.org.conf
+%%DATADIR%%/geniuspaste/pastebins/sprunge.us.conf
+%%DATADIR%%/geniuspaste/pastebins/tinypaste.com.conf
%%DOCSDIR%%/geniuspaste/AUTHORS
%%DOCSDIR%%/geniuspaste/COPYING
%%DOCSDIR%%/geniuspaste/ChangeLog
Added: head/devel/geany-plugin-lineoperations/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/geany-plugin-lineoperations/Makefile Mon Jun 6 16:20:11 2016 (r416471)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PORTNAME= geany-plugin-lineoperations
+PORTVERSION= ${GEANY_VER}
+CATEGORIES= devel
+
+MAINTAINER= makc at FreeBSD.org
+COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
+
+.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
+.include <bsd.port.mk>
Added: head/devel/geany-plugin-lineoperations/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/geany-plugin-lineoperations/pkg-descr Mon Jun 6 16:20:11 2016 (r416471)
@@ -0,0 +1,4 @@
+Line Operations is an assortment of simple line functions that can
+be applied to an open file.
+
+WWW: http://plugins.geany.org/lineoperations.html
Added: head/devel/geany-plugin-lineoperations/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/geany-plugin-lineoperations/pkg-plist Mon Jun 6 16:20:11 2016 (r416471)
@@ -0,0 +1,6 @@
+lib/geany/lineoperations.so
+%%DOCSDIR%%/lineoperations/AUTHORS
+%%DOCSDIR%%/lineoperations/COPYING
+%%DOCSDIR%%/lineoperations/ChangeLog
+%%DOCSDIR%%/lineoperations/NEWS
+%%DOCSDIR%%/lineoperations/README
Modified: head/devel/geany-plugins-l10n/pkg-plist
==============================================================================
--- head/devel/geany-plugins-l10n/pkg-plist Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/geany-plugins-l10n/pkg-plist Mon Jun 6 16:20:11 2016 (r416471)
@@ -7,6 +7,7 @@ share/locale/fr/LC_MESSAGES/geany-plugin
share/locale/gl/LC_MESSAGES/geany-plugins.mo
share/locale/it/LC_MESSAGES/geany-plugins.mo
share/locale/ja/LC_MESSAGES/geany-plugins.mo
+share/locale/kk/LC_MESSAGES/geany-plugins.mo
share/locale/nl/LC_MESSAGES/geany-plugins.mo
share/locale/pt/LC_MESSAGES/geany-plugins.mo
share/locale/pt_BR/LC_MESSAGES/geany-plugins.mo
Modified: head/devel/geany-plugins/distinfo
==============================================================================
--- head/devel/geany-plugins/distinfo Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/geany-plugins/distinfo Mon Jun 6 16:20:11 2016 (r416471)
@@ -1,2 +1,3 @@
-SHA256 (geany-plugins-1.25.tar.bz2) = 5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b
-SIZE (geany-plugins-1.25.tar.bz2) = 3230888
+TIMESTAMP = 1463152201
+SHA256 (geany-plugins-1.27.tar.bz2) = 03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0
+SIZE (geany-plugins-1.27.tar.bz2) = 3196783
Modified: head/devel/geany-plugins/files/bsd.geany-plugins.mk
==============================================================================
--- head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Jun 6 16:20:11 2016 (r416471)
@@ -1,6 +1,6 @@
# $FreeBSD$
-GEANY_VER= 1.25
+GEANY_VER= 1.27
GEANY_PLUGINS_ALL= addons \
autoclose \
automark \
@@ -18,6 +18,7 @@ GEANY_PLUGINS_ALL= addons \
git-changebar \
insertnum \
latex \
+ lineoperations \
lipsum \
lua \
macro \
@@ -60,6 +61,7 @@ geniuspaste_DESC= pastebins support
git-changebar_DESC= highlight changed files tracked with Git
insertnum_DESC= replace selection with integer numbers
latex_DESC= LaTeX support
+lineoperations_DESC= Simple line functions that can be applied to an open file
lipsum_DESC= Lorem Ipsum generator
lua_DESC= Lua scripting
macro_DESC= user defined macros
Modified: head/devel/geany/Makefile
==============================================================================
--- head/devel/geany/Makefile Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/geany/Makefile Mon Jun 6 16:20:11 2016 (r416471)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geany
-PORTVERSION= 1.25
+PORTVERSION= 1.27
CATEGORIES= devel editors
MASTER_SITES= http://download.geany.org/ SF
Modified: head/devel/geany/distinfo
==============================================================================
--- head/devel/geany/distinfo Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/geany/distinfo Mon Jun 6 16:20:11 2016 (r416471)
@@ -1,2 +1,3 @@
-SHA256 (geany-1.25.tar.bz2) = 8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef
-SIZE (geany-1.25.tar.bz2) = 4149876
+TIMESTAMP = 1463152025
+SHA256 (geany-1.27.tar.bz2) = 846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf
+SIZE (geany-1.27.tar.bz2) = 4303534
Modified: head/devel/geany/pkg-plist
==============================================================================
--- head/devel/geany/pkg-plist Mon Jun 6 15:43:55 2016 (r416470)
+++ head/devel/geany/pkg-plist Mon Jun 6 16:20:11 2016 (r416471)
@@ -20,6 +20,7 @@ include/geany/pluginutils.h
include/geany/prefs.h
include/geany/project.h
include/geany/scintilla/SciLexer.h
+include/geany/scintilla/Sci_Position.h
include/geany/scintilla/Scintilla.h
include/geany/scintilla/Scintilla.iface
include/geany/scintilla/ScintillaWidget.h
@@ -29,6 +30,7 @@ include/geany/spawn.h
include/geany/stash.h
include/geany/support.h
include/geany/symbols.h
+include/geany/tagmanager/tm_parser.h
include/geany/tagmanager/tm_source_file.h
include/geany/tagmanager/tm_tag.h
include/geany/tagmanager/tm_tagmanager.h
More information about the svn-ports-all
mailing list