Changes between Initial Version and Version 1 of Ticket #18997


Ignore:
Timestamp:
Mar 26, 2009, 10:03:46 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18997

    • Property Owner changed from macports-tickets@… to mas@…
    • Property Port p5-finance-quote added
  • Ticket #18997 – Description

    initial v1  
     1{{{
    12% port deps p5-finance-quote
    23p5-finance-quote has library dependencies on:
     
    67        p5-datemanip
    78        p5-crypt-ssleay
     9}}}
    810
    911At the same time Finance/Quote/VWD.pm depends on HTML/TreeBuilder.pm, so that actually trying to use Finance::Quote::VWD gives:
    1012
     13{{{
    1114% perl -e 'use Finance::Quote::VWD;'
    1215Can't locate HTML/TreeBuilder.pm in @INC (@INC contains: /opt/local/lib/perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at /opt/local/lib/perl5/vendor_perl/5.8.9/Finance/Quote/VWD.pm line 41.
     
    1417Compilation failed in require at -e line 1.
    1518BEGIN failed--compilation aborted at -e line 1.
     19}}}
    1620
    1721Installing the p5-html-tree port makes everything happy.