From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 2 17:00:35 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E801A16A4DA for ; Sat, 2 Sep 2006 17:00:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFB043D46 for ; Sat, 2 Sep 2006 17:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k82H0Zgw062179 for ; Sat, 2 Sep 2006 17:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k82H0Z4F062174; Sat, 2 Sep 2006 17:00:35 GMT (envelope-from gnats) Resent-Date: Sat, 2 Sep 2006 17:00:35 GMT Resent-Message-Id: <200609021700.k82H0Z4F062174@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, markun@onohara.to Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8634A16A4DD for ; Sat, 2 Sep 2006 16:55:39 +0000 (UTC) (envelope-from markun@onohara.to) Received: from gate.onohara.to (gate.onohara.to [202.222.28.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A50043D46 for ; Sat, 2 Sep 2006 16:55:38 +0000 (GMT) (envelope-from markun@onohara.to) Received: by gate.onohara.to (Postfix, from userid 1000) id C8A442A429; Sun, 3 Sep 2006 01:55:37 +0900 (JST) Message-Id: <20060902165537.C8A442A429@gate.onohara.to> Date: Sun, 3 Sep 2006 01:55:37 +0900 (JST) From: markun@onohara.to To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/102794: [NEW PORT] textproc/p5-Hatena-Keyword: Extract Hatena Keywords in a string 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: Sat, 02 Sep 2006 17:00:36 -0000 >Number: 102794 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Hatena-Keyword: Extract Hatena Keywords in a string >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 02 17:00:34 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Masahiro Teramoto >Release: FreeBSD 4.11-RELEASE-p19 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 4.11-RELEASE-p19 FreeBSD 4.11-RELEASE-p19 #0: Sat Jun 17 22:28:27 JST 2006 root@gate.onohara.to:/usr/obj/usr/src/sys/RENTALv6 i386 >Description: 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 WWW: http://search.cpan.org/~naoya/Hatena-Keyword-0.04/ >How-To-Repeat: >Fix: # 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: # # p5-Hatena-Keyword # p5-Hatena-Keyword/Makefile # p5-Hatena-Keyword/distinfo # p5-Hatena-Keyword/pkg-descr # p5-Hatena-Keyword/pkg-plist # echo c - p5-Hatena-Keyword mkdir -p p5-Hatena-Keyword > /dev/null 2>&1 echo x - p5-Hatena-Keyword/Makefile sed 's/^X//' >p5-Hatena-Keyword/Makefile << 'END-of-p5-Hatena-Keyword/Makefile' X# New ports collection makefile for: p5-Hatena-Keyword X# Date created: 2006-09-02 X# Whom: Masahiro Teramoto X# X# $FreeBSD$ X# X XPORTNAME= Hatena-Keyword XPORTVERSION= 0.04 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/N/NA/NAOYA XPKGNAMEPREFIX= p5- X XMAINTAINER= markun@onohara.to XCOMMENT= Extract Hatena Keywords in a string X XBUILD_DEPENDS= ${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML \ X ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ X ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ X ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ X ${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Hatena::Keyword.3 X X.include X.include END-of-p5-Hatena-Keyword/Makefile echo x - p5-Hatena-Keyword/distinfo sed 's/^X//' >p5-Hatena-Keyword/distinfo << 'END-of-p5-Hatena-Keyword/distinfo' XMD5 (Hatena-Keyword-0.04.tar.gz) = a0bc79dd29f98b2b644d8d47e19ce88b XSHA256 (Hatena-Keyword-0.04.tar.gz) = 3c315a32bc5dfd5db016d1b62f2ced75e7673f3ea3673dfca10564c6b55f72bd XSIZE (Hatena-Keyword-0.04.tar.gz) = 6138 END-of-p5-Hatena-Keyword/distinfo echo x - p5-Hatena-Keyword/pkg-descr sed 's/^X//' >p5-Hatena-Keyword/pkg-descr << 'END-of-p5-Hatena-Keyword/pkg-descr' XThis module allows you to extract Hatena keywords used in an Xarbitrary text and also allows you to mark up a text as HTML Xwith the keywords. X XA Hatena keyword is an element in a suite of web sites X*.hatena.ne.jp having blogs and social bookmarks among others. XPlease refer to http://d.hatena.ne.jp/keyword/ (in Japanese) for details. X XIn Hatena Diary, a blog hosting service, a Hatena keyword found in Xa posting is linked to the keywords page automatically. XYou can implement the same kind of feature outside Hatena using this module. X XIt queries Hatena Keyword Link API internally for retrieving terms X XAuthor: Naoya Ito XWWW: http://search.cpan.org/~naoya/Hatena-Keyword-0.04/ END-of-p5-Hatena-Keyword/pkg-descr echo x - p5-Hatena-Keyword/pkg-plist sed 's/^X//' >p5-Hatena-Keyword/pkg-plist << 'END-of-p5-Hatena-Keyword/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena/Keyword/.packlist X%%SITE_PERL%%/Hatena/Keyword.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena/Keyword X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena X@dirrmtry %%SITE_PERL%%/Hatena/Keyword X@dirrmtry %%SITE_PERL%%/Hatena END-of-p5-Hatena-Keyword/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: