pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: otis
Date: Mon Sep 7 19:55:51 UTC 2020
Modified Files:
pkgsrc/devel: Makefile
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 -r1.3230 -r1.3231 pkgsrc/devel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3230 pkgsrc/devel/Makefile:1.3231
--- pkgsrc/devel/Makefile:1.3230 Mon Sep 7 11:19:45 2020
+++ pkgsrc/devel/Makefile Mon Sep 7 19:55:51 2020
@@ -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-Timeout
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