From nobody@FreeBSD.org  Sun Nov 13 15:59:55 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 187CC1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Nov 2011 15:59:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id F1E818FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Nov 2011 15:59:54 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pADFxs1l056489
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Nov 2011 15:59:54 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pADFxsGr056488;
	Sun, 13 Nov 2011 15:59:54 GMT
	(envelope-from nobody)
Message-Id: <201111131559.pADFxsGr056488@red.freebsd.org>
Date: Sun, 13 Nov 2011 15:59:54 GMT
From: Rafal Lesniak <fbsd@grid.einherjar.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port request - idnkit2 implements IDN2008
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162520
>Category:       ports
>Synopsis:       new port request - idnkit2 implements IDN2008
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 13 16:00:30 UTC 2011
>Closed-Date:    Wed Nov 16 17:49:49 UTC 2011
>Last-Modified:  Wed Nov 16 18:00:26 UTC 2011
>Originator:     Rafal Lesniak
>Release:        
>Organization:
>Environment:
>Description:
Internationalized Domain Name toolkit 2 (idnkit-2)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	idnkit2
#	idnkit2/pkg-plist
#	idnkit2/plistgen.sh
#	idnkit2/Makefile
#	idnkit2/pkg-descr
#	idnkit2/distinfo
#
echo c - idnkit2
mkdir -p idnkit2 > /dev/null 2>&1
echo x - idnkit2/pkg-plist
sed 's/^X//' >idnkit2/pkg-plist << 'cd0b4015186de0fe75d83e876f2f6945'
Xbin/idncheck
Xbin/idncmp
Xbin/idnconv2
Xbin/idnslookup2
Xetc/idn2.conf
Xetc/idn2.conf.sample
Xetc/idnalias.conf
Xetc/idnalias.conf.sample
Xinclude/idn/api.h
Xinclude/idn/export.h
Xinclude/idn/res.h
Xinclude/idn/resconf.h
Xinclude/idn/result.h
Xinclude/idn/version.h
Xlib/libidnkit.a
Xlib/libidnkit.la
Xlib/libidnkit.so
Xlib/libidnkit.so.2
Xlib/libidnkitlite.a
Xlib/libidnkitlite.la
Xlib/libidnkitlite.so
Xlib/libidnkitlite.so.2
Xman/man1/idncheck.1
Xman/man1/idncmp.1
Xman/man1/idnconv2.1
Xman/man3/idn_checkname.3
Xman/man3/idn_comparenames.3
Xman/man3/idn_comparenames2.3
Xman/man3/idn_decodename.3
Xman/man3/idn_decodename2.3
Xman/man3/idn_encodename.3
Xman/man3/idn_nameinit.3
Xman/man3/idn_result_tostring.3
Xman/man3/idn_setlanguage.3
Xman/man3/idn_setlocalcheckfile.3
Xman/man3/idn_setlocalencoding.3
Xman/man3/idn_version_getstring.3
Xman/man3/idn_version_idnatable.3
Xman/man3/idn_version_libidn.3
Xman/man3/idn_version_unicode.3
Xman/man3/libidnkit.3
Xman/man3/libidnkitlite.3
Xman/man5/idn2.conf.5
Xman/man5/idn2rc.5
Xman/man5/idnalias.conf.5
Xman/man5/idnlang.conf.5
Xshare/idnkit/map/ja.map
Xshare/idnkit/map/tr.map
X@dirrm share/idnkit/map
X@dirrm share/idnkit
X@dirrm include/idn
cd0b4015186de0fe75d83e876f2f6945
echo x - idnkit2/plistgen.sh
sed 's/^X//' >idnkit2/plistgen.sh << 'dfa236d045e237ff5b67c192ea598d7e'
X#!/bin/csh
X
Xmkdir /var/tmp/`make -V PORTNAME`
Xmtree -U -f `make -V MTREE_FILE` -d -e -p /var/tmp/`make -V PORTNAME`
Xmake depends PREFIX=/var/tmp/`make -V PORTNAME`
X(cd /var/tmp/`make -V PORTNAME` && find -d * -type d) | sort > OLD-DIRS
X:>pkg-plist
Xmake install PREFIX=/var/tmp/`make -V PORTNAME`
X(cd /var/tmp/`make -V PORTNAME` && find -d * \! -type d) | sort > pkg-plist
X(cd /var/tmp/`make -V PORTNAME` && find -d * -type d) | sort | comm -13 OLD-DIRS - | sort -r | sed -e 's#^#@dirrm #' >> pkg-plist
X
X#rm -rf /var/tmp/`make -V PORTNAME`
dfa236d045e237ff5b67c192ea598d7e
echo x - idnkit2/Makefile
sed 's/^X//' >idnkit2/Makefile << '0947622d6e8e5dde92f41cc1daab086c'
X# New ports collection makefile for:	idnkit
X# Date created:		13 November 2011
X# Whom:			Rafal Lesniak <fbsd@grid.einherjar.de>
X#
X# $FreeBSD$
X
XPORTNAME=	idnkit
XPORTVERSION=	2.1
XCATEGORIES=	dns
XMASTER_SITES=	http://jprs.co.jp/idn/
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Internationalized Domain Name toolkit 2
X
XUSE_AUTOTOOLS=	libtool
XUSE_ICONV=	yes
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-libiconv=${LOCALBASE}
X
XUSE_LDCONFIG=	yes
X
X.include <bsd.port.mk>
0947622d6e8e5dde92f41cc1daab086c
echo x - idnkit2/pkg-descr
sed 's/^X//' >idnkit2/pkg-descr << '994e418c9c9b92190cc13b6f4f79e73f'
X
XInternationalized Domain Name toolkit 2 (idnkit-2) provides useful
XAPIs (libraries) for application developers to make softwares
XIDNA2008-compliant, and also provides tools for system administrators
Xto process IDNs appropriately according to IDNA2008 specification.
XThe idnkit-2 is a toolkit revised by JPRS from the idnkit-1.0
Xdeveloped by JPNIC, and it is released as an open source
Xfree software modified to comply with IDNA2008.
X
Xidnkit-2 consists from its main part written in C and additional
XAPI packages for other languages (Java, Python, and Perl).
X
XWWW:	http://jprs.co.jp/idn/index-e.html
994e418c9c9b92190cc13b6f4f79e73f
echo x - idnkit2/distinfo
sed 's/^X//' >idnkit2/distinfo << '71aae6f81288a74275fc963d34fa9622'
XSHA256 (idnkit-2.1.tar.bz2) = 45510a556e7543955f917249527e455297baa2277d2776b5d6a66daf1bd06474
XSIZE (idnkit-2.1.tar.bz2) = 1424595
71aae6f81288a74275fc963d34fa9622
exit



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Nov 13 16:00:40 UTC 2011 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162520 
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Sun Nov 13 16:10:44 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162520 
State-Changed-From-To: open->feedback 
State-Changed-By: crees 
State-Changed-When: Sun Nov 13 16:13:18 UTC 2011 
State-Changed-Why:  
Hm.... how well did you read the Porter's Handbook? We can't accept new 
ports without a maintainer, and manpages shouldn't be in the plist. 
I'll fix the plist issues; would you consent to being this port's 
maintainer? 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing-ports/maintain-port.html 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162520 
State-Changed-From-To: feedback->closed 
State-Changed-By: crees 
State-Changed-When: Wed Nov 16 17:49:48 UTC 2011 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162520: commit references a PR
Date: Wed, 16 Nov 2011 17:49:02 +0000 (UTC)

 crees       2011-11-16 17:48:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns                  Makefile 
   Added files:
     dns/idnkit2          Makefile distinfo pkg-descr pkg-plist 
   Log:
   Internationalized Domain Name toolkit 2 (idnkit-2) provides useful
   APIs (libraries) for application developers to make softwares
   IDNA2008-compliant, and also provides tools for system administrators
   to process IDNs appropriately according to IDNA2008 specification.
   The idnkit-2 is a toolkit revised by JPRS from the idnkit-1.0
   developed by JPNIC, and it is released as an open source
   free software modified to comply with IDNA2008.
   
   idnkit-2 consists from its main part written in C and additional
   API packages for other languages (Java, Python, and Perl).
   
   WWW:    http://jprs.co.jp/idn/index-e.html
   
   PR:             ports/162520
   Submitted by:   Rafal Lesniak <fbsd@grid.einherjar.de>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.144     +1 -0      ports/dns/Makefile
   1.1       +38 -0     ports/dns/idnkit2/Makefile (new)
   1.1       +2 -0      ports/dns/idnkit2/distinfo (new)
   1.1       +13 -0     ports/dns/idnkit2/pkg-descr (new)
   1.1       +29 -0     ports/dns/idnkit2/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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162520: commit references a PR
Date: Wed, 16 Nov 2011 17:51:55 +0000 (UTC)

 crees       2011-11-16 17:51:46 UTC
 
   FreeBSD doc repository (ports committer)
 
   Modified files:
     en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
   Log:
   Add Rafal Lesniak <fbsd@grid.einherjar.de> for dns/idnkit2
   
   PR:             ports/162520
   
   Revision  Changes    Path
   1.1034    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
 _______________________________________________
 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:
