pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/scrollkeeper remove the meat of scrollkeeper ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7022ce8d1896
branches:  trunk
changeset: 535284:7022ce8d1896
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Nov 12 20:01:31 2007 +0000

description:
remove the meat of scrollkeeper -- the library is not used by any pkg
anymore, and the users of .omf file install scripts are redirected to
"rarian" which provides compatible (to the caller) implementations

diffstat:

 textproc/scrollkeeper/DEINSTALL        |    9 --
 textproc/scrollkeeper/DESCR            |    6 -
 textproc/scrollkeeper/INSTALL          |   14 ---
 textproc/scrollkeeper/Makefile         |   78 ------------------
 textproc/scrollkeeper/PLIST            |  142 ---------------------------------
 textproc/scrollkeeper/buildlink3.mk    |   50 -----------
 textproc/scrollkeeper/distinfo         |    9 --
 textproc/scrollkeeper/patches/patch-aa |   17 ---
 textproc/scrollkeeper/patches/patch-ab |   13 ---
 textproc/scrollkeeper/patches/patch-ac |   13 ---
 textproc/scrollkeeper/patches/patch-ad |   18 ----
 11 files changed, 0 insertions(+), 369 deletions(-)

diffs (truncated from 413 to 300 lines):

diff -r 86405fdc3be2 -r 7022ce8d1896 textproc/scrollkeeper/DEINSTALL
--- a/textproc/scrollkeeper/DEINSTALL   Mon Nov 12 19:48:50 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:40:16 jlam Exp $
-
-SCROLLKEEPER_DATADIR="@SCROLLKEEPER_DATADIR@"
-
-case ${STAGE} in
-DEINSTALL)
-       ${RM} -rf ${SCROLLKEEPER_DATADIR}
-       ;;
-esac
diff -r 86405fdc3be2 -r 7022ce8d1896 textproc/scrollkeeper/DESCR
--- a/textproc/scrollkeeper/DESCR       Mon Nov 12 19:48:50 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +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.
diff -r 86405fdc3be2 -r 7022ce8d1896 textproc/scrollkeeper/INSTALL
--- a/textproc/scrollkeeper/INSTALL     Mon Nov 12 19:48:50 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: INSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $
-
-SCROLLKEEPER_REBUILDDB="@SCROLLKEEPER_REBUILDDB@"
-SCROLLKEEPER_DATADIR="@SCROLLKEEPER_DATADIR@"
-
-case ${STAGE} in
-POST-INSTALL)
-       ${MKDIR} ${SCROLLKEEPER_DATADIR}
-       ${MKDIR} ${SCROLLKEEPER_DATADIR}/log
-       ${TOUCH} ${SCROLLKEEPER_DATADIR}/log/scrollkeeper.log
-       ${MKDIR} ${SCROLLKEEPER_DATADIR}/db
-       ${SCROLLKEEPER_REBUILDDB} -q -p ${SCROLLKEEPER_DATADIR}/db > /dev/null 2>&1
-       ;;
-esac
diff -r 86405fdc3be2 -r 7022ce8d1896 textproc/scrollkeeper/Makefile
--- a/textproc/scrollkeeper/Makefile    Mon Nov 12 19:48:50 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-# $NetBSD: Makefile,v 1.46 2007/11/05 15:56:13 jmmv Exp $
-#
-
-DISTNAME=              scrollkeeper-0.3.14
-PKGREVISION=           10
-CATEGORIES=            textproc
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=scrollkeeper/}       \
-                       ${MASTER_SITE_GNOME:=sources/scrollkeeper/0.3/}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://scrollkeeper.sourceforge.net/
-COMMENT=               Open Document Cataloging Project
-
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-CONFLICTS=             rarian-[0-9]*
-
-DEPENDS+=              docbook-xml>=4.4nb4:../../textproc/docbook-xml
-
-GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake intltool msgfmt
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-
-CONFIGURE_ARGS+=       --localstatedir=${SCROLLKEEPER_DATADIR:Q}
-CONFIGURE_ARGS+=       --sharedstatedir=${SCROLLKEEPER_DATADIR:Q}
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+=       --with-partial-db-dir=db
-CONFIGURE_ARGS+=       --with-xml-catalog=${BUILDLINK_PREFIX.xmlcatmgr}/share/xml/catalog
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${LOCALBASE} == ${X11PREFIX}
-CONFIGURE_ARGS+=       --with-omfdirs=${PREFIX}/share/omf
-.else
-CONFIGURE_ARGS+=       --with-omfdirs=${LOCALBASE}/share/omf:${X11PREFIX}/share/omf
-.endif
-
-MAKE_ENV+=             ICONV=iconv
-
-SCROLLKEEPER_DATADIR=  ${PREFIX}/libdata/scrollkeeper
-SCROLLKEEPER_REBUILDDB=        ${PREFIX}/bin/scrollkeeper-rebuilddb
-FILES_SUBST+=          SCROLLKEEPER_DATADIR=${SCROLLKEEPER_DATADIR:Q}
-FILES_SUBST+=          SCROLLKEEPER_REBUILDDB=${SCROLLKEEPER_REBUILDDB:Q}
-
-EGDIR=         ${PREFIX}/share/examples/scrollkeeper
-CONF_FILES=    ${EGDIR}/scrollkeeper.conf ${PKG_SYSCONFDIR}/scrollkeeper.conf
-
-XML_ENTRIES=   public "-//Scrollkeeper//DTD Contents List V1.0//EN" \
-               ${PREFIX}/share/xml/scrollkeeper/dtds/scrollkeeper-cl.dtd
-XML_ENTRIES+=  public "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \
-               ${PREFIX}/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
-XML_ENTRIES+=  public "-//Open Source Metadata Framework (OMF) //DTD OMF.dtd V1.1//EN" \
-               ${PREFIX}/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
-
-SUBST_CLASSES+=                sk-config sc-gtfd
-SUBST_STAGE.sk-config= post-patch
-SUBST_FILES.sk-config= scripts/scrollkeeper-get-index-from-docpath.in \
-                       scripts/scrollkeeper-get-toc-from-docpath.in \
-                       scripts/scrollkeeper-get-toc-from-id.in \
-                       scripts/scrollkeeper-rebuilddb.in \
-                       cl/src/get-cl.c \
-                       cl/src/update.c \
-                       cl/src/scrollkeeper-install.c \
-                       cl/src/scrollkeeper-uninstall.c
-SUBST_SED.sk-config=   -e s,scrollkeeper-config\ ,${PREFIX}/bin/scrollkeeper-config\ ,
-SUBST_STAGE.sc-gtfd=   post-patch
-SUBST_FILES.sc-gtfd=   libs/install.c
-SUBST_SED.sc-gtfd=     -e s,scrollkeeper-get-toc-from-docpath\ ,${PREFIX}/bin/scrollkeeper-get-toc-from-docpath\ ,
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../textproc/xmlcatmgr/catalogs.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 86405fdc3be2 -r 7022ce8d1896 textproc/scrollkeeper/PLIST
--- a/textproc/scrollkeeper/PLIST       Mon Nov 12 19:48:50 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,142 +0,0 @@
-@comment $NetBSD: PLIST,v 1.12 2006/04/17 07:07:36 jlam Exp $
-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
-lib/libscrollkeeper.la
-man/man1/scrollkeeper-config.1
-man/man1/scrollkeeper-gen-seriesid.1
-man/man5/scrollkeeper.conf.5
-man/man7/scrollkeeper.7
-man/man8/scrollkeeper-preinstall.8
-man/man8/scrollkeeper-rebuilddb.8
-man/man8/scrollkeeper-update.8
-share/doc/${PKGNAME}/AUTHORS
-share/doc/${PKGNAME}/COPYING
-share/doc/${PKGNAME}/COPYING.DOC
-share/doc/${PKGNAME}/ChangeLog
-share/doc/${PKGNAME}/NEWS
-share/doc/${PKGNAME}/README
-share/doc/${PKGNAME}/TODO
-share/doc/${PKGNAME}/scrollkeeper-spec.txt
-share/examples/scrollkeeper/scrollkeeper.conf
-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
-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/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/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/sk/scrollkeeper_cl.xml
-share/scrollkeeper/Templates/sl/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/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
-@dirrm share/xml/scrollkeeper/dtds
-@dirrm share/xml/scrollkeeper
-@comment in xmlcatmgr: @dirrm share/xml
-@dirrm share/scrollkeeper/stylesheets
-@dirrm share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C
-@dirrm share/scrollkeeper/doc/writing_scrollkeeper_omf_files
-@dirrm share/scrollkeeper/doc
-@dirrm share/scrollkeeper/Templates/zh_TW
-@dirrm share/scrollkeeper/Templates/zh_CN
-@dirrm share/scrollkeeper/Templates/vi
-@dirrm share/scrollkeeper/Templates/tr
-@dirrm share/scrollkeeper/Templates/sv
-@dirrm share/scrollkeeper/Templates/sr@Latn
-@dirrm share/scrollkeeper/Templates/sr
-@dirrm share/scrollkeeper/Templates/sl
-@dirrm share/scrollkeeper/Templates/sk
-@dirrm share/scrollkeeper/Templates/ru
-@dirrm share/scrollkeeper/Templates/ro
-@dirrm share/scrollkeeper/Templates/pt_BR
-@dirrm share/scrollkeeper/Templates/pl
-@dirrm share/scrollkeeper/Templates/no
-@dirrm share/scrollkeeper/Templates/nl
-@dirrm share/scrollkeeper/Templates/ko
-@dirrm share/scrollkeeper/Templates/ja
-@dirrm share/scrollkeeper/Templates/it
-@dirrm share/scrollkeeper/Templates/hu
-@dirrm share/scrollkeeper/Templates/fr
-@dirrm share/scrollkeeper/Templates/es
-@dirrm share/scrollkeeper/Templates/el
-@dirrm share/scrollkeeper/Templates/de
-@dirrm share/scrollkeeper/Templates/da
-@dirrm share/scrollkeeper/Templates/cs
-@dirrm share/scrollkeeper/Templates/ca
-@dirrm share/scrollkeeper/Templates/be
-@dirrm share/scrollkeeper/Templates/am
-@dirrm share/scrollkeeper/Templates/C
-@dirrm share/scrollkeeper/Templates
-@dirrm share/scrollkeeper
-@dirrm share/omf/scrollkeeper
-@dirrm share/omf
-@dirrm share/examples/scrollkeeper
-@dirrm share/doc/${PKGNAME}
diff -r 86405fdc3be2 -r 7022ce8d1896 textproc/scrollkeeper/buildlink3.mk
--- a/textproc/scrollkeeper/buildlink3.mk       Mon Nov 12 19:48:50 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2006/07/08 23:11:11 jlam Exp $
-
-BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
-SCROLLKEEPER_BUILDLINK3_MK:=   ${SCROLLKEEPER_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+=    scrollkeeper
-.endif
-
-BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nscrollkeeper}
-BUILDLINK_PACKAGES+=   scrollkeeper
-BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}scrollkeeper
-
-.if !empty(SCROLLKEEPER_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.scrollkeeper+=   scrollkeeper>=0.3.12nb2
-BUILDLINK_ABI_DEPENDS.scrollkeeper+=   scrollkeeper>=0.3.14nb8
-BUILDLINK_PKGSRCDIR.scrollkeeper?=     ../../textproc/scrollkeeper
-.endif # SCROLLKEEPER_BUILDLINK3_MK
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../textproc/xmlcatmgr/buildlink3.mk"
-
-.if !empty(SCROLLKEEPER_BUILDLINK3_MK:M+)
-BUILDLINK_TARGETS+=    scrollkeeper-buildlink-fake
-



Home | Main Index | Thread Index | Old Index