ports/52030: New port: misc/libutf UTF-8 character set support library, including regular expression

Serge Gagnon gagnon__s at videotron.ca
Sat May 10 18:10:08 UTC 2003


>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 at 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 at 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 at 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 <bsd.port.mk>
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 at 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:



More information about the freebsd-ports-bugs mailing list