summaryrefslogtreecommitdiff
path: root/misc/libutf
diff options
context:
space:
mode:
authoragc <agc>1997-10-23 19:45:18 +0000
committeragc <agc>1997-10-23 19:45:18 +0000
commit51ec110771596911606ba64920cbe74ebe24b4bd (patch)
tree066f74238a5ae41aa94a319facf642efb3b074ad /misc/libutf
parent2f45daee3dd19cfa353239ec1f2cd09454f04c2f (diff)
downloadpkgsrc-51ec110771596911606ba64920cbe74ebe24b4bd.tar.gz
Initial import of library with UTF-8 character set functionality, and
including UTF-8 aware regular expressions. Needed for the ssam editor.
Diffstat (limited to 'misc/libutf')
-rw-r--r--misc/libutf/Makefile18
-rw-r--r--misc/libutf/files/md51
-rw-r--r--misc/libutf/pkg/COMMENT1
-rw-r--r--misc/libutf/pkg/DESCR7
-rw-r--r--misc/libutf/pkg/PLIST6
5 files changed, 33 insertions, 0 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile
new file mode 100644
index 00000000000..af73308175e
--- /dev/null
+++ b/misc/libutf/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1997/10/23 19:45:18 agc Exp $
+# New ports collection makefile for: libutf
+# Version required: 2.10
+# Date created: Thu Oct 23 20:22:27 BST 1997
+# Whom: Alistair Crooks (agc@netbsd.org)
+#
+
+DISTNAME= libutf-2.10
+CATEGORIES= misc
+MASTER_SITES= http://www.westley.demon.co.uk/src/
+
+MAINTAINER= agc@netbsd.org
+
+MAN3= ure.3 utf.3
+GNU_CONFIGURE= yes
+ALL_TARGET= tst
+
+.include <bsd.port.mk>
diff --git a/misc/libutf/files/md5 b/misc/libutf/files/md5
new file mode 100644
index 00000000000..e90ad524fab
--- /dev/null
+++ b/misc/libutf/files/md5
@@ -0,0 +1 @@
+MD5 (libutf-2.10.tar.gz) = f83bcb35eb4600d5b0e16a401103c4bc
diff --git a/misc/libutf/pkg/COMMENT b/misc/libutf/pkg/COMMENT
new file mode 100644
index 00000000000..56fe369d690
--- /dev/null
+++ b/misc/libutf/pkg/COMMENT
@@ -0,0 +1 @@
+UTF-8 chracater set support library, including regular expressions
diff --git a/misc/libutf/pkg/DESCR b/misc/libutf/pkg/DESCR
new file mode 100644
index 00000000000..5285332975d
--- /dev/null
+++ b/misc/libutf/pkg/DESCR
@@ -0,0 +1,7 @@
+This software is a library which implements UTF-8 support routines,
+and uses those routines and others to implement UTF-8aware regular
+expresions. Language collation sequences are specified in a text
+file, ${PREFIX}/etc/langcoll.utf, and feedback as to their correctness
+is appreciated.
+
+Alistair G. Crooks
diff --git a/misc/libutf/pkg/PLIST b/misc/libutf/pkg/PLIST
new file mode 100644
index 00000000000..81d408630f6
--- /dev/null
+++ b/misc/libutf/pkg/PLIST
@@ -0,0 +1,6 @@
+include/utf.h
+include/ure.h
+lib/libutf.a
+etc/langcoll.utf
+man/man3/utf.3.gz
+man/man3/ure.3.gz