pkgsrc-Bugs archive

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

pkg/49953: Please import submitted package as textproc/artha



>Number:         49953
>Category:       pkg
>Synopsis:       Please import submitted package as textproc/artha
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Jun 07 22:10:00 +0000 2015
>Originator:     David H. Gutteridge
>Release:        Current
>Organization:
>Environment:
n/a
>Description:
Please import the attached package as textproc/artha. This is a handy
(for me, anyway) thesaurus application that uses a WordNet back-end.

Concerning the options, I assumed enchant was probably something
anyone would want. I wasn't so sure about libnotify, so I put it in
options.mk but defaulted it to being enabled. (The application
apparently queries at runtime to see if either of those dependencies
exist, rather than linking against them.) If someone thinks they
should be handled differently, I won't argue.

DESCR:

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.

Makefile:

# $NetBSD$

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"

options.mk:

# $NetBSD$
#

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

distinfo:

$NetBSD$

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

PLIST:

@comment $NetBSD$
bin/artha
man/man1/artha.1
share/applications/artha.desktop
share/artha/gui.glade
share/pixmaps/artha.png

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index