/[webpac2]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by dpavlin, Sat Jul 16 20:35:30 2005 UTC revision 199 by dpavlin, Wed Nov 30 23:15:28 2005 UTC
# Line 18  WriteMakefile( Line 18  WriteMakefile(
18          'Text::Iconv' => 0,          'Text::Iconv' => 0,
19          'Storable' => 0,          'Storable' => 0,
20          'DBM::Deep' => 0,          'DBM::Deep' => 0,
21            'XML::Simple' => 0,
22            'Template' => 0,
23            'Time::HiRes' => 0,
24            'File::Temp' => 0,
25            'List::Util' => 0,
26            'URI::Escape' => 0,
27      },      },
28      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
29      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
# Line 40  changelog: Line 46  changelog:
46  tags:  tags:
47          ctags *.p[ml] */*.p[ml] */*/*.p[ml]          ctags *.p[ml] */*.p[ml] */*/*.p[ml]
48    
49    sf:
50            svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2
51    
52    run:
53            rm -f log
54            test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true
55            estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=webpac2' || true
56            estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=webpac2&label=WebPAC%20test' || true
57            ./run.pl
58    
59  MAKE_MORE  MAKE_MORE
60  }  }

Legend:
Removed from v.10  
changed lines
  Added in v.199

  ViewVC Help
Powered by ViewVC 1.1.26