diff options
author | minskim <minskim> | 2004-08-12 03:38:11 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-08-12 03:38:11 +0000 |
commit | d7024c51484a917ad769be9df9fa429cde85171a (patch) | |
tree | 99fcec621657ff2602d17112c3babf650e021f89 /textproc/hre | |
parent | e08aa18e6d2373b1afc4c8638ebd374633fdb26a (diff) | |
download | pkgsrc-d7024c51484a917ad769be9df9fa429cde85171a.tar.gz |
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.
Diffstat (limited to 'textproc/hre')
-rw-r--r-- | textproc/hre/DESCR | 4 | ||||
-rw-r--r-- | textproc/hre/Makefile | 18 | ||||
-rw-r--r-- | textproc/hre/PLIST | 8 | ||||
-rw-r--r-- | textproc/hre/buildlink3.mk | 18 | ||||
-rw-r--r-- | textproc/hre/distinfo | 4 |
5 files changed, 52 insertions, 0 deletions
diff --git a/textproc/hre/DESCR b/textproc/hre/DESCR new file mode 100644 index 00000000000..3290f2b9ef2 --- /dev/null +++ b/textproc/hre/DESCR @@ -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. diff --git a/textproc/hre/Makefile b/textproc/hre/Makefile new file mode 100644 index 00000000000..db933c06847 --- /dev/null +++ b/textproc/hre/Makefile @@ -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" diff --git a/textproc/hre/PLIST b/textproc/hre/PLIST new file mode 100644 index 00000000000..435b0a30dd6 --- /dev/null +++ b/textproc/hre/PLIST @@ -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 diff --git a/textproc/hre/buildlink3.mk b/textproc/hre/buildlink3.mk new file mode 100644 index 00000000000..9c6614f9aaa --- /dev/null +++ b/textproc/hre/buildlink3.mk @@ -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/+$//} diff --git a/textproc/hre/distinfo b/textproc/hre/distinfo new file mode 100644 index 00000000000..349e3d02cf0 --- /dev/null +++ b/textproc/hre/distinfo @@ -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 |