Port details |
- p5-ExtUtils-CppGuess Guess C++ compiler and flags
- 0.27 devel
=2 0.27Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2015-01-01 16:03:48
- Last Update: 2023-11-27 10:28:08
- Commit Hash: 379b32e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/ExtUtils-CppGuess
- Description:
- ExtUtils::CppGuess attempts to guess the system's C++ compiler that is
compatible with the C compiler that your perl was built with.
It can generate the necessary options to the Module::Build constructor or to
ExtUtils::MakeMaker's WriteMakefile function.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-ExtUtils-CppGuess>0:devel/p5-ExtUtils-CppGuess
- To install the port:
- cd /usr/ports/devel/p5-ExtUtils-CppGuess/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-ExtUtils-CppGuess
- pkg install p5-ExtUtils-CppGuess
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-ExtUtils-CppGuess
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700759742
SHA256 (ExtUtils-CppGuess-0.27.tar.gz) = b2c7b581901054a32dfcea12536fda8626457ed0bfbc02600bd354bde7e2a9b4
SIZE (ExtUtils-CppGuess-0.27.tar.gz) = 16027
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Capture-Tiny>=0 : devel/p5-Capture-Tiny
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-ExtUtils-CBuilder>=0.280231 : devel/p5-ExtUtils-CBuilder
- Runtime dependencies:
-
- p5-Capture-Tiny>=0 : devel/p5-Capture-Tiny
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Inline-CPP
- textproc/p5-CSS-Sass
- for Run
-
- devel/p5-Module-Build-WithXSpp
Configuration Options:
- No options to configure
- Options name:
- devel_p5-ExtUtils-CppGuess
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.27 27 Nov 2023 10:28:08
![commit hash: 379b32ee072e981f25b290dd3e421837125e223b commit hash: 379b32ee072e981f25b290dd3e421837125e223b](/images/git.png) ![commit hash: 379b32ee072e981f25b290dd3e421837125e223b commit hash: 379b32ee072e981f25b290dd3e421837125e223b](/images/codeberg.svg) ![commit hash: 379b32ee072e981f25b290dd3e421837125e223b commit hash: 379b32ee072e981f25b290dd3e421837125e223b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-ExtUtils-CppGuess: Update to 0.27
Changes: https://metacpan.org/dist/ExtUtils-CppGuess/changes |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.26 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.26 20 Jul 2022 14:21:35
![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/git.png) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/codeberg.svg) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.26 26 Apr 2022 15:01:18
![commit hash: a5549b55d06b2df4aa59cd7eed3a1c69d713c88c commit hash: a5549b55d06b2df4aa59cd7eed3a1c69d713c88c](/images/git.png) ![commit hash: a5549b55d06b2df4aa59cd7eed3a1c69d713c88c commit hash: a5549b55d06b2df4aa59cd7eed3a1c69d713c88c](/images/codeberg.svg) ![commit hash: a5549b55d06b2df4aa59cd7eed3a1c69d713c88c commit hash: a5549b55d06b2df4aa59cd7eed3a1c69d713c88c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-ExtUtils-CppGuess: Update to 0.26
Changes: https://metacpan.org/dist/ExtUtils-CppGuess/changes |
0.23 14 Jun 2021 17:39:02
![commit hash: edccbe63b84747f15c7153d04ec04b9efdb3207d commit hash: edccbe63b84747f15c7153d04ec04b9efdb3207d](/images/git.png) ![commit hash: edccbe63b84747f15c7153d04ec04b9efdb3207d commit hash: edccbe63b84747f15c7153d04ec04b9efdb3207d](/images/codeberg.svg) ![commit hash: edccbe63b84747f15c7153d04ec04b9efdb3207d commit hash: edccbe63b84747f15c7153d04ec04b9efdb3207d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-ExtUtils-CppGuess: Update to 0.23
Changes: https://metacpan.org/dist/ExtUtils-CppGuess/changes |
0.22 10 Jun 2021 14:46:06
![commit hash: 6b202310bc35a4264c4d566f577fed3cc8704d16 commit hash: 6b202310bc35a4264c4d566f577fed3cc8704d16](/images/git.png) ![commit hash: 6b202310bc35a4264c4d566f577fed3cc8704d16 commit hash: 6b202310bc35a4264c4d566f577fed3cc8704d16](/images/codeberg.svg) ![commit hash: 6b202310bc35a4264c4d566f577fed3cc8704d16 commit hash: 6b202310bc35a4264c4d566f577fed3cc8704d16](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-ExtUtils-CppGuess: Update to 0.22
Changes: https://metacpan.org/changes/distribution/ExtUtils-CppGuess |
0.21 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.21 01 Oct 2020 08:02:51
![Revision:550771 Revision:550771](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove outdated PERL_LEVEL check after lang/perl5.26 removal |
0.21 25 Jan 2020 18:25:06
![Revision:524070 Revision:524070](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.21
Changes: https://metacpan.org/changes/distribution/ExtUtils-CppGuess |
0.20 31 Aug 2019 23:28:28
![Revision:510662 Revision:510662](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.20
Changes: https://metacpan.org/changes/distribution/ExtUtils-CppGuess |
0.19 03 Apr 2019 00:03:14
![Revision:497600 Revision:497600](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.19
Changes: https://metacpan.org/changes/distribution/ExtUtils-CppGuess |
0.17 01 Apr 2019 20:31:35
![Revision:497526 Revision:497526](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.17
Changes: https://metacpan.org/changes/distribution/ExtUtils-CppGuess |
0.16 30 Mar 2019 20:44:54
![Revision:497349 Revision:497349](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.16
Changes: https://metacpan.org/changes/distribution/ExtUtils-CppGuess |
0.14 27 Mar 2019 19:22:11
![Revision:496959 Revision:496959](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.14
Changes: https://metacpan.org/changes/distribution/ExtUtils-CppGuess |
0.13 26 Mar 2019 17:42:50
![Revision:496903 Revision:496903](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.13
Changes: https://metacpan.org/changes/distribution/ExtUtils-CppGuess |
0.12 06 Oct 2018 13:06:45
![Revision:481365 Revision:481365](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
des ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.12 27 May 2018 20:15:20
![Revision:470993 Revision:470993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.12 22 Oct 2017 16:09:37
![Revision:452654 Revision:452654](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.12
Changes: http://search.cpan.org/dist/ExtUtils-CppGuess/Changes |
0.11 15 Sep 2017 08:58:50
![Revision:449893 Revision:449893](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.11 01 Apr 2016 14:00:57
![Revision:412346 Revision:412346](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.11 12 Sep 2015 17:08:10
![Revision:396757 Revision:396757](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.11
- Add NO_ARCH
Changes: http://search.cpan.org/dist/ExtUtils-CppGuess/Changes |
0.09 13 Apr 2015 19:25:09
![Revision:383952 Revision:383952](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.09
Changes: http://search.cpan.org/dist/ExtUtils-CppGuess/Changes |
0.08 16 Jan 2015 14:22:33
![Revision:377175 Revision:377175](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.08
Changes: http://search.cpan.org/dist/ExtUtils-CppGuess/Changes |
0.07 01 Jan 2015 16:03:27
![Revision:375929 Revision:375929](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add p5-ExtUtils-CppGuess 0.07
ExtUtils::CppGuess attempts to guess the system's C++ compiler that is
compatible with the C compiler that your perl was built with.
It can generate the necessary options to the Module::Build constructor or to
ExtUtils::MakeMaker's WriteMakefile function.
WWW: http://search.cpan.org/dist/ExtUtils-CppGuess/ |