6f9c FreshPorts -- devel/p5-ExtUtils-XSBuilder
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-ExtUtils-XSBuilder 0.28_1 devel on this many watch lists=8 search for ports that depend on this port
Autogenerating XS-glue Code
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 27 Sep 2003 13:40:24
Also Listed In: perl5
License: not specified in port


ExtUtils::XSBuilder is a set modules to parse C header files and create XS
glue code and documentation out of it. Ideally this allows to "write" an
interface to a C library without coding a line. Since no C-API is ideal,
some adjustments are necessary most of the time. So to use this module you
must still be familiar with C and XS programming, but it removes a lot of
stupid work and copy&paste from you. Also when the C API changes, most
of the time you only have to rerun XSBuilder to get your new Perl API.

WWW: http://search.cpan.org/dist/ExtUtils-XSBuilder/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Tie-IxHash
  2. lang/perl5.14
  3. lang/perl5.14
Required To Run:
  1. devel/p5-Tie-IxHash
  2. lang/perl5.14

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-ExtUtils-XSBuilder/ && make install clean
To add the package: pkg_add -r p5-ExtUtils-XSBuilder


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/ExtUtils/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/ExtUtils/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/ExtUtils/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/ExtUtils/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ExtUtils/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/ExtUtils/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/ExtUtils/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/ExtUtils/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/ExtUtils/
  11. http://at.cpan.org/modules/by-module/ExtUtils/
  12. http://backpan.perl.org/modules/by-module/ExtUtils/
  13. http://cpan.nctu.edu.tw/modules/by-module/ExtUtils/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/ExtUtils/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/ExtUtils/
  16. http://www.cpan.dk/modules/by-module/ExtUtils/
  17. http://www.cpan.dk/modules/by-module/ExtUtils/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 00:44:54
Original commit files touched by this commit  0.28_1
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
14 Jun 2012 16:47:15
Original commit files touched by this commit  0.28_1
ak search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Submitted by:   az
Approved by:    eadler (mentor)
10 Jun 2012 18:42:48
Original commit files touched by this commit  0.28_1
swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
07 May 2012 15:42:51
Original commit files touched by this commit  0.28_1
skv search for other commits by this committer
Pass maintainership of almost of my "p5-*" ports to "perl@".

(I hope updating of them will be improved).
03 Jul 2011 14:59:23
Original commit files touched by this commit  0.28_1
ohauer search for other commits by this committer
-remove MD5
14 Jan 2009 15:02:42
Original commit files touched by this commit  0.28_1
tobez search for other commits by this committer
Fix plist with perl 5.8.9.

Approved by:    portmgr (pav, implicit)
23 May 2008 21:18:39
Original commit files touched by this commit  0.28
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.28
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
30 May 2006 08:36:15
Original commit files touched by this commit  0.28
skv search for other commits by this committer
Update to 0.28

Changes:       
http://search.cpan.org/src/GRICHTER/ExtUtils-XSBuilder-0.28/Changes
22 Jan 2006 08:30:12
Original commit files touched by this commit  0.27
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:48:34
Original commit files touched by this commit  0.27
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)
11 Jun 2005 16:13:12
Original commit files touched by this commit  0.27
skv search for other commits by this committer
* 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)
18 Aug 2004 07:13:48
Original commit files touched by this commit  0.27
skv search for other commits by this committer
Update to 0.27, take maintainership.
20 Apr 2004 07:43:13
Original commit files touched by this commit  0.25
skv search for other commits by this committer
Updated to 0.25
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.23
trevor search for other commits by this committer
SIZEify.
27 Sep 2003 13:38:33
Original commit files touched by this commit  0.23
vanilla search for other commits by this committer
Add p5-ExtUtils-XSBuilder, it's a set modules to parse C header files and
create XS glue code and documentation out of it.

Sponsor by:     Open Source Software Foundry <http://www.openfoundry.org>

Number of commits found: 16

285f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0