Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33592daadc84
branches:  trunk
changeset: 438602:33592daadc84
user:      otis <otis%pkgsrc.org@localhost>
date:      Mon Sep 07 19:55:51 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/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fcb08c808c5b -r 33592daadc84 devel/Makefile
--- a/devel/Makefile    Mon Sep 07 19:46:34 2020 +0000
+++ b/devel/Makefile    Mon Sep 07 19:55:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3230 2020/09/07 11:19:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3231 2020/09/07 19:55:51 otis Exp $
 #
 
 COMMENT=       Development utilities
@@ -1746,6 +1746,7 @@
 SUBDIR+=       p5-PerlIO-via-dynamic
 SUBDIR+=       p5-PerlIO-via-symlink
 SUBDIR+=       p5-PerlX-Maybe
+SUBDIR+=       p5-PkgConfig
 SUBDIR+=       p5-Probe-Perl
 SUBDIR+=       p5-Proc-Background
 SUBDIR+=       p5-Proc-Daemon



Home | Main Index | Thread Index | Old Index