pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49950: Please update devel/geany to 1.24.1 (patches included)
>Number: 49950
>Category: pkg
>Synopsis: Please update devel/geany to 1.24.1 (patches included)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Jun 07 00:45:00 +0000 2015
>Originator: David H. Gutteridge
>Release: Current
>Organization:
>Environment:
n/a
>Description:
Please update devel/geany to 1.24.1. I've included patches below.
I've also appended the change log below.
--- Makefile.old 2015-05-13 12:30:26.000000000 -0400
+++ Makefile 2015-06-06 19:48:15.000000000 -0400
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.39 2015/04/25 14:20:34 tnn Exp $
-DISTNAME= geany-1.23.1
-PKGREVISION= 5
+DISTNAME= geany-1.24.1
CATEGORIES= devel
MASTER_SITES= http://download.geany.org/
--- PLIST.old 2014-02-11 18:34:54.000000000 -0500
+++ PLIST 2015-06-06 20:15:51.000000000 -0400
@@ -8,6 +8,7 @@
include/geany/geany.h
include/geany/geanyfunctions.h
include/geany/geanyplugin.h
+include/geany/gtkcompat.h
include/geany/highlighting.h
include/geany/keybindings.h
include/geany/msgwindow.h
@@ -22,6 +23,7 @@
include/geany/stash.h
include/geany/support.h
include/geany/tagmanager/tm_file_entry.h
+include/geany/tagmanager/tm_parser.h
include/geany/tagmanager/tm_project.h
include/geany/tagmanager/tm_source_file.h
include/geany/tagmanager/tm_symbol.h
@@ -77,9 +79,12 @@
share/geany/c99.tags
share/geany/colorschemes/alt.conf
share/geany/filetype_extensions.conf
+share/geany/filetypes.CUDA.conf
+share/geany/filetypes.Clojure.conf
share/geany/filetypes.Cython.conf
share/geany/filetypes.Genie.conf
share/geany/filetypes.Go.conf
+share/geany/filetypes.Graphviz.conf
share/geany/filetypes.Scala.conf
share/geany/filetypes.abaqus
share/geany/filetypes.abc
@@ -87,6 +92,7 @@
share/geany/filetypes.ada
share/geany/filetypes.asciidoc
share/geany/filetypes.asm
+share/geany/filetypes.batch
share/geany/filetypes.c
share/geany/filetypes.caml
share/geany/filetypes.cmake
@@ -123,10 +129,12 @@
share/geany/filetypes.perl
share/geany/filetypes.php
share/geany/filetypes.po
+share/geany/filetypes.powershell
share/geany/filetypes.python
share/geany/filetypes.r
share/geany/filetypes.restructuredtext
share/geany/filetypes.ruby
+share/geany/filetypes.rust
share/geany/filetypes.sh
share/geany/filetypes.sql
share/geany/filetypes.tcl
@@ -136,6 +144,7 @@
share/geany/filetypes.vhdl
share/geany/filetypes.xml
share/geany/filetypes.yaml
+share/geany/geany.css
share/geany/geany.glade
share/geany/geany.gtkrc
share/geany/html_entities.tags
@@ -156,6 +165,7 @@
share/geany/templates/files/main.java
share/geany/templates/files/main.py
share/geany/templates/files/main.vala
+share/geany/templates/files/module.erl
share/geany/templates/files/program.pas
share/geany/templates/function
share/geany/templates/gpl
--- distinfo.old 2014-02-11 18:34:54.000000000 -0500
+++ distinfo 2015-06-06 19:52:38.000000000 -0400
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2013/06/09 15:40:35 ryoon Exp $
-SHA1 (geany-1.23.1.tar.gz) = b4813a897320b8158cb73fea0c4e2cead07adbc2
-RMD160 (geany-1.23.1.tar.gz) = b8c8f471d22506f5bf8e7657ac54181730a6c135
-Size (geany-1.23.1.tar.gz) = 4898980 bytes
+SHA1 (geany-1.24.1.tar.gz) = 2707b6bbcc4710e3dca990d26f66d679d82a2cc0
+RMD160 (geany-1.24.1.tar.gz) = 7bc28763be77e2976f41a168c62ec2244b68b780
+Size (geany-1.24.1.tar.gz) = 5356304 bytes
Change log:
Geany 1.24.1 (April 16, 2014)
General
* Fix distribution of custom GTK style files (#1037).
Geany 1.24 (April 13, 2014)
General
* Add experimental support for GTK3.
* Add support for loading CTags and Vi tags files.
* Save configuration when plugin manager dialog is closed.
Bug fixes
* Fix many small memory leaks (many of them found by Pavel Roschin).
* Fix stopping of some spawned commands.
* Fix cursor position and selection after comment toggling (#3576431).
* Fix truncated output of ``--list-documents`` command-line option.
* Fix launching a new instance when ``--list-documents`` is passed
and no other instance is running.
* Fix crash if a Custom Command returns after its related document
has been closed.
* Fix typo in "deque" C++ include name (#1027).
* Fix replacing a selection starting with "0x" by a color if the
selection is not 8 bytes long.
* Fix a possible crash on quit.
Interface
* Fix custom GTK styles under KDE (#3607935).
* Add Find entries in the Symbol List popup menu (#3608278).
* Flatten-out the View menu.
* Add a button to directly configure a plugin's keybindings in the
plugin manager (Pavel Roschin).
* Add an Apply button to the color chooser dialog (FR#686,
Steven Valsesia).
* Use a non-cropped 16x16 application icon (#1010).
* Fix "leaks" of geany_run_script (#975).
Editor
* Update Scintilla to version 3.3.6 (#962, #995).
* Fix Reflow to follow Line breaking behavior (#382, #412, #464,
Eugene Arshinov).
* Fix unfolding the very last line in a level (#1007).
* Fix commenting the very last line in some situations.
Search
* Fix bulk Search & Replace not to match replacements.
* Fix finding start of word when performing whole word matching.
* Search when activating the Replace dialog find entry.
Filetypes
* Add CUDA filetype (PR#147, Benjamin Chrétien).
* Add Rust filetype (PR#181, SiegeLord).
* Add Batch filetype (canou).
* Add Graphviz filetype (PR#125, Miro Hrončok).
* Add PowerShell filetype (Igor Shaula).
* Add Clojure filetype (PR#92, Hoàng Minh Thắng).
* Many improvements to the PHP tag parser.
* Update PHP global tags file (PR#137, John Long).
* Improve shebang detection for mksh and tcsh shells
(PR#126 , Ypnose).
* Fix Asciidoc parser recognition of open block as underline.
* Fix symbol list entry for Asciidoc headers containing a dot.
* Fix Asciidoc title parsing.
* SQL parsing improvements.
* Extend list of recognized keywords for SQL.
* Fix SQL single-line comment marker (#997).
* Fix parsing of some JavaScript constructors (#966).
* Fix parsing a JavaScript regular expression in a return statement.
* Fix parsing JavaScript files with a shebang.
* Parse Java annotations with parameters (#924, Braden Walters).
* Display Java enums in the symbol list.
* Add "strictfp" Java keyword and fix annotation parsing (#936, #924).
* Fix parsing of C++ static_assert.
* Fix parsing of typed enums in C# and C++.
* Mitigate parsing errors on C++ generics containing an expression.
* Add C++ member pointer operator to scope autocomplete operators
(#907).
* Fix parsing of Fortran "forall" blocks and procedure pointers
(Alexander Eberspächer).
* Fix parsing of complex Cython types.
* Fix re-parsing Objective-C code.
* Fix parsing of Verilog initializers.
* Fix displaying of quoted Bash HereDoc delimiters (#952).
* Add some HTML5 keywords (Duncan de Wet).
* Add Erlang snippets and a template (PR#157, Fabio Ticconi).
* Haskell highlighting improvements (kudah).
* Add Matlab class keywords (PR#136, Felix Totir).
* Fix argument list on some Python constructors.
* Fix R indenting to use braces.
* Display R sources and libraries in the symbol list.
* Many improvements to the Fortran tag parser (#1023, #1030, with
help from Adam Hirst).
* Put Makefile comments at start of line.
* Add some missing Pascal keywords (#1033, PR#144).
* Add default build command for Bibtex in the Latex filetype
(PR#227, Francisco Iacobelli).
* Ignore Python imports when going to a tag's definition.
* Add some more Ruby extensions (Igor Shaula).
Internationalization
* Make date templates translatable (Christian Dywan).
* Update translations: ca, cs, de, es, eu, fr, gl, he, hu, it, kk,
lt, nl, pt, ru, sk, sl, sv, tr, zh_CN, zh_TW
Plugins
* Save Actions: add autosave when the editor lose focus (FR#683,
Steven Valsesia).
* Export: fix exporting a document not ending with a newline.
* Export: fix including random, unused styles in the output.
* Export: fix HTML title if the file name contains control characters.
* Export: fix LaTeX export with many consecutive '-', '<' or '>'.
API
* Add plugin_builder_connect_signals().
Windows
* Fix infinite pagination when printing (#961).
* Fix spawning commands with spaces (#943).
* Allow to use the GTK color chooser dialog (PR#218, Steven Valsesia).
* Add default extension to native save dialogs (#1021).
* Add colorschemes from the Geany-Themes project to the
Windows installer.
* Add option to install Geany header files and pkgconfig file to the
Windows installer.
* Fix broken opening files from command line on Windows
(again, #3613096).
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index