Date: Thu, 31 Oct 2024 22:22:13 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 105962372904 - main - textproc/ssddiff: Remove expired port Message-ID: <202410312222.49VMMD1g093112@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=1059623729043fa0a16847141dd618f941f1e460 commit 1059623729043fa0a16847141dd618f941f1e460 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-10-31 22:22:08 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-10-31 22:22:08 +0000 textproc/ssddiff: Remove expired port 2024-10-31 textproc/ssddiff: Abandonware, unfetchable and upstream is gone --- MOVED | 1 + textproc/Makefile | 1 - textproc/ssddiff/Makefile | 41 --------------------------- textproc/ssddiff/distinfo | 2 -- textproc/ssddiff/files/patch-src__rel_count.h | 10 ------- textproc/ssddiff/files/patch-src__ustring.h | 10 ------- textproc/ssddiff/pkg-descr | 13 --------- 7 files changed, 1 insertion(+), 77 deletions(-) diff --git a/MOVED b/MOVED index a3ea137ffc09..11f4d130f058 100644 --- a/MOVED +++ b/MOVED @@ -3574,3 +3574,4 @@ lang/ferite||2024-10-31|Has expired: Abandonware and outdated, last release in 2 www/moodle42||2024-10-31|Has expired: Upstream EOL misc/uk-postcodes||2024-10-31|Has expired: Obsolete, 20+ year old data misc/uk-phone||2024-10-31|Has expired: Obsolete, 20+ year old data +textproc/ssddiff||2024-10-31|Has expired: Abandonware, unfetchable and upstream is gone diff --git a/textproc/Makefile b/textproc/Makefile index b705a468dbaf..69a18c92fb43 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -2048,7 +2048,6 @@ SUBDIR += sr-aspell SUBDIR += sr-hunspell SUBDIR += ss-hunspell - SUBDIR += ssddiff SUBDIR += stardict-dict-fa_IR SUBDIR += stardict-dictd_mova SUBDIR += stardict-rptts diff --git a/textproc/ssddiff/Makefile b/textproc/ssddiff/Makefile deleted file mode 100644 index 031eb9c84c94..000000000000 --- a/textproc/ssddiff/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -PORTNAME= ssddiff -PORTVERSION= 0.2 -PORTREVISION= 4 -CATEGORIES= textproc -MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ - http://ftp.is.co.za/FreeBSD/ports/distfiles/ \ - ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ - http://ftp.nchc.org.tw/BSD/FreeBSD/ports/distfiles/ \ - ftp://ftp.eunet.cz/FreeBSD/ports/distfiles/ \ - https://alioth.debian.org/frs/download.php/file/1469/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Diff application for semistructured data such as XML files -WWW= http://ssddiff.alioth.debian.org/ - -LICENSE= GPLv2+ - -BROKEN= Unfetchable -DEPRECATED= Abandonware, unfetchable and upstream is gone -EXPIRATION_DATE=2024-10-31 - -GNU_CONFIGURE= yes -USES= autoreconf gnome pkgconfig tar:bzip2 -USE_GNOME= libxml2 - -PLIST_FILES= bin/xmldiff - -post-patch: - @${FIND} ${WRKSRC} -type l -delete - @${REINPLACE_CMD} -e \ - 's|^CXXFLAGS|AM_CPPFLAGS|' ${WRKSRC}/src/Makefile.am - @${REINPLACE_CMD} -e \ - 's|"getopt\.h"|<unistd.h>|' ${WRKSRC}/src/main.cc - @${REINPLACE_CMD} \ - -e 's/hash</__gnu_cxx::&/' -e 's/hash<char/& const/' \ - ${WRKSRC}/src/doc.h ${WRKSRC}/src/out_common.cc \ - ${WRKSRC}/src/out_merged.cc ${WRKSRC}/src/out_xupdate.cc \ - ${WRKSRC}/src/out_xupdate.h ${WRKSRC}/src/ustring.cc \ - ${WRKSRC}/src/ustring.h - -.include <bsd.port.mk> diff --git a/textproc/ssddiff/distinfo b/textproc/ssddiff/distinfo deleted file mode 100644 index 0f285a7d8109..000000000000 --- a/textproc/ssddiff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ssddiff-0.2.tar.bz2) = 2c0c3fe73d149f92b74005805c5b5135a47d88eea83493255c31ab931281b9be -SIZE (ssddiff-0.2.tar.bz2) = 86679 diff --git a/textproc/ssddiff/files/patch-src__rel_count.h b/textproc/ssddiff/files/patch-src__rel_count.h deleted file mode 100644 index 691d6c8416f6..000000000000 --- a/textproc/ssddiff/files/patch-src__rel_count.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/rel_count.h.orig -+++ src/rel_count.h -@@ -13,6 +13,7 @@ - #define SSD_REL_COUNT_H - #include "config.h" - #include "rel_eqclass.h" -+#include <climits> - #include <vector> - #include <ext/hash_map> - diff --git a/textproc/ssddiff/files/patch-src__ustring.h b/textproc/ssddiff/files/patch-src__ustring.h deleted file mode 100644 index fca819b55c54..000000000000 --- a/textproc/ssddiff/files/patch-src__ustring.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ustring.h.orig -+++ src/ustring.h -@@ -14,6 +14,7 @@ - - #include "config.h" - -+#include <cstring> - #include <iostream> - #include <map> - #include <ext/hash_map> diff --git a/textproc/ssddiff/pkg-descr b/textproc/ssddiff/pkg-descr deleted file mode 100644 index 97a48cb80229..000000000000 --- a/textproc/ssddiff/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Semistructured data is a generic term for data that does have structure -information, while not being tabular or very tightly restricted. XML and -HTML data is the most prominent examples for this. You normally would not -use this term e.g. for database tables (which for example do not allow -nesting of entries). - -While this application currently only supports XML, the algorithms should be -able to process other semistructured data as well. - -The approach used here is usually much slower than other well-known xmldiff -applications, however it produces better results in many "tricky" cases. -You say that other xmldiff applications try to do a syntactic diff, whereas -xmldiff tries to do a semantic diff.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410312222.49VMMD1g093112>