Date: Sun, 8 Aug 2010 19:09:16 +0200 (CEST) From: Frederic Culot <frederic@culot.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/149440: New port: devel/p5-Devel-CheckLib Check that a library is available Message-ID: <201008081709.o78H9GSM005870@0xd0.org> Resent-Message-ID: <201008081710.o78HA7PB052902@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149440 >Category: ports >Synopsis: New port: devel/p5-Devel-CheckLib Check that a library is available >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 Aug 08 17:10:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Frederic Culot >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The Devel::CheckLib class provides a way of checking whether a particular library and its headers are available, by attempting to compile a simple program and link against it. This module is needed for updating net/p5-Crypt-DH-GMP. >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-Devel-CheckLib # p5-Devel-CheckLib/pkg-descr # p5-Devel-CheckLib/pkg-plist # p5-Devel-CheckLib/distinfo # p5-Devel-CheckLib/Makefile # echo c - p5-Devel-CheckLib mkdir -p p5-Devel-CheckLib > /dev/null 2>&1 echo x - p5-Devel-CheckLib/pkg-descr sed 's/^X//' >p5-Devel-CheckLib/pkg-descr << 'a8b86605b02711b186818378d03f55b8' XDevel::CheckLib provides a way of checking whether a particular library and Xits headers are available, by attempting to compile a simple program and Xlink against it. X XWWW: http://search.cpan.org/dist/Devel-CheckLib/ a8b86605b02711b186818378d03f55b8 echo x - p5-Devel-CheckLib/pkg-plist sed 's/^X//' >p5-Devel-CheckLib/pkg-plist << '18e317b447e705c666b1f8048aca5d1d' Xbin/use-devel-checklib X%%SITE_PERL%%/Devel/CheckLib.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/CheckLib/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/CheckLib X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto X@dirrmtry %%SITE_PERL%%/Devel/CheckLib X@dirrmtry %%SITE_PERL%%/Devel 18e317b447e705c666b1f8048aca5d1d echo x - p5-Devel-CheckLib/distinfo sed 's/^X//' >p5-Devel-CheckLib/distinfo << 'ba18c7e29da5117e31f86a28f117e21a' XMD5 (Devel-CheckLib-0.6.tar.gz) = 0be78a1e60ea86b35d67ff73d79c0ba2 XSHA256 (Devel-CheckLib-0.6.tar.gz) = dfa268a49df84ed547e39babc095f32dcd186714f55049e441f8b6469de87e07 XSIZE (Devel-CheckLib-0.6.tar.gz) = 10240 ba18c7e29da5117e31f86a28f117e21a echo x - p5-Devel-CheckLib/Makefile sed 's/^X//' >p5-Devel-CheckLib/Makefile << '6b054954172b3831bb54cd40d9eba534' X# New ports collection makefile for: p5-Devel-CheckLib X# Date created: 08 August 2010 X# Whom: Frederic Culot <frederic@culot.org> X# X# $FreeBSD$ X# X XPORTNAME= Devel-CheckLib XPORTVERSION= 0.6 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= frederic@culot.org XCOMMENT= Perl5 module to check that a library is available X XBUILD_DEPENDS= p5-IO-CaptureOutput>=1.08:${PORTSDIR}/devel/p5-IO-CaptureOutput XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= use-devel-checklib.1 XMAN3= Devel::CheckLib.3 X X.include <bsd.port.mk> 6b054954172b3831bb54cd40d9eba534 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008081709.o78H9GSM005870>