pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-PkgConfig Initial import of p5-ExtUt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0770f99f9d4a
branches:  trunk
changeset: 473415:0770f99f9d4a
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Apr 19 17:23:15 2004 +0000

description:
Initial import of p5-ExtUtils-PkgConfig-1.03, from pkgsrc-wip.

The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.

ExtUtils::PkgConfig is a very simplistic interface to this utility,
intended for use in the Makefile.PL of perl extensions which bind
libraries that pkg-config knows.  It is really just boilerplate code
that you would've written yourself.

diffstat:

 devel/p5-ExtUtils-PkgConfig/DESCR    |   7 +++++++
 devel/p5-ExtUtils-PkgConfig/Makefile |  20 ++++++++++++++++++++
 devel/p5-ExtUtils-PkgConfig/PLIST    |   1 +
 devel/p5-ExtUtils-PkgConfig/distinfo |   4 ++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 25ac0d0ae243 -r 0770f99f9d4a devel/p5-ExtUtils-PkgConfig/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-PkgConfig/DESCR Mon Apr 19 17:23:15 2004 +0000
@@ -0,0 +1,7 @@
+The pkg-config program retrieves information about installed libraries,
+usually for the purposes of compiling against and linking to them.
+
+ExtUtils::PkgConfig is a very simplistic interface to this utility,
+intended for use in the Makefile.PL of perl extensions which bind
+libraries that pkg-config knows.  It is really just boilerplate code
+that you would've written yourself.
diff -r 25ac0d0ae243 -r 0770f99f9d4a devel/p5-ExtUtils-PkgConfig/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-PkgConfig/Makefile      Mon Apr 19 17:23:15 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 17:23:15 xtraeme Exp $
+#
+
+DISTNAME=      ExtUtils-PkgConfig-1.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://gtk2-perl.sourceforge.net/
+COMMENT=       Simplistic perl interface to pkg-config
+
+PERL5_REQD=    5.8
+USE_BUILDLINK3=        yes
+
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/ExtUtils/PkgConfig/.packlist
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 25ac0d0ae243 -r 0770f99f9d4a devel/p5-ExtUtils-PkgConfig/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-PkgConfig/PLIST Mon Apr 19 17:23:15 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:23:15 xtraeme Exp $
diff -r 25ac0d0ae243 -r 0770f99f9d4a devel/p5-ExtUtils-PkgConfig/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-PkgConfig/distinfo      Mon Apr 19 17:23:15 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/19 17:23:15 xtraeme Exp $
+
+SHA1 (ExtUtils-PkgConfig-1.03.tar.gz) = 70a3f384f3e4db8419f47171b9f6540784c5af4a
+Size (ExtUtils-PkgConfig-1.03.tar.gz) = 5840 bytes



Home | Main Index | Thread Index | Old Index