From owner-freebsd-ports Fri Nov 29 21:41:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C035C37B40E for ; Fri, 29 Nov 2002 21:40:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 595B943F26 for ; Fri, 29 Nov 2002 21:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAU5e8x3015398 for ; Fri, 29 Nov 2002 21:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAU5e8U7015397; Fri, 29 Nov 2002 21:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E6437B401 for ; Fri, 29 Nov 2002 21:30:33 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C6243EB2 for ; Fri, 29 Nov 2002 21:30:31 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id D05D1918 for ; Sat, 30 Nov 2002 14:30:26 +0900 (JST) Message-Id: <20021130142658.78ac17a8.tkato@prontomail.com> Date: Sat, 30 Nov 2002 14:26:58 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45863: Update port: www/harvest to 1.9.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45863 >Category: ports >Synopsis: Update port: www/harvest to 1.9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 29 21:40:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.9.0 New file: files/patch-components::broker::zebra::yaz::lib::Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/www/harvest/Makefile www/harvest/Makefile --- /usr/ports/www/harvest/Makefile Mon Nov 25 22:19:54 2002 +++ www/harvest/Makefile Sat Nov 30 02:34:11 2002 @@ -6,7 +6,7 @@ # PORTNAME= harvest -PORTVERSION= 1.8.2 +PORTVERSION= 1.9.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,11 +24,12 @@ STRIP= # none post-patch: - @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' + @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|||g' post-install: -.for file in bin/broker bin/gather lib/broker/BrokerRestart \ +.for file in bin/broker bin/gather bin/yaz-client bin/yaz-ztest bin/yclient \ + bin/zebraidx bin/zebrasrv bin/zoomsh lib/broker/BrokerRestart \ lib/broker/agrep lib/broker/brkclient lib/broker/dumpregistry \ lib/broker/glimpse lib/broker/glimpseindex.bin \ lib/broker/glimpseserver lib/broker/swish lib/ftpget \ diff -urN /usr/ports/www/harvest/distinfo www/harvest/distinfo --- /usr/ports/www/harvest/distinfo Mon Nov 25 22:19:54 2002 +++ www/harvest/distinfo Tue Nov 26 22:36:09 2002 @@ -1 +1 @@ -MD5 (harvest-1.8.2.tar.bz2) = c7b2e646d16dc5760c4d60273c244678 +MD5 (harvest-1.9.0.tar.bz2) = 030a2ca78c9487641cad1f2da1393fbc diff -urN /usr/ports/www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in --- /usr/ports/www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in Thu Jan 1 09:00:00 1970 +++ www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in Tue Nov 26 23:55:42 2002 @@ -0,0 +1,11 @@ +--- components/broker/zebra/yaz/lib/Makefile.in.orig Sun Nov 24 05:43:31 2002 ++++ components/broker/zebra/yaz/lib/Makefile.in Tue Nov 26 23:55:06 2002 +@@ -194,7 +194,7 @@ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + yaz-config: $(top_builddir)/config.status yaz-config.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +-libLTLIBRARIES_INSTALL = $(INSTALL) ++libLTLIBRARIES_INSTALL = $(INSTALL_DATA) + install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(libdir) diff -urN /usr/ports/www/harvest/pkg-plist www/harvest/pkg-plist --- /usr/ports/www/harvest/pkg-plist Mon Nov 25 22:19:55 2002 +++ www/harvest/pkg-plist Tue Nov 26 23:57:43 2002 @@ -4,6 +4,14 @@ harvest/bin/Harvest harvest/bin/broker harvest/bin/gather +harvest/bin/yaz-client +harvest/bin/yaz-comp +harvest/bin/yaz-config +harvest/bin/yaz-ztest +harvest/bin/yclient +harvest/bin/zebraidx +harvest/bin/zebrasrv +harvest/bin/zoomsh harvest/brokers/Attributes.html harvest/brokers/adminhelp.html harvest/brokers/images/harvest-ic1.gif @@ -33,7 +41,14 @@ harvest/brokers/skeleton/query-swish.html.in harvest/brokers/skeleton/query-wais-modern.html.in harvest/brokers/skeleton/query-wais.html.in +harvest/brokers/skeleton/zebra.cfg.in +harvest/brokers/skeleton/zebractl.in harvest/brokers/soifhelp.html +harvest/brokers/zquery/about.html +harvest/brokers/zquery/contact.html +harvest/brokers/zquery/help.html +harvest/brokers/zquery/query.html +harvest/brokers/zquery/register.html harvest/cgi-bin/BrokerAdmin.pl.cgi harvest/cgi-bin/displaySOIF.cgi harvest/cgi-bin/lib/Sample.cf @@ -45,6 +60,7 @@ harvest/cgi-bin/lib/spanish.cf harvest/cgi-bin/nph-search.cgi harvest/cgi-bin/search.cgi +harvest/cgi-bin/zquery.pl harvest/gatherers/example-1/RunGatherer harvest/gatherers/example-1/example-1.cf harvest/gatherers/example-2/RunGatherer @@ -76,6 +92,68 @@ harvest/gatherers/example-5/example-5.cf harvest/gatherers/example-5/mydomain-host-filter harvest/gatherers/example-5/mydomain-url-filter +harvest/include/yaz/backend.h +harvest/include/yaz/ccl.h +harvest/include/yaz/charneg.h +harvest/include/yaz/comstack.h +harvest/include/yaz/d1_attset.h +harvest/include/yaz/d1_map.h +harvest/include/yaz/data1.h +harvest/include/yaz/diagbib1.h +harvest/include/yaz/ill-core.h +harvest/include/yaz/ill.h +harvest/include/yaz/item-req.h +harvest/include/yaz/log.h +harvest/include/yaz/logrpn.h +harvest/include/yaz/marcdisp.h +harvest/include/yaz/nmem.h +harvest/include/yaz/odr.h +harvest/include/yaz/oid.h +harvest/include/yaz/options.h +harvest/include/yaz/otherinfo.h +harvest/include/yaz/pquery.h +harvest/include/yaz/proto.h +harvest/include/yaz/prt-ext.h +harvest/include/yaz/readconf.h +harvest/include/yaz/sortspec.h +harvest/include/yaz/statserv.h +harvest/include/yaz/tcpip.h +harvest/include/yaz/tpath.h +harvest/include/yaz/unix.h +harvest/include/yaz/wrbuf.h +harvest/include/yaz/xmalloc.h +harvest/include/yaz/yaz-ccl.h +harvest/include/yaz/yaz-util.h +harvest/include/yaz/yaz-version.h +harvest/include/yaz/yconfig.h +harvest/include/yaz/z-accdes1.h +harvest/include/yaz/z-accform1.h +harvest/include/yaz/z-acckrb1.h +harvest/include/yaz/z-charneg.h +harvest/include/yaz/z-core.h +harvest/include/yaz/z-date.h +harvest/include/yaz/z-diag1.h +harvest/include/yaz/z-espec1.h +harvest/include/yaz/z-estask.h +harvest/include/yaz/z-exp.h +harvest/include/yaz/z-grs.h +harvest/include/yaz/z-opac.h +harvest/include/yaz/z-rrf1.h +harvest/include/yaz/z-rrf2.h +harvest/include/yaz/z-sum.h +harvest/include/yaz/z-sutrs.h +harvest/include/yaz/z-uifr1.h +harvest/include/yaz/z-univ.h +harvest/include/yaz/zes-admin.h +harvest/include/yaz/zes-expi.h +harvest/include/yaz/zes-exps.h +harvest/include/yaz/zes-order.h +harvest/include/yaz/zes-pquery.h +harvest/include/yaz/zes-psched.h +harvest/include/yaz/zes-pset.h +harvest/include/yaz/zes-update.h +harvest/include/yaz/zes-update0.h +harvest/include/yaz/zoom.h harvest/lib/broker/BrokerRestart harvest/lib/broker/agrep harvest/lib/broker/brkclient @@ -243,6 +321,14 @@ harvest/lib/gatherer/sgmls-lib/ISOlat1.sgml harvest/lib/gatherer/sgmls-lib/README harvest/lib/gatherer/sgmls-lib/catalog +harvest/lib/gatherer/sgmls-lib/html/ISOlat1.sgml +harvest/lib/gatherer/sgmls-lib/html/catalog +harvest/lib/gatherer/sgmls-lib/html/html-0.dtd +harvest/lib/gatherer/sgmls-lib/html/html-1.dtd +harvest/lib/gatherer/sgmls-lib/html/html-1s.dtd +harvest/lib/gatherer/sgmls-lib/html/html-s.dtd +harvest/lib/gatherer/sgmls-lib/html/html.decl +harvest/lib/gatherer/sgmls-lib/html/html.dtd harvest/lib/gatherer/sgmls-lib/html-3.2/HTML32.cat harvest/lib/gatherer/sgmls-lib/html-3.2/HTML32.dtd harvest/lib/gatherer/sgmls-lib/html-3.2/ISOlat1.ent @@ -262,14 +348,6 @@ harvest/lib/gatherer/sgmls-lib/html-4.01/frameset.dtd harvest/lib/gatherer/sgmls-lib/html-4.01/loose.dtd harvest/lib/gatherer/sgmls-lib/html-4.01/strict.dtd -harvest/lib/gatherer/sgmls-lib/html/ISOlat1.sgml -harvest/lib/gatherer/sgmls-lib/html/catalog -harvest/lib/gatherer/sgmls-lib/html/html-0.dtd -harvest/lib/gatherer/sgmls-lib/html/html-1.dtd -harvest/lib/gatherer/sgmls-lib/html/html-1s.dtd -harvest/lib/gatherer/sgmls-lib/html/html-s.dtd -harvest/lib/gatherer/sgmls-lib/html/html.decl -harvest/lib/gatherer/sgmls-lib/html/html.dtd harvest/lib/gatherer/sgmls-lib/htmlplus/HTMLplus.dtd harvest/lib/gatherer/sgmlsasp harvest/lib/gatherer/skim @@ -293,6 +371,12 @@ harvest/lib/gatherer/xls2csv harvest/lib/gopherget.pl harvest/lib/harvest-check.pl +harvest/lib/libyaz.a +harvest/lib/libyaz.la +harvest/lib/libyazmalloc.a +harvest/lib/libyazmalloc.la +harvest/lib/libyazthread.a +harvest/lib/libyazthread.la harvest/lib/lsparse.pl harvest/lib/md5 harvest/lib/newsget.pl @@ -302,6 +386,166 @@ harvest/lib/timelocal.pl harvest/lib/urlget harvest/lib/urlpurge +harvest/man/man1/yaz-client-ssl.1 +harvest/man/man1/yaz-client.1 +harvest/man/man1/yaz-config.1 +harvest/man/man1/zebraidx.1 +harvest/man/man1/zoomsh.1 +harvest/man/man7/yaz.7 +harvest/man/man8/yaz-ztest-ssl.8 +harvest/man/man8/yaz-ztest.8 +harvest/man/man8/zebrasrv.8 +harvest/share/aclocal/yaz.m4 +harvest/share/doc/idzebra/administration.html +harvest/share/doc/idzebra/apps.html +harvest/share/doc/idzebra/configuration-file.html +harvest/share/doc/idzebra/data-model.html +harvest/share/doc/idzebra/example1.html +harvest/share/doc/idzebra/example2.html +harvest/share/doc/idzebra/examples.html +harvest/share/doc/idzebra/features.html +harvest/share/doc/idzebra/file-ids.html +harvest/share/doc/idzebra/formats.html +harvest/share/doc/idzebra/future.html +harvest/share/doc/idzebra/generic-ids.html +harvest/share/doc/idzebra/indexdata.html +harvest/share/doc/idzebra/installation.html +harvest/share/doc/idzebra/internal-representation.html +harvest/share/doc/idzebra/introduction.html +harvest/share/doc/idzebra/license.html +harvest/share/doc/idzebra/locating-records.html +harvest/share/doc/idzebra/protocol-support.html +harvest/share/doc/idzebra/quick-start.html +harvest/share/doc/idzebra/record-model.html +harvest/share/doc/idzebra/register-location.html +harvest/share/doc/idzebra/server.html +harvest/share/doc/idzebra/shadow-registers.html +harvest/share/doc/idzebra/simple-indexing.html +harvest/share/doc/idzebra/zebra.html +harvest/share/doc/idzebra/zebra.pdf +harvest/share/doc/idzebra/zebraidx.html +harvest/share/doc/yaz/asn.external.html +harvest/share/doc/yaz/asn.html +harvest/share/doc/yaz/asn.oid.html +harvest/share/doc/yaz/asn.pdu.html +harvest/share/doc/yaz/asn.preparing.html +harvest/share/doc/yaz/client.commands.html +harvest/share/doc/yaz/client.html +harvest/share/doc/yaz/client.invoking.html +harvest/share/doc/yaz/client.searching.html +harvest/share/doc/yaz/comstack.addresses.html +harvest/share/doc/yaz/comstack.client.html +harvest/share/doc/yaz/comstack.common.html +harvest/share/doc/yaz/comstack.diagnostics.html +harvest/share/doc/yaz/comstack.html +harvest/share/doc/yaz/comstack.introduction.html +harvest/share/doc/yaz/comstack.server.html +harvest/share/doc/yaz/comstack.summary.html +harvest/share/doc/yaz/credits.html +harvest/share/doc/yaz/future.html +harvest/share/doc/yaz/id.png +harvest/share/doc/yaz/indexdata.html +harvest/share/doc/yaz/installation.html +harvest/share/doc/yaz/installation.unix.html +harvest/share/doc/yaz/installation.win32.html +harvest/share/doc/yaz/introduction.html +harvest/share/doc/yaz/license.html +harvest/share/doc/yaz/license.other.html +harvest/share/doc/yaz/odr.debugging.html +harvest/share/doc/yaz/odr.html +harvest/share/doc/yaz/odr.programming.html +harvest/share/doc/yaz/odr.use.html +harvest/share/doc/yaz/server.backend.html +harvest/share/doc/yaz/server.backendfunctions.html +harvest/share/doc/yaz/server.frontend.html +harvest/share/doc/yaz/server.html +harvest/share/doc/yaz/server.invocation.html +harvest/share/doc/yaz/server.main.html +harvest/share/doc/yaz/tools.html +harvest/share/doc/yaz/tools.nmem.html +harvest/share/doc/yaz/tools.oid.html +harvest/share/doc/yaz/yaz.html +harvest/share/doc/yaz/yaz.pdf +harvest/share/doc/yaz/zoom.events.html +harvest/share/doc/yaz/zoom.html +harvest/share/doc/yaz/zoom.options.html +harvest/share/doc/yaz/zoom.query.html +harvest/share/doc/yaz/zoom.records.html +harvest/share/doc/yaz/zoom.resultsets.html +harvest/share/doc/yaz/zoom.scan.html +harvest/share/idzebra/tab/default.idx +harvest/share/idzebra/tab/hci.flt +harvest/share/idzebra/tab/mail.flt +harvest/share/idzebra/tab/news.flt +harvest/share/idzebra/tab/numeric.chr +harvest/share/idzebra/tab/nwi.flt +harvest/share/idzebra/tab/refer.flt +harvest/share/idzebra/tab/scan.chr +harvest/share/idzebra/tab/sgml.flt +harvest/share/idzebra/tab/soif-harvest.flt +harvest/share/idzebra/tab/soif.flt +harvest/share/idzebra/tab/string.chr +harvest/share/idzebra/tab/urx.chr +harvest/share/idzebra/tab/usmarc.flt +harvest/share/yaz/ill/ill.tcl +harvest/share/yaz/ill/ill9702.asn +harvest/share/yaz/ill/item-req.asn +harvest/share/yaz/tab/bib1.att +harvest/share/yaz/tab/dan1.att +harvest/share/yaz/tab/danmarc.abs +harvest/share/yaz/tab/danmarc.mar +harvest/share/yaz/tab/explain.abs +harvest/share/yaz/tab/explain.att +harvest/share/yaz/tab/explain.tag +harvest/share/yaz/tab/generic.tag +harvest/share/yaz/tab/gils-a.est +harvest/share/yaz/tab/gils-b.est +harvest/share/yaz/tab/gils-f.est +harvest/share/yaz/tab/gils-g.est +harvest/share/yaz/tab/gils-summary.map +harvest/share/yaz/tab/gils-usmarc.map +harvest/share/yaz/tab/gils-variant.est +harvest/share/yaz/tab/gils.abs +harvest/share/yaz/tab/gils.att +harvest/share/yaz/tab/gils.tag +harvest/share/yaz/tab/meta-b.est +harvest/share/yaz/tab/meta-usmarc.map +harvest/share/yaz/tab/meta.abs +harvest/share/yaz/tab/meta.tag +harvest/share/yaz/tab/summary.abs +harvest/share/yaz/tab/summary.tag +harvest/share/yaz/tab/tagsetg.tag +harvest/share/yaz/tab/tagsetm.tag +harvest/share/yaz/tab/usmarc-b.est +harvest/share/yaz/tab/usmarc.abs +harvest/share/yaz/tab/usmarc.mar +harvest/share/yaz/tab/usmarc.tag +harvest/share/yaz/tab/var1.var +harvest/share/yaz/tab/wais-b.est +harvest/share/yaz/tab/wais-variant.est +harvest/share/yaz/tab/wais.abs +harvest/share/yaz/z39.50/charneg-3.asn +harvest/share/yaz/z39.50/datetime.asn +harvest/share/yaz/z39.50/esadmin.asn +harvest/share/yaz/z39.50/esupdate.asn +harvest/share/yaz/z39.50/univres.asn +harvest/share/yaz/z39.50/z.tcl +harvest/share/yaz/z39.50/z3950v3.asn +@dirrm harvest/share/yaz/z39.50 +@dirrm harvest/share/yaz/tab +@dirrm harvest/share/yaz/ill +@dirrm harvest/share/yaz +@dirrm harvest/share/idzebra/tab +@dirrm harvest/share/idzebra +@dirrm harvest/share/doc/yaz +@dirrm harvest/share/doc/idzebra +@dirrm harvest/share/doc +@dirrm harvest/share/aclocal +@dirrm harvest/share +@dirrm harvest/man/man8 +@dirrm harvest/man/man7 +@dirrm harvest/man/man1 +@dirrm harvest/man @dirrm harvest/lib/gatherer/wp2x-lib @dirrm harvest/lib/gatherer/sgmls-lib/htmlplus @dirrm harvest/lib/gatherer/sgmls-lib/html-4.01 @@ -315,6 +559,8 @@ @dirrm harvest/lib/gatherer @dirrm harvest/lib/broker @dirrm harvest/lib +@dirrm harvest/include/yaz +@dirrm harvest/include @dirrm harvest/gatherers/example-5 @dirrm harvest/gatherers/example-4/lib @dirrm harvest/gatherers/example-4/bin @@ -327,6 +573,7 @@ @dirrm harvest/gatherers @dirrm harvest/cgi-bin/lib @dirrm harvest/cgi-bin +@dirrm harvest/brokers/zquery @dirrm harvest/brokers/skeleton/admin @dirrm harvest/brokers/skeleton @dirrm harvest/brokers/images >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message