pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Kakasi pkgsrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/829222e82e4b
branches: trunk
changeset: 393539:829222e82e4b
user: sno <sno%pkgsrc.org@localhost>
date: Thu May 21 12:32:05 2009 +0000
description:
pkgsrc changes:
- Updating package for p5 module Text::Kakasi from 1.05nb4 to 2.04
- Setting license to gnu-gpl-v2
- Setting homepage to CPAN module (add original homepage to DESCR)
- Add a patch to build properly
Upstream changes:
$Revision: 2.4 $ $Date: 2003/05/26 10:39:49 $
! lib/Text/Kakasi/JP.pod
s/Text::Kakasi/Text::Kakasi::JP/ for NAME section
Thank Graham Barr <gbarr%pobox.com@localhost> for showing me the
right trick. But I STILL THINK search.cpan.org is WRONG.
Message-Id: <rt-22325-58215.2.40083316787562%rt.perl.org@localhost>
- lib/Text/Kakasi.pod
! Kakasi.pm
Merged pod back in and deleted lib/Text/Kakasi.pod
2.03 2003/05/26 04:29:26
! lib/Text/Kakasi.pod
Very minor document fixes
! Kakasi.pm
Added 1st paragraph of =head1 DESCRIPTION so BSDPAN is happy.
2.02 2003/05/26 04:29:26
! Kakasi.pm MANIFEST
+ lib/Text/Kakasi.pod
English POD detached from Kakasi.pm prevent search.cpan.org from
wrongly treats JP.pod as the main document for Kakasi.
2.01 2003/05/25 14:14:31
! lib/Text/Kakasi/JP.pod
POD retouches.
! MANIFEST
+ lib/Text/Kakasi/JP.pod
- Kakasi/JP.pod
Path renamed to prevent CPAN indexer from getting confused.
2.00 2003/05/22 18:19:11
+ *
! Version jumps to 2.0
+ OOP interface
+ cleaner XS codes
+ CPAN-savvy test suites
+ perl 5.8 Encode support
= backword compatibility
- ChangeLog -> ChangeLog.1 is the Changes file for ver. 1.x
! Dan Kogai <dankogai%dan.co.jp@localhost> Takes over the maintainance from
NOKUBI Takatsugu <knok%daionet.gr.jp@localhost>
Message-Id: <76B724DB-8B4B-11D7-9D18-000393AE4244%dan.co.jp@localhost>
diffstat:
textproc/p5-Text-Kakasi/DESCR | 3 +++
textproc/p5-Text-Kakasi/Makefile | 10 +++++-----
textproc/p5-Text-Kakasi/distinfo | 9 +++++----
textproc/p5-Text-Kakasi/patches/patch-aa | 14 ++++++++++++++
4 files changed, 27 insertions(+), 9 deletions(-)
diffs (66 lines):
diff -r c1565fa65450 -r 829222e82e4b textproc/p5-Text-Kakasi/DESCR
--- a/textproc/p5-Text-Kakasi/DESCR Thu May 21 12:15:43 2009 +0000
+++ b/textproc/p5-Text-Kakasi/DESCR Thu May 21 12:32:05 2009 +0000
@@ -3,3 +3,6 @@
This is a module to use Kakasi, which is a language processing
filter to convert Kanji characters to Hiragana, Katakana or
Roman alphabetic Japanese, from perl.
+
+See also:
+ http://www.daionet.gr.jp/~knok/kakasi/
diff -r c1565fa65450 -r 829222e82e4b textproc/p5-Text-Kakasi/Makefile
--- a/textproc/p5-Text-Kakasi/Makefile Thu May 21 12:15:43 2009 +0000
+++ b/textproc/p5-Text-Kakasi/Makefile Thu May 21 12:32:05 2009 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.16 2008/10/19 19:18:56 he Exp $
+# $NetBSD: Makefile,v 1.17 2009/05/21 12:32:05 sno Exp $
-DISTNAME= Text-Kakasi-1.05
+DISTNAME= Text-Kakasi-2.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
SVR4_PKGNAME= p5tka
CATEGORIES= japanese textproc perl5
-MASTER_SITES= http://www.daionet.gr.jp/~knok/kakasi/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= kei%NetBSD.org@localhost
-HOMEPAGE= http://www.daionet.gr.jp/~knok/kakasi/
+HOMEPAGE= http://search.cpan.org/dist/Text-Kakasi/
COMMENT= Perl5 module to use Kakasi
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
diff -r c1565fa65450 -r 829222e82e4b textproc/p5-Text-Kakasi/distinfo
--- a/textproc/p5-Text-Kakasi/distinfo Thu May 21 12:15:43 2009 +0000
+++ b/textproc/p5-Text-Kakasi/distinfo Thu May 21 12:32:05 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:48:45 agc Exp $
+$NetBSD: distinfo,v 1.5 2009/05/21 12:32:05 sno Exp $
-SHA1 (Text-Kakasi-1.05.tar.gz) = 5f20e3ab05f80c5bee456876a868f3829f5954df
-RMD160 (Text-Kakasi-1.05.tar.gz) = 5c6b563ff090e5520bacea1cde18a9159f412d7b
-Size (Text-Kakasi-1.05.tar.gz) = 16353 bytes
+SHA1 (Text-Kakasi-2.04.tar.gz) = 6a574b6b11eb6ee6b8f52251df355792ffca6add
+RMD160 (Text-Kakasi-2.04.tar.gz) = 26f81dec43a278d5abed501fac860c0884d97726
+Size (Text-Kakasi-2.04.tar.gz) = 22990 bytes
+SHA1 (patch-aa) = 0777eedb16a4fae093db7daec833ae9b77cb4c00
diff -r c1565fa65450 -r 829222e82e4b textproc/p5-Text-Kakasi/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Kakasi/patches/patch-aa Thu May 21 12:32:05 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.3 2009/05/21 12:32:05 sno Exp $
+
+--- Makefile.PL.orig 2009-05-21 12:15:56.000000000 +0000
++++ Makefile.PL 2009-05-21 12:17:08.000000000 +0000
+@@ -6,7 +6,7 @@
+ WriteMakefile(
+ 'NAME' => 'Text::Kakasi',
+ 'VERSION_FROM' => 'Kakasi.pm',
+- 'INC' => '-I/usr/local/include',
+- 'LIBS' => ['-L/usr/local/lib -lkakasi'],
++ 'INC' => '-I.',
++ 'LIBS' => [$ENV{LDFLAGS} . ' -lkakasi'],
+ 'DEFINE' => '-DWAKATIGAKI',
+ );
Home |
Main Index |
Thread Index |
Old Index