Date: Mon, 6 Jan 2025 17:05:51 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bfbb316cca58 - main - editors/gobby: Update to 0.6.0 Message-ID: <202501061705.506H5pEi095444@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=bfbb316cca580cffbb74bfd57e5cd146634786c7 commit bfbb316cca580cffbb74bfd57e5cd146634786c7 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-01-06 17:00:31 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2025-01-06 17:04:40 +0000 editors/gobby: Update to 0.6.0 - Switch from PORTVERSION to DISTVERSION - Update LICENSE - Remove extinct GTKSPELL option - Submitter becomes maintainer ChangeLog: https://github.com/gobby/gobby/blob/v0.6.0/NEWS PR: 283864 --- editors/gobby/Makefile | 65 +++++++------- editors/gobby/distinfo | 5 +- editors/gobby/files/patch-inc__config.hpp | 38 --------- .../gobby/files/patch-inc__preferencesdialog.hpp | 11 --- editors/gobby/pkg-descr | 6 +- editors/gobby/pkg-plist | 98 ++++++++++------------ 6 files changed, 82 insertions(+), 141 deletions(-) diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 099584f2e375..60889c9d61de 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -1,49 +1,42 @@ PORTNAME= gobby -PORTVERSION= 0.4.13 -PORTREVISION= 11 +DISTVERSION= 0.6.0 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nxjoseph@protonmail.com COMMENT= Free collaborative editor WWW= http://gobby.0x539.de -LICENSE= GPLv2 +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libobby.so:devel/obby \ - libnet6.so:net/net6 \ - libxml++-2.6.so:textproc/libxml++26 \ - libgtkmm-2.4.so:x11-toolkits/gtkmm24 +BUILD_DEPENDS= itstool:textproc/itstool +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgsasl.so:security/libgsasl \ + libinfgtk-0.7.so:textproc/libinfinity \ + libinfinity-0.7.so:textproc/libinfinity \ + libinftext-0.7.so:textproc/libinfinity \ + libinftextgtk-0.7.so:textproc/libinfinity -OPTIONS_DEFINE= GTKSPELL NLS -GTKSPELL_DESC= Enable GtkSpell support - -USE_GNOME= gtksourceview2 intltool -USES= compiler:c++11-lang cpe gmake gnome pathfix pkgconfig -CPE_VENDOR= ${PORTNAME}_project +USES= compiler:c++11-lang desktop-file-utils gettext-tools gmake \ + gnome pathfix pkgconfig USE_CXXSTD= c++11 +USE_GNOME= atkmm cairomm glibmm gtkmm30 gtksourceview3 intltool \ + libsigc++20 libxml++26 pangomm + GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGTKSPELL} -LIB_DEPENDS+= libgtkspell.so:textproc/gtkspell -CONFIGURE_ARGS+=--with-gtkspell -.else -CONFIGURE_ARGS+=--without-gtkspell -.endif - -.if ${PORT_OPTIONS:MNLS} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl -CONFIGURE_ARGS+= --enable-nls -USES+= cpe gettext -CPE_VENDOR= ${PORTNAME}_project -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls + +post-install: + @cd ${STAGEDIR}${PREFIX}/bin && \ + ${MV} gobby-0.5 \ + gobby + @cd ${STAGEDIR}${PREFIX}/share/man/man1 && \ + ${MV} gobby-0.5.1 \ + gobby.1 .include <bsd.port.mk> diff --git a/editors/gobby/distinfo b/editors/gobby/distinfo index 79c89493de7b..0b5c24e9fbf9 100644 --- a/editors/gobby/distinfo +++ b/editors/gobby/distinfo @@ -1,2 +1,3 @@ -SHA256 (gobby-0.4.13.tar.gz) = 8cbd89ffbe3e056160a8d76e11d641f3b045793e35897546f98d2de368001871 -SIZE (gobby-0.4.13.tar.gz) = 507676 +TIMESTAMP = 1736084866 +SHA256 (gobby-0.6.0.tar.gz) = fdb3f3f1984fa22b4f5116804281e2ea17bcaeebebdc14e66f5cf80e995d5cdc +SIZE (gobby-0.6.0.tar.gz) = 808019 diff --git a/editors/gobby/files/patch-inc__config.hpp b/editors/gobby/files/patch-inc__config.hpp deleted file mode 100644 index 0c999edc14ac..000000000000 --- a/editors/gobby/files/patch-inc__config.hpp +++ /dev/null @@ -1,38 +0,0 @@ ---- ./inc/config.hpp.orig 2012-01-30 01:27:51.000000000 +0100 -+++ ./inc/config.hpp 2014-07-24 13:11:27.000000000 +0200 -@@ -31,6 +31,19 @@ - #include <libxml++/nodes/element.h> - #include <libxml++/nodes/textnode.h> - -+ -+namespace serialise -+{ -+template<> -+class default_context_to<Glib::ustring>: public context_base_to<Glib::ustring> -+{ -+public: -+ typedef Glib::ustring data_type; -+ -+ virtual std::string to_string(const data_type& from) const; -+}; -+} -+ - namespace Gobby - { - -@@ -460,15 +473,6 @@ - }; - - template<> --class default_context_to<Glib::ustring>: public context_base_to<Glib::ustring> --{ --public: -- typedef Glib::ustring data_type; -- -- virtual std::string to_string(const data_type& from) const; --}; -- --template<> - class default_context_from<Glib::ustring>: - public context_base_from<Glib::ustring> - { diff --git a/editors/gobby/files/patch-inc__preferencesdialog.hpp b/editors/gobby/files/patch-inc__preferencesdialog.hpp deleted file mode 100644 index 6cdaa6680e47..000000000000 --- a/editors/gobby/files/patch-inc__preferencesdialog.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./inc/preferencesdialog.hpp.orig 2012-01-30 01:27:51.000000000 +0100 -+++ ./inc/preferencesdialog.hpp 2014-07-24 13:12:17.000000000 +0200 -@@ -198,7 +198,7 @@ - protected: - struct LangCompare - { -- bool operator()(GtkSourceLanguage* first, GtkSourceLanguage* second) -+ bool operator()(const GtkSourceLanguage* first, const GtkSourceLanguage* second) const - { - return first < second; - } diff --git a/editors/gobby/pkg-descr b/editors/gobby/pkg-descr index 5a060c2231c8..71dedd7b06dd 100644 --- a/editors/gobby/pkg-descr +++ b/editors/gobby/pkg-descr @@ -1 +1,5 @@ -A free collaborative editor. +Gobby is a free collaborative editor. This means that it provides you with the +possibility to edit files simultaneously with other users over a network. +The platforms on which you could use Gobby are so far Microsoft Windows, Linux, +Mac OS X and other Unix-like ones. Developed with the GTK+ toolkit it +integrates nicely into the GNOME desktop environment if you want it to. diff --git a/editors/gobby/pkg-plist b/editors/gobby/pkg-plist index c1be38e8d356..2bd6026a22d0 100644 --- a/editors/gobby/pkg-plist +++ b/editors/gobby/pkg-plist @@ -1,55 +1,47 @@ bin/gobby +share/applications/gobby-0.5.desktop +share/glib-2.0/schemas/de.0x539.gobby.gschema.xml +%%DATADIR%%-0.5/icons/HighContrastLargePrint/48x48/actions/chat.png +%%DATADIR%%-0.5/icons/HighContrastLargePrint/48x48/actions/document-list.png +%%DATADIR%%-0.5/icons/HighContrastLargePrint/48x48/actions/user-list.png +%%DATADIR%%-0.5/icons/HighContrastLargePrint/scalable/actions/chat.svg +%%DATADIR%%-0.5/icons/HighContrastLargePrint/scalable/actions/document-list.svg +%%DATADIR%%-0.5/icons/HighContrastLargePrint/scalable/actions/user-list.svg +%%DATADIR%%-0.5/icons/HighContrastLargePrintInverse/48x48/actions/chat.png +%%DATADIR%%-0.5/icons/HighContrastLargePrintInverse/48x48/actions/document-list.png +%%DATADIR%%-0.5/icons/HighContrastLargePrintInverse/48x48/actions/user-list.png +%%DATADIR%%-0.5/icons/HighContrastLargePrintInverse/scalable/actions/chat.svg +%%DATADIR%%-0.5/icons/HighContrastLargePrintInverse/scalable/actions/document-list.svg +%%DATADIR%%-0.5/icons/HighContrastLargePrintInverse/scalable/actions/user-list.svg +%%DATADIR%%-0.5/icons/hicolor/48x48/actions/chat.png +%%DATADIR%%-0.5/icons/hicolor/48x48/actions/document-list.png +%%DATADIR%%-0.5/icons/hicolor/48x48/actions/user-list.png +%%DATADIR%%-0.5/icons/hicolor/48x48/status/user-color-indicator.png +%%DATADIR%%-0.5/icons/hicolor/scalable/actions/chat.svg +%%DATADIR%%-0.5/icons/hicolor/scalable/actions/document-list.svg +%%DATADIR%%-0.5/icons/hicolor/scalable/actions/user-list.svg +%%DATADIR%%-0.5/icons/hicolor/scalable/status/user-color-indicator.svg +share/help/C/gobby/figures/main_window.png +share/help/C/gobby/figures/preferences_appearance.png +share/help/C/gobby/figures/preferences_editor.png +share/help/C/gobby/figures/preferences_security.png +share/help/C/gobby/figures/preferences_user.png +share/help/C/gobby/figures/preferences_view.png +share/help/C/gobby/index.docbook +share/icons/HighContrastLargePrint/48x48/apps/gobby-0.5.png +share/icons/HighContrastLargePrint/scalable/apps/gobby-0.5.svg +share/icons/HighContrastLargePrintInverse/48x48/apps/gobby-0.5.png +share/icons/HighContrastLargePrintInverse/scalable/apps/gobby-0.5.svg +share/icons/hicolor/48x48/apps/gobby-0.5.png +share/icons/hicolor/scalable/apps/gobby-0.5.svg +%%NLS%%share/locale/ca/LC_MESSAGES/gobby05.mo +%%NLS%%share/locale/de/LC_MESSAGES/gobby05.mo +%%NLS%%share/locale/el_GR/LC_MESSAGES/gobby05.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/gobby05.mo +%%NLS%%share/locale/fr/LC_MESSAGES/gobby05.mo +%%NLS%%share/locale/it_IT/LC_MESSAGES/gobby05.mo +%%NLS%%share/locale/ja/LC_MESSAGES/gobby05.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/gobby05.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/gobby05.mo share/man/man1/gobby.1.gz -%%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/chat.png -%%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/document-list.png -%%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/user-list.png -%%DATADIR%%/icons/HighContrastLargePrint/scalable/actions/chat.svg -%%DATADIR%%/icons/HighContrastLargePrint/scalable/actions/document-list.svg -%%DATADIR%%/icons/HighContrastLargePrint/scalable/actions/user-list.svg -%%DATADIR%%/icons/HighContrastLargePrintInverse/48x48/actions/chat.png -%%DATADIR%%/icons/HighContrastLargePrintInverse/48x48/actions/document-list.png -%%DATADIR%%/icons/HighContrastLargePrintInverse/48x48/actions/user-list.png -%%DATADIR%%/icons/HighContrastLargePrintInverse/scalable/actions/chat.svg -%%DATADIR%%/icons/HighContrastLargePrintInverse/scalable/actions/document-list.svg -%%DATADIR%%/icons/HighContrastLargePrintInverse/scalable/actions/user-list.svg -%%DATADIR%%/icons/hicolor/48x48/actions/chat.png -%%DATADIR%%/icons/hicolor/48x48/actions/document-list.png -%%DATADIR%%/icons/hicolor/48x48/actions/user-list.png -%%DATADIR%%/icons/hicolor/scalable/actions/chat.svg -%%DATADIR%%/icons/hicolor/scalable/actions/document-list.svg -%%DATADIR%%/icons/hicolor/scalable/actions/user-list.svg -share/icons/HighContrastLargePrint/48x48/apps/gobby.png -share/icons/HighContrastLargePrint/scalable/apps/gobby.svg -share/icons/HighContrastLargePrintInverse/48x48/apps/gobby.png -share/icons/HighContrastLargePrintInverse/scalable/apps/gobby.svg -share/icons/hicolor/48x48/apps/gobby.png -share/icons/hicolor/scalable/apps/gobby.svg -%%NLS%%share/locale/ast/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/bg/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/ca/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/da/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/de/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/el/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/es/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/eu/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/fi/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/gv/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/he/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/hr/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/it/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/ko/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/nl/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/oc/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/pt/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/th/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/gobby.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/gobby.mo +share/metainfo/gobby-0.5.metainfo.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501061705.506H5pEi095444>