From lichray@gmail.com  Fri Nov 11 12:11:21 2011
Return-Path: <lichray@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 529AE106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Nov 2011 12:11:21 +0000 (UTC)
	(envelope-from lichray@gmail.com)
Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 122BE8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Nov 2011 12:11:20 +0000 (UTC)
Received: by yenl2 with SMTP id l2so2947565yen.13
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Nov 2011 04:11:20 -0800 (PST)
Received: by 10.50.169.33 with SMTP id ab1mr12433538igc.0.1321013480043;
        Fri, 11 Nov 2011 04:11:20 -0800 (PST)
Received: from elitebook.hp (c-98-228-191-105.hsd1.il.comcast.net. [98.228.191.105])
        by mx.google.com with ESMTPS id ew6sm8747325igc.4.2011.11.11.04.11.17
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 11 Nov 2011 04:11:19 -0800 (PST)
Received: by elitebook.hp (sSMTP sendmail emulation); Fri, 11 Nov 2011 06:11:15 -0600
Message-Id: <4ebd10e7.c6b8320a.76e0.387f@mx.google.com>
Date: Fri, 11 Nov 2011 06:11:15 -0600
From: Zhihao Yuan <lichray@gmail.com>
Reply-To: Zhihao Yuan <lichray@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: chinese/libgooglepinyin - A fork of Google Pinyin on Android
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         162471
>Category:       ports
>Synopsis:       New port: chinese/libgooglepinyin - A fork of Google Pinyin on Android
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 11 12:20:07 UTC 2011
>Closed-Date:    Fri Nov 11 15:50:58 UTC 2011
>Last-Modified:  Fri Nov 11 16:00:19 UTC 2011
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD elitebook.hp 8.2-STABLE FreeBSD 8.2-STABLE #3: Sun Oct 30 03:43:12 CDT 2011 lichray@elitebook.hp:/usr/obj/home/lichray/devel/freebsd-8/sys/HOUKAGO amd64


	
>Description:
	
	http://code.google.com/p/libgooglepinyin/
	A Chinese input method engine.

	Newer version works for big-endian platforms.
>How-To-Repeat:
	
>Fix:

	

--- libgooglepinyin.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:
#
#	libgooglepinyin
#	libgooglepinyin/distinfo
#	libgooglepinyin/Makefile
#	libgooglepinyin/pkg-plist
#	libgooglepinyin/files
#	libgooglepinyin/files/patch-data_CMakeLists.txt
#	libgooglepinyin/pkg-descr
#
echo c - libgooglepinyin
mkdir -p libgooglepinyin > /dev/null 2>&1
echo x - libgooglepinyin/distinfo
sed 's/^X//' >libgooglepinyin/distinfo << 'aed897ea144b8da88998163ea7894ee8'
XSHA256 (libgooglepinyin-0.1.1.tar.bz2) = 5a5aab5e68d8c0ad81e91122d65e9c4c684db2e0c659422686d81adf3385de03
XSIZE (libgooglepinyin-0.1.1.tar.bz2) = 716270
aed897ea144b8da88998163ea7894ee8
echo x - libgooglepinyin/Makefile
sed 's/^X//' >libgooglepinyin/Makefile << '6f0b74d50741ce684d1c3aca28e93b53'
X# New ports collection makefile for:	libgooglepinyin
X# Date created:				11 Nov 2011
X# Whom:			Zhihao Yuan <lichray@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libgooglepinyin
XPORTVERSION=	0.1.1
XCATEGORIES=	chinese devel
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	lichray@gmail.com
XCOMMENT=	A fork of Google Pinyin IME on Android
X
XONLY_FOR_ARCHS=	amd64 i386
XONLY_FOR_ARCHS_REASON=	does not support big-endian dictionary
X
XUSE_BZIP2=	yes
XUSE_LDCONFIG=	yes
XUSE_CMAKE=	yes
X
X.include <bsd.port.mk>
6f0b74d50741ce684d1c3aca28e93b53
echo x - libgooglepinyin/pkg-plist
sed 's/^X//' >libgooglepinyin/pkg-plist << 'd13b836184e5a70506c4f985accc0e87'
Xinclude/googlepinyin/atomdictbase.h
Xinclude/googlepinyin/dictbuilder.h
Xinclude/googlepinyin/dictdef.h
Xinclude/googlepinyin/dictlist.h
Xinclude/googlepinyin/dicttrie.h
Xinclude/googlepinyin/lpicache.h
Xinclude/googlepinyin/matrixsearch.h
Xinclude/googlepinyin/mystdlib.h
Xinclude/googlepinyin/ngram.h
Xinclude/googlepinyin/pinyinime.h
Xinclude/googlepinyin/searchutility.h
Xinclude/googlepinyin/spellingtable.h
Xinclude/googlepinyin/spellingtrie.h
Xinclude/googlepinyin/splparser.h
Xinclude/googlepinyin/sync.h
Xinclude/googlepinyin/userdict.h
Xinclude/googlepinyin/utf16char.h
Xinclude/googlepinyin/utf16reader.h
Xlib/libgooglepinyin.so
Xlib/libgooglepinyin.so.0
Xlib/libgooglepinyin.so.0.1.0
Xlibdata/pkgconfig/googlepinyin.pc
Xshare/googlepinyin/dict_pinyin.dat
X@dirrm share/googlepinyin
X@dirrm include/googlepinyin
d13b836184e5a70506c4f985accc0e87
echo c - libgooglepinyin/files
mkdir -p libgooglepinyin/files > /dev/null 2>&1
echo x - libgooglepinyin/files/patch-data_CMakeLists.txt
sed 's/^X//' >libgooglepinyin/files/patch-data_CMakeLists.txt << 'd44291137bd3aa4c58273b460090e711'
X--- data/CMakeLists.txt~	2011-09-06 00:15:40.000000000 -0500
X+++ data/CMakeLists.txt	2011-11-11 05:33:16.204582570 -0600
X@@ -6,4 +6,4 @@ add_custom_target(datafile ALL DEPENDS d
X 
X configure_file(googlepinyin.pc.in ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc)
X install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dict_pinyin.dat DESTINATION ${datadir}/googlepinyin)
X-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc DESTINATION ${libdir}/pkgconfig)
X+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc DESTINATION ${prefix}/libdata/pkgconfig)
d44291137bd3aa4c58273b460090e711
echo x - libgooglepinyin/pkg-descr
sed 's/^X//' >libgooglepinyin/pkg-descr << 'd11532f1ad1572629aec64156fe695d9'
Xlibgooglepinyin is a Chinese input method engine, forked from Google
XPinyin IME on Android.
X
XWWW:	http://code.google.com/p/libgooglepinyin/
d11532f1ad1572629aec64156fe695d9
exit
--- libgooglepinyin.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Fri Nov 11 13:34:56 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162471 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Nov 11 15:50:56 UTC 2011 
State-Changed-Why:  
New port added. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162471: commit references a PR
Date: Fri, 11 Nov 2011 15:51:01 +0000 (UTC)

 clsung      2011-11-11 15:50:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     chinese              Makefile 
   Added files:
     chinese/libgooglepinyin Makefile distinfo pkg-descr pkg-plist 
     chinese/libgooglepinyin/files patch-data_CMakeLists.txt 
   Log:
   libgooglepinyin is a Chinese input method engine, forked from Google
   Pinyin IME on Android.
   
   WWW:    http://code.google.com/p/libgooglepinyin/
   
   PR:             ports/162471
   Submitted by:   maintainer (Zhihao Yuan)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.307     +1 -0      ports/chinese/Makefile
   1.1       +23 -0     ports/chinese/libgooglepinyin/Makefile (new)
   1.1       +2 -0      ports/chinese/libgooglepinyin/distinfo (new)
   1.1       +8 -0      ports/chinese/libgooglepinyin/files/patch-data_CMakeLists.txt (new)
   1.1       +4 -0      ports/chinese/libgooglepinyin/pkg-descr (new)
   1.1       +25 -0     ports/chinese/libgooglepinyin/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:
