Update to hyperestraier-1.4.10.
Submitted by Jeremy Evans (MAINTAINER), thanks.
This commit is contained in:
parent
f94143bb78
commit
e9b9e48e93
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/16 10:38:40 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2007/04/30 17:30:39 bernd Exp $
|
||||
|
||||
COMMENT= "high performance full-text search system"
|
||||
|
||||
DISTNAME= hyperestraier-1.4.9
|
||||
DISTNAME= hyperestraier-1.4.10
|
||||
CATEGORIES= textproc
|
||||
SHARED_LIBS= estraier 8.34
|
||||
SHARED_LIBS= estraier 8.35
|
||||
|
||||
HOMEPAGE= http://hyperestraier.sourceforge.net/
|
||||
|
||||
@ -21,7 +21,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
|
||||
WANTLIB= c m pthread z
|
||||
MODULES= converters/libiconv
|
||||
|
||||
LIB_DEPENDS= qdbm.>=14::databases/qdbm
|
||||
LIB_DEPENDS= qdbm.>=14.11::databases/qdbm
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (hyperestraier-1.4.9.tar.gz) = cOBTPxylJH2Bh6/LUbjU4A==
|
||||
RMD160 (hyperestraier-1.4.9.tar.gz) = NUHMBCHQGi1eIirI+rY7V6vytCI=
|
||||
SHA1 (hyperestraier-1.4.9.tar.gz) = 2ZM9QsDdduEYdTKC0ncu92tQxQE=
|
||||
SHA256 (hyperestraier-1.4.9.tar.gz) = L0GXdK3a4YJn+2h/ndFXt5HkFRBrBVJkarGjKB/vIqE=
|
||||
SIZE (hyperestraier-1.4.9.tar.gz) = 974492
|
||||
MD5 (hyperestraier-1.4.10.tar.gz) = z0yj3qd9FhUXOIBQZUtSpg==
|
||||
RMD160 (hyperestraier-1.4.10.tar.gz) = VgItsUlHwA5fjAGDQXOuO8Xa6rg=
|
||||
SHA1 (hyperestraier-1.4.10.tar.gz) = 2eIAzyN+RjFd9acpvACSDg3r/A0=
|
||||
SHA256 (hyperestraier-1.4.10.tar.gz) = m2TToyc7gElMugURUBqD9tXAPpJoGS4u0JrHwsOD05Y=
|
||||
SIZE (hyperestraier-1.4.10.tar.gz) = 1011767
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/01/16 10:38:40 bernd Exp $
|
||||
--- Makefile.in.orig Wed Nov 1 03:45:38 2006
|
||||
+++ Makefile.in Sat Nov 18 19:08:22 2006
|
||||
@@ -22,14 +22,13 @@ PROTVER = @PROTVER@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2007/04/30 17:30:39 bernd Exp $
|
||||
--- Makefile.in.orig Tue Feb 27 01:10:36 2007
|
||||
+++ Makefile.in Thu Apr 12 13:06:24 2007
|
||||
@@ -22,15 +22,14 @@ PROTVER = @PROTVER@
|
||||
# Targets
|
||||
MYHEADS = estraier.h estmtdb.h estnode.h
|
||||
MYLIBOBJS = estraier.o estmtdb.o estnode.o md5.o
|
||||
@ -9,17 +9,18 @@ $OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/01/16 10:38:40 bernd Exp $
|
||||
- libestraier.so.$(LIBVER) libestraier.so
|
||||
+MYLIBS = libestraier.a libestraier.so.$(LIBVER).$(LIBREV)
|
||||
MYBINS = estcmd estmttest estmaster estbutler estcall estwaver estload
|
||||
MYCGIS = estseek.cgi estfraud.cgi estproxy.cgi
|
||||
MYCGIS = estseek.cgi estfraud.cgi estproxy.cgi estscout.cgi estsupt.cgi
|
||||
MYSCRIPTS = estconfig estwolefind
|
||||
MYCONFS = estseek.conf estseek.tmpl estseek.top estseek.help estfraud.conf estproxy.conf \
|
||||
MYCONFS = estseek.conf estseek.tmpl estseek.top estseek.help \
|
||||
estfraud.conf estproxy.conf estscout.conf estsupt.conf \
|
||||
- estresult.dtd estraier.idl locale filter increm
|
||||
-MYDOCS = COPYING ChangeLog THANKS doc
|
||||
+ estresult.dtd estraier.idl
|
||||
+ estresult.dtd estraier.idl
|
||||
+MYDOCS = doc/*.html doc/*.css doc/*.png
|
||||
MYMAN1S = estconfig.1 estcmd.1 estmaster.1 estwaver.1 estcall.1
|
||||
MYMAN3S = estraier.3 estnode.3
|
||||
MYPCS = hyperestraier.pc
|
||||
@@ -47,25 +46,25 @@ MYHEADDIR = @includedir@
|
||||
@@ -48,25 +47,25 @@ MYHEADDIR = @includedir@
|
||||
MYLIBDIR = @libdir@
|
||||
MYBINDIR = @bindir@
|
||||
MYLIBEXECDIR = @libexecdir@
|
||||
@ -32,27 +33,27 @@ $OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/01/16 10:38:40 bernd Exp $
|
||||
|
||||
# Building binaries
|
||||
-CC = @CC@
|
||||
-CPPFLAGS = -I. -I$(HOME)/include -I/usr/local/include -I/usr/include/qdbm @MYCPPOPTS@ \
|
||||
-CPPFLAGS = -I. -I$(MYHEADDIR) -I$(HOME)/include -I/usr/local/include -I/usr/include/qdbm \
|
||||
+#CC = @CC@
|
||||
+CPPFLAGS = -I. -I/usr/local/include -I/usr/include/qdbm @MYCPPOPTS@ \
|
||||
-D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \
|
||||
+CPPFLAGS = -I. -I/usr/local/include -I/usr/include/qdbm \
|
||||
@MYCPPOPTS@ -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \
|
||||
-DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 @MYDEFS@
|
||||
-CFLAGS = @MYCFLAGS@
|
||||
-LDFLAGS = -L. -L$(HOME)/lib -L/usr/local/lib @MYLDOPTS@
|
||||
-LDFLAGS = -L. -L$(MYLIBDIR) -L$(HOME)/lib -L/usr/local/lib @MYLDOPTS@
|
||||
+CFLAGS += @MYCFLAGS@
|
||||
+LDFLAGS = -L. -L/usr/local/lib @MYLDOPTS@
|
||||
LIBS = @LIBS@
|
||||
MTLIBS = @MYMTLIBS@
|
||||
SKLIBS = @MYSKLIBS@
|
||||
APPLIBS = @MYAPPLIBS@
|
||||
-LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:@MYRUNPATH@:.
|
||||
-RUNENV = LD_LIBRARY_PATH=.:/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:@MYRUNPATH@
|
||||
-LDENV = LD_RUN_PATH=/lib:/usr/lib:$(MYLIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@:.
|
||||
-RUNENV = LD_LIBRARY_PATH=.:/lib:/usr/lib:$(MYLIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@
|
||||
+LDENV = LD_RUN_PATH=/lib:/usr/lib:/usr/local/lib:@MYRUNPATH@:.
|
||||
+RUNENV = LD_LIBRARY_PATH=.:/lib:/usr/lib:/usr/local/lib:@MYRUNPATH@
|
||||
MYPOSTCMD = @MYPOSTCMD@
|
||||
|
||||
|
||||
@@ -111,22 +110,22 @@ version :
|
||||
@@ -112,22 +111,22 @@ version :
|
||||
|
||||
|
||||
install :
|
||||
@ -91,7 +92,7 @@ $OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/01/16 10:38:40 bernd Exp $
|
||||
@printf '\n'
|
||||
@printf '#================================================================\n'
|
||||
@printf '# Thanks for using Hyper Estraier.\n'
|
||||
@@ -594,13 +593,13 @@ libestraier.a : $(MYLIBOBJS)
|
||||
@@ -628,13 +627,13 @@ libestraier.a : $(MYLIBOBJS)
|
||||
$(AR) $(ARFLAGS) $@ $(MYLIBOBJS)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2007/01/16 10:38:40 bernd Exp $
|
||||
--- configure.orig Fri Sep 22 20:29:43 2006
|
||||
+++ configure Fri Sep 22 20:29:50 2006
|
||||
@@ -2378,7 +2378,7 @@ then
|
||||
$OpenBSD: patch-configure,v 1.2 2007/04/30 17:30:39 bernd Exp $
|
||||
--- configure.orig Mon Mar 5 01:29:42 2007
|
||||
+++ configure Thu Apr 12 12:58:39 2007
|
||||
@@ -2395,7 +2395,7 @@ then
|
||||
fi
|
||||
if uname | egrep -i 'BSD' > /dev/null 2>&1
|
||||
then
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/16 10:38:40 bernd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/04/30 17:30:40 bernd Exp $
|
||||
%%SHARED%%
|
||||
bin/estbutler
|
||||
bin/estcall
|
||||
@ -31,10 +31,13 @@ share/doc/hyperestraier/estfraud.conf
|
||||
share/doc/hyperestraier/estproxy.conf
|
||||
share/doc/hyperestraier/estraier.idl
|
||||
share/doc/hyperestraier/estresult.dtd
|
||||
share/doc/hyperestraier/estscout.conf
|
||||
share/doc/hyperestraier/estseek.conf
|
||||
share/doc/hyperestraier/estseek.help
|
||||
share/doc/hyperestraier/estseek.tmpl
|
||||
share/doc/hyperestraier/estseek.top
|
||||
share/doc/hyperestraier/estsupt.conf
|
||||
share/doc/hyperestraier/gateframe.png
|
||||
share/doc/hyperestraier/icon16.png
|
||||
share/doc/hyperestraier/index.html
|
||||
share/doc/hyperestraier/index.ja.html
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/02/14 11:51:08 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/04/30 17:30:40 bernd Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "Ruby interface to hyperestraier"
|
||||
|
||||
DISTNAME= hyperestraier-1.4.9
|
||||
PKGNAME= ruby-hyperestraier-1.0.0p1
|
||||
DISTNAME= hyperestraier-1.4.10
|
||||
PKGNAME= ruby-hyperestraier-1.0.0p2
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://hyperestraier.sourceforge.net/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (hyperestraier-1.4.9.tar.gz) = cOBTPxylJH2Bh6/LUbjU4A==
|
||||
RMD160 (hyperestraier-1.4.9.tar.gz) = NUHMBCHQGi1eIirI+rY7V6vytCI=
|
||||
SHA1 (hyperestraier-1.4.9.tar.gz) = 2ZM9QsDdduEYdTKC0ncu92tQxQE=
|
||||
SHA256 (hyperestraier-1.4.9.tar.gz) = L0GXdK3a4YJn+2h/ndFXt5HkFRBrBVJkarGjKB/vIqE=
|
||||
SIZE (hyperestraier-1.4.9.tar.gz) = 974492
|
||||
MD5 (hyperestraier-1.4.10.tar.gz) = z0yj3qd9FhUXOIBQZUtSpg==
|
||||
RMD160 (hyperestraier-1.4.10.tar.gz) = VgItsUlHwA5fjAGDQXOuO8Xa6rg=
|
||||
SHA1 (hyperestraier-1.4.10.tar.gz) = 2eIAzyN+RjFd9acpvACSDg3r/A0=
|
||||
SHA256 (hyperestraier-1.4.10.tar.gz) = m2TToyc7gElMugURUBqD9tXAPpJoGS4u0JrHwsOD05Y=
|
||||
SIZE (hyperestraier-1.4.10.tar.gz) = 1011767
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-rubynative_Makefile_in,v 1.1.1.1 2007/01/18 10:38:47 bernd Exp $
|
||||
--- rubynative/Makefile.in.orig Thu Nov 24 18:36:57 2005
|
||||
+++ rubynative/Makefile.in Fri Jan 5 22:21:01 2007
|
||||
@@ -28,7 +28,7 @@ DESTDIR =
|
||||
$OpenBSD: patch-rubynative_Makefile_in,v 1.2 2007/04/30 17:30:40 bernd Exp $
|
||||
--- rubynative/Makefile.in.orig Wed Feb 21 01:06:29 2007
|
||||
+++ rubynative/Makefile.in Thu Apr 12 14:44:05 2007
|
||||
@@ -29,7 +29,7 @@ DESTDIR =
|
||||
# Building binaries
|
||||
RUBY = @RUBY@
|
||||
RDOC = @RDOC@
|
||||
-RUNENV = LD_LIBRARY_PATH=.:..:/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:@MYRUNPATH@
|
||||
+RUNENV = LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:@MYRUNPATH@
|
||||
-RUNENV = LD_LIBRARY_PATH=.:..:/lib:/usr/lib:$(MYLIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@
|
||||
+RUNENV = LD_LIBRARY_PATH=:/usr/lib:/usr/local/lib:@MYRUNPATH@
|
||||
|
||||
|
||||
|
||||
@@ -52,10 +52,10 @@ clean :
|
||||
@@ -53,10 +53,10 @@ clean :
|
||||
|
||||
|
||||
install :
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-rubynative_estcmd_rb,v 1.1.1.1 2007/01/18 10:38:47 bernd Exp $
|
||||
--- rubynative/estcmd.rb.orig Sun Oct 29 13:43:23 2006
|
||||
+++ rubynative/estcmd.rb Fri Jan 5 22:23:14 2007
|
||||
$OpenBSD: patch-rubynative_estcmd_rb,v 1.2 2007/04/30 17:30:40 bernd Exp $
|
||||
--- rubynative/estcmd.rb.orig Tue Feb 20 00:13:15 2007
|
||||
+++ rubynative/estcmd.rb Thu Apr 12 14:42:29 2007
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/bin/ruby -w
|
||||
+#! /usr/bin/env ruby
|
||||
#--
|
||||
# Ruby binding of Hyper Estraier
|
||||
# Copyright (C) 2004-2006 Mikio Hirabayashi
|
||||
# Copyright (C) 2004-2007 Mikio Hirabayashi
|
||||
@@ -373,6 +373,12 @@ end
|
||||
|
||||
# perform the put command
|
||||
|
Loading…
Reference in New Issue
Block a user