From owner-cvs-all@FreeBSD.ORG Wed Jul 5 19:29:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2684216A4DE; Wed, 5 Jul 2006 19:29:53 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7008443D53; Wed, 5 Jul 2006 19:29:52 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65JTqEE041361; Wed, 5 Jul 2006 19:29:52 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65JTq5b041360; Wed, 5 Jul 2006 19:29:52 GMT (envelope-from garga) Message-Id: <200607051929.k65JTq5b041360@repoman.freebsd.org> From: Renato Botelho Date: Wed, 5 Jul 2006 19:29:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/sdcv Makefile distinfo pkg-descr pkg-plist ports/textproc/sdcv/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:29:53 -0000 garga 2006-07-05 19:29:51 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/sdcv Makefile distinfo pkg-descr pkg-plist textproc/sdcv/files patch-configure Log: SDCV(StarDict under Console Version) is simple, cross-platform text-based utility for work with dictionaries in StarDict's format. The word from "list of words" may be string with leading '/' for using Fuzzy search algorithm, string may contain '?' and '*' for using regexp search. It work in interactive and not interactive mode. WWW: http://sdcv.sourceforge.net/ PR: ports/96836 Submitted by: chinsan Revision Changes Path 1.993 +1 -0 ports/textproc/Makefile 1.1 +65 -0 ports/textproc/sdcv/Makefile (new) 1.1 +3 -0 ports/textproc/sdcv/distinfo (new) 1.1 +11 -0 ports/textproc/sdcv/files/patch-configure (new) 1.1 +8 -0 ports/textproc/sdcv/pkg-descr (new) 1.1 +6 -0 ports/textproc/sdcv/pkg-plist (new)