Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2011 12:14:27 GMT
From:      Zhihao Yuan <lichray@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155573: New port: textproc/artha - A free cross-platform English thesaurus
Message-ID:  <201103151214.p2FCERJ0042238@red.freebsd.org>
Resent-Message-ID: <201103151220.p2FCK1D2015217@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155573
>Category:       ports
>Synopsis:       New port: textproc/artha - A free cross-platform English thesaurus
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 15 12:20:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.2-STABLE
>Organization:
Northern Illinois University
>Environment:
FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Mar 14 02:51:28 CDT 2011     root@compaq.yuetime:/usr/obj/usr/src/sys/HOUKAGO  amd64
>Description:
Artha is a free cross-platform English thesaurus that works completely off-line and is based on WordNet. Check it's homepage on SF for details:
http://artha.sourceforge.net/wiki/index.php/Home

It's the first port I created for FreeBSD. If it's possible, please help me to resolve any problem in the port. Thank you.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	artha
#	artha/pkg-plist
#	artha/Makefile
#	artha/pkg-descr
#	artha/distinfo
#
echo c - artha
mkdir -p artha > /dev/null 2>&1
echo x - artha/pkg-plist
sed 's/^X//' >artha/pkg-plist << '3c9fd23b7b121146527d19eefed123f7'
Xbin/artha
Xshare/applications/artha.desktop
X%%DATADIR%%/gui.glade
X@dirrm %%DATADIR%%
3c9fd23b7b121146527d19eefed123f7
echo x - artha/Makefile
sed 's/^X//' >artha/Makefile << 'a4facfaf011645f1dfb2b58883d87b31'
X# New ports collection makefile for:	artha
X# Date created:		2011-03-15
X# Whom:			Zhihao Yuan <lichray@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	artha
XPORTVERSION=1.0.2
XCATEGORIES=	textproc
XMASTER_SITES=	SF
X
XMAINTAINER=	lichray@gmail.com
XCOMMENT=	A free cross-platform English thesaurus
X
XLIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
XBUILD_DEPENDS=	wn:${PORTSDIR}/textproc/wordnet
X
XMAN1=	artha.1
XLICENSE=	GPLv2
X
XUSE_AUTOTOOLS=	libtool
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	gtk20 intltool pkgconfig
XINSTALLS_ICONS=	yes
X
XCONFIGURE_ARGS=	--enable-static=no CPPFLAGS=-I${LOCALBASE}/include/WordNet
X
XOPTIONS=	NOTIFY "popup word definition as notification" On
X
X.include <bsd.port.options.mk>
X
X.if defined(WITH_NOTIFY)
XLIB_DEPENDS+=	notify.1:${PORTSDIR}/devel/libnotify
X.endif
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
a4facfaf011645f1dfb2b58883d87b31
echo x - artha/pkg-descr
sed 's/^X//' >artha/pkg-descr << '6688bdb65fdbb550277f480c5b1598b8'
XArtha is a free cross-platform English thesaurus that works completely
Xoff-line and is based on WordNet. Stable releases for download are
Xcurrently available for GNU/Linux and Microsoft Windows; it is tested
Xon major Desktop Environments like GNOME, KDE, Xfce, etc and on Microsoft
XWindows XP, Vista and 7. Artha is released under the GNU General Public
XLicence version 2; hence you are free to copy/redistribute it.
X
XWWW: http://artha.sourceforge.net/wiki/index.php/Home
6688bdb65fdbb550277f480c5b1598b8
echo x - artha/distinfo
sed 's/^X//' >artha/distinfo << '145103ea5432c9ca535354928875a34f'
XSHA256 (artha-1.0.2.tar.gz) = ed35903d37cbf364998ea58900fac01a7cfbab9f0ddb9f2c5bc0acb228c7952c
XSIZE (artha-1.0.2.tar.gz) = 408922
145103ea5432c9ca535354928875a34f
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103151214.p2FCERJ0042238>