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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/hre/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |