summaryrefslogtreecommitdiff
path: root/textproc/artha
diff options
context:
space:
mode:
authorwiz <wiz>2015-06-08 11:16:38 +0000
committerwiz <wiz>2015-06-08 11:16:38 +0000
commit3793eb296ecc79ab6ff6a667f2a3ce99c7019397 (patch)
tree1d228e3502592aab809865f3dab441193015dfd9 /textproc/artha
parent03c4417864b651b078a5aa7a3f4c88fb7613f710 (diff)
downloadpkgsrc-3793eb296ecc79ab6ff6a667f2a3ce99c7019397.tar.gz
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 (limited to 'textproc/artha')
-rw-r--r--textproc/artha/DESCR6
-rw-r--r--textproc/artha/Makefile27
-rw-r--r--textproc/artha/PLIST6
-rw-r--r--textproc/artha/distinfo5
-rw-r--r--textproc/artha/options.mk11
5 files changed, 55 insertions, 0 deletions
diff --git a/textproc/artha/DESCR b/textproc/artha/DESCR
new file mode 100644
index 00000000000..f4c1f2d75ca
--- /dev/null
+++ b/textproc/artha/DESCR
@@ -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 --git a/textproc/artha/Makefile b/textproc/artha/Makefile
new file mode 100644
index 00000000000..07ac371d20d
--- /dev/null
+++ b/textproc/artha/Makefile
@@ -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
+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 --git a/textproc/artha/PLIST b/textproc/artha/PLIST
new file mode 100644
index 00000000000..bab5d32eca1
--- /dev/null
+++ b/textproc/artha/PLIST
@@ -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 --git a/textproc/artha/distinfo b/textproc/artha/distinfo
new file mode 100644
index 00000000000..d3bf8a66326
--- /dev/null
+++ b/textproc/artha/distinfo
@@ -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 --git a/textproc/artha/options.mk b/textproc/artha/options.mk
new file mode 100644
index 00000000000..2c78989f060
--- /dev/null
+++ b/textproc/artha/options.mk
@@ -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