git: 01ded78a6d98 - main - textproc/rarian: remove abandonware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Mar 2022 13:36:36 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=01ded78a6d98eb472262c7aa36c820c32703a7c1 commit 01ded78a6d98eb472262c7aa36c820c32703a7c1 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-03-15 13:29:22 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-03-15 13:36:30 +0000 textproc/rarian: remove abandonware --- MOVED | 1 + Mk/Uses/gnome.mk | 15 ------- textproc/Makefile | 1 - textproc/rarian/Makefile | 44 -------------------- textproc/rarian/distinfo | 3 -- .../rarian/files/patch-util_rarian-sk-config.in | 11 ----- textproc/rarian/pkg-descr | 11 ----- textproc/rarian/pkg-plist | 48 ---------------------- 8 files changed, 1 insertion(+), 133 deletions(-) diff --git a/MOVED b/MOVED index 593be5121b55..7fe73b8dfd10 100644 --- a/MOVED +++ b/MOVED @@ -16960,3 +16960,4 @@ databases/postgresql96-server||2022-03-11|Has expired: PostgreSQL-9.6 has reache net-im/pidgin-bs|net-im/pidgin-bot-sentry|2022-03-13|Project was renamed math/qalculate|math/qalculate-gtk|2022-03-14|Renamed to match project name deskutils/nautilus-actions||2022-03-15|Abandonware +textproc/rarian||2022-03-15|Abandonware diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index 6527f9c3e518..304a018fe479 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -42,10 +42,6 @@ # add the following to your Makefile: # "GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml". # -# INSTALLS_OMF - If set, bsd.gnome.mk will automatically scan pkg-plist -# file and add apropriate @postexec/@postunexec directives for -# each .omf file found to track OMF registration database. -# # MAINTAINER: gnome@FreeBSD.org .if !defined(_INCLUDE_USES_GNOME_MK) @@ -436,16 +432,5 @@ gnome-post-glib-schemas: @${ECHO_CMD} "@glib-schemas" >> ${TMPPLIST}; .endif -.if defined(INSTALLS_OMF) -_USES_install+= 690:gnome-post-omf -gnome-post-omf: - @for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \ - ${ECHO_CMD} "@postexec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \ - >> ${TMPPLIST}; \ - ${ECHO_CMD} "@postunexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \ - >> ${TMPPLIST}; \ - done -.endif - .endif # End of use part. diff --git a/textproc/Makefile b/textproc/Makefile index 07bc1ed2a065..1b871fbb708a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1559,7 +1559,6 @@ SUBDIR += rapidxml SUBDIR += raptor SUBDIR += raptor2 - SUBDIR += rarian SUBDIR += rasqal SUBDIR += re-flex SUBDIR += re_graph diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile deleted file mode 100644 index d38a22e69dda..000000000000 --- a/textproc/rarian/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $MCom: ports/textproc/rarian/Makefile,v 1.12 2008/03/09 21:41:22 mezz Exp $ - -PORTNAME= rarian -PORTVERSION= 0.8.1 -PORTREVISION= 6 -CATEGORIES= textproc gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= OMF help system based on the Freedesktop specification - -LICENSE= GPLv2+ LGPL21+ ZLIB -LICENSE_COMB= multi -LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.UTILS -LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB -LICENSE_FILE_ZLIB= ${WRKSRC}/COPYING - -BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ - bash:shells/bash \ - docbook-xml>0:textproc/docbook-xml -RUN_DEPENDS= ${LOCALBASE}/bin/getopt:misc/getopt \ - ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ - bash:shells/bash \ - docbook-xml>0:textproc/docbook-xml - -USES= gmake gnome libtool localbase pathfix python tar:bzip2 -USE_GITHUB= yes -GH_ACCOUNT= 0mp -GH_TAGNAME= 00fa779 -USE_GNOME= libxslt -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var \ - --with-convert-dir=${LOCALBASE}/share/omf \ - --with-default-data-dirs="${LOCALBASE}/share:/usr/share" \ - --with-default-infopath="${LOCALBASE}/info:${LOCALBASE}/share/info" \ - --with-default-manpath="/usr/share/man:${LOCALBASE}/share/man:${LOCALBASE}/man" \ - --with-gnu-getopt=${LOCALBASE}/bin/getopt \ - --with-localstate-subdir=db/rarian \ - --with-metadata-dir=${DOCSDIR} - -INSTALL_TARGET= install-strip - -.include <bsd.port.mk> diff --git a/textproc/rarian/distinfo b/textproc/rarian/distinfo deleted file mode 100644 index 9dbcb915f324..000000000000 --- a/textproc/rarian/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1602273811 -SHA256 (0mp-rarian-0.8.1-00fa779_GH0.tar.gz) = 533e4553815a0e6f87847cc312aabd459fe0d922a423f59e84242f74659fdb28 -SIZE (0mp-rarian-0.8.1-00fa779_GH0.tar.gz) = 506710 diff --git a/textproc/rarian/files/patch-util_rarian-sk-config.in b/textproc/rarian/files/patch-util_rarian-sk-config.in deleted file mode 100644 index c97a07c77b6c..000000000000 --- a/textproc/rarian/files/patch-util_rarian-sk-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- util/rarian-sk-config.in.orig 2007-10-10 23:00:03.000000000 -0500 -+++ util/rarian-sk-config.in 2007-10-10 23:00:30.000000000 -0500 -@@ -47,7 +47,7 @@ - print_help - ;; - --version ) -- echo $package_version \(Rarian replacement for scrollkeeper-config\) -+ echo $package_version - ;; - --prefix ) - echo $prefix diff --git a/textproc/rarian/pkg-descr b/textproc/rarian/pkg-descr deleted file mode 100644 index 357965b01cc8..000000000000 --- a/textproc/rarian/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Rarian is designed to be a replacement for scrollkeeper. It is -currently undergoing heavy development. As of writing, rarian can be -installed in place of scrollkeeper and everything will work okay. - -Rarian manages documentation metadata (as specified by the Open Source -Metadata Framework (OMF) and provides a simple API to allow help browsers -to find, sort, and search the document catalog. It will also be able to -communicate with catalog servers on the Net to search for documents which -are not on the local system. - -WWW: https://rarian.freedesktop.org/ diff --git a/textproc/rarian/pkg-plist b/textproc/rarian/pkg-plist deleted file mode 100644 index 5a9b050174ed..000000000000 --- a/textproc/rarian/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/rarian-example -bin/rarian-sk-config -bin/rarian-sk-extract -bin/rarian-sk-gen-uuid -bin/rarian-sk-get-cl -bin/rarian-sk-get-content-list -bin/rarian-sk-get-extended-content-list -bin/rarian-sk-get-scripts -bin/rarian-sk-install -bin/rarian-sk-migrate -bin/rarian-sk-preinstall -bin/rarian-sk-rebuild -bin/rarian-sk-update -bin/scrollkeeper-config -bin/scrollkeeper-extract -bin/scrollkeeper-gen-seriesid -bin/scrollkeeper-get-cl -bin/scrollkeeper-get-content-list -bin/scrollkeeper-get-extended-content-list -bin/scrollkeeper-get-index-from-docpath -bin/scrollkeeper-get-toc-from-docpath -bin/scrollkeeper-get-toc-from-id -bin/scrollkeeper-install -bin/scrollkeeper-preinstall -bin/scrollkeeper-rebuilddb -bin/scrollkeeper-uninstall -bin/scrollkeeper-update -include/rarian/rarian-info.h -include/rarian/rarian-main.h -include/rarian/rarian-man.h -include/rarian/rarian-reg-utils.h -include/rarian/rarian.h -lib/librarian.a -lib/librarian.so -lib/librarian.so.0 -lib/librarian.so.0.0.0 -libdata/pkgconfig/rarian.pc -%%DOCSDIR%%/rarian.document -share/librarian/Templates/C/scrollkeeper_cl.xml -share/librarian/manual/help-spec-0.2.xml -share/librarian/manual/index.xhtml -share/librarian/manual/rar-lib.xhtml -share/librarian/manual/rar-mdf.xhtml -share/librarian/manual/rar-skcompat.xhtml -share/librarian/rarian-sk-cl.xml -@dir /var/db/rarian -@postunexec rmdir /var/db/rarian/* 2>/dev/null || true -@postexec %%PREFIX%%/bin/rarian-sk-update || true