pkgsrc changes:
- updating package for p5 module sapnwrfc from 0.24 to 0.30 - Adjusting meta data (license, homepage, dependencies) Upstream changes: Mon Jun 22 16:51:14 NZST 2009 * Fixes on connection parameters * sapnwrfc-cookbook - a comprehensive set of examples, and discussions there in * Better installation instructions * revamped RFC server code * banishment of RFC client memory leaks * thanks to ce.com.au (Adam Kennedy) for all assistance in making these improvements possible. Tue Jun 23 17:00:52 NZST 2009 * further banishment of memory leaks when using tables in RFC client calls Sat Jun 27 17:55:17 NZST 2009 * very slow memory leak with respect to referencing table entries on RFC client calls.
This commit is contained in:
parent
0c7dabad16
commit
0d7f15645a
2 changed files with 8 additions and 7 deletions
|
@ -1,19 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/03/10 18:57:36 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/07/07 21:28:52 sno Exp $
|
||||
|
||||
DISTNAME= sapnwrfc-0.24
|
||||
DISTNAME= sapnwrfc-0.30
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SAP/PIERS/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/sapnwrfc/
|
||||
COMMENT= SAP Netweaver RFC support for Perl
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES+= c
|
||||
|
||||
DEPENDS+= p5-ExtUtils-MakeMaker>=6.48nb2:../../devel/p5-ExtUtils-MakeMaker
|
||||
.include "../../devel/sapnwrfcsdk/buildlink3.mk"
|
||||
|
||||
MAKE_PARAMS+= --source ${BUILDLINK_PREFIX.sapnwrfcsdk:Q}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/03/10 18:57:36 sno Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/07/07 21:28:52 sno Exp $
|
||||
|
||||
SHA1 (sapnwrfc-0.24.tar.gz) = f96cbfc97398081d33c30eff88f254ff95c3140d
|
||||
RMD160 (sapnwrfc-0.24.tar.gz) = 5a993ae5d767fc98ba4cbd957a70b20ba060114a
|
||||
Size (sapnwrfc-0.24.tar.gz) = 36658 bytes
|
||||
SHA1 (sapnwrfc-0.30.tar.gz) = 718723daf5d13e3c29049b2f8099c55c7b9bf05c
|
||||
RMD160 (sapnwrfc-0.30.tar.gz) = 5ca9252adbb092671d2d15d0812cdbd4304f9257
|
||||
Size (sapnwrfc-0.30.tar.gz) = 42280 bytes
|
||||
|
|
Loading…
Reference in a new issue