From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 15 17:20:19 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 007B610657CD for ; Sun, 15 Mar 2009 17:20:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D12388FC23 for ; Sun, 15 Mar 2009 17:20:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2FHKIQD024887 for ; Sun, 15 Mar 2009 17:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2FHKI9j024880; Sun, 15 Mar 2009 17:20:18 GMT (envelope-from gnats) Resent-Date: Sun, 15 Mar 2009 17:20:18 GMT Resent-Message-Id: <200903151720.n2FHKI9j024880@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, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23D5E10657D6 for ; Sun, 15 Mar 2009 17:14:16 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145]) by mx1.freebsd.org (Postfix) with ESMTP id E98828FC08 for ; Sun, 15 Mar 2009 17:14:15 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 4D7A67E821; Mon, 16 Mar 2009 01:14:15 +0800 (CST) Message-Id: <20090315171415.4D7A67E821@colo-p.gslin.org> Date: Mon, 16 Mar 2009 01:14:15 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/132666: [NEW PORT] textproc/p5-Solr: Perl extension for interfacing with Solr 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: Sun, 15 Mar 2009 17:20:20 -0000 >Number: 132666 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Solr: Perl extension for interfacing with Solr >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: Sun Mar 15 17:20:18 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD gslin 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009 >Description: This module provides a set of methods for adding (updating) and deleting entries in an existing solr server. WWW: http://search.cpan.org/dist/Solr/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Solr-0.03.shar begins here --- # 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-Solr # p5-Solr/pkg-descr # p5-Solr/Makefile # p5-Solr/pkg-plist # p5-Solr/distinfo # echo c - p5-Solr mkdir -p p5-Solr > /dev/null 2>&1 echo x - p5-Solr/pkg-descr sed 's/^X//' >p5-Solr/pkg-descr << 'd0a1ca971f8846b8a049990b579ef526' XThis module provides a set of methods for adding (updating) and Xdeleting entries in an existing solr server. X XWWW: http://search.cpan.org/dist/Solr/ d0a1ca971f8846b8a049990b579ef526 echo x - p5-Solr/Makefile sed 's/^X//' >p5-Solr/Makefile << '0fa370d539eda915abde029069b4bb46' X# New ports collection makefile for: p5-Solr X# Date created: 2009-03-16 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Solr XPORTVERSION= 0.03 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/G/GA/GARAFOLA/Solr XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Perl extension for interfacing with Solr X XRUN_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ X p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \ X p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \ X p5-libwww>0:${PORTSDIR}/www/p5-libwww X XPERL_CONFIGURE= yes XWRKSRC= ${WRKDIR}/${PORTNAME} X XMAN3= Solr.3 Solr::HTTPUpdateHandler.3 Solr::Schema.3 X X.include 0fa370d539eda915abde029069b4bb46 echo x - p5-Solr/pkg-plist sed 's/^X//' >p5-Solr/pkg-plist << 'ee82446befc538ad13f8f99c8409f065' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Solr/.packlist X%%SITE_PERL%%/Solr.pm X%%SITE_PERL%%/Solr/HTTPUpdateHandler.pm X%%SITE_PERL%%/Solr/Schema.pm X@dirrmtry %%SITE_PERL%%/Solr X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Solr ee82446befc538ad13f8f99c8409f065 echo x - p5-Solr/distinfo sed 's/^X//' >p5-Solr/distinfo << 'ab4da08725c9ab3525eab0e8e5ef17fd' XMD5 (Solr-0.03.tar.gz) = 5fa1861ccf0721c7c2cd67c1798ad207 XSHA256 (Solr-0.03.tar.gz) = daddc72b122e3bec90ddda6d8bc68fa17f817db65163d67052dc5b0eded4da4c XSIZE (Solr-0.03.tar.gz) = 7731 ab4da08725c9ab3525eab0e8e5ef17fd exit --- p5-Solr-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: