notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: devel/p5-ExtUtils-ParseXS/pkg-plist

Number of commits found: 10

Monday, 23 Mar 2026
07:17 Dmitry Sivachenko (demon) search for other commits by this committer
devel/p5-ExtUtils/ParseXS: update to version 3.61

PR:	293941
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
commit hash: 022e2297fe13b08b7c2fef7e86d247ca38652887 commit hash: 022e2297fe13b08b7c2fef7e86d247ca38652887 commit hash: 022e2297fe13b08b7c2fef7e86d247ca38652887 commit hash: 022e2297fe13b08b7c2fef7e86d247ca38652887 022e229
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Monday, 27 Oct 2014
10:55 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371547 
Monday, 28 Oct 2013
12:02 mat search for other commits by this committer
Fixup install, don't overwrite existing files.

PR:		ports/183393
Submitted by:	mat
Approved by:	demon (maintainer)
Original commitRevision:331844 
Sunday, 27 Oct 2013
14:41 demon search for other commits by this committer
Update to 3.22;
support staging.
Original commitRevision:331776 
Tuesday, 19 Jun 2012
04:26 demon search for other commits by this committer
Update to version 3.15

PR:             169229
Submitted by:   sunpoet
Original commit
Saturday, 13 Aug 2011
13:02 sunpoet search for other commits by this committer
- Update to 3.03

PR:             ports/159706
Submitted by:   sunpoet (myself)
Approved by:    demon (maintainer)
Original commit
Sunday, 22 Jan 2006
01:48 edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Original commit
Wednesday, 27 Aug 2003
13:39 mat search for other commits by this committer
Update to 2.03
fixup plist

Approved by:    maintainer
Original commit
Sunday, 29 Jun 2003
09:17 demon search for other commits by this committer
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.
Original commit

Number of commits found: 10