git: aa4c8558ce28 - main - editors/morla: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 11:34:30 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa4c8558ce28442fd273d66c1c44ddf99b59300f commit aa4c8558ce28442fd273d66c1c44ddf99b59300f Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 11:34:23 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 11:34:23 +0000 editors/morla: Remove expired port 2024-03-31 editors/morla: Project is unmaintained and last upstream release was in 2011 --- MOVED | 1 + editors/Makefile | 1 - editors/morla/Makefile | 58 ---------------------------------- editors/morla/distinfo | 2 -- editors/morla/files/patch-src__query.c | 27 ---------------- editors/morla/pkg-descr | 11 ------- editors/morla/pkg-plist | 15 --------- 7 files changed, 1 insertion(+), 114 deletions(-) diff --git a/MOVED b/MOVED index c054b22aca8e..582cc4a055fc 100644 --- a/MOVED +++ b/MOVED @@ -3114,3 +3114,4 @@ devel/codeworker||2024-04-01|Has expired: Abandonware, outdated version in ports net/libzmq2||2024-04-01|Has expired: Last release was in 2012 switch to libzmq3 irc/insub||2024-04-01|Has expired: Outdated version, unmaintained in ports since 2015 archivers/xar||2024-04-01|Has expired: Last release was in 2012 and upstream is dead, consider archivers/libarchive or archivers/7-zip +editors/morla||2024-04-01|Has expired: Project is unmaintained and last upstream release was in 2011 diff --git a/editors/Makefile b/editors/Makefile index e0853d405381..35c949f05413 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -206,7 +206,6 @@ SUBDIR += micro SUBDIR += mined SUBDIR += mle - SUBDIR += morla SUBDIR += mousepad SUBDIR += mp SUBDIR += nano diff --git a/editors/morla/Makefile b/editors/morla/Makefile deleted file mode 100644 index 7250e3888186..000000000000 --- a/editors/morla/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -PORTNAME= morla -PORTVERSION= 0.16.1 -PORTREVISION= 15 -CATEGORIES= editors textproc -MASTER_SITES= http://www.morlardf.net/src/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ - -MAINTAINER= nivit@FreeBSD.org -COMMENT= RDF editor -WWW= http://www.morlardf.net/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Project is unmaintained and last upstream release was in 2011 -EXPIRATION_DATE= 2024-03-31 - -BUILD_DEPENDS= dot:graphics/graphviz -LIB_DEPENDS= libcurl.so:ftp/curl \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libharfbuzz.so:print/harfbuzz \ - libnxml.so:textproc/libnxml \ - libraptor2.so:textproc/raptor2 \ - librasqal.so:textproc/rasqal \ - librdf.so:textproc/redland -RUN_DEPENDS= dot:graphics/graphviz - -USES= gettext gnome libtool localbase:ldflags pkgconfig -USE_GNOME= cairo gdkpixbuf2 gtk20 libxslt -USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --with-gconf=none --with-gtkhtml=none - -DESKTOP_ENTRIES="morla" \ - "Edit RDF documents" \ - "${DATADIR}/icons/128_color.png" \ - "morla" \ - "WebDevelopment;" \ - true - -OPTIONS_DEFINE= XULRUNNER - -XULRUNNER_DESC= Xulrunner as JavaScript engine - -XULRUNNER_BROKEN= www/libxul is gone, consider using lang/spidermonkey* -XULRUNNER_CONFIGURE_ON= --with-javascript=xulrunner -XULRUNNER_CONFIGURE_OFF= --with-javascript=none - -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CFLAGS+= -Wno-error=incompatible-function-pointer-types -.endif - -.include <bsd.port.mk> diff --git a/editors/morla/distinfo b/editors/morla/distinfo deleted file mode 100644 index 681e00a345b3..000000000000 --- a/editors/morla/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (morla-0.16.1.tar.gz) = 46080785281339c87a827bd9cc13a25b741691485a1094db55a7b70100aaa876 -SIZE (morla-0.16.1.tar.gz) = 711756 diff --git a/editors/morla/files/patch-src__query.c b/editors/morla/files/patch-src__query.c deleted file mode 100644 index 094afece5197..000000000000 --- a/editors/morla/files/patch-src__query.c +++ /dev/null @@ -1,27 +0,0 @@ ---- ./src/query.c.orig 2011-10-02 23:46:35.559557849 +0200 -+++ ./src/query.c 2011-10-02 23:50:37.359563100 +0200 -@@ -1400,7 +1400,11 @@ - #endif - - uri_string = raptor_uri_filename_to_uri_string (""); -+#ifdef USE_RASQAL_OLD - base_uri = raptor_new_uri (uri_string); -+#else -+ base_uri = raptor_new_uri (rasqal, uri_string); -+#endif - raptor_free_memory (uri_string); - } - -@@ -1419,11 +1423,7 @@ - - if (query) - { -- rasqal_query_set_fatal_error_handler (query, NULL, -- query_rasqal_error); -- rasqal_query_set_error_handler (query, NULL, query_rasqal_error); -- rasqal_query_set_warning_handler (query, NULL, -- query_rasqal_warning); -+ rasqal_world_set_log_handler (query, NULL, query_rasqal_error); - - if (rasqal_query_prepare - (query, (const unsigned char *) buf, base_uri)) diff --git a/editors/morla/pkg-descr b/editors/morla/pkg-descr deleted file mode 100644 index d089a4f21fc0..000000000000 --- a/editors/morla/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Morla is a RDF editor written in C. It is based on the libnxml and librdf -libraries. With Morla you can manage more RDF documents simultaneously, -visualize graphs and use templates for quick writing. - -With Morla you can import RDFS documents and use their contents to write new -RDF triples. Templates are also RDF documents and they make Morla easily -personalizable and expandable. - -You can also use Morla as a RDF navigator, wandering among the net knots of -the RDF documents present on Internet exactly as we are used to do with normal -browsers. diff --git a/editors/morla/pkg-plist b/editors/morla/pkg-plist deleted file mode 100644 index 1b4c06f1e2b3..000000000000 --- a/editors/morla/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/morla -include/morla-module.h -lib/morla/index.xml -lib/morla/libmorla_test.a -lib/morla/libmorla_test.so -share/locale/it/LC_MESSAGES/morla.mo -share/man/man1/morla.1.gz -%%DATADIR%%/bootsplash.png -%%DATADIR%%/icons/128_BN.png -%%DATADIR%%/icons/128_color.png -%%DATADIR%%/icons/32_BN.png -%%DATADIR%%/icons/32_color.png -%%DATADIR%%/icons/64_BN.png -%%DATADIR%%/icons/64_color.png -%%DATADIR%%/icons/700_color.png