pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hre Initial import of hre-0.9.7. Packaged by...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1862ae9015e
branches: trunk
changeset: 479320:e1862ae9015e
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Aug 12 03:38:11 2004 +0000
description:
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:
textproc/hre/DESCR | 4 ++++
textproc/hre/Makefile | 18 ++++++++++++++++++
textproc/hre/PLIST | 8 ++++++++
textproc/hre/buildlink3.mk | 18 ++++++++++++++++++
textproc/hre/distinfo | 4 ++++
5 files changed, 52 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r 3d0504f39bdd -r e1862ae9015e textproc/hre/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hre/DESCR Thu Aug 12 03:38:11 2004 +0000
@@ -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 -r 3d0504f39bdd -r e1862ae9015e textproc/hre/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hre/Makefile Thu Aug 12 03:38:11 2004 +0000
@@ -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@localhost
+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 -r 3d0504f39bdd -r e1862ae9015e textproc/hre/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hre/PLIST Thu Aug 12 03:38:11 2004 +0000
@@ -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 -r 3d0504f39bdd -r e1862ae9015e textproc/hre/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hre/buildlink3.mk Thu Aug 12 03:38:11 2004 +0000
@@ -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 -r 3d0504f39bdd -r e1862ae9015e textproc/hre/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hre/distinfo Thu Aug 12 03:38:11 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index