From sime@logos.hr  Mon Feb 27 11:42:52 2006
Return-Path: <sime@logos.hr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F0B916A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Feb 2006 11:42:52 +0000 (GMT)
	(envelope-from sime@logos.hr)
Received: from mail.logos.hr (gates.logos.hr [213.149.47.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E80AF43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Feb 2006 11:42:51 +0000 (GMT)
	(envelope-from sime@logos.hr)
Received: from localhost (localhost.logos.hr [127.0.0.1])
	by mail.logos.hr (Postfix) with ESMTP id 7F20C26D08D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Feb 2006 12:42:50 +0100 (CET)
Received: from mail.logos.hr ([127.0.0.1])
 by localhost (mail.logos.hr [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 99695-02-5 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon, 27 Feb 2006 12:42:29 +0100 (CET)
Received: by mail.logos.hr (Postfix, from userid 34062)
	id DFE1E26D050; Mon, 27 Feb 2006 12:42:29 +0100 (CET)
Message-Id: <20060227114229.DFE1E26D050@mail.logos.hr>
Date: Mon, 27 Feb 2006 12:42:29 +0100 (CET)
From: Simun Mikecin <numisemis@yahoo.com>
Reply-To: Simun Mikecin <numisemis@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] print/p5-XML-ApacheFOP: Access Apache FOP from Perl to create PDF files using XSL-FO
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         93898
>Category:       ports
>Synopsis:       [NEW PORT] print/p5-XML-ApacheFOP: Access Apache FOP from Perl to create PDF files using XSL-FO
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    aaron
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 27 11:50:03 GMT 2006
>Closed-Date:    Sat Jun 03 03:13:15 GMT 2006
>Last-Modified:  Sat Jun 03 03:13:15 GMT 2006
>Originator:     Simun Mikecin
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD mail.logos.hr 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Mon Jul 26 14:07:00 CEST 2004 root@mail.logos.hr:/usr/obj/usr/src.5.2.1-R/sys/MAIL i386


	
>Description:
XML::ApacheFOP allows you to create PDFs (or other output types) using
Apache FOP.
This port requires devel/p5-Java which is an uncommitted port (ports/92566)
as of this writing.
>How-To-Repeat:
	
>Fix:
# 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-XML-ApacheFOP
#	p5-XML-ApacheFOP/pkg-plist
#	p5-XML-ApacheFOP/pkg-descr
#	p5-XML-ApacheFOP/distinfo
#	p5-XML-ApacheFOP/Makefile
#
echo c - p5-XML-ApacheFOP
mkdir -p p5-XML-ApacheFOP > /dev/null 2>&1
echo x - p5-XML-ApacheFOP/pkg-plist
sed 's/^X//' >p5-XML-ApacheFOP/pkg-plist << 'END-of-p5-XML-ApacheFOP/pkg-plist'
X%%SITE_PERL%%/XML/ApacheFOP.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/ApacheFOP/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/ApacheFOP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
X@dirrmtry %%SITE_PERL%%/XML
END-of-p5-XML-ApacheFOP/pkg-plist
echo x - p5-XML-ApacheFOP/pkg-descr
sed 's/^X//' >p5-XML-ApacheFOP/pkg-descr << 'END-of-p5-XML-ApacheFOP/pkg-descr'
XXML::ApacheFOP allows you to create PDFs (or other output types) using
XApache FOP.
END-of-p5-XML-ApacheFOP/pkg-descr
echo x - p5-XML-ApacheFOP/distinfo
sed 's/^X//' >p5-XML-ApacheFOP/distinfo << 'END-of-p5-XML-ApacheFOP/distinfo'
XMD5 (XML-ApacheFOP-0.03.tar.gz) = 8652fb3917b59bfdcd3d343710eca495
XSHA256 (XML-ApacheFOP-0.03.tar.gz) = 6606e427a6dfce05dd36f3471ae4c93d719801b70e8c3b133259d8f3200d5b60
XSIZE (XML-ApacheFOP-0.03.tar.gz) = 7089
END-of-p5-XML-ApacheFOP/distinfo
echo x - p5-XML-ApacheFOP/Makefile
sed 's/^X//' >p5-XML-ApacheFOP/Makefile << 'END-of-p5-XML-ApacheFOP/Makefile'
X# New ports collection makefile for:   p5-XML-ApacheFOP
X# Date created:                        27 Feb 2006
X# Whom:                                Simun Mikecin <numisemis@yahoo.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML-ApacheFOP
XPORTVERSION=	0.03
XCATEGORIES=	print perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	XML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	numisemis@yahoo.com
XCOMMENT=	Access Apache FOP from Perl to create PDF files using XSL-FO
X
XBUILD_DEPENDS=	${SITE_PERL}/Java.pm:${PORTSDIR}/devel/p5-Java
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		XML::ApacheFOP.3
X
X.include <bsd.port.mk>
END-of-p5-XML-ApacheFOP/Makefile
exit

>Release-Note:
>Audit-Trail:

From: Simun Mikecin <numisemis@yahoo.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/93898: [NEW PORT] print/p5-XML-ApacheFOP: Access Apache FOP from Perl to create PDF files using XSL-FO
Date: Mon, 27 Feb 2006 04:07:44 -0800 (PST)

 I forgot to add textproc/fop to the dependency list.
 This should fix it:
 
 --- Makefile.old    Mon Feb 27 13:04:58 2006
 +++ Makefile     Mon Feb 27 13:02:32 2006
 @@ -16,7 +16,8 @@
  COMMENT=       Access Apache FOP from Perl to create
 PDF files using XSL-FO
 
  BUILD_DEPENDS=
 ${SITE_PERL}/Java.pm:${PORTSDIR}/devel/p5-Java
 -RUN_DEPENDS=   ${BUILD_DEPENDS}
 +RUN_DEPENDS=  
 ${LOCALBASE}/share/fop/build/fop.jar:${PORTSDIR}/textproc/fop
 +RUN_DEPENDS+=  ${BUILD_DEPENDS}
 
  PERL_CONFIGURE=        yes
 
 
 
 __________________________________________________
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: aaron 
Responsible-Changed-When: Fri Jun 2 21:40:07 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93898 
State-Changed-From-To: open->closed 
State-Changed-By: aaron 
State-Changed-When: Sat Jun 3 03:13:11 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

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