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/
This commit is contained in:
Jeremy Messenger 2004-07-23 20:46:56 +00:00
parent b78a6067e6
commit 33a0a17395
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114522
5 changed files with 53 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += af-aspell
SUBDIR += aft
SUBDIR += agrep
SUBDIR += aiksaurus
SUBDIR += align
SUBDIR += ant-xinclude-task
SUBDIR += antiword

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: aiksaurus
# Date created: 23 July 2004
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aiksaurus
PORTVERSION= 1.2.1
PORTREVISION?= 0
CATEGORIES?= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= aiksaurus
MAINTAINER?= gnome@FreeBSD.org
COMMENT?= A set of libraries and applications which provide a thesaurus
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
CONFIGURE_ARGS?=--without-gtk
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (aiksaurus-1.2.1.tar.gz) = 3eae03b7c49843ccc9262e52846ea6b4
SIZE (aiksaurus-1.2.1.tar.gz) = 928893

View File

@ -0,0 +1,12 @@
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/

View File

@ -0,0 +1,13 @@
bin/aiksaurus
bin/caiksaurus
include/Aiksaurus/Aiksaurus.h
include/Aiksaurus/AiksaurusC.h
lib/libAiksaurus-1.2.so
lib/libAiksaurus-1.2.so.0
lib/libAiksaurus.a
lib/libAiksaurus.so
libdata/pkgconfig/aiksaurus-1.0.pc
share/aiksaurus/meanings.dat
share/aiksaurus/words.dat
@dirrm share/aiksaurus
@dirrm include/Aiksaurus