FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 8:32 PM BST
Port details
p5-InlineX-C2XS 0.19 devel on this many watch lists=0 search for ports that depend on this port
Perl module to create an XS file from an Inline C file
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 26 Dec 2006 02:41:35
Also Listed In: perl5
License: not specified in port


InlineX::C2XS - create an XS file from an Inline C file.

The C file that InlineX::C2XS needs to find would contain 
only the C code.

InlineX::C2XS looks for the file in ./src directory - expecting that the
filename will be the same as what appears after the final '::' in the
module name (with a '.c' extension). ie if the module is called
My::Next::Mod it looks for a file ./src/Mod.c, and creates a file
named Mod.xs. Also created, is the file 'INLINE.h' - but only if that
file is needed. The generated xs file (and INLINE.h) will be written
to the cwd unless a third argument (specifying a valid directory) is
provided to the c2xs() function.

The created XS file, when packaged with the '.pm' file, an
appropriate 'Makefile.PL', and 'INLINE.h' (if it's needed),
can be used to build the module in the usual way - without
any dependence upon the Inline::C module.

WWW: http://search.cpan.org/dist/InlineX-C2XS/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/p5-Inline, lang/perl5.8
Required To Run: devel/p5-Inline, lang/perl5.8
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/authors/id/S/SI/SISYPHUS/
http://www.cpan.dk/authors/id/S/SI/SISYPHUS/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/S/SI/SISYPHUS/
http://ftp.jaist.ac.jp/pub/CPAN/authors/id/S/SI/SISYPHUS/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/S/SI/SISYPHUS/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/S/SI/SISYPHUS/
ftp://mirror.hiwaay.net/CPAN/authors/id/S/SI/SISYPHUS/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/S/SI/SISYPHUS/
http://at.cpan.org/authors/id/S/SI/SISYPHUS/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/S/SI/SISYPHUS/
http://backpan.perl.org/authors/id/S/SI/SISYPHUS/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/S/SI/SISYPHUS/
http://cpan.nctu.edu.tw/authors/id/S/SI/SISYPHUS/
http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/S/SI/SISYPHUS/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 12

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
03 May 2012 02:28:40
Original commit files touched by this commit  0.19
sunpoet search for other commits by this committer
- Update to 0.19

Changes:        http://search.cpan.org/dist/InlineX-C2XS/CHANGES
01 May 2012 01:47:10
Original commit files touched by this commit  0.17
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
12 Feb 2012 03:37:41
Original commit files touched by this commit  0.17
sunpoet search for other commits by this committer
- Update to 0.17

Changes:        http://search.cpan.org/dist/InlineX-C2XS/CHANGES
Approved by:    clsung (maintainer, via IRC)
21 Jan 2012 17:40:15
Original commit files touched by this commit  0.16
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
20 Jun 2011 08:36:20
Original commit files touched by this commit  0.16
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
22 Apr 2010 00:41:35
Original commit files touched by this commit  0.16
clsung search for other commits by this committer
- Update to 0.16

Changes:        http://search.cpan.org/dist/InlineX-C2XS/Changes
05 Feb 2010 06:39:32
Original commit files touched by this commit  0.15
clsung search for other commits by this committer
- Update to 0.15

Changes:        http://search.cpan.org/dist/InlineX-C2XS/Changes
30 Jul 2009 03:37:05
Original commit files touched by this commit  0.14
clsung search for other commits by this committer
- Update to 0.14

Changes:        http://search.cpan.org/dist/InlineX-C2XS/Changes
27 Aug 2008 03:42:09
Original commit files touched by this commit  0.13
clsung search for other commits by this committer
- Update to 0.13

Changes:        http://search.cpan.org/dist/InlineX-C2XS/Changes
05 Oct 2007 06:43:58
Original commit files touched by this commit  0.12
clsung search for other commits by this committer
- Update to 0.12
30 May 2007 02:21:33
Original commit files touched by this commit  0.11
clsung search for other commits by this committer
- Update to 0.11
- byebye the 'if ${PERL_LEVEL} < 500601' parts
26 Dec 2006 02:41:25
Original commit files touched by this commit  0.10
clsung search for other commits by this committer
- Inline-C2XS is deprecated. Author rename to InlineX-C2XS
- see http://search.cpan.org/~sisyphus/Inline-C2XS-0.08/

PR:             ports/107127
Submitted by:   clsung

Number of commits found: 12

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.105 seconds.