From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 15 12:20:02 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48C771065672 for ; Tue, 15 Mar 2011 12:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 018698FC13 for ; Tue, 15 Mar 2011 12:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2FCK1YE015218 for ; Tue, 15 Mar 2011 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2FCK1D2015217; Tue, 15 Mar 2011 12:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 15 Mar 2011 12:20:01 GMT Resent-Message-Id: <201103151220.p2FCK1D2015217@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B76B3106568B for ; Tue, 15 Mar 2011 12:14:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 99DDB8FC21 for ; Tue, 15 Mar 2011 12:14:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2FCERML042239 for ; Tue, 15 Mar 2011 12:14:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p2FCERJ0042238; Tue, 15 Mar 2011 12:14:27 GMT (envelope-from nobody) Message-Id: <201103151214.p2FCERJ0042238@red.freebsd.org> Date: Tue, 15 Mar 2011 12:14:27 GMT From: Zhihao Yuan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/155573: New port: textproc/artha - A free cross-platform English thesaurus X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2011 12:20:02 -0000 >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 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 X X.if defined(WITH_NOTIFY) XLIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify X.endif X X.include X.include 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: