FreeBSD Bugzilla – Attachment 252512 Details for
Bug 280625
[NEW PORT] devel/p5-ExtUtils-HasCompiler: Check for the presence of a compiler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git format-patch -1 main
0001-NEW-PORT-devel-p5-ExtUtils-HasCompiler-Check-for-the.patch (text/plain), 2.76 KB, created by
Sergei Vyshenski
on 2024-08-05 11:53:47 UTC
(
hide
)
Description:
git format-patch -1 main
Filename:
MIME Type:
Creator:
Sergei Vyshenski
Created:
2024-08-05 11:53:47 UTC
Size:
2.76 KB
patch
obsolete
>From 68f69a370898f2544f0b3e8be8fe2be2bf138652 Mon Sep 17 00:00:00 2001 >From: Sergei Vyshenski <svysh.fbsd@gmail.com> >Date: Mon, 5 Aug 2024 13:48:50 +0200 >Subject: [PATCH] [NEW PORT] devel/p5-ExtUtils-HasCompiler: Check for the > presence of a compiler > >- This new port is needed as an indirect dependency for >a new major release of existing port security/p5-Crypt-Argon2 >- It checks for the presence of a compiler. And tries to check >if the current system is capable of compiling, linking and >loading of an XS module. >https://metacpan.org/release/LEONT/ExtUtils-HasCompiler-0.025/source > >PR: 280625 >--- > devel/p5-ExtUtils-HasCompiler/Makefile | 19 +++++++++++++++++++ > devel/p5-ExtUtils-HasCompiler/distinfo | 3 +++ > devel/p5-ExtUtils-HasCompiler/pkg-descr | 3 +++ > devel/p5-ExtUtils-HasCompiler/pkg-plist | 2 ++ > 4 files changed, 27 insertions(+) > create mode 100644 devel/p5-ExtUtils-HasCompiler/Makefile > create mode 100644 devel/p5-ExtUtils-HasCompiler/distinfo > create mode 100644 devel/p5-ExtUtils-HasCompiler/pkg-descr > create mode 100644 devel/p5-ExtUtils-HasCompiler/pkg-plist > >diff --git a/devel/p5-ExtUtils-HasCompiler/Makefile b/devel/p5-ExtUtils-HasCompiler/Makefile >new file mode 100644 >index 000000000000..c2081beffbfe >--- /dev/null >+++ b/devel/p5-ExtUtils-HasCompiler/Makefile >@@ -0,0 +1,19 @@ >+PORTNAME= ExtUtils-HasCompiler >+PORTVERSION= 0.025 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= svysh.fbsd@gmail.com >+COMMENT= Check for the presence of a compiler >+WWW= https://metacpan.org/dist/ExtUtils-HasCompiler >+ >+LICENSE= ART10 GPLv1+ >+LICENSE_COMB= dual >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= perl5 >+USE_PERL5= configure >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/devel/p5-ExtUtils-HasCompiler/distinfo b/devel/p5-ExtUtils-HasCompiler/distinfo >new file mode 100644 >index 000000000000..eb523d4d3c3e >--- /dev/null >+++ b/devel/p5-ExtUtils-HasCompiler/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1722691758 >+SHA256 (ExtUtils-HasCompiler-0.025.tar.gz) = 02e1e7275df00682d3ca8ea1c27a30591d6dd08b3e3865c0958afae911635a66 >+SIZE (ExtUtils-HasCompiler-0.025.tar.gz) = 16203 >diff --git a/devel/p5-ExtUtils-HasCompiler/pkg-descr b/devel/p5-ExtUtils-HasCompiler/pkg-descr >new file mode 100644 >index 000000000000..aebaf2056099 >--- /dev/null >+++ b/devel/p5-ExtUtils-HasCompiler/pkg-descr >@@ -0,0 +1,3 @@ >+Check for the presence of a compiler. >+This module tries to check if the current system is capable of >+compiling, linking and loading an XS module. >diff --git a/devel/p5-ExtUtils-HasCompiler/pkg-plist b/devel/p5-ExtUtils-HasCompiler/pkg-plist >new file mode 100644 >index 000000000000..30462eb64e4d >--- /dev/null >+++ b/devel/p5-ExtUtils-HasCompiler/pkg-plist >@@ -0,0 +1,2 @@ >+%%SITE_PERL%%/ExtUtils/HasCompiler.pm >+%%PERL5_MAN3%%/ExtUtils::HasCompiler.3.gz >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
svysh.fbsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 280625
: 252512