Commit graph

19 commits

Author SHA1 Message Date
sno
53c86faca1 Updating devel/p5-Inline from 0.45 to 0.46 as proposed by PR pkg/42794,
but replaced the modified patch by EU::MM environment variable.

pkgsrc changes:
- Add license definition
- Adjust dependencies (Digest::MD5 2.09 is in Perl core since 5.7.3)
- Replace patch for C/Makefile.PL by environment variable controlling
  MM::EU prompt() function

Upstream changes:
version: 0.46
date:    Fri Feb 12 2010
 Same as 0.45_02 (plus some minor doc alterations in Inline.pod).

version: 0.45_02
date:    Fri Feb 5 2010
 Changes to Inline.pm, denter.pm, and Inline.pod relating to "fixing" untainting
 (to the extent that untainting of -T inline scripts works as documented).
 Many thanks to Patrick LeBoutillier.
 Also added C/t/08core.t (which contains -T on the shebang line) as a basic test
 of untainting. (RT ticket 13084)

version: 0.45_01
date:    Thurs Jan 28 2010
C/C.pod - document that *fully qualified* paths for LIBS, INC, TYPEMAPS and MYEXTLIB
          are needed. (RT ticket 5207)
Inline.pm - remove "defined" from "defined %main::Inline::Config::" as that usage
            causes a deprecation warning with perl-5.11 and later. (RT ticket 53227)
Inline.pm - fix sub push_overrides (RT ticket 49669)
            This change responsible for "Subroutine Inline::C::get_parser redefined"
            warnings that can occur during build stage under certain circumstances.
denter.pm - local()ise $_ (in four places) (RT ticket 16801)
Inline.pod - doc correction (thanks Alejandro Ochoa).
C/Makefile.PL - accommodate 'ccache cc' (RT ticket 40140)
              - accommodate ActivePerl-5.10.1 and later (RT ticket 49419)
C/Cookbook.pod - typo fixes (thanks Brad Barber)
               - Change "NAME" from "C Cookbook ..." to "Inline::C-Cookbook ...".
                (RT ticket 45417)
2010-02-15 15:47:18 +00:00
he
2dc51126e8 Update from version 0.44nb3 to 0.45.
Pkgsrc changes:
 o Update dependencies with version information culled from META.yml
 o Re-do the patch to include Inline::C without prompting

Upstream changes:

version: 0.45
date:    Sat Nov 22 2008
No changes from 0.44_01

version: 0.44_01
date:    Tues Oct 11 2008
changes:
  - Apply patch to Inline.pm that addresses a problem with whitespace occurring
    in the name of the build directory. (RT ticket 4150)
  - Fix ParseRegExp.pm. (RT ticket 6327)
  - Fix (in Inline.pm) problem regarding the calling of the same script from
    different builds of perl. (RT ticket 29326)
  - Allow Inline::install() subroutine to apply to languages other than C and
    CPP. (RT ticket 35517)
  - Fix C/Makefile.PL so that the C compiler can still be found when $Config{cc}
    reports something like /some/place/cc. (RT ticket 8251)
  - In C/C.pm, allow for the calling of multiple typemaps (RT ticket 5639), and
    have the "No Inline C functions bound to Perl" warning specify the file for
    which no bindings were found (RT ticket 17774).
  - Minor doc fixes.
2008-12-20 23:38:37 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
5411305ed8 Use standard CPAN homepage. 2007-02-22 19:18:13 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
kim
65afd04ef8 Update p5-Inline to 0.44
Inline version 0.44 is a semi-major release:
+ This version is intended to be backwards compatible with 0.43.
+ Fixed many bugs reported since 0.43
+ Sped up parsing of C with 'USING => ParseRegExp'
+ Added BUILD_NOISY and BUILD_TIMERS options
+ Use File::Spec for all path operations. First step in porting to all
  platforms.
+ Always call ILSM->validate()
+ Allow C++ modules to be written with Inline
+ New improved Inline::MakeMaker
2003-09-06 03:33:18 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
34e5b77c6c Use buildlink2. Use perl5/module.mk. 2002-10-20 23:35:09 +00:00
kim
323f2569a3 Inline lets you write Perl subroutines in other programming languages
like C, C++, Java, Python, Tcl and even Assembly. You don't need to
compile anything. All the details are handled transparently so you can
just run your Perl script like normal.
2002-09-01 22:39:23 +00:00