Mon Sep 7 19:55:51 2020 UTC ()
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.


(otis)
diff -r1.3230 -r1.3231 pkgsrc/devel/Makefile

cvs diff -r1.3230 -r1.3231 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2020/09/07 11:19:45 1.3230
+++ pkgsrc/devel/Makefile 2020/09/07 19:55:51 1.3231
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3230 2020/09/07 11:19:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.3231 2020/09/07 19:55:51 otis Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -1736,26 +1736,27 @@ SUBDIR+= p5-Perl-Version @@ -1736,26 +1736,27 @@ SUBDIR+= p5-Perl-Version
1736SUBDIR+= p5-Perl4-CoreLibs 1736SUBDIR+= p5-Perl4-CoreLibs
1737SUBDIR+= p5-Perl6-Export 1737SUBDIR+= p5-Perl6-Export
1738SUBDIR+= p5-Perl6-Export-Attrs 1738SUBDIR+= p5-Perl6-Export-Attrs
1739SUBDIR+= p5-Perl6-Junction 1739SUBDIR+= p5-Perl6-Junction
1740SUBDIR+= p5-Perl6-Slurp 1740SUBDIR+= p5-Perl6-Slurp
1741SUBDIR+= p5-PerlIO-eol 1741SUBDIR+= p5-PerlIO-eol
1742SUBDIR+= p5-PerlIO-gzip 1742SUBDIR+= p5-PerlIO-gzip
1743SUBDIR+= p5-PerlIO-utf8_strict 1743SUBDIR+= p5-PerlIO-utf8_strict
1744SUBDIR+= p5-PerlIO-via-Bzip2 1744SUBDIR+= p5-PerlIO-via-Bzip2
1745SUBDIR+= p5-PerlIO-via-Timeout 1745SUBDIR+= p5-PerlIO-via-Timeout
1746SUBDIR+= p5-PerlIO-via-dynamic 1746SUBDIR+= p5-PerlIO-via-dynamic
1747SUBDIR+= p5-PerlIO-via-symlink 1747SUBDIR+= p5-PerlIO-via-symlink
1748SUBDIR+= p5-PerlX-Maybe 1748SUBDIR+= p5-PerlX-Maybe
 1749SUBDIR+= p5-PkgConfig
1749SUBDIR+= p5-Probe-Perl 1750SUBDIR+= p5-Probe-Perl
1750SUBDIR+= p5-Proc-Background 1751SUBDIR+= p5-Proc-Background
1751SUBDIR+= p5-Proc-Daemon 1752SUBDIR+= p5-Proc-Daemon
1752SUBDIR+= p5-Proc-InvokeEditor 1753SUBDIR+= p5-Proc-InvokeEditor
1753SUBDIR+= p5-Proc-PID-File 1754SUBDIR+= p5-Proc-PID-File
1754SUBDIR+= p5-Proc-Pidfile 1755SUBDIR+= p5-Proc-Pidfile
1755SUBDIR+= p5-Proc-ProcessTable 1756SUBDIR+= p5-Proc-ProcessTable
1756SUBDIR+= p5-Proc-Queue 1757SUBDIR+= p5-Proc-Queue
1757SUBDIR+= p5-Proc-Simple 1758SUBDIR+= p5-Proc-Simple
1758SUBDIR+= p5-Proc-Wait3 1759SUBDIR+= p5-Proc-Wait3
1759SUBDIR+= p5-Proc-WaitStat 1760SUBDIR+= p5-Proc-WaitStat
1760SUBDIR+= p5-Python-Serialise-Marshal 1761SUBDIR+= p5-Python-Serialise-Marshal
1761SUBDIR+= p5-RT-Authen-ExternalAuth 1762SUBDIR+= p5-RT-Authen-ExternalAuth