From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 14 15:30:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 137AA16A4DE for ; Mon, 14 Aug 2006 15:30:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E8B43D72 for ; Mon, 14 Aug 2006 15:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EFUHL7086916 for ; Mon, 14 Aug 2006 15:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EFUHZ7086912; Mon, 14 Aug 2006 15:30:17 GMT (envelope-from gnats) Resent-Date: Mon, 14 Aug 2006 15:30:17 GMT Resent-Message-Id: <200608141530.k7EFUHZ7086912@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Timur I. Bakeyev" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD2D16A4DA for ; Mon, 14 Aug 2006 15:27:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F7D43D58 for ; Mon, 14 Aug 2006 15:27:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7EFR3Be033181 for ; Mon, 14 Aug 2006 15:27:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k7EFR3aj033180; Mon, 14 Aug 2006 15:27:03 GMT (envelope-from nobody) Message-Id: <200608141527.k7EFR3aj033180@www.freebsd.org> Date: Mon, 14 Aug 2006 15:27:03 GMT From: "Timur I. Bakeyev" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/102018: [NEW PORT] databases/p5-Relations: Functions to Use with Databases and Queries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 15:30:23 -0000 >Number: 102018 >Category: ports >Synopsis: [NEW PORT] databases/p5-Relations: Functions to Use with Databases and Queries >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 14 15:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Timur I. Bakeyev >Release: FreeBSD 5.4-RELEASE >Organization: >Environment: FreeBSD devil.blinck.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Tue Oct 18 10:05:03 CEST 2005 alexis@devil.blinck.com:/usr/src/sys/i386/compile/DEVIL i386 >Description: New Perl port. >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-Relations # p5-Relations/Makefile # p5-Relations/distinfo # p5-Relations/pkg-descr # p5-Relations/pkg-plist # echo c - p5-Relations mkdir -p p5-Relations > /dev/null 2>&1 echo x - p5-Relations/Makefile sed 's/^X//' >p5-Relations/Makefile << 'END-of-p5-Relations/Makefile' X# New ports collection makefile for: databases/p5-Relations X# Date created: 1 Aug 2006 X# Whom: Timur I. Bakeyev X# X# $FreeBSD$ X# X XPORTNAME= Relations XPORTVERSION= 0.95 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Relations XPKGNAMEPREFIX= p5- X XMAINTAINER= bat@cpan.org XCOMMENT= Functions to Use with Databases and Queries X XPERL_CONFIGURE= yes X XMAN3= Relations.3 X X.include END-of-p5-Relations/Makefile echo x - p5-Relations/distinfo sed 's/^X//' >p5-Relations/distinfo << 'END-of-p5-Relations/distinfo' XMD5 (Relations-0.95.tar.gz) = 0cc301dd276c36386a9fd39e97db0c98 XSIZE (Relations-0.95.tar.gz) = 18463 END-of-p5-Relations/distinfo echo x - p5-Relations/pkg-descr sed 's/^X//' >p5-Relations/pkg-descr << 'END-of-p5-Relations/pkg-descr' XThis perl library contains functions for dealing with databases It's Xmainly used as the foundation for all the other Relations modules. It Xmay be useful for people that deal with databases in Perl as well. X XRelations has functions for creating SQL clauses (like where, from etc.) Xfrom hashes, arrays and strings. It also has functions for converting Xstrings to arrays or hashes, if they're not hashes or arrays already. It Xeven has an argument parser, which is used quite heavily by the other XRelations modules. X XWWW: http://www.gaf3.com/ END-of-p5-Relations/pkg-descr echo x - p5-Relations/pkg-plist sed 's/^X//' >p5-Relations/pkg-plist << 'END-of-p5-Relations/pkg-plist' X%%SITE_PERL%%/Relations.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Relations/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Relations END-of-p5-Relations/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: