858c FreshPorts -- devel/p5-ExtUtils-Depends
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-ExtUtils-Depends 0.304 devel on this many watch lists=21 search for ports that depend on this port
Easily build XS extensions that depend on XS extensions
Maintained by: culot@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Oct 2003 12:30:07
Also Listed In: perl5
License: not specified in port


This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions.  This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.  This works as long
as the base extension is loaded with the RTLD_GLOBAL flag (usually done
with a

	sub dl_load_flags {0x01}

in the main .pm file) if you need to use functions defined in the
module.

WWW: http://search.cpan.org/dist/ExtUtils-Depends/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.8
Required To Run:
  1. lang/perl5.8

This port is required by:

for Build for Run

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/F/FL/FLORA/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/F/FL/FLORA/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/F/FL/FLORA/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/F/FL/FLORA/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/F/FL/FLORA/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/F/FL/FLORA/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/F/FL/FLORA/
  9. ftp://mirror.hiwaay.net/CPAN/authors/id/F/FL/FLORA/
  10. http://at.cpan.org/authors/id/F/FL/FLORA/
  11. http://backpan.perl.org/authors/id/F/FL/FLORA/
  12. http://cpan.nctu.edu.tw/authors/id/F/FL/FLORA/
  13. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/F/FL/FLORA/
  14. http://ring.nict.go.jp/archives/CPAN/authors/id/F/FL/FLORA/
  15. http://ring.riken.jp/archives/CPAN/authors/id/F/FL/FLORA/
  16. http://www.cpan.dk/authors/id/F/FL/FLORA/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
20 Jun 2011 08:36:20
Original commit files touched by this commit  0.304
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
21 Feb 2011 07:08:07
Original commit files touched by this commit  0.304
culot search for other commits by this committer
- Update to 0.304

Changes:        http://search.cpan.org/dist/ExtUtils-Depends/Changes
04 Dec 2010 07:58:03
Original commit files touched by this commit  0.303
culot search for other commits by this committer
- Update to 0.303
- Take maintainership

Changes:        http://search.cpan.org/dist/ExtUtils-Depends/Changes
Approved by:    wen@ (mentor)
10 Jan 2010 03:54:09
Original commit files touched by this commit  0.302
linimon search for other commits by this committer
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
09 Jul 2009 18:43:51
Original commit files touched by this commit  0.302
pgollucci search for other commits by this committer
- Update to 0.302

PR:             ports/136500
Approved by:    skv (blanket)
Submitted by:   myself (pgollucci@)
05 Jun 2009 22:46:43
Original commit files touched by this commit  0.301
pgollucci search for other commits by this committer
- Update to 0.301

PR:             ports/134812
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
11 Jun 2008 12:51:50
Original commit files touched by this commit  0.300
skv search for other commits by this committer
Update to 0.300

Changes:        http://search.cpan.org/src/TSCH/ExtUtils-Depends-0.300/Changes
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.205
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 00:57:38
Original commit files touched by this commit  0.205
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
22 Jan 2006 08:30:12
Original commit files touched by this commit  0.205
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:48:34
Original commit files touched by this commit  0.205
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
11 Jun 2005 16:13:12
Original commit files touched by this commit  0.205
skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
27 Jan 2005 10:20:22
Original commit files touched by this commit  0.205
skv search for other commits by this committer
Update to 0.205
17 Oct 2004 16:01:03
Original commit files touched by this commit  0.204
skv search for other commits by this committer
Updated to 0.204
20 Apr 2004 07:37:30
Original commit files touched by this commit  0.202
skv search for other commits by this committer
IGNORE if perl less than 5.6.x

Pointed by:     kris
11 Apr 2004 05:04:20
Original commit files touched by this commit  0.202
kris search for other commits by this committer
BROKEN with perl < 5.8: Does not compile
28 Mar 2004 16:59:56
Original commit files touched by this commit  0.202
skv search for other commits by this committer
Updated to 0.202
08 Dec 2003 17:08:50
Original commit files touched by this commit  0.104
skv search for other commits by this committer
Updated to 0.104
18 Oct 2003 12:28:24
Original commit files touched by this commit  0.102
skv search for other commits by this committer
Add p5-ExtUtils-Depends 0.102,
easily build XS extensions that
depend on XS extensions.

Number of commits found: 19

28c7
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 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 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours13
new 7 days33
new fortnight85
new month177

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0