Port details |
- p5-ExtUtils-ParseXS Converts Perl XS code into C code
- 3.35 devel =77 3.35Version of this port present on the latest quarterly branch.
- Maintainer: demon@FreeBSD.org
- Port Added: 2003-06-29 09:18:14
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: gmake, libiconv, p5-Module-Build, gettext, m4
- Also Listed In: perl5
- License: ART10
- WWW:
- https://metacpan.org/release/ExtUtils-ParseXS
- Description:
- ExtUtils::ParseXS will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and creates
the glue necessary to let Perl access those functions. The compiler uses
typemaps to determine how to map C function parameters and variables to Perl
values.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-ExtUtils-ParseXS>0:devel/p5-ExtUtils-ParseXS
- To install the port:
- cd /usr/ports/devel/p5-ExtUtils-ParseXS/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-ExtUtils-ParseXS
- pkg install p5-ExtUtils-ParseXS
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-ExtUtils-ParseXS
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1502031346
SHA256 (ExtUtils-ParseXS-3.35.tar.gz) = 41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c
SIZE (ExtUtils-ParseXS-3.35.tar.gz) = 68623
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-ExtUtils-ParseXS
- USES:
- perl5 shebangfix
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
3.35 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.35 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
3.35 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.35 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.35 07 Aug 2017 07:32:55 |
demon |
Add LICENCE as mentioned in README.
PR: 221280
Reported by: pi |
3.35 06 Aug 2017 15:05:30 |
demon |
Update to version 3.35.
PR: 221280
Submitted by: Laurence 'GreenReaper' Parry <greenreaper@hotmail.com> |
3.24_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
3.24_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
3.24 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
3.24 08 Mar 2014 09:46:05 |
demon |
Update to version 3.24. |
3.22 28 Oct 2013 12:02:00 |
mat |
Fixup install, don't overwrite existing files.
PR: ports/183393
Submitted by: mat
Approved by: demon (maintainer) |
3.22 27 Oct 2013 14:41:56 |
demon |
Update to 3.22;
support staging. |
3.18 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.18 16 Sep 2013 11:16:51 |
az |
- Fix typo |
3.18 16 Sep 2013 10:58:05 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
3.18 18 Jun 2013 13:49:02 |
az |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
3.18 06 Feb 2013 14:16:10 |
demon |
Update to version 3.18.
PR: 174861
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> |
3.15 19 Jun 2012 04:26:41 |
demon |
Update to version 3.15
PR: 169229
Submitted by: sunpoet |
3.07 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
3.07 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
3.07 14 Dec 2011 11:31:36 |
demon |
Update to version 3.07.
PR: 163118
Submitted by: sunpoet |
3.04 19 Sep 2011 17:17:16 |
sunpoet |
- Update to 3.04
Changes: http://search.cpan.org/dist/ExtUtils-ParseXS/Changes
PR: ports/160229
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 23 days) |
3.03 17 Sep 2011 07:06:45 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
3.03 13 Aug 2011 13:02:13 |
sunpoet |
- Update to 3.03
PR: ports/159706
Submitted by: sunpoet (myself)
Approved by: demon (maintainer) |
2.22.06 10 Aug 2011 11:51:34 |
demon |
Update to version 2.22.06.
PR: 159338
Submitted by: sunpoet |
2.22.03 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.22.03 15 Feb 2010 15:28:31 |
demon |
Update to version 2.2203. |
2.22.01 26 Jan 2010 11:49:47 |
demon |
Update to version 2.2201.
PR: 143244
Submitted by: wen |
2.21 16 Oct 2009 10:59:22 |
demon |
Update to 2.21.
PR: 139507
Submitted by: Sahil Tandon <sahil@tandon.net> |
2.20 10 Jul 2009 10:07:17 |
demon |
Update to 2.20.
PR: 136501
Submitted by: pgollucci |
2.19_1 07 Apr 2009 11:11:50 |
demon |
Remove useless RUN_DEPEND.
Pointed out by: leeym |
2.19_1 03 Apr 2009 09:56:31 |
demon |
Do not depend on ExtUtils::CBuilder if perl version >= 5.10.
Bump portrevision.
PR: 133334
Submitted by: leeym |
2.19 21 Feb 2008 12:47:41 |
demon |
Update to 2.19, add WWW to pkg-descr.
PR: 120901
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> |
2.18 08 Sep 2007 00:57:38 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
2.18 03 May 2007 08:18:21 |
demon |
Update to 2.18
PR: 109820
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org> |
2.17 23 Dec 2006 14:07:18 |
demon |
Update to 2.17.
PR: 107066
Submitted by: chinsan |
2.16 31 Oct 2006 17:50:44 |
demon |
Update to 2.16.
PR: 103727
Submitted by: leeym |
2.15 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.15 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.15 18 Oct 2005 10:19:57 |
demon |
Update to version 2.15. |
2.07 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
2.07 24 Feb 2004 11:06:50 |
mat |
Update to 2.07
Approved by: maintainer |
2.03 27 Aug 2003 13:39:23 |
mat |
Update to 2.03
fixup plist
Approved by: maintainer |
2.02 03 Jul 2003 16:28:56 |
demon |
This port requires perl 5.6.
PR: 53954
Submitted by: Mathieu Arnold <m@absolight.net> |
2.02 29 Jun 2003 09:17:39 |
demon |
New port: ExtUtils::ParseXS.
ExtUtils::ParseXS will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and creates
the glue necessary to let Perl access those functions. The compiler uses
typemaps to determine how to map C function parameters and variables to Perl
values. |