1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 16:45:40 -04:00

Remove old code

This commit is contained in:
Ryan Voots 2017-06-21 18:23:20 -04:00
parent 056440daf3
commit fdab7d08c0
10 changed files with 0 additions and 23639 deletions

View file

@ -1,5 +0,0 @@
K 13
svn:mergeinfo
V 0
END

145
deps/.svn/entries vendored
View file

@ -1,145 +0,0 @@
10
dir
475
svn://erxz.com/bb3/branches/perlbuut/deps
svn://erxz.com/bb3
2009-10-03T22:53:42.528878Z
475
simcop
has-props
dcb1cea6-7f7e-4c78-8a22-148ace8ce36e
build_deps.sh
file
2009-10-03T22:54:20.000000Z
d5fe1cfca96d2831d95c75e19e868368
2009-10-03T22:53:42.528878Z
475
simcop
has-props
401
env.js
file
2009-10-03T22:54:20.000000Z
6ec26ea755ec918c22e6a90982bceb16
2009-10-03T22:53:42.528878Z
475
simcop
307353
JavaScript-SpiderMonkey-0.19-patched
dir
Jplugin
dir
Geo-IATA.pm.diff
file
2009-10-03T22:54:20.000000Z
e6c1f9d3241046ad61b816ed45a67e1e
2009-10-03T22:53:42.528878Z
475
simcop
has-props
637
Math
dir
IMDB
dir
Language-K20
dir

View file

@ -1,5 +0,0 @@
K 14
svn:executable
V 1
*
END

View file

@ -1,5 +0,0 @@
K 14
svn:executable
V 1
*
END

View file

@ -1,16 +0,0 @@
--- IATA.pm 2009-06-27 16:45:16.000000000 +0300
+++ /usr/local/share/perl/5.10.0/Geo/IATA.pm 2009-10-03 13:40:48.000000000 +0300
@@ -23,7 +23,13 @@
$db =~s{$}{.pm}xms;
($path = $INC{$db}) =~ s{.pm$}{}xms;
$path="iata_sqlite.db";
+
+ my $sqlite_path = __FILE__;
+ chop $sqlite_path for 1..3;
+ $sqlite_path .= "/$path";
+ $path = $sqlite_path;
+ confess "SQLite IATA database not where supposed to be " unless(-f $path);
}
my $dbh = DBI->connect("dbi:SQLite:dbname=$path","","", {RaiseError => 1, unicode=> 1});
return bless {dbh => $dbh, dbname => $path}, $pkg;

View file

@ -1,24 +0,0 @@
#!/bin/bash
#wget http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz
#tar -xzvf js-1.7.0.tar.gz
rm js-1.8.0-rc1.tar.gz
rm -rf js/
wget http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz
tar -xzvf js-1.8.0-rc1.tar.gz
cd js/src
make -f Makefile.ref
cd ../..
cd JavaScript-SpiderMonkey-0.19-patched
perl Makefile.PL
make
make test
sudo make install
cd ..
sudo cpan Log::Log4perl

File diff suppressed because it is too large Load diff

16
deps/Geo-IATA.pm.diff vendored
View file

@ -1,16 +0,0 @@
--- IATA.pm 2009-06-27 16:45:16.000000000 +0300
+++ /usr/local/share/perl/5.10.0/Geo/IATA.pm 2009-10-03 13:40:48.000000000 +0300
@@ -23,7 +23,13 @@
$db =~s{$}{.pm}xms;
($path = $INC{$db}) =~ s{.pm$}{}xms;
$path="iata_sqlite.db";
+
+ my $sqlite_path = __FILE__;
+ chop $sqlite_path for 1..3;
+ $sqlite_path .= "/$path";
+ $path = $sqlite_path;
+ confess "SQLite IATA database not where supposed to be " unless(-f $path);
}
my $dbh = DBI->connect("dbi:SQLite:dbname=$path","","", {RaiseError => 1, unicode=> 1});
return bless {dbh => $dbh, dbname => $path}, $pkg;

23
deps/build_deps.sh vendored
View file

@ -1,23 +0,0 @@
#!/bin/bash
#wget http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz
#tar -xzvf js-1.7.0.tar.gz
rm js-1.8.0-rc1.tar.gz
rm -rf js/
wget http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz
tar -xzvf js-1.8.0-rc1.tar.gz
cd js/src
make -f Makefile.ref
cd ../..
cd JavaScript-SpiderMonkey-0.19-patched
perl Makefile.PL
make
make test && make install
cd ..
#sudo cpan Log::Log4perl

13505
deps/env.js vendored

File diff suppressed because one or more lines are too long