From owner-freebsd-questions@FreeBSD.ORG Mon Jun 9 15:56:49 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B26B6C42 for ; Mon, 9 Jun 2014 15:56:49 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FD1D255D for ; Mon, 9 Jun 2014 15:56:49 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id u56so3918706wes.22 for ; Mon, 09 Jun 2014 08:56:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tjZgFS7aXlfQpniJS0j+Gv+8CxquVh6Yk+5KadeqRhY=; b=dqJrSW+gIw9iy6Q9ADhNrP6RIdbAc8Ul6/ZIU/eGtYksmSJCas7ycyZZT7LKV6y8+n uoFy9IvSdk8ygJnMCyeR+Gq/yI/Sy+IAfurkvdCgno46XOQkHE5Pm6RfZyTbugSkauN9 WqS5u4BeVvVt+gA0xjfkjMIjkhtV6Gzff3xLEJjeJpBZ4r5Lijn4NslUt0Tc23vZlGRh 1EkUzRtaGW8T0YNV3GNY797f2mePJC+ulyOMz7izmhZcUMkjpWe1sFxGjgHdbpWY77G9 XLn50ZXaFSRKsP4dMRbjfNgEuASuKA4cm8B9peoyqII0SApMvBSAulXYxOt8zVQnKGWY nS4Q== MIME-Version: 1.0 X-Received: by 10.194.21.103 with SMTP id u7mr33190765wje.14.1402329407464; Mon, 09 Jun 2014 08:56:47 -0700 (PDT) Received: by 10.216.86.145 with HTTP; Mon, 9 Jun 2014 08:56:47 -0700 (PDT) In-Reply-To: <20140607132408.GA99961@admin.sibptus.tomsk.ru> References: <20140607132408.GA99961@admin.sibptus.tomsk.ru> Date: Mon, 9 Jun 2014 11:56:47 -0400 Message-ID: Subject: Re: Need a replacement for textproc/glimpse From: "illoai@gmail.com" To: Victor Sudakov Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 15:56:49 -0000 On 7 June 2014 09:24, Victor Sudakov wrote: > Colleagues, > > Now as textproc/glimpse has been removed from ports, could you advise > me a good replacement? > > I need a small personal search engine which can index text files, does > not have many dependencies and works without any GUI, in a shell prompt. > > Ideas? TIA. Glimpse 4.18.6 is still around. If you don't mind having non-ports stuff on your machine it seems to build fine with gcc47 (clang seems to be a bit pickier about certain things), & runs without segfaulting. I simply ran: env CC=gcc47 CPP=cpp47 CXX=g++47 CFLAGS="-O3 -march=k8-sse3" ./configure make YMMV. http://webglimpse.net/download.php -- --