Next | Query returned 27 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-06-04 14:28:18 by OBATA Akio | Files touched by this commit (2) | Package updated
Log message:
Update p5-InlineX-C2XS to 0.22.
per maintainer update request by PR 46541.

ChangeLog:
- 0.22 ... Add DIST and MANIF config options.

- 0.19 ... If EXPORT_TAGS_ALL is set, then it's now unnecessary
           to set EXPORT_OK_ALL

- 0.18 ... Add CPPFLAGSEX, BOOT_F and PRE_HEAD config options.

           Add script.in (which generates the c2xs script)
   2012-01-26 22:01:07 by Ulrich Habel | Files touched by this commit (2)
Log message:
Updated to 0.17

Changes:

- 0.17 ... Add PREREQ_PM config option
   2011-08-17 13:57:17 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.16:

- 0.16 ... Add config option '_TESTING' (and tests)
           Inline pre-requisite version now 0.46_01
           Add config option 'USE'
           Substitution regex added to t_makefile_pl_pre.t and
            t_makefile_pl.t - to cater for recent ActivePerls
   2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-02-04 10:54:44 by Thomas Klausner | Files touched by this commit (3) | Imported package
Log message:
Initial import of p5-InlineX-C2XS, packaged for wip by Wen Heping.

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 calle 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


Next | Query returned 27 messages, browsing 21 to 30 | previous