584a FreshPorts -- devel/p5-CPAN-YACSmoke
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-CPAN-YACSmoke 0.03_1 devel on this many watch lists=0 search for ports that depend on this port
Yet Another CPAN Smoke Tester

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Mar 2005 20:19:39
Also Listed In: perl5
License: not specified in port


This module uses the backend of CPANPLUS to run tests on modules recently
uploaded to CPAN and post results to the CPAN Testers list.

It will create a database file in the .cpanplus directory, which it uses
to track tested distributions. This information will be used to keep from
posting multiple reports for the same module, and to keep from testing
modules that use non-passing modules as prerequisites.

If it is given multiple versions of the same distribution to test, it will
test the most recent version only. If that version fails, then it will test
a previous version.

By default it uses CPANPLUS configuration settings.

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

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

Required To Build:
  1. devel/p5-Config-IniFiles
  2. devel/p5-File-HomeDir
  3. devel/p5-Regexp-Assemble
  4. devel/p5-Sort-Versions
  5. devel/p5-Test-Reporter
  6. net/p5-URI
  7. www/p5-libwww
  8. lang/perl5.8
Required To Run:
  1. devel/p5-Config-IniFiles
  2. devel/p5-File-HomeDir
  3. devel/p5-Regexp-Assemble
  4. devel/p5-Sort-Versions
  5. devel/p5-Test-Reporter
  6. net/p5-URI
  7. www/p5-libwww
  8. devel/p5-CPANPLUS
  9. devel/p5-Module-Pluggable
  10. lang/perl5.8
There are no ports dependent upon this port

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


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/modules/by-module/CPAN/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/CPAN/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/CPAN/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/CPAN/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/CPAN/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/CPAN/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/CPAN/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/CPAN/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/CPAN/
  11. http://at.cpan.org/modules/by-module/CPAN/
  12. http://backpan.perl.org/modules/by-module/CPAN/
  13. http://cpan.nctu.edu.tw/modules/by-module/CPAN/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/CPAN/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/CPAN/
  16. http://www.cpan.dk/modules/by-module/CPAN/
  17. http://www.cpan.dk/modules/by-module/CPAN/

Number of commits found: 10

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 Jun 2012 18:42:48
Original commit files touched by this commit  0.03_1
swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.03_1
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  0.03_1
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
03 Jul 2011 14:59:23
Original commit files touched by this commit  0.03_1
ohauer search for other commits by this committer
-remove MD5
15 Nov 2008 06:40:06
Original commit files touched by this commit  0.03_1
leeym search for other commits by this committer
- update dependency
- drop MAINTAINERship
- bump PORTREVISION
21 Feb 2008 09:19:37
Original commit files touched by this commit  0.03
leeym search for other commits by this committer
- utilize CPAN macro
01 Feb 2007 07:02:03
Original commit files touched by this commit  0.03
leeym search for other commits by this committer
- remove legacy support code for Perl 5.005_03
22 Jan 2006 08:30:12
Original commit files touched by this commit  0.03
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.03
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)
04 Mar 2005 20:19:03
Original commit files touched by this commit  0.03
leeym search for other commits by this committer
- add p5-CPAN-YACSmoke-0.03

This module uses the backend of CPANPLUS to run tests on modules recently
uploaded to CPAN and post results to the CPAN Testers list.

It will create a database file in the .cpanplus directory, which it uses
to track tested distributions. This information will be used to keep from
posting multiple reports for the same module, and to keep from testing
modules that use non-passing modules as prerequisites.

If it is given multiple versions of the same distribution to test, it will
test the most recent version only. If that version fails, then it will test
a previous version.

By default it uses CPANPLUS configuration settings.

Number of commits found: 10

283f
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 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 24533
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month217

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