pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-PkgConfig



Module Name:    pkgsrc
Committed By:   otis
Date:           Mon Sep  7 20:06:20 UTC 2020

Added Files:
        pkgsrc/devel/p5-PkgConfig: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-PkgConfig/DESCR \
    pkgsrc/devel/p5-PkgConfig/Makefile pkgsrc/devel/p5-PkgConfig/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-PkgConfig/DESCR
diff -u /dev/null pkgsrc/devel/p5-PkgConfig/DESCR:1.1
--- /dev/null   Mon Sep  7 20:06:20 2020
+++ pkgsrc/devel/p5-PkgConfig/DESCR     Mon Sep  7 20:06:20 2020
@@ -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.
Index: pkgsrc/devel/p5-PkgConfig/Makefile
diff -u /dev/null pkgsrc/devel/p5-PkgConfig/Makefile:1.1
--- /dev/null   Mon Sep  7 20:06:20 2020
+++ pkgsrc/devel/p5-PkgConfig/Makefile  Mon Sep  7 20:06:20 2020
@@ -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"
Index: pkgsrc/devel/p5-PkgConfig/distinfo
diff -u /dev/null pkgsrc/devel/p5-PkgConfig/distinfo:1.1
--- /dev/null   Mon Sep  7 20:06:20 2020
+++ pkgsrc/devel/p5-PkgConfig/distinfo  Mon Sep  7 20:06:20 2020
@@ -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