Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2001 18:45:36 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25282: Update port: a Perl interface to the Sablotron XSLT processor
Message-ID:  <E14Vxw0-000ALk-00@jivago.ryazan.ru>

next in thread | raw e-mail | index | archive | help

>Number:         25282
>Category:       ports
>Synopsis:       Update port: a Perl interface to the Sablotron XSLT processor
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 22 07:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:

Update port: a Perl interface to the Sablotron XSLT processor

>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-Sablotron
#	p5-XML-Sablotron/pkg-comment
#	p5-XML-Sablotron/Makefile
#	p5-XML-Sablotron/pkg-descr
#	p5-XML-Sablotron/pkg-plist
#	p5-XML-Sablotron/distinfo
#	p5-XML-Sablotron/files
#	p5-XML-Sablotron/files/patch-Makefile.PL
#
echo c - p5-XML-Sablotron
mkdir -p p5-XML-Sablotron > /dev/null 2>&1
echo x - p5-XML-Sablotron/pkg-comment
sed 's/^X//' >p5-XML-Sablotron/pkg-comment << 'END-of-p5-XML-Sablotron/pkg-comment'
Xa Perl interface to the Sablotron XSLT processor
END-of-p5-XML-Sablotron/pkg-comment
echo x - p5-XML-Sablotron/Makefile
sed 's/^X//' >p5-XML-Sablotron/Makefile << 'END-of-p5-XML-Sablotron/Makefile'
X# New ports collection makefile for:	XML::Sablotron
X# Date created:		13 Nov 2000
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD: ports/textproc/p5-XML-Sablotron/Makefile,v 1.1 2000/12/19 13:21:20 will Exp $
X#
X
XPORTNAME=	XML-Sablotron
XPORTVERSION= 	0.51
XCATEGORIES=	textproc perl5
XMASTER_SITES=	http://download.gingerall.cz/sablot/
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XLIB_DEPENDS=	sablot.51:${PORTSDIR}/textproc/sablotron
X
XUSE_PERL5=	yes
X
XMAN3=		XML::Sablotron.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X#${LOCALBASE}
XPERL_CONFIGURE=		-d ${PREFIX} \
X			LIBS="-L${LOCALBASE}/lib -lexpat -lsablot -lgcc" \
X			INSTALLSCRIPT=${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-p5-XML-Sablotron/Makefile
echo x - p5-XML-Sablotron/pkg-descr
sed 's/^X//' >p5-XML-Sablotron/pkg-descr << 'END-of-p5-XML-Sablotron/pkg-descr'
Xa Perl interface to the Sablotron XSLT processor
X
XWWW: http://www.gingerall.com/
END-of-p5-XML-Sablotron/pkg-descr
echo x - p5-XML-Sablotron/pkg-plist
sed 's/^X//' >p5-XML-Sablotron/pkg-plist << 'END-of-p5-XML-Sablotron/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Sablotron/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Sablotron/Sablotron.so
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Sablotron/Sablotron.bs
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/Sablotron.pm
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML 2>/dev/null || true
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Sablotron
X
END-of-p5-XML-Sablotron/pkg-plist
echo x - p5-XML-Sablotron/distinfo
sed 's/^X//' >p5-XML-Sablotron/distinfo << 'END-of-p5-XML-Sablotron/distinfo'
XMD5 (XML-Sablotron-0.51.tar.gz) = 98b75826c41bc35346b4585ae2d133f5
END-of-p5-XML-Sablotron/distinfo
echo c - p5-XML-Sablotron/files
mkdir -p p5-XML-Sablotron/files > /dev/null 2>&1
echo x - p5-XML-Sablotron/files/patch-Makefile.PL
sed 's/^X//' >p5-XML-Sablotron/files/patch-Makefile.PL << 'END-of-p5-XML-Sablotron/files/patch-Makefile.PL'
Xdiff -crN XML-Sablotron-0.51/Makefile.PL XML-Sablotron-0.51.new/Makefile.PL
X*** Makefile.PL	Tue Jan 30 17:55:23 2001
X--- Makefile.PL	Thu Feb 22 18:38:05 2001
X***************
X*** 61,66 ****
X--- 61,67 ----
X      $config{LIBS} .= ' -lexpat';
X  }
X  
X+ =item
X  have_library('expat', 'main', '') || die <<DEATH;
X  You do not appear to have libexpat in the library search path.
X  Either install expat from http://expat.sourceforge.net/ or
X***************
X*** 76,81 ****
X--- 77,83 ----
X    \$ $^X Makefile.PL LIBS='-L/path/to/sablot/lib -lexpat -lsablot'
X  
X  DEATH
X+ =cut
X  
X  
X  WriteMakefile(
END-of-p5-XML-Sablotron/files/patch-Makefile.PL
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14Vxw0-000ALk-00>