Date: Fri, 2 Dec 2011 16:57:46 GMT From: Mykhaylo Yehorov <yehorov@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/163021: Mykhaylo Yehorov Message-ID: <201112021657.pB2GvkqS004248@red.freebsd.org> Resent-Message-ID: <201112021700.pB2H0Jb4002057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163021 >Category: ports >Synopsis: Mykhaylo Yehorov >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 02 17:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mykhaylo Yehorov >Release: FreeBSD 8.2-STABLE >Organization: >Environment: >Description: DBIx::Safe is a Perl module that allows for safe and controlled access to a DBI database handle. It is similar in spirit to the standard Perl module "Safe". It is used by Bucardo to ensure that custom code does not interfere with the normal running of Bucardo. a WWW: http://bucardo.org/wiki/DBIx-Safe >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: # # p5-DBIx-Safe # p5-DBIx-Safe/distinfo # p5-DBIx-Safe/pkg-descr # p5-DBIx-Safe/Makefile # p5-DBIx-Safe/pkg-plist # echo c - p5-DBIx-Safe mkdir -p p5-DBIx-Safe > /dev/null 2>&1 echo x - p5-DBIx-Safe/distinfo sed 's/^X//' >p5-DBIx-Safe/distinfo << 'c05858790d83463b1c06881a1b01d18a' XSHA256 (DBIx-Safe-1.2.5.tar.gz) = d44e52f3d555a974dad440adf680069f441de9e70806aa5104018b9769085dff XSIZE (DBIx-Safe-1.2.5.tar.gz) = 16597 c05858790d83463b1c06881a1b01d18a echo x - p5-DBIx-Safe/pkg-descr sed 's/^X//' >p5-DBIx-Safe/pkg-descr << '5d34fd49f2fe3c7d34cfaebe216d908b' XDBIx::Safe is a Perl module that allows for safe and controlled access Xto a DBI database handle. It is similar in spirit to the standard Perl Xmodule "Safe". It is used by Bucardo to ensure that custom code Xdoes not interfere with the normal running of Bucardo. X XWWW: http://bucardo.org/wiki/DBIx-Safe 5d34fd49f2fe3c7d34cfaebe216d908b echo x - p5-DBIx-Safe/Makefile sed 's/^X//' >p5-DBIx-Safe/Makefile << '30dc62707d766d9294a39b55f4c3c893' X# New ports collection makefile for: databases/p5-DBIx-Safe X# Date created: 2 December 2011 X# Whom: Mykhaylo Yehorov <yehorov@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= DBIx-Safe XPORTVERSION= 1.2.5 XCATEGORIES= databases perl5 XMASTER_SITES= http://bucardo.org/downloads/ XPKGNAMEPREFIX= p5- X XMAINTAINER= yehorov@gmail.com XCOMMENT= Safer access to a database through a DBI database handle X XBUILD_DEPENDS= p5-DBD-Pg>=2.0.0:${PORTSDIR}/databases/p5-DBD-Pg XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= DBIx::Safe.3 X X.include <bsd.port.mk> 30dc62707d766d9294a39b55f4c3c893 echo x - p5-DBIx-Safe/pkg-plist sed 's/^X//' >p5-DBIx-Safe/pkg-plist << '269250e18cb2f1cc4a0cf58fc30e1ee3' X%%SITE_PERL%%/DBIx/Safe.pm X@dirrmtry %%SITE_PERL%%/DBIx 269250e18cb2f1cc4a0cf58fc30e1ee3 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112021657.pB2GvkqS004248>