Initial import of hre-0.9.7. Packaged by Lee Jae-Hong.

HRE is a regular expression library for Korean.  While most regex
libraries support only per-syllable processing for Korean, HRE
provides an extended grammar to specify phonemes in each syllable.
It supports both KS X 1001 and Unicode charsets.
This commit is contained in:
minskim 2004-08-12 03:38:11 +00:00
parent e0ff58c0b3
commit 8e48d2647d
5 changed files with 52 additions and 0 deletions

4
textproc/hre/DESCR Normal file
View file

@ -0,0 +1,4 @@
HRE is a regular expression library for Korean. While most regex
libraries support only per-syllable processing for Korean, HRE
provides an extended grammar to specify phonemes in each syllable.
It supports both KS X 1001 and Unicode charsets.

18
textproc/hre/Makefile Normal file
View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/08/12 03:38:11 minskim Exp $
#
DISTNAME= hre-0.9.7
CATEGORIES= textproc
MASTER_SITES= http://kldp.net/download.php/1438/
MAINTAINER= pyrasis@chol.com
HOMEPAGE= http://hre.kldp.net/
COMMENT= Hangeul Regular Expression Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"

8
textproc/hre/PLIST Normal file
View file

@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/12 03:38:11 minskim Exp $
include/hre/hre.h
lib/libhre.a
lib/libhre.la
lib/libhre.so
lib/libhre.so.0
lib/libhre.so.0.9
@dirrm include/hre

View file

@ -0,0 +1,18 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/08/12 03:38:11 minskim Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
HRE_BUILDLINK3_MK:= ${HRE_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= hre
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nhre}
BUILDLINK_PACKAGES+= hre
.if !empty(HRE_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.hre+= hre>=0.9.7
BUILDLINK_PKGSRCDIR.hre?= ../../textproc/hre
.endif # HRE_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}

4
textproc/hre/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/08/12 03:38:11 minskim Exp $
SHA1 (hre-0.9.7.tar.gz) = 16d7510bf6a4da57f093c147abd267ed4dd4baae
Size (hre-0.9.7.tar.gz) = 363141 bytes