From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 10 11:10:08 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C2C37B401 for ; Sat, 10 May 2003 11:10:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E880E43FD7 for ; Sat, 10 May 2003 11:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4AIA6Up045940 for ; Sat, 10 May 2003 11:10:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4AIA6tU045939; Sat, 10 May 2003 11:10:06 -0700 (PDT) Resent-Date: Sat, 10 May 2003 11:10:06 -0700 (PDT) Resent-Message-Id: <200305101810.h4AIA6tU045939@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Serge Gagnon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAA537B401 for ; Sat, 10 May 2003 11:07:09 -0700 (PDT) Received: from quenix.dyndns.org (modemcable246.166-130-66.que.mc.videotron.ca [66.130.166.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3952543FB1 for ; Sat, 10 May 2003 11:07:09 -0700 (PDT) (envelope-from serge@quenix.dyndns.org) Received: from serge by quenix.dyndns.org with local (Exim 4.14) id 19EZ3q-000Bch-II for FreeBSD-gnats-submit@freebsd.org; Sat, 10 May 2003 14:27:06 -0400 Message-Id: Date: Sat, 10 May 2003 14:27:06 -0400 From: Serge Gagnon Sender: Serge Gagnon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52030: New port: misc/libutf UTF-8 character set support library, including regular expression X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Serge Gagnon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 18:10:08 -0000 >Number: 52030 >Category: ports >Synopsis: New port: misc/libutf UTF-8 character set support library, including regular expression >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 10 11:10:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 4.8-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix.dyndns.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue May 6 22:02:29 EDT 2003 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN3 i386 >Description: 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. >How-To-Repeat: >Fix: --- libutf.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libutf # libutf/Makefile # libutf/distinfo # libutf/pkg-plist # libutf/files # libutf/files/patch-Makefile.in # libutf/pkg-descr # echo c - libutf mkdir -p libutf > /dev/null 2>&1 echo x - libutf/Makefile sed 's/^X//' >libutf/Makefile << 'END-of-libutf/Makefile' X# New ports collection makefile for: libutf X# Date created: Fri May 9 16:43:42 EDT 2003 X# Whom: Serge Gagnon gagnon__s@videotron.ca X# X# $FreeBSD$ X# X XPORTNAME= libutf XPORTVERSION= 2.10 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \ X http://www.westley.demon.co.uk/src/ X XMAINTAINER= gagnon__s@videotron.ca XCOMMENT= UTF-8 character set support library, including regular expressions X XGNU_CONFIGURE= YES XUSE_GMAKE= YES XALL_TARGET= tst X XMAN3= ure.3 utf.3 X X.include END-of-libutf/Makefile echo x - libutf/distinfo sed 's/^X//' >libutf/distinfo << 'END-of-libutf/distinfo' XMD5 (libutf-2.10.tar.gz) = f83bcb35eb4600d5b0e16a401103c4bc END-of-libutf/distinfo echo x - libutf/pkg-plist sed 's/^X//' >libutf/pkg-plist << 'END-of-libutf/pkg-plist' Xinclude/ure.h Xinclude/utf.h Xlib/libutf.a Xshare/examples/libutf/langcoll.utf X@dirrm share/examples/libutf END-of-libutf/pkg-plist echo c - libutf/files mkdir -p libutf/files > /dev/null 2>&1 echo x - libutf/files/patch-Makefile.in sed 's/^X//' >libutf/files/patch-Makefile.in << 'END-of-libutf/files/patch-Makefile.in' X--- Makefile.in.old Sat May 10 00:38:36 2003 X+++ Makefile.in Sat May 10 00:52:03 2003 X@@ -9,6 +9,7 @@ X INCDIR= $(prefix)/include X MANDIR= $(prefix)/man X ETCDIR= $(prefix)/etc X+EGDIR= $(prefix)/share/examples/libutf X X # SVR4, I hate you. What ****idiot**** dreamed this up???? X # Yeah, like all csh or rc users need this crap... X@@ -32,11 +33,11 @@ X ci -l ure.c ure.h urelang.c utf.c utf.h X X install: $(LIBS) X- $(srcdir)/mkinstalldirs $(LIBDIR) $(INCDIR) $(ETCDIR) $(MANDIR)/man3 X+ $(srcdir)/mkinstalldirs $(LIBDIR) $(INCDIR) $(EGDIR) $(MANDIR)/man3 X $(INSTALL_DATA) $(LIBS) $(LIBDIR) ; $(RANLIB) $(LIBDIR)/$(LIBS) X $(INSTALL_DATA) $(srcdir)/ure.h $(INCDIR) X $(INSTALL_DATA) $(srcdir)/utf.h $(INCDIR) X- $(INSTALL_DATA) $(srcdir)/langcoll.utf $(ETCDIR) X+ $(INSTALL_DATA) $(srcdir)/langcoll.utf $(EGDIR) X $(INSTALL_DATA) $(srcdir)/utf.3 $(MANDIR)/man3 X $(INSTALL_DATA) $(srcdir)/ure.3 $(MANDIR)/man3 X END-of-libutf/files/patch-Makefile.in echo x - libutf/pkg-descr sed 's/^X//' >libutf/pkg-descr << 'END-of-libutf/pkg-descr' XThis software is a library which implements UTF-8 support routines, Xand uses those routines and others to implement UTF-8aware regular Xexpresions. Language collation sequences are specified in a text Xfile, ${PREFIX}/etc/langcoll.utf, and feedback as to their correctness Xis appreciated. X XAlistair G. Crooks END-of-libutf/pkg-descr exit --- libutf.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: