Bug 90323

Summary: [PATCH] textproc/WordNet: update to 2.1
Product: Ports & Packages Reporter: Cheng-Lung Sung <clsung>
Component: Individual Port(s)Assignee: Mikhail Teterin <mi>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd-2024
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
WordNet-2.1.patch none

Description Cheng-Lung Sung freebsd_committer freebsd_triage 2005-12-13 08:10:09 UTC
- Update to 2.1

Added file(s):
- files/patch-include-wn.h

Removed file(s):
- files/Makefile
- files/dict.Makefile
- files/include.Makefile
- files/man.Makefile
- files/patch-aa
- files/patch-ab
- files/patch-ac
- files/patch-ad
- files/patch-ae
- files/patch-ag
- files/patch-ah
- files/src.Makefile
- files/src.lib.Makefile
- files/src.wn.Makefile
- files/src.wnb.Makefile
- scripts/configure

Port maintainer (mi@aldan.algebra.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-12-13 08:10:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mi

Over to maintainer.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-13 08:12:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Mikhail Teterin 2005-12-13 12:17:46 UTC
Thank you very much, Cheng-Lung, for taking the time to submit this
update. I have the following problems with it, however:

	1) What's bin/wishwn -- a wish with the Wordnet-package preloaded?
	   The previous version of the port simply did a "package require
	   Wordnet" inside wnb (see my scripts/configure).

	2) Why install the .pdf and the .html versions of the
	   documentation, when man-pages contain the same information
	   (and are easier to access)? This is not a question of using
	   NOPORTDOCS -- I don't think, .pdf and .html should be installed
	   at all...

	3) Why install copies of the man-pages into DATADIR?

	4) Why link libWN statically? This prevents it from being used
	   by Tcl programs dynamically for example...

I'll try to cook up an update more to my liking using your patch.
Thanks!

Yours,

	-mi
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-12-14 03:27:03 UTC
Hi,
On Tue, Dec 13, 2005 at 07:17:46AM -0500, Mikhail Teterin wrote:
> Thank you very much, Cheng-Lung, for taking the time to submit this
> update. I have the following problems with it, however:
> 
> 	1) What's bin/wishwn -- a wish with the Wordnet-package preloaded?
> 	   The previous version of the port simply did a "package require
> 	   Wordnet" inside wnb (see my scripts/configure).


    I'm not familiar with wordnet package, in fact, I use p5-Wordnet-*
    to do my job. So I didn't know about wishwn. But I'd use your patch
    to remove wishwn now.

> 	2) Why install the .pdf and the .html versions of the
> 	   documentation, when man-pages contain the same information
> 	   (and are easier to access)? This is not a question of using
> 	   NOPORTDOCS -- I don't think, .pdf and .html should be installed
> 	   at all...
> 
> 	3) Why install copies of the man-pages into DATADIR?


    Well, I removed .pdf/.html/.ps in my new diff file, also removed two 
    duplicated man pages.

> 	4) Why link libWN statically? This prevents it from being used
> 	   by Tcl programs dynamically for example...


    I don't know how to made it dynamic linked, since typing 'make' it 
    gives me libWN.a. Maybe you can help with that?

> I'll try to cook up an update more to my liking using your patch.
> Thanks!
> 
> Yours,
> 
> 	-mi


    The attachment is new diff file, thank you to examine it :)

-- 
Cheng-Lung Sung - clsung@
Comment 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-01-02 04:25:35 UTC
Hi,
    How about this pr's progress? 
    I'd like to know if I need to modify more :)

    Thank you

-- 
Cheng-Lung Sung - clsung@
Comment 6 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-07 07:02:15 UTC
Class Changed
From-To: update->change-request

The attached patch looks corrupted, please see the end of 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/90323 for more 
details. 

Can you see if you can put it on an web or ftp server?
Comment 7 Mikhail Teterin freebsd_committer freebsd_triage 2006-01-16 04:05:35 UTC
State Changed
From-To: feedback->closed

Port upgraded. Many thanks for your help and patience.