Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-PkgConfig devel/p5-PkgConfig: Pure-Perl Core-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8b6992b7e20
branches:  trunk
changeset: 438607:c8b6992b7e20
user:      otis <otis%pkgsrc.org@localhost>
date:      Mon Sep 07 20:06:20 2020 +0000

description:
devel/p5-PkgConfig: Pure-Perl Core-Only replacement for pkg-config

Add version 0.24026

PkgConfig provides a pure-perl, core-only replacement for the pkg-config
utility.

This is not a description of the uses of pkg-config but rather a description of
the differences between the C version and the Perl one.

While pkg-config is a compiled binary linked with glib, the pure-perl version
has no such requirement, and will run wherever Perl ( >= 5.6 ) does.

The main supported options are the common --libs, --cflags, --static, --exists
and --modversion.

diffstat:

 devel/p5-PkgConfig/DESCR    |  11 +++++++++++
 devel/p5-PkgConfig/Makefile |  16 ++++++++++++++++
 devel/p5-PkgConfig/distinfo |   6 ++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r b3105dd26d50 -r c8b6992b7e20 devel/p5-PkgConfig/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PkgConfig/DESCR  Mon Sep 07 20:06:20 2020 +0000
@@ -0,0 +1,11 @@
+PkgConfig provides a pure-perl, core-only replacement for the pkg-config
+utility.
+
+This is not a description of the uses of pkg-config but rather a description of
+the differences between the C version and the Perl one.
+
+While pkg-config is a compiled binary linked with glib, the pure-perl version
+has no such requirement, and will run wherever Perl ( >= 5.6 ) does.
+
+The main supported options are the common --libs, --cflags, --static, --exists
+and --modversion.
diff -r b3105dd26d50 -r c8b6992b7e20 devel/p5-PkgConfig/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PkgConfig/Makefile       Mon Sep 07 20:06:20 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/09/07 20:06:20 otis Exp $
+
+DISTNAME=              PkgConfig-0.24026
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}
+
+MAINTAINER=            otis%NetBSD.org@localhost
+HOMEPAGE=              https://metacpan.org/pod/PkgConfig
+COMMENT=               Pure-Perl Core-Only replacement for pkg-config
+LICENSE=               ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/PkgConfig/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b3105dd26d50 -r c8b6992b7e20 devel/p5-PkgConfig/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PkgConfig/distinfo       Mon Sep 07 20:06:20 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/07 20:06:20 otis Exp $
+
+SHA1 (PkgConfig-0.24026.tar.gz) = 8ba78c4045a36f0c84cdd2fc1d3f7bf2358d1fb4
+RMD160 (PkgConfig-0.24026.tar.gz) = 76a5df9a01af26c4ddfebf8042e3648f4a52cfec
+SHA512 (PkgConfig-0.24026.tar.gz) = d87a2ad8c11032c9ad8db055437390fdebbeffe9131d1f24a27718996a2121b8e67feeabf25dea50d878b9fc15e99bc9dfac3a55fc4d5c2189f10b40c1e48246
+Size (PkgConfig-0.24026.tar.gz) = 139117 bytes



Home | Main Index | Thread Index | Old Index