From 51ec110771596911606ba64920cbe74ebe24b4bd Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 23 Oct 1997 19:45:18 +0000 Subject: Initial import of library with UTF-8 character set functionality, and including UTF-8 aware regular expressions. Needed for the ssam editor. --- misc/libutf/Makefile | 18 ++++++++++++++++++ misc/libutf/files/md5 | 1 + misc/libutf/pkg/COMMENT | 1 + misc/libutf/pkg/DESCR | 7 +++++++ misc/libutf/pkg/PLIST | 6 ++++++ 5 files changed, 33 insertions(+) create mode 100644 misc/libutf/Makefile create mode 100644 misc/libutf/files/md5 create mode 100644 misc/libutf/pkg/COMMENT create mode 100644 misc/libutf/pkg/DESCR create mode 100644 misc/libutf/pkg/PLIST (limited to 'misc/libutf') 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 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 -- cgit v1.2.3