Bug 144196 - [NEW PORT] devel/p5-ExtUtils-CChecker: Configure-time utilities for using C headers, libraries, OS features
Summary: [NEW PORT] devel/p5-ExtUtils-CChecker: Configure-time utilities for using C h...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 06:00 UTC by Sahil Tandon
Modified: 2010-03-04 17:16 UTC (History)
0 users

See Also:


Attachments
p5-ExtUtils-CChecker.shar (2.79 KB, text/plain)
2010-02-22 06:00 UTC, Sahil Tandon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon 2010-02-22 06:00:12 UTC
Often Perl modules are written to wrap functionallity found in existing 
C headers, libraries, or to use OS-specific features. It is useful in 
the Build.PL or Makefile.PL file to check for the existance of these 
requirements before attempting to actually build the module.

Objects in this class provide an extension around ExtUtils::CBuilder to 
simplify the creation of a .c file, compiling, linking and running it, 
to test if a certain feature is present.

WWW: http://search.cpan.org/~pevans/ExtUtils-CChecker-0.02/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-22 06:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-03-04 17:06:01 UTC
itetcu      2010-03-04 17:05:48 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-ExtUtils-CChecker Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  Often Perl modules are written to wrap functionallity found in existing
  C headers, libraries, or to use OS-specific features. It is useful in
  the Build.PL or Makefile.PL file to check for the existance of these
  requirements before attempting to actually build the module.
  
  Objects in this class provide an extension around ExtUtils::CBuilder to
  simplify the creation of a .c file, compiling, linking and running it,
  to test if a certain feature is present.
  
  WWW: http://search.cpan.org/~pevans/ExtUtils-CChecker-0.02/
  
  PR:             ports/144196
  Submitted by:   Sahil Tandon <sahil at tandon.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3827    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/p5-ExtUtils-CChecker/Makefile (new)
  1.1       +3 -0      ports/devel/p5-ExtUtils-CChecker/distinfo (new)
  1.1       +10 -0     ports/devel/p5-ExtUtils-CChecker/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-ExtUtils-CChecker/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2010-03-04 17:16:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!