summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/scrollkeeper/Makefile50
-rw-r--r--textproc/scrollkeeper/distinfo2
-rw-r--r--textproc/scrollkeeper/files/patch-Makefile.in46
-rw-r--r--textproc/scrollkeeper/files/patch-extract_dtds_Makefile.in10
-rw-r--r--textproc/scrollkeeper/files/patch-libs_database.c12
-rw-r--r--textproc/scrollkeeper/files/patch-libs_i18n.c40
-rw-r--r--textproc/scrollkeeper/files/patch-libs_install.c14
-rw-r--r--textproc/scrollkeeper/pkg-descr8
-rw-r--r--textproc/scrollkeeper/pkg-install19
-rw-r--r--textproc/scrollkeeper/pkg-plist102
12 files changed, 1 insertions, 304 deletions
diff --git a/MOVED b/MOVED
index 9cc319cd21f8..e07b6ee9478f 100644
--- a/MOVED
+++ b/MOVED
@@ -11632,3 +11632,4 @@ games/plutocracy||2019-02-21|Has expired: broken, upstream gone
x11-toolkits/gtksourceview|x11-toolkits/gtksourceview4|2019-02-22|Old version not depended on
deskutils/fusenshi||2019-02-22|Abandonware, not depended on
www/erwn||2019-02-22|Abandonware, not depended on
+textproc/scrollkeeper|textproc/rarian|2019-02-23|rarian replaced scrollkeeper long ago
diff --git a/textproc/Makefile b/textproc/Makefile
index f14737caae48..5e28869656f0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1698,7 +1698,6 @@
SUBDIR += scim-openvanilla
SUBDIR += scim-table-imengine
SUBDIR += scr2txt
- SUBDIR += scrollkeeper
SUBDIR += scss
SUBDIR += scws
SUBDIR += sdcv
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
deleted file mode 100644
index d3527ec8c04d..000000000000
--- a/textproc/scrollkeeper/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# Created by: Rene Hexel <rh@netbsd.org>
-# $FreeBSD$
-# $MCom: ports/textproc/scrollkeeper/Makefile,v 1.12 2007/10/17 21:36:13 mezz Exp $
-
-PORTNAME= scrollkeeper
-PORTVERSION= 0.3.14
-PORTREVISION= 15
-PORTEPOCH= 1
-CATEGORIES= textproc gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Open Document Cataloging Project
-
-BUILD_DEPENDS= intltool-extract:textproc/intltool \
- ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \
- docbook-xml>0:textproc/docbook-xml
-RUN_DEPENDS= intltool-extract:textproc/intltool \
- ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \
- docbook-xml>0:textproc/docbook-xml
-
-DOCBOOK_VERSION=4.2
-
-CONFLICTS_INSTALL= rarian-[0-9]*
-
-USES= bison pathfix gettext gmake tar:bzip2 libtool
-USE_GNOME= libxslt intlhack
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share \
- --with-omfdirs=${PREFIX}/share/omf \
- --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib -lintl
-PLIST_SUB= LOCALBASE=${LOCALBASE}
-INSTALL_TARGET= install-strip
-
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]LN_S[)] -f -n|(LN_S) -f|g'
- @${REINPLACE_CMD} -e 's|/usr/share/locale|${PREFIX}/share/locale|g' \
- ${WRKSRC}/libs/scrollkeeper.h.in
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/extract/dtds/Makefile.in
-
-post-install:
- @${MKDIR} ${STAGEDIR}/var/db/scrollkeeper
-
-.include <bsd.port.mk>
diff --git a/textproc/scrollkeeper/distinfo b/textproc/scrollkeeper/distinfo
deleted file mode 100644
index 113c97c4f865..000000000000
--- a/textproc/scrollkeeper/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/scrollkeeper-0.3.14.tar.bz2) = ece1987169d136aa148dc02f1e4784cbe5d1a21cf6725039547f1417e4ebc122
-SIZE (gnome2/scrollkeeper-0.3.14.tar.bz2) = 546059
diff --git a/textproc/scrollkeeper/files/patch-Makefile.in b/textproc/scrollkeeper/files/patch-Makefile.in
deleted file mode 100644
index ef90085bcfa3..000000000000
--- a/textproc/scrollkeeper/files/patch-Makefile.in
+++ /dev/null
@@ -1,46 +0,0 @@
---- Makefile.in.orig 2018-03-15 21:38:13 UTC
-+++ Makefile.in
-@@ -193,18 +193,6 @@ EXTRA_DIST = \
- scrollkeeper-spec.txt
-
-
--scrollkeeperdocdir = $(datadir)/doc/scrollkeeper-$(VERSION)
--scrollkeeperdoc_DATA = \
-- AUTHORS \
-- ChangeLog \
-- COPYING.DOC \
-- COPYING \
-- NEWS \
-- README \
-- scrollkeeper-spec.txt \
-- TODO
--
--
- scrollkeeper_localstate_dir = $(localstatedir)/@SCROLLKEEPER_PARTIAL_DB_DIR@
-
- ACLOCAL_AMFLAGS = -I m4
-@@ -222,7 +210,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = config.h
- CONFIG_CLEAN_FILES = intl/Makefile scrollkeeper.spec
- DIST_SOURCES =
--DATA = $(scrollkeeperdoc_DATA)
-+DATA =
-
-
- RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
-@@ -564,7 +552,6 @@ check: check-recursive
- all-am: Makefile $(DATA) config.h
- installdirs: installdirs-recursive
- installdirs-am:
-- $(mkinstalldirs) $(DESTDIR)$(scrollkeeperdocdir)
-
- install: install-recursive
- install-exec: install-exec-recursive
-@@ -611,7 +598,6 @@ info-am:
-
- install-data-am: install-scrollkeeperdocDATA
- @$(NORMAL_INSTALL)
-- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
-
- install-exec-am:
-
diff --git a/textproc/scrollkeeper/files/patch-extract_dtds_Makefile.in b/textproc/scrollkeeper/files/patch-extract_dtds_Makefile.in
deleted file mode 100644
index d641051b8e8e..000000000000
--- a/textproc/scrollkeeper/files/patch-extract_dtds_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- extract/dtds/Makefile.in.orig 2018-03-15 21:38:13 UTC
-+++ extract/dtds/Makefile.in
-@@ -361,7 +361,6 @@ info-am:
-
- install-data-am: install-dtdsHEADERS
- @$(NORMAL_INSTALL)
-- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
-
- install-exec-am:
-
diff --git a/textproc/scrollkeeper/files/patch-libs_database.c b/textproc/scrollkeeper/files/patch-libs_database.c
deleted file mode 100644
index 6fb6da513105..000000000000
--- a/textproc/scrollkeeper/files/patch-libs_database.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- libs/database.c.orig 2002-06-02 06:03:10.000000000 +0000
-+++ libs/database.c 2012-09-03 22:39:28.000000000 +0000
-@@ -131,7 +131,8 @@
-
- /* create locale directories and symlinks */
-
-- dir = opendir(data_dir);
-+ if ((dir = opendir(data_dir)) == NULL)
-+ return 1;
-
- while((dir_ent = readdir(dir)) != NULL)
- {
diff --git a/textproc/scrollkeeper/files/patch-libs_i18n.c b/textproc/scrollkeeper/files/patch-libs_i18n.c
deleted file mode 100644
index 16813a955b7e..000000000000
--- a/textproc/scrollkeeper/files/patch-libs_i18n.c
+++ /dev/null
@@ -1,40 +0,0 @@
---- libs/i18n.c.orig Sun Nov 9 18:05:36 2003
-+++ libs/i18n.c Tue Feb 14 18:50:23 2006
-@@ -118,7 +131,7 @@ static char **compute_locale_variants(co
- if ((i & ~mask) == 0) {
- int length = strlen(language) + strlen(territory)
- + strlen(codeset) + strlen(modifier);
-- char *var = (char *) malloc(sizeof(char) * length);
-+ char *var = (char *) malloc(sizeof(char) * (length + 1));
- check_ptr(var, "");
-
- strcpy(var, language);
-@@ -144,7 +157,8 @@ static char **compute_locale_variants(co
- pos = 0;
- for (i = 0; i <= mask; i++) {
- if (progress[i] != NULL) {
-- retval[pos] = progress[i];
-+ retval[pos] = strdup(progress[i]);
-+ free(progress[i]);
- ++pos;
- }
- }
-@@ -206,7 +220,7 @@ char **sk_get_language_list()
- count++;
- }
-
-- tab = (char ***)malloc(sizeof(char **) * count);
-+ tab = (char ***)malloc(sizeof(char **) * (count + 1));
-
- str = strdup(lang);
- check_ptr(str, "");
-@@ -246,7 +260,8 @@ char **sk_get_language_list()
- while (tab[j] != NULL) {
- k = 0;
- while (tab[j][k] != NULL) {
-- retval[pos] = tab[j][k];
-+ retval[pos] = strdup(tab[j][k]);
-+ free(tab[j][k]);
- ++pos;
- ++k;
- }
diff --git a/textproc/scrollkeeper/files/patch-libs_install.c b/textproc/scrollkeeper/files/patch-libs_install.c
deleted file mode 100644
index e1162f1fd536..000000000000
--- a/textproc/scrollkeeper/files/patch-libs_install.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- libs/install.c.orig Sat Dec 6 17:47:34 2003
-+++ libs/install.c Sat Dec 6 17:47:47 2003
-@@ -517,10 +517,9 @@
- /* these should all be <sect> nodes */
- for(node = sect_node; node != NULL; node = node->next)
- {
-+ xmlChar *categorycode;
- if (xmlStrcmp(node->name, (xmlChar *)"sect"))
- continue;
--
-- xmlChar *categorycode;
-
- categorycode = xmlGetProp(node, (xmlChar *)"categorycode");
- if (categorycode == NULL)
diff --git a/textproc/scrollkeeper/pkg-descr b/textproc/scrollkeeper/pkg-descr
deleted file mode 100644
index 7e8e9bb16146..000000000000
--- a/textproc/scrollkeeper/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-ScrollKeeper is a cataloging system for documentation on open systems.
-It 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: http://scrollkeeper.sourceforge.net/
diff --git a/textproc/scrollkeeper/pkg-install b/textproc/scrollkeeper/pkg-install
deleted file mode 100644
index 4af1430f1f2b..000000000000
--- a/textproc/scrollkeeper/pkg-install
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-PATH=${PATH}:/bin:/usr/bin:/usr/local/bin
-export PATH
-
-PREFIX=`xml2-config --prefix`
-ROOTCATALOG=${PREFIX}/share/xml/catalog.ports
-
-if [ "$2" = "POST-INSTALL" ]; then
- SKPREFIX=`scrollkeeper-config --prefix`
- echo "`date +"%b %d %X"` Installing ScrollKeeper `scrollkeeper-config --version`..." >> /var/log/scrollkeeper.log
-
- xmlcatalog --noout --add "public" \
- "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \
- "${SKPREFIX}/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd" \
- ${ROOTCATALOG}
-
- scrollkeeper-rebuilddb -q -p /var/db/scrollkeeper || /usr/bin/true
-fi
diff --git a/textproc/scrollkeeper/pkg-plist b/textproc/scrollkeeper/pkg-plist
deleted file mode 100644
index 9ca2a4888c52..000000000000
--- a/textproc/scrollkeeper/pkg-plist
+++ /dev/null
@@ -1,102 +0,0 @@
-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
-etc/scrollkeeper.conf
-lib/libscrollkeeper.a
-lib/libscrollkeeper.so
-lib/libscrollkeeper.so.0
-lib/libscrollkeeper.so.0.0.0
-man/man1/scrollkeeper-config.1.gz
-man/man1/scrollkeeper-gen-seriesid.1.gz
-man/man5/scrollkeeper.conf.5.gz
-man/man7/scrollkeeper.7.gz
-man/man8/scrollkeeper-preinstall.8.gz
-man/man8/scrollkeeper-rebuilddb.8.gz
-man/man8/scrollkeeper-update.8.gz
-share/omf/scrollkeeper/writing_scrollkeeper_omf_files-C.omf
-share/scrollkeeper/Templates/C/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/am/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/az/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/be/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/ca/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/cs/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/da/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/de/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/el/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/es/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/fr/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/hu/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/it/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/ja/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/kn/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/ko/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/nl/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/no/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/pl/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/pt_BR/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/ro/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/ru/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/sl/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/sk/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/sr/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/sr@Latn/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/sv/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/tr/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/uk/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/vi/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/zh_CN/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/zh_TW/scrollkeeper_cl.xml
-share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C/legal.xml
-share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C/writing_scrollkeeper_omf_files.xml
-share/scrollkeeper/stylesheets/categories.xsl
-share/scrollkeeper/stylesheets/index.xsl
-share/scrollkeeper/stylesheets/toc.xsl
-share/xml/scrollkeeper/dtds/scrollkeeper-cl.dtd
-share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
-share/locale/am/LC_MESSAGES/scrollkeeper.mo
-share/locale/az/LC_MESSAGES/scrollkeeper.mo
-share/locale/be/LC_MESSAGES/scrollkeeper.mo
-share/locale/ca/LC_MESSAGES/scrollkeeper.mo
-share/locale/cs/LC_MESSAGES/scrollkeeper.mo
-share/locale/da/LC_MESSAGES/scrollkeeper.mo
-share/locale/de/LC_MESSAGES/scrollkeeper.mo
-share/locale/el/LC_MESSAGES/scrollkeeper.mo
-share/locale/es/LC_MESSAGES/scrollkeeper.mo
-share/locale/fr/LC_MESSAGES/scrollkeeper.mo
-share/locale/hu/LC_MESSAGES/scrollkeeper.mo
-share/locale/it/LC_MESSAGES/scrollkeeper.mo
-share/locale/ja/LC_MESSAGES/scrollkeeper.mo
-share/locale/kn/LC_MESSAGES/scrollkeeper.mo
-share/locale/ko/LC_MESSAGES/scrollkeeper.mo
-share/locale/nl/LC_MESSAGES/scrollkeeper.mo
-share/locale/no/LC_MESSAGES/scrollkeeper.mo
-share/locale/pl/LC_MESSAGES/scrollkeeper.mo
-share/locale/pt_BR/LC_MESSAGES/scrollkeeper.mo
-share/locale/ro/LC_MESSAGES/scrollkeeper.mo
-share/locale/ru/LC_MESSAGES/scrollkeeper.mo
-share/locale/sk/LC_MESSAGES/scrollkeeper.mo
-share/locale/sl/LC_MESSAGES/scrollkeeper.mo
-share/locale/sr/LC_MESSAGES/scrollkeeper.mo
-share/locale/sr@Latn/LC_MESSAGES/scrollkeeper.mo
-share/locale/sv/LC_MESSAGES/scrollkeeper.mo
-share/locale/tr/LC_MESSAGES/scrollkeeper.mo
-share/locale/uk/LC_MESSAGES/scrollkeeper.mo
-share/locale/vi/LC_MESSAGES/scrollkeeper.mo
-share/locale/zh_CN/LC_MESSAGES/scrollkeeper.mo
-share/locale/zh_TW/LC_MESSAGES/scrollkeeper.mo
-@unexec rm -f /var/log/scrollkeeper.log 2>/dev/null || true
-@unexec rm -rf /var/db/scrollkeeper 2>/dev/null || true
-@unexec %%LOCALBASE%%/bin/xmlcatalog --noout --del %D/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd %%LOCALBASE%%/share/xml/catalog.ports || true
-@exec touch -f /var/log/scrollkeeper.log
-@dir /var/db/scrollkeeper