pkgsrc/converters/skf/Makefile
obache 6a591ebe4e Update skf to 1.95.3.
patch 3

1. It is corrected that the setting related to fold is not cleared with --reset.
2. The bug to which the line feed code cannot be judged correctly only for one
   line the input is corrected.
3. Inputcode() is added to the perl/ruby enhancing (skf bug#10955).
4. The bug that accesses it under KEIS and another specific condition beyond
   the limits of the array is corrected.

patch 2

(1) The correction of the FOLD_SUPPORT matter that leaks to the release file by
    1.95.1 that the compilation doesn't pass when it is invalid is added.
(2) The judgment condition is mistaken when G3 is replaced at Shift_JIS X 0213
     and the matter with the possibility of crashing is corrected.
(3) The trademark of the SoftBank Co. is corrected.
2008-01-21 02:06:49 +00:00

24 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.13 2008/01/21 02:06:49 obache Exp $
DISTNAME= skf_1.95.3
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= japanese converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/28214/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://sourceforge.jp/projects/skf/
COMMENT= Simple Kanji Filter - i18n kanji converter
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/skf-1.95
INSTALL_TARGET= install locale_install
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
MANCOMPRESSED= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"