7ec5 FreshPorts -- textproc/glimpse
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
glimpse 4.13.1 textproc on this many watch lists=26 search for ports that depend on this port
NO CDROM NO CDROM: Restrictive copyright (don not sell for profit)
Text search engine

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: databases
License: not specified in port


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.

WWW: http://webglimpse.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Run

To install the port: cd /usr/ports/textproc/glimpse/ && make install clean
To add the package: pkg_add -r glimpse


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/beech/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/beech/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/beech/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/beech/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/beech/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/beech/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/beech/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/beech/

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
01 Feb 2013 15:04:01
Original commit files touched by this commit  4.13.1
ak search for other commits by this committer
- Fix all cases of 'No newline at end of file' in ports tree

Approved by: portmgr (bapt)
03 Sep 2012 09:50:12
Original commit files touched by this commit  4.13.1
rakuco search for other commits by this committer
- Make the port build with clang. [1]
- Remove dead MASTER_SITE.

PR:		ports/171268 [1]
Submitted by:	Pawel Worach <pawel.worach@gmail.com> [1]
03 Sep 2012 09:33:03
Original commit files touched by this commit  4.13.1
rakuco search for other commits by this committer
Update WWW, webglimpse.org looks like a parked domain these days
23 Sep 2011 22:26:39
Original commit files touched by this commit  4.13.1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 14:40:25
Original commit files touched by this commit  4.13.1
ohauer search for other commits by this committer
-remove MD5
27 Apr 2010 01:41:02
Original commit files touched by this commit  4.13.1
pgollucci search for other commits by this committer
- Release some more ports
11 May 2009 01:15:07
Original commit files touched by this commit  4.13.1
pgollucci search for other commits by this committer
- Adopt, also adopt direct dependecy textproc/glimpse
- APACHE_COMPAT is deprecated, remove apache* from RUN_DEPENDS
- cleanup WWWDIR
- cleanup DOCSDIR
- use WWWOWN and WWWGRP
- Respect NOPORTDOCS
11 May 2009 01:12:14
Original commit files touched by this commit  4.13.1
pgollucci search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE=yes
- s/don't/do not/ in NO_CDROM
20 Aug 2008 06:40:43
Original commit files touched by this commit  4.13.1
linimon search for other commits by this committer
Reset conrads@cox.net due to lack of time to work on FreeBSD.

Hat:            portmgr
23 Jun 2007 03:47:30
Original commit files touched by this commit  4.13.1
beech search for other commits by this committer
- Fix build w/gcc-4.2
- Add mirror
- Makefile tweaks

PR:             ports/113932
Submitted by:   Conrad J. Sabatier  <conrads@cox.net> (maintainer)
Approved by:    sat (mentor)
01 Nov 2006 11:23:30
Original commit files touched by this commit  4.13.1
miwi search for other commits by this committer
- Pass maintainership to submitter

(Notes: request of ports@
http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html )

Submitted by:   Conrad J. Sabatier <conrads at cox.net>
25 Nov 2005 18:40:57
Original commit files touched by this commit  4.13.1
pav search for other commits by this committer
- Add SHA256
29 Apr 2004 01:43:25
Original commit files touched by this commit  4.13.1
jkoshy search for other commits by this committer
Upgrade to v4.13.1.  Fix a core dump that occurs when long patterns are used.
29 Jan 2004 16:13:06
Original commit files touched by this commit  4.12.6
trevor search for other commits by this committer
SIZEify.
21 Dec 2003 00:22:53
Original commit files touched by this commit  4.12.6
sergei search for other commits by this committer
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
20 Oct 2003 11:31:15
Original commit files touched by this commit  4.12.6
des search for other commits by this committer
Define __STRICT_ANSI__ when compiling glimpse so it will use <stdarg.h>
instead of <varargs.h>.  Note that this is a workaround, not a fix; the
correct fix would be to excise all mention of <varargs.h> from the code.
16 Oct 2003 01:28:10
Original commit files touched by this commit  4.12.6
kris search for other commits by this committer
BROKEN on 5.x: does not compile
08 Jun 2003 00:30:49
Original commit files touched by this commit  4.12.6
kris search for other commits by this committer
Remove chuckr as maintainer of his ports.  He has not committed since
09/2000 and has been unresponsive to mail about his ports for at least
2 years.

Approved by:    portmgr
07 Mar 2003 06:11:57
Original commit files touched by this commit  4.12.6
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 07:29:51
files touched by this commit
asami search for other commits by this committer
Convert category textproc to new layout.  
26 Jun 2000 13:34:10
files touched by this commit
tg search for other commits by this committer
Better return value for interaction with tkman.    

Number of commits found: 22

2864
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24536
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days32
new fortnight62
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0