pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/artha Import artha-1.0.3 as textproc/artha, p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79d5ef7b817b
branches:  trunk
changeset: 652798:79d5ef7b817b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 08 11:16:38 2015 +0000

description:
Import artha-1.0.3 as textproc/artha, provided by David H. Gutteridge
in PR 49953.

Artha is a free cross-platform English thesaurus that works completely
off-line and is based on WordNet. Artha is a handy thesaurus that
focuses on high usability, without trading off simplicity and ease of
use. It has the following distinct features that increases its
usability: hot key lookup, regular expressions search, notifications,
suggestions, relative to sense mapping.

diffstat:

 textproc/artha/DESCR      |   6 ++++++
 textproc/artha/Makefile   |  27 +++++++++++++++++++++++++++
 textproc/artha/PLIST      |   6 ++++++
 textproc/artha/distinfo   |   5 +++++
 textproc/artha/options.mk |  11 +++++++++++
 5 files changed, 55 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 952199024dc0 -r 79d5ef7b817b textproc/artha/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/artha/DESCR      Mon Jun 08 11:16:38 2015 +0000
@@ -0,0 +1,6 @@
+Artha is a free cross-platform English thesaurus that works completely
+off-line and is based on WordNet. Artha is a handy thesaurus that
+focuses on high usability, without trading off simplicity and ease of
+use. It has the following distinct features that increases its
+usability: hot key lookup, regular expressions search, notifications,
+suggestions, relative to sense mapping.
diff -r 952199024dc0 -r 79d5ef7b817b textproc/artha/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/artha/Makefile   Mon Jun 08 11:16:38 2015 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2015/06/08 11:16:38 wiz Exp $
+
+DISTNAME=       artha-1.0.3
+CATEGORIES=     textproc
+MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=artha/}
+EXTRACT_SUFX=   .tar.bz2
+
+MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=       http://artha.sourceforge.net/
+COMMENT=        Open Source WordNet-based thesaurus
+LICENSE=        gnu-gpl-v2
+
+GNU_CONFIGURE=  yes
+USE_LIBTOOL=    yes
+USE_TOOLS+=     autoconf automake gmake pkg-config
+USE_LANGUAGES=  c
+
+.include "options.mk"
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/WordNet/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 952199024dc0 -r 79d5ef7b817b textproc/artha/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/artha/PLIST      Mon Jun 08 11:16:38 2015 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/08 11:16:38 wiz Exp $
+bin/artha
+man/man1/artha.1
+share/applications/artha.desktop
+share/artha/gui.glade
+share/pixmaps/artha.png
diff -r 952199024dc0 -r 79d5ef7b817b textproc/artha/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/artha/distinfo   Mon Jun 08 11:16:38 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/08 11:16:38 wiz Exp $
+
+SHA1 (artha-1.0.3.tar.bz2) = 8bced6357b425f74d4b13ec6d35b8a50236fae94
+RMD160 (artha-1.0.3.tar.bz2) = 22c6e454cb647a97be6ca06bd1980959f389926b
+Size (artha-1.0.3.tar.bz2) = 363674 bytes
diff -r 952199024dc0 -r 79d5ef7b817b textproc/artha/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/artha/options.mk Mon Jun 08 11:16:38 2015 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2015/06/08 11:16:38 wiz Exp $
+
+PKG_OPTIONS_VAR=                PKG_OPTIONS.artha
+PKG_SUPPORTED_OPTIONS=          libnotify
+PKG_SUGGESTED_OPTIONS=          libnotify
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mlibnotify)
+.include "../../sysutils/libnotify/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index