diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-10-07 17:49:56 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-10-07 17:49:56 +0800 |
commit | ed68e7a26339d1d265ca61f3c2ab2c966cf09460 (patch) | |
tree | 99ad99b97416874aca39681737ae2e541836f670 /editors | |
parent | 15f17282e6f56256b3e285ecf5a593a77a47f9b6 (diff) | |
download | freebsd-ports-gnome-ed68e7a26339d1d265ca61f3c2ab2c966cf09460.tar.gz freebsd-ports-gnome-ed68e7a26339d1d265ca61f3c2ab2c966cf09460.tar.zst freebsd-ports-gnome-ed68e7a26339d1d265ca61f3c2ab2c966cf09460.zip |
Remove expired port:
2017-10-06 editors/vanubi: Vanubi is no longer actively maintained
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/vanubi/Makefile | 36 | ||||
-rw-r--r-- | editors/vanubi/distinfo | 2 | ||||
-rw-r--r-- | editors/vanubi/files/patch-configure.ac | 11 | ||||
-rw-r--r-- | editors/vanubi/files/patch-gui_Makefile.am | 11 | ||||
-rw-r--r-- | editors/vanubi/files/patch-gui_main.vala | 17 | ||||
-rw-r--r-- | editors/vanubi/files/patch-gui_searchbar.vala | 23 | ||||
-rw-r--r-- | editors/vanubi/files/patch-gui_shellbar.vala | 55 | ||||
-rw-r--r-- | editors/vanubi/files/patch-libvanubi_completion.vala | 16 | ||||
-rw-r--r-- | editors/vanubi/files/patch-libvanubi_git.vala | 17 | ||||
-rw-r--r-- | editors/vanubi/files/patch-libvanubi_util.vala | 37 | ||||
-rw-r--r-- | editors/vanubi/pkg-descr | 5 | ||||
-rw-r--r-- | editors/vanubi/pkg-plist | 17 |
13 files changed, 0 insertions, 248 deletions
diff --git a/editors/Makefile b/editors/Makefile index 2865b6257d2f..cac2a7ee0090 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -239,7 +239,6 @@ SUBDIR += tweak SUBDIR += uemacs SUBDIR += uzap - SUBDIR += vanubi SUBDIR += vigor SUBDIR += vile SUBDIR += vim diff --git a/editors/vanubi/Makefile b/editors/vanubi/Makefile deleted file mode 100644 index 028f0b636f9e..000000000000 --- a/editors/vanubi/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Olivier Duchateau -# $FreeBSD$ - -PORTNAME= vanubi -PORTVERSION= 0.0.16 -DISTVERSIONPREFIX= v -PORTREVISION= 2 -CATEGORIES= editors - -MAINTAINER= ports@FreeBSD.org -COMMENT= Programming editor written in Vala - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Vanubi is no longer actively maintained -EXPIRATION_DATE= 2017-10-06 - -BUILD_DEPENDS= valac:lang/vala - -GH_TAGNAME= eedac1d - -USE_GITHUB= yes -USES= autoreconf desktop-file-utils gmake libtool pkgconfig -GNU_CONFIGURE= yes -USE_GNOME= glib20 gtk30 gtksourceview3 libwnck3 vte3 -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -CONFIGURE_ARGS=--without-asciidoc --disable-static - -post-patch: - ${REINPLACE_CMD} -e 's|vte-2.90|vte-2.91|' \ - ${WRKSRC}/configure.ac - -.include <bsd.port.mk> diff --git a/editors/vanubi/distinfo b/editors/vanubi/distinfo deleted file mode 100644 index 5db4dbbe213c..000000000000 --- a/editors/vanubi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vanubi-vanubi-v0.0.16-eedac1d_GH0.tar.gz) = 20ef1d71ec62416c2e048bc829f546672c4ae7e4be8556114fd40a19eb924978 -SIZE (vanubi-vanubi-v0.0.16-eedac1d_GH0.tar.gz) = 709627 diff --git a/editors/vanubi/files/patch-configure.ac b/editors/vanubi/files/patch-configure.ac deleted file mode 100644 index 2cc0c5fcc35b..000000000000 --- a/editors/vanubi/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2014-12-09 10:52:31 UTC -+++ configure.ac -@@ -71,7 +71,7 @@ LIBVANUBI_VALAFLAGS="$LIBVANUBI_VALAFLAG - LIBVANUBI_CFLAGS="$LIBVANUBI_CFLAGS -w" - LIBVANUBI_LIBS="$LIBVANUBI_LIBS" - --VALA_CHECK_MODULES(VANUBI, [gtk+-3.0 >= 3.6 gio-unix-2.0 gtksourceview-3.0 vte-2.90 gdk-x11-3.0 libwnck-3.0]) -+VALA_CHECK_MODULES(VANUBI, [gtk+-3.0 gio-unix-2.0 gtksourceview-3.0 vte-2.90 gdk-x11-3.0 libwnck-3.0]) - dnl We ignore GTK_3_10_* - PKG_CHECK_MODULES(GTK_3_10, [gtk+-3.0 >= 3.10], - [VANUBI_VALAFLAGS="$VANUBI_VALAFLAGS -D GTK_3_10"], diff --git a/editors/vanubi/files/patch-gui_Makefile.am b/editors/vanubi/files/patch-gui_Makefile.am deleted file mode 100644 index 8ce4fd511f71..000000000000 --- a/editors/vanubi/files/patch-gui_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/Makefile.am.orig 2014-12-09 10:52:31 UTC -+++ gui/Makefile.am -@@ -50,6 +50,8 @@ vanubi_SOURCES = \ - vanubi_LDADD = \ - ../libvanubi/libvanubi@PACKAGE_SUFFIX@.la \ - $(VANUBI_LIBS) \ -+ -lexecinfo \ -+ -lX11 \ - $(NULL) - - EXTRA_DIST = $(vanubi_VALASOURCES) diff --git a/editors/vanubi/files/patch-gui_main.vala b/editors/vanubi/files/patch-gui_main.vala deleted file mode 100644 index 4a30529a9d30..000000000000 --- a/editors/vanubi/files/patch-gui_main.vala +++ /dev/null @@ -1,17 +0,0 @@ ---- gui/main.vala.orig 2015-07-03 10:10:29 UTC -+++ gui/main.vala -@@ -35,12 +35,12 @@ namespace Vanubi.UI { - { null } - }; - -- static Regex file_pos_regex = null; -+ static GLib.Regex file_pos_regex = null; - - static construct { - try { - var file_pos = """^(?<f>.+?)(?::(?<sl>\d+)(?::(?<sc>\d+))?)?$"""; -- file_pos_regex = new Regex (file_pos, RegexCompileFlags.CASELESS|RegexCompileFlags.OPTIMIZE); -+ file_pos_regex = new GLib.Regex (file_pos, GLib.RegexCompileFlags.CASELESS|GLib.RegexCompileFlags.OPTIMIZE); - } catch (Error e) { - error (e.message); - } diff --git a/editors/vanubi/files/patch-gui_searchbar.vala b/editors/vanubi/files/patch-gui_searchbar.vala deleted file mode 100644 index eea06698a8c3..000000000000 --- a/editors/vanubi/files/patch-gui_searchbar.vala +++ /dev/null @@ -1,23 +0,0 @@ ---- gui/searchbar.vala.orig 2015-07-03 10:10:29 UTC -+++ gui/searchbar.vala -@@ -153,11 +153,11 @@ namespace Vanubi.UI { - // do not parse in case of any error during parsing or evaluating the expression - } - -- Regex regex = null; -+ GLib.Regex regex = null; - if (is_regex) { - try { - state.status.clear ("search"); -- regex = new Regex (p, RegexCompileFlags.OPTIMIZE, RegexMatchFlags.ANCHORED); -+ regex = new GLib.Regex (p, GLib.RegexCompileFlags.OPTIMIZE, GLib.RegexMatchFlags.ANCHORED); - } catch (Error e) { - // user still writing regex, display an error - state.status.set (e.message, "search", Status.Type.ERROR); -@@ -381,4 +381,4 @@ namespace Vanubi.UI { - return base.on_key_press_event (e); - } - } --} -\ No newline at end of file -+} diff --git a/editors/vanubi/files/patch-gui_shellbar.vala b/editors/vanubi/files/patch-gui_shellbar.vala deleted file mode 100644 index 001923fcd5a2..000000000000 --- a/editors/vanubi/files/patch-gui_shellbar.vala +++ /dev/null @@ -1,55 +0,0 @@ -Add support of vte-2.91 instead of vte-2.90 - ---- gui/shellbar.vala.orig 2015-07-03 10:10:29 UTC -+++ gui/shellbar.vala -@@ -29,8 +29,8 @@ namespace Vanubi.UI { - Cancellable pty_cancellable; - bool is_first_line = true; - -- static Regex error_regex = null; -- static Regex dir_regex = null; -+ static GLib.Regex error_regex = null; -+ static GLib.Regex dir_regex = null; - - static construct { - try { -@@ -44,11 +44,11 @@ namespace Vanubi.UI { - var php_error = """^(?<msg>.+)error:.* in (?<f>.+) on line (?<sl>\d+)\s*$"""; - // sh style - var sh_error = """^(?<f>.+?):.*?(?<sl>\d+?):.*?:(?<msg>.*? error):"""; -- error_regex = new Regex (@"(?:$(vala_error))|(?:$(php_error))|(?:$(c_error))|(?:$(sh_error))|(?:$(java_error))", RegexCompileFlags.CASELESS|RegexCompileFlags.OPTIMIZE|RegexCompileFlags.DUPNAMES); -+ error_regex = new GLib.Regex (@"(?:$(vala_error))|(?:$(php_error))|(?:$(c_error))|(?:$(sh_error))|(?:$(java_error))", GLib.RegexCompileFlags.CASELESS|GLib.RegexCompileFlags.OPTIMIZE|GLib.RegexCompileFlags.DUPNAMES); - - // enter directory - var make_dir = """^.*Entering directory `(.+?)'.*$"""; -- dir_regex = new Regex (@"(?:$(make_dir))", RegexCompileFlags.CASELESS|RegexCompileFlags.OPTIMIZE|RegexCompileFlags.DUPNAMES); -+ dir_regex = new GLib.Regex (@"(?:$(make_dir))", GLib.RegexCompileFlags.CASELESS|GLib.RegexCompileFlags.OPTIMIZE|GLib.RegexCompileFlags.DUPNAMES); - } catch (Error e) { - error (e.message); - } -@@ -146,10 +146,10 @@ namespace Vanubi.UI { - } - - Pid pid; -- term.fork_command_full (PtyFlags.DEFAULT, workdir, {shell}, null, SpawnFlags.SEARCH_PATH, null, out pid); -+ term.spawn_sync (PtyFlags.DEFAULT, workdir, {shell}, null, SpawnFlags.SEARCH_PATH, null, out pid); - term.set_data ("pid", pid); - pty_cancellable = new Cancellable (); -- read_sh.begin (term.pty_object.fd, pty_cancellable); -+ read_sh.begin (term.get_pty ().fd, pty_cancellable); - - mouse_match (term, """^.+error:"""); - mouse_match (term, """^.+warning:"""); -@@ -255,10 +255,10 @@ namespace Vanubi.UI { - - private void mouse_match (Terminal t, string str) { - try { -- var regex = new Regex (str); -+ var regex = new GLib.Regex (str); - int id = t.match_add_gregex (regex, 0); - t.match_set_cursor_type (id, Gdk.CursorType.HAND2); -- } catch (RegexError e) { -+ } catch (GLib.RegexError e) { - warning (e.message); - } - } diff --git a/editors/vanubi/files/patch-libvanubi_completion.vala b/editors/vanubi/files/patch-libvanubi_completion.vala deleted file mode 100644 index c7cdb33c13ad..000000000000 --- a/editors/vanubi/files/patch-libvanubi_completion.vala +++ /dev/null @@ -1,16 +0,0 @@ ---- libvanubi/completion.vala.orig 2015-07-03 10:10:29 UTC -+++ libvanubi/completion.vala -@@ -21,11 +21,11 @@ namespace Vanubi { - public class AbbrevCompletion { - LRU<string> lru = new LRU<string> (strcmp); - Annotated<string>[] tags = null; -- Regex regex; -+ GLib.Regex regex; - - public AbbrevCompletion () { - try { -- regex = new Regex ("\\w+", RegexCompileFlags.MULTILINE | RegexCompileFlags.OPTIMIZE); -+ regex = new GLib.Regex ("\\w+", GLib.RegexCompileFlags.MULTILINE | GLib.RegexCompileFlags.OPTIMIZE); - } catch (Error e) { - warning (e.message); - } diff --git a/editors/vanubi/files/patch-libvanubi_git.vala b/editors/vanubi/files/patch-libvanubi_git.vala deleted file mode 100644 index 44d6bfe27ebd..000000000000 --- a/editors/vanubi/files/patch-libvanubi_git.vala +++ /dev/null @@ -1,17 +0,0 @@ ---- libvanubi/git.vala.orig 2015-07-03 10:10:29 UTC -+++ libvanubi/git.vala -@@ -27,12 +27,12 @@ namespace Vanubi { - - public class Git { - unowned Configuration config; -- static Regex hunk_regex; -+ static GLib.Regex hunk_regex; - static HashTable<DataSource, bool> monitored = new HashTable<DataSource, bool> (DataSource.hash, DataSource.equal); - - static construct { - try { -- hunk_regex = new Regex ("^@@ -(\\d+),?(\\d*) \\+(\\d+),?(\\d*) @@"); -+ hunk_regex = new GLib.Regex ("^@@ -(\\d+),?(\\d*) \\+(\\d+),?(\\d*) @@"); - } catch (Error e) { - warning (e.message); - } diff --git a/editors/vanubi/files/patch-libvanubi_util.vala b/editors/vanubi/files/patch-libvanubi_util.vala deleted file mode 100644 index dadd462746b3..000000000000 --- a/editors/vanubi/files/patch-libvanubi_util.vala +++ /dev/null @@ -1,37 +0,0 @@ ---- libvanubi/util.vala.orig 2015-07-03 10:10:29 UTC -+++ libvanubi/util.vala -@@ -35,12 +35,12 @@ namespace Vanubi { - public int end_line; - public int end_column; - -- static Regex file_pos_regex = null; -+ static GLib.Regex file_pos_regex = null; - - static construct { - try { - var file_pos = """^(?<f>.+?)(?::(?<sl>\d+)(?::(?<sc>\d+))?)?$"""; -- file_pos_regex = new Regex (file_pos, RegexCompileFlags.CASELESS|RegexCompileFlags.OPTIMIZE); -+ file_pos_regex = new GLib.Regex (file_pos, GLib.RegexCompileFlags.CASELESS|GLib.RegexCompileFlags.OPTIMIZE); - } catch (Error e) { - error (e.message); - } -@@ -181,15 +181,15 @@ namespace Vanubi { - - public async extern void spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, int io_priority, Cancellable? cancellable, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError; - -- static Regex update_copyright_year_regex1 = null; -- static Regex update_copyright_year_regex2 = null; -+ static GLib.Regex update_copyright_year_regex1 = null; -+ static GLib.Regex update_copyright_year_regex2 = null; - - // Returns true if any copyright year has been replaced - public bool update_copyright_year (Buffer buf) { - if (update_copyright_year_regex1 == null || update_copyright_year_regex2 == null) { - try { -- update_copyright_year_regex1 = new Regex ("Copyright.*\\d\\d\\d\\d-(\\d\\d\\d\\d)", RegexCompileFlags.OPTIMIZE | RegexCompileFlags.CASELESS); -- update_copyright_year_regex2 = new Regex ("Copyright.*(\\d\\d\\d\\d)", RegexCompileFlags.OPTIMIZE | RegexCompileFlags.CASELESS); -+ update_copyright_year_regex1 = new GLib.Regex ("Copyright.*\\d\\d\\d\\d-(\\d\\d\\d\\d)", GLib.RegexCompileFlags.OPTIMIZE | GLib.RegexCompileFlags.CASELESS); -+ update_copyright_year_regex2 = new GLib.Regex ("Copyright.*(\\d\\d\\d\\d)", GLib.RegexCompileFlags.OPTIMIZE | GLib.RegexCompileFlags.CASELESS); - } catch (Error e) { - warning (e.message); - return false; diff --git a/editors/vanubi/pkg-descr b/editors/vanubi/pkg-descr deleted file mode 100644 index 15b818163132..000000000000 --- a/editors/vanubi/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Vanubi is an Emacs-like editor implemented in Vala. It is designed to be -simple, complete, keyboard based, and implement only what users really -use and expect. - -WWW: http://vanubi.github.io/vanubi/ diff --git a/editors/vanubi/pkg-plist b/editors/vanubi/pkg-plist deleted file mode 100644 index 3421e9e53426..000000000000 --- a/editors/vanubi/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/vanubi -lib/libvanubi-0.1.so -lib/libvanubi-0.1.so.0 -lib/libvanubi-0.1.so.0.0.0 -share/applications/vanubi.desktop -%%DATADIR%%/css/tango.css -%%DATADIR%%/css/zen.css -%%DATADIR%%/languages/asciidoc.lang -%%DATADIR%%/languages/asm-intel.lang -%%DATADIR%%/languages/generic_comment.lang -%%DATADIR%%/languages/i386asm.lang -%%DATADIR%%/languages/nix.lang -%%DATADIR%%/languages/rpmspec.lang -%%DATADIR%%/logo/vanubi.png -%%DATADIR%%/styles/tango.xml -%%DATADIR%%/styles/zen-grep.xml -%%DATADIR%%/styles/zen.xml |