Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2011 15:04:37 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157172: [NEW PORT] devel/libunistring: Unicode string library
Message-ID:  <4DD4B2F5.90506@airport.fm>
Resent-Message-ID: <201105190740.p4J7eDg9025403@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157172
>Category:       ports
>Synopsis:       [NEW PORT] devel/libunistring: Unicode string library
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 19 07:40:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
GNU LIBUNISTRING - Unicode string library
This library provides functions for manipulating Unicode strings and
for manipulating C strings according to the Unicode standard.

www: http://www.gnu.org/software/libunistring/
>How-To-Repeat:
>Fix:
--- libunistring.shar begins here ---
#!/bin/sh
# This is a shell archive
echo x devel/libunistring
mkdir -p devel/libunistring > /dev/null 2>&1
echo x devel/libunistring/Makefile
sed 's/^X//' > devel/libunistring/Makefile << 'SHAR_END'
X# New ports collection makefile for:	libunistring
X# Date created:		2011-05-17
X# Whom:			Takefu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libunistring
XPORTVERSION=	0.9.3
XCATEGORIES=	devel
XMASTER_SITES=	GNU
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Unicode string library
X
XLICENSE_COMB=	dual
XLICENSE=	GPLv3 LGPL3
XLICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
XLICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LIB
X
XUSE_GMAKE=	yes
XUSE_ICONV=	yes
XUSE_LDCONFIG=	yes
XGNU_CONFIGURE=	yes
XINFO=		${PORTNAME}
X
X.include <bsd.port.pre.mk>
X
Xpre-patch:
X.if defined(NOPORTDOCS)
X	cd ${WRKSRC}/doc && ${REINPLACE_CMD}\
X	-e 's!install-data-local:!#install-data-local:!' Makefile.in
X.endif
X
X.include <bsd.port.post.mk>
SHAR_END
echo x devel/libunistring/pkg-descr
sed 's/^X//' > devel/libunistring/pkg-descr << 'SHAR_END'
X           GNU LIBUNISTRING - Unicode string library
X
XThis library provides functions for manipulating Unicode strings and
Xfor manipulating C strings according to the Unicode standard.
X
XWWW:	http://www.gnu.org/software/libunistring/
SHAR_END
echo x devel/libunistring/pkg-plist
sed 's/^X//' > devel/libunistring/pkg-plist << 'SHAR_END'
X@comment $FreeBSD$
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_1.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_10.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_11.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_12.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_13.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_14.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_15.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_16.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_17.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_18.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_19.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_2.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_3.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_4.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_5.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_6.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_7.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_8.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_9.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_abt.html
X%%PORTDOCS%%%%DOCSDIR%%/libunistring_toc.html
Xinclude/unistring/inline.h
Xinclude/unistring/stdbool.h
Xinclude/unistring/stdint.h
Xinclude/unistring/localcharset.h
Xinclude/unistring/iconveh.h
Xinclude/unistring/version.h
Xinclude/unistring/cdefs.h
Xinclude/unistring/woe32dll.h
Xinclude/unitypes.h
Xinclude/unistr.h
Xinclude/uniconv.h
Xinclude/unistdio.h
Xinclude/uniname.h
Xinclude/unictype.h
Xinclude/uniwidth.h
Xinclude/uniwbrk.h
Xinclude/unilbrk.h
Xinclude/uninorm.h
Xinclude/unicase.h
Xlib/libunistring.so.1
Xlib/libunistring.so
Xlib/libunistring.la
Xlib/libunistring.a
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X%%PORTDOCS%%@unexec %D/%%DOCSDIR%% 2>/dev/null || true
X@dirrm include/unistring
SHAR_END
echo x devel/libunistring/distinfo
sed 's/^X//' > devel/libunistring/distinfo << 'SHAR_END'
XSHA256 (libunistring-0.9.3.tar.gz) = 610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3
XSIZE (libunistring-0.9.3.tar.gz) = 2555215
SHAR_END
exit
--- libunistring.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DD4B2F5.90506>