From rafan@woodstock.rafan.org  Sun Jul 24 16:27:32 2005
Return-Path: <rafan@woodstock.rafan.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6FAF516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jul 2005 16:27:32 +0000 (GMT)
	(envelope-from rafan@woodstock.rafan.org)
Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F044E43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jul 2005 16:27:31 +0000 (GMT)
	(envelope-from rafan@woodstock.rafan.org)
Received: from localhost (localhost [127.0.0.1])
	by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 112DC520A7
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Jul 2005 00:27:26 +0800 (CST)
Received: from muse.csie.ntu.edu.tw ([127.0.0.1])
 by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 95277-82 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon, 25 Jul 2005 00:27:24 +0800 (CST)
Received: from woodstock.rafan.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9])
	by muse.csie.ntu.edu.tw (Postfix) with ESMTP id C177A520A6
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Jul 2005 00:27:23 +0800 (CST)
Received: (from rafan@localhost)
	by woodstock.rafan.org (8.13.4/8.13.4/Submit) id j6OGRI8m003777;
	Mon, 25 Jul 2005 00:27:18 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200507241627.j6OGRI8m003777@woodstock.rafan.org>
Date: Mon, 25 Jul 2005 00:27:18 +0800 (CST)
From: Rong-En Fan <rafan@infor.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-Encode: Provides interfaces between strings and the rest of the system
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84005
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Encode: Provides interfaces between strings and the rest of the system
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 24 16:30:17 GMT 2005
>Closed-Date:    Thu Jul 28 14:45:47 GMT 2005
>Last-Modified:  Thu Jul 28 14:45:47 GMT 2005
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD woodstock.rafan.org 7.0-CURRENT FreeBSD 7.0-CURRENT #15: Wed Jul 20 04:03:25 CST 2005
>Description:
This is Encode.pm. Perl 5.8.6 has 2.08, 5.8.7 has 2.10.
However, devel/svk >= 1.01 needs Encode >= 2.10, this
makes it runable. (I'll send pr to update svk later)

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

--- p5-Encode-2.10.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:
#
#	p5-Encode
#	p5-Encode/Makefile
#	p5-Encode/distinfo
#	p5-Encode/pkg-descr
#	p5-Encode/pkg-plist
#
echo c - p5-Encode
mkdir -p p5-Encode > /dev/null 2>&1
echo x - p5-Encode/Makefile
sed 's/^X//' >p5-Encode/Makefile << 'END-of-p5-Encode/Makefile'
X# New ports collection makefile for:	p5-Encode
X# Date created:				Jul 24, 2005
X# Whom:					Rong-En Fan <rafan@infor.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Encode
XPORTVERSION=	2.10
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Encode
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	rafan@infor.org
XCOMMENT=	Provides interfaces between strings and the rest of the system
X
XPERL_CONFIGURE=	yes
X
XMAN1=		piconv.1 enc2xs.1
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} > 500806
XIGNORE=		Perl above 5.8.7 has Encode ${PORTVERSION}.
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Encode/Makefile
echo x - p5-Encode/distinfo
sed 's/^X//' >p5-Encode/distinfo << 'END-of-p5-Encode/distinfo'
XMD5 (Encode-2.10.tar.gz) = 1bd16b143fddc193d590a70db1cd1a2a
XSIZE (Encode-2.10.tar.gz) = 2004918
END-of-p5-Encode/distinfo
echo x - p5-Encode/pkg-descr
sed 's/^X//' >p5-Encode/pkg-descr << 'END-of-p5-Encode/pkg-descr'
XThe "Encode" module provides the interfaces between Perl's
Xstrings and the rest of the system.  Perl strings are
Xsequences of characters.
X
XSee "perldoc Encode" for the rest of the story
X
XWWW: http://search.cpan.org/~dankogai/Encode/
END-of-p5-Encode/pkg-descr
echo x - p5-Encode/pkg-plist
sed 's/^X//' >p5-Encode/pkg-plist << 'END-of-p5-Encode/pkg-plist'
Xbin/piconv
Xbin/enc2xs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/encoding.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Alias.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/README.e2x
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/PerlIO.pod
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Makefile_PL.e2x
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Changes.e2x
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Encoding.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/ConfigLocal_PM.e2x
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/encode.h
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Guess.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/_T.e2x
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Config.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Supported.pod
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Encoder.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/_PM.e2x
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/CJKConstants.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Byte.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/CN.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/EBCDIC.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/JP.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/KR.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Symbol.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/TW.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Unicode.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/JP/H2Z.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/JP/JIS7.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Unicode/UTF7.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/KR/2022_KR.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/MIME/Header.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/CN/HZ.pm
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/CN 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/JP 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/KR 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/MIME 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Unicode 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode 2>/dev/null || true
END-of-p5-Encode/pkg-plist
exit
--- p5-Encode-2.10.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Thu Jul 28 13:11:15 GMT 2005 
Responsible-Changed-Why:  
Grabbed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84005 
State-Changed-From-To: open->feedback 
State-Changed-By: garga 
State-Changed-When: Thu Jul 28 13:28:59 GMT 2005 
State-Changed-Why:  
Problems to build on 4.x 

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

From: Renato Botelho <garga@FreeBSD.org>
To: bug-followup@FreeBSD.org, rafan@infor.org
Cc:  
Subject: Re: ports/84005: [NEW PORT] devel/p5-Encode: Provides interfaces between strings and the rest of the system
Date: Thu, 28 Jul 2005 10:28:53 -0300

 Problems to build on 4-STABLE:
 
 building p5-Encode-2.10 in directory /space/4-stable-i386
 with arguments: p5-Encode-2.10.tgz /usr/ports/devel/p5-Encode
 maintained by: rafan@infor.org
 build started at Thu Jul 28 13:20:28 GMT 2005
 ================================================================
 ====================<phase 1: make checksum>====================
 => Encode-2.10.tar.gz doesn't seem to exist in /tmp/distfiles/.
 => Attempting to fetch from file:///distcache//.
 fetch: file:///distcache//Encode-2.10.tar.gz: No such file or directory
 => Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Encode/.
 Encode-2.10.tar.gz                                    1957 kB   22 kBps
 => Checksum OK for Encode-2.10.tar.gz.
 ====================<phase 2: make package>=====================
 ===>  Extracting for p5-Encode-2.10
 => Checksum OK for Encode-2.10.tar.gz.
 ===>  Patching for p5-Encode-2.10
 ===>  Configuring for p5-Encode-2.10
 Perl 5.007003 required--this is only version 5.00503, stopped at ./Makefile.PL line 1.
 BEGIN failed--compilation aborted at ./Makefile.PL line 1.
 *** Error code 255
 
 Stop in /a/ports/devel/p5-Encode.
 ================================================================
 build ended at Thu Jul 28 13:22:05 GMT 2005
 
 Could you take a look please?
 -- 
 Renato Botelho <garga @ FreeBSD.org>
                <freebsd @ galle.com.br>
 GnuPG Key: http://people.freebsd.org/~garga/pubkey.asc
 
 A jury consists of 12 persons chosen to decide
 who has the better lawyer.
 		-- Robert Frost
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Thu Jul 28 14:45:40 GMT 2005 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84005 
>Unformatted:
