aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-InlineX-C2XS
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-10-05 06:43:58 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-10-05 06:43:58 +0000
commit82fb3c33910d56bc6a6ffaefe85777eee67ee77e (patch)
treede4a7e57bb9af7ca3230cb0b5dfd53676bd0fc8f /devel/p5-InlineX-C2XS
parent19908a68e344c6dc1da25feda9cadd0d7366ab0c (diff)
downloadports-82fb3c33910d56bc6a6ffaefe85777eee67ee77e.tar.gz
ports-82fb3c33910d56bc6a6ffaefe85777eee67ee77e.zip
- Update to 0.12
Notes
Notes: svn path=/head/; revision=200894
Diffstat (limited to 'devel/p5-InlineX-C2XS')
-rw-r--r--devel/p5-InlineX-C2XS/Makefile2
-rw-r--r--devel/p5-InlineX-C2XS/distinfo6
-rw-r--r--devel/p5-InlineX-C2XS/pkg-descr8
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-InlineX-C2XS/Makefile b/devel/p5-InlineX-C2XS/Makefile
index 2b7e3b6ece90..6da922fe9b70 100644
--- a/devel/p5-InlineX-C2XS/Makefile
+++ b/devel/p5-InlineX-C2XS/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= InlineX-C2XS
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SI/SISYPHUS/
diff --git a/devel/p5-InlineX-C2XS/distinfo b/devel/p5-InlineX-C2XS/distinfo
index 993ae0918cca..45373adb1ab0 100644
--- a/devel/p5-InlineX-C2XS/distinfo
+++ b/devel/p5-InlineX-C2XS/distinfo
@@ -1,3 +1,3 @@
-MD5 (InlineX-C2XS-0.11.tar.gz) = 32169c43d0e46f2ebc0ca8728da6ef92
-SHA256 (InlineX-C2XS-0.11.tar.gz) = 2dbe3bc69d381722bfbd8b3f4e239e4c48661dbe599e5b05c02be8bd7a362375
-SIZE (InlineX-C2XS-0.11.tar.gz) = 12221
+MD5 (InlineX-C2XS-0.12.tar.gz) = 3e7b97ccf5180bba429598bee75d4578
+SHA256 (InlineX-C2XS-0.12.tar.gz) = 1fdee6109f353dd643a88b9752b7971f5ca8a7e99d3a244e2c22f1da22da7b01
+SIZE (InlineX-C2XS-0.12.tar.gz) = 13632
diff --git a/devel/p5-InlineX-C2XS/pkg-descr b/devel/p5-InlineX-C2XS/pkg-descr
index cfe7bf766b7f..a8f74bac8601 100644
--- a/devel/p5-InlineX-C2XS/pkg-descr
+++ b/devel/p5-InlineX-C2XS/pkg-descr
@@ -1,9 +1,9 @@
-Inline::C2XS - create an XS file from an Inline C file.
+InlineX::C2XS - create an XS file from an Inline C file.
-The C file that Inline::C2XS needs to find would contain
+The C file that InlineX::C2XS needs to find would contain
only the C code.
-Inline::C2XS looks for the file in ./src directory - expecting that the
+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
@@ -17,4 +17,4 @@ 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/Inline-C2XS/
+WWW: http://search.cpan.org/dist/InlineX-C2XS/