From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:46:56 2004 Return-Path: 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 A01F516A4CE; Fri, 23 Jul 2004 20:46:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A90E43D1D; Fri, 23 Jul 2004 20:46:56 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NKkuJ1062389; Fri, 23 Jul 2004 20:46:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NKkukL062388; Fri, 23 Jul 2004 20:46:56 GMT (envelope-from mezz) Message-Id: <200407232046.i6NKkukL062388@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 23 Jul 2004 20:46:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/aiksaurus Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 23 Jul 2004 20:46:56 -0000 mezz 2004-07-23 20:46:56 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/aiksaurus Makefile distinfo pkg-descr pkg-plist Log: Aiksaurus is a set of libraries and applications which provide a thesaurus (currently English only, based on Guttenburg's Moby thesaurus) using native GUI on several platforms: UNIX (GTK+ & Qt), Win32 & MacOSX (Cocoa). The core library itself is platform-independent. The principal language is C++, with some use of Cocoa/ObjC++; wrappers are provided for C and Cocoa/ObjC. Aiksausus plugins exist for AbiWord on UNIX and Win32; the library is also used by Lyx; and the new Cocoa port provides a MacOSX NSService hook so that Safari and other such applications can use this thesaurus without Aiksaurus-specific development. WWW: http://aiksaurus.sourceforge.net/ Revision Changes Path 1.724 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/aiksaurus/Makefile (new) 1.1 +2 -0 ports/textproc/aiksaurus/distinfo (new) 1.1 +12 -0 ports/textproc/aiksaurus/pkg-descr (new) 1.1 +13 -0 ports/textproc/aiksaurus/pkg-plist (new)