Bug 102794

Summary: [NEW PORT] textproc/p5-Hatena-Keyword: Extract Hatena Keywords in a string
Product: Ports & Packages Reporter: markun
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: markun
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description markun 2006-09-02 18:00:34 UTC
This module allows you to extract Hatena keywords used in an
arbitrary text and also allows you to mark up a text as HTML
with the keywords.

A Hatena keyword is an element in a suite of web sites
*.hatena.ne.jp having blogs and social bookmarks among others.
Please refer to http://d.hatena.ne.jp/keyword/ (in Japanese) for details.

In Hatena Diary, a blog hosting service, a Hatena keyword found in
a posting is linked to the keywords page automatically.
You can implement the same kind of feature outside Hatena using this module.

It queries Hatena Keyword Link API internally for retrieving terms

Author: Naoya Ito <naoya@bloghackers.net>
WWW:    http://search.cpan.org/~naoya/Hatena-Keyword-0.04/
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-09-12 22:10:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-12 22:11:42 UTC
miwi        2006-09-12 21:11:30 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Hatena-Keyword Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  This module allows you to extract Hatena keywords used in an
  arbitrary text and also allows you to mark up a text as HTML
  with the keywords.
  
  A Hatena keyword is an element in a suite of web sites
  *.hatena.ne.jp having blogs and social bookmarks among others.
  Please refer to http://d.hatena.ne.jp/keyword/ (in Japanese) for details.
  
  In Hatena Diary, a blog hosting service, a Hatena keyword found in
  a posting is linked to the keywords page automatically.
  You can implement the same kind of feature outside Hatena using this module.
  
  It queries Hatena Keyword Link API internally for retrieving terms
  
  Author: Naoya Ito <naoya@bloghackers.net>
  WWW:    http://search.cpan.org/~naoya/Hatena-Keyword-0.04/
  
  PR:             ports/102794
  Submitted by:   Masahiro Teramoto <markun(at)onohara.to>
  
  Revision  Changes    Path
  1.1058    +1 -0      ports/textproc/Makefile
  1.1       +30 -0     ports/textproc/p5-Hatena-Keyword/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-Hatena-Keyword/distinfo (new)
  1.1       +16 -0     ports/textproc/p5-Hatena-Keyword/pkg-descr (new)
  1.1       +7 -0      ports/textproc/p5-Hatena-Keyword/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 3 Martin Wilke freebsd_committer freebsd_triage 2006-09-12 22:12:18 UTC
State Changed
From-To: open->closed

New port added. Thanks!