summaryrefslogtreecommitdiff
path: root/textproc/glimpse
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-16 09:33:46 +0000
committerjlam <jlam>2003-07-16 09:33:46 +0000
commite664449b954368894a4fd85edc962c90bc7b4903 (patch)
tree491111004206c0c3cb92ae9f1dd439e854e373be /textproc/glimpse
parentf6cad14a16265838094c96c2784856bdf35df1a9 (diff)
downloadpkgsrc-e664449b954368894a4fd85edc962c90bc7b4903.tar.gz
Initial work in merging bits of the pkgviews branch into modern pkgsrc.
Currently, the pkgviews/buildlink2 integration is incomplete. People who work on this branch should also check out src/usr.sbin/pkg_install from the pkgviews branch.
Diffstat (limited to 'textproc/glimpse')
-rw-r--r--textproc/glimpse/DESCR12
-rw-r--r--textproc/glimpse/Makefile28
-rw-r--r--textproc/glimpse/PLIST17
-rw-r--r--textproc/glimpse/distinfo6
-rw-r--r--textproc/glimpse/files/autoconf.h18
-rw-r--r--textproc/glimpse/patches/patch-aa13
-rw-r--r--textproc/glimpse/patches/patch-ad13
7 files changed, 0 insertions, 107 deletions
diff --git a/textproc/glimpse/DESCR b/textproc/glimpse/DESCR
deleted file mode 100644
index 1d1e5a371db..00000000000
--- a/textproc/glimpse/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-Glimpse (which stands for GLobal IMPlicit SEarch) is an indexing
-and query system that allows you to search through all your
-files very quickly. For example, finding 296 lines containing
-'whitehouse' in 8750 files occupying 104MB took 6 seconds on a
-SUN Sparc 5. Glimpse supports most of agrep's options (agrep is our
-powerful version of grep) including approximate matching (e.g.,
-finding mis- spelled words), Boolean queries, and even some limited
-forms of regular expressions. It is used in the same way, except that
-you don't have to specify file names. So, if you are looking for a
-needle anywhere in your file system, all you have to do is say
-glimpse needle and all lines containing needle will appear preceded
-by the file name.
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile
deleted file mode 100644
index a7068250e22..00000000000
--- a/textproc/glimpse/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2003/06/02 01:16:42 jschauma Exp $
-# FreeBSD Id: Makefile,v 1.12 1997/07/17 19:29:07 andreas Exp
-#
-
-DISTNAME= glimpse-4.17.2
-CATEGORIES= textproc databases
-MASTER_SITES= http://webglimpse.net/trial/
-
-MAINTAINER= tech-pkg@netbsd.org
-HOMEPAGE= http://webglimpse.net/
-COMMENT= Text search engine
-
-CONFLICT= openssl-[0-9]*
-
-LICENSE= glimpse-license
-RESTRICTED= "Restrictive copyright (don't sell for profit)"
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/glimpse
- ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/glimpse
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/glimpse
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/glimpse/PLIST b/textproc/glimpse/PLIST
deleted file mode 100644
index 57fa3164d47..00000000000
--- a/textproc/glimpse/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/07/12 19:53:02 mycroft Exp $
-bin/agrep
-bin/buildcast
-bin/cast
-bin/glimpse
-bin/glimpseindex
-bin/glimpseserver
-bin/tbuild
-bin/uncast
-bin/wgconvert
-man/man1/agrep.1
-man/man1/glimpse.1
-man/man1/glimpseindex.1
-man/man1/glimpseserver.1
-share/doc/glimpse/COPYRIGHT
-share/doc/glimpse/README
-@dirrm share/doc/glimpse
diff --git a/textproc/glimpse/distinfo b/textproc/glimpse/distinfo
deleted file mode 100644
index 4b10ffadc8b..00000000000
--- a/textproc/glimpse/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2003/01/09 23:59:09 mycroft Exp $
-
-SHA1 (glimpse-4.17.2.tar.gz) = 7bed076200132a4ecfe8779116926904bfa9efb6
-Size (glimpse-4.17.2.tar.gz) = 407328 bytes
-SHA1 (patch-aa) = f8797b6910bca22324e30d06c1cb48f34ddbb49a
-SHA1 (patch-ad) = 7c6dd0c04f539351ad82afb82dfc60db8e50158b
diff --git a/textproc/glimpse/files/autoconf.h b/textproc/glimpse/files/autoconf.h
deleted file mode 100644
index 68d374e55d1..00000000000
--- a/textproc/glimpse/files/autoconf.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* $NetBSD: autoconf.h,v 1.2 1999/06/30 13:13:03 agc Exp $ */
-
-/*
- * preprocessor variables used during build of glimpse-4.1
- */
-
-#define HAVE_DIRENT_H 1
-#ifdef __NetBSD__
-#define HAVE_FLOCK 1
-#else
-#undef HAVE_FLOCK
-#endif
-#define HAVE_GETDTABLESIZE 1
-#define HAVE_SETLINEBUF 1
-#define HAVE_SETRLIMIT 1
-#define HAVE_STRDUP 1
-#define HAVE_STRERROR 1
-#define HAVE_SYSCONF 1
diff --git a/textproc/glimpse/patches/patch-aa b/textproc/glimpse/patches/patch-aa
deleted file mode 100644
index 631eed0210c..00000000000
--- a/textproc/glimpse/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 1998/12/03 12:39:45 frueauf Exp $
-
---- main.c.orig Mon Apr 28 00:14:04 1997
-+++ main.c Sun Nov 29 03:34:48 1998
-@@ -1059,7 +1059,7 @@
- clargc = 0;
- clargv = NULL;
- cli_len = sizeof(cli_addr);
-- if ((newsockfd = accept(sockfd, &cli_addr, &cli_len)) < 0) continue;
-+ if ((newsockfd = accept(sockfd, (struct sockaddr *)&cli_addr, &cli_len)) < 0) continue;
- if (getreq(newsockfd, glimpse_reqbuf, &clstdin, &clstdout, &clstderr, &clargc, &clargv, &clpid) < 0) {
- ret = -1;
- #if DEBUG
diff --git a/textproc/glimpse/patches/patch-ad b/textproc/glimpse/patches/patch-ad
deleted file mode 100644
index 122dfbb6234..00000000000
--- a/textproc/glimpse/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/10/13 23:43:30 mjl Exp $
-
---- configure.orig Tue Aug 21 06:37:16 2001
-+++ configure Sun Oct 14 01:12:16 2001
-@@ -1873,7 +1873,7 @@
- else
- ac_save_LIBS="$LIBS"
- LIBS="-ldl $LIBS"
--INDEXLIBS="-ldl $INDEXLIBS"
-+INDEXLIBS="$INDEXLIBS"
-
- cat > conftest.$ac_ext <<EOF
- #line 1757 "configure"