Bug 155573 - New port: textproc/artha - A free cross-platform English thesaurus
Summary: New port: textproc/artha - A free cross-platform English thesaurus
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-15 12:20 UTC by lichray
Modified: 2011-07-25 02:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.42 KB, text/plain)
2011-03-15 12:20 UTC, lichray
no flags Details
artha.shar (2.46 KB, application/x-shar)
2011-03-18 06:46 UTC, lichray
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2011-03-15 12:20:01 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-03-15 14:51:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-03-17 15:22:55 UTC
State Changed
From-To: open->feedback

build failed 
http://32bit.miwibox.org/index.php?action=describe_port&id=950
Comment 3 lichray 2011-03-18 06:46:45 UTC
I guess you may need to check many emails everyday. So I'd better to
 send this through `follow up'.

The problem is caused by the `smart' gcc45 that I used to compile the
ports. Now I added the missing C*FLAGS in this version.

-- 
Zhihao Yuan
The best way to predict the future is to invent it.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-07-12 05:58:05 UTC
State Changed
From-To: feedback->open

Submitter has replied with a new patch. 


Comment 5 Mark Linimon freebsd_committer freebsd_triage 2011-07-12 05:58:05 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to pool at assignee request for the moment.
Comment 6 Ryan Steinmetz freebsd_committer freebsd_triage 2011-07-20 00:49:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-07-25 02:45:10 UTC
zi          2011-07-25 01:44:59 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/artha       Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port: textproc/artha
  
  Artha is a free cross-platform English thesaurus that works completely
  off-line and is based on WordNet. Stable releases for download are
  currently available for GNU/Linux and Microsoft Windows; it is tested
  on major Desktop Environments like GNOME, KDE, Xfce, etc and on Microsoft
  Windows XP, Vista and 7. Artha is released under the GNU General Public
  Licence version 2; hence you are free to copy/redistribute it.
  
  WWW: http://artha.sourceforge.net/wiki/index.php/Home
  
  PR:             ports/155573
  Submitted by:   Zhihao Yuan <lichray@gmail.com>
  Approved by:    wxs (mentor)
  
  Revision  Changes    Path
  1.1614    +1 -0      ports/textproc/Makefile
  1.1       +41 -0     ports/textproc/artha/Makefile (new)
  1.1       +2 -0      ports/textproc/artha/distinfo (new)
  1.1       +8 -0      ports/textproc/artha/pkg-descr (new)
  1.1       +6 -0      ports/textproc/artha/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Ryan Steinmetz freebsd_committer freebsd_triage 2011-07-25 02:46:48 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!