From yuri.pankov@gmail.com  Sat Jan 24 16:01:55 2009
Return-Path: <yuri.pankov@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 75C4E10656BC
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 16:01:55 +0000 (UTC)
	(envelope-from yuri.pankov@gmail.com)
Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21])
	by mx1.freebsd.org (Postfix) with ESMTP id C8C368FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 16:01:54 +0000 (UTC)
	(envelope-from yuri.pankov@gmail.com)
Received: by ewy14 with SMTP id 14so48917ewy.19
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 08:01:53 -0800 (PST)
Received: by 10.210.78.7 with SMTP id a7mr615040ebb.111.1232812913795;
        Sat, 24 Jan 2009 08:01:53 -0800 (PST)
Received: from darklight.homeunix.org ([85.175.87.173])
        by mx.google.com with ESMTPS id h1sm22076338nfh.23.2009.01.24.08.01.52
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 24 Jan 2009 08:01:53 -0800 (PST)
Received: from darklight.homeunix.org (yuri@darklight.homeunix.org [127.0.0.1])
	by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id n0OG1OBU053064
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 19:01:24 +0300 (MSK)
	(envelope-from yuri.pankov@gmail.com)
Received: (from yuri@localhost)
	by darklight.homeunix.org (8.14.3/8.14.3/Submit) id n0OG1NID053063;
	Sat, 24 Jan 2009 19:01:23 +0300 (MSK)
	(envelope-from yuri.pankov@gmail.com)
Message-Id: <200901241601.n0OG1NID053063@darklight.homeunix.org>
Date: Sat, 24 Jan 2009 19:01:23 +0300 (MSK)
From: Yuri Pankov <yuri.pankov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] textproc/liblinebreak: Implementation of the line breaking algorithm for Unicode
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         130949
>Category:       ports
>Synopsis:       [NEW PORT] textproc/liblinebreak: Implementation of the line breaking algorithm for Unicode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 24 16:10:00 UTC 2009
>Closed-Date:    Mon Jan 26 16:51:05 UTC 2009
>Last-Modified:  Mon Jan 26 17:00:14 UTC 2009
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darklight.homeunix.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Dec  3 06:14:28 UTC
>Description:
Liblinebreak is an implementation of the line breaking algorithm as
described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks
lines that contain Unicode characters. It is designed to be used in a
generic text renderer. FBReader is one real-world example.

WWW:	http://vimgadgets.sourceforge.net/liblinebreak/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- liblinebreak-1.0.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:
#
#	liblinebreak
#	liblinebreak/pkg-descr
#	liblinebreak/Makefile
#	liblinebreak/pkg-plist
#	liblinebreak/distinfo
#
echo c - liblinebreak
mkdir -p liblinebreak > /dev/null 2>&1
echo x - liblinebreak/pkg-descr
sed 's/^X//' >liblinebreak/pkg-descr << 'e2dbb66b82718d0cecceebca0fb5dcbd'
XLiblinebreak is an implementation of the line breaking algorithm as
Xdescribed in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks
Xlines that contain Unicode characters. It is designed to be used in a
Xgeneric text renderer. FBReader is one real-world example.
X
XWWW:	http://vimgadgets.sourceforge.net/liblinebreak/
e2dbb66b82718d0cecceebca0fb5dcbd
echo x - liblinebreak/Makefile
sed 's/^X//' >liblinebreak/Makefile << '30d0021ad6947e34088a5d38ddaab4d6'
X# New ports collection makefile for:	liblinebreak
X# Date created:		2009-01-24
X# Whom:			Yuri Pankov <yuri.pankov@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	liblinebreak
XPORTVERSION=	1.0
XCATEGORIES=	textproc
XMASTER_SITES=	SF
XMASTER_SITE_SUBDIR=	vimgadgets
X
XMAINTAINER=	yuri.pankov@gmail.com
XCOMMENT=	Implementation of the line breaking algorithm for Unicode
X
XGNU_CONFIGURE=	yes
XUSE_LDCONFIG=	yes
X
X.include <bsd.port.mk>
30d0021ad6947e34088a5d38ddaab4d6
echo x - liblinebreak/pkg-plist
sed 's/^X//' >liblinebreak/pkg-plist << '5cf79ab812af4e5beaebd734a917d736'
Xinclude/linebreak.h
Xinclude/linebreakdef.h
Xlib/liblinebreak.so.1
Xlib/liblinebreak.so
Xlib/liblinebreak.la
Xlib/liblinebreak.a
5cf79ab812af4e5beaebd734a917d736
echo x - liblinebreak/distinfo
sed 's/^X//' >liblinebreak/distinfo << 'ab67d8e2c0ab832a9f6611279792bffc'
XMD5 (liblinebreak-1.0.tar.gz) = b20e114b4a701ab77a4e827d78324168
XSHA256 (liblinebreak-1.0.tar.gz) = 0b0e5568857f165f6e013cf960c0342f6a9dbcf126e1e713091eb8cc93d26f53
XSIZE (liblinebreak-1.0.tar.gz) = 344598
ab67d8e2c0ab832a9f6611279792bffc
exit
--- liblinebreak-1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Jan 25 04:41:23 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130949 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Mon Jan 26 16:51:04 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130949 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130949: commit references a PR
Date: Mon, 26 Jan 2009 16:51:11 +0000 (UTC)

 rafan       2009-01-26 16:50:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/liblinebreak Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Add liblinebreak 1.0
   
     Liblinebreak is an implementation of the line breaking algorithm as
     described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks
     lines that contain Unicode characters. It is designed to be used in a
     generic text renderer. FBReader is one real-world example.
   
     WWW:  http://vimgadgets.sourceforge.net/liblinebreak/
   
   PR:             ports/130949
   Submitted by:   Yuri Pankov <yuri.pankov at gmail.com>
   
   Revision  Changes    Path
   1.1301    +1 -0      ports/textproc/Makefile
   1.1       +20 -0     ports/textproc/liblinebreak/Makefile (new)
   1.1       +3 -0      ports/textproc/liblinebreak/distinfo (new)
   1.1       +6 -0      ports/textproc/liblinebreak/pkg-descr (new)
   1.1       +6 -0      ports/textproc/liblinebreak/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
