added texinfo
This commit is contained in:
parent
b82a920b8c
commit
1b9ce894b7
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ sub populate_gnu_software {
|
|||
$sth_gs->execute(5,'gmp','GNU Multiple Precision Arithmetic Library', '4.3.0', '2009-04-20');
|
||||
$sth_gs->execute(6,'ncurses','Ncurses', '5.7', '2009-04-20');
|
||||
$sth_gs->execute(7,'readline','GNU readline', '6.0', '2009-04-20');
|
||||
$sth_gs->execute(8,'texinfo','Texinfo', '4.13', '2009-04-20');
|
||||
|
||||
# http://www.alliedquotes.com/mirrors/gnu/gnu/gcc/gcc-4.3.3/gcc-4.3.3.tar.bz2
|
||||
#################### Populate table latest_tarball ####################
|
||||
|
@ -115,6 +116,7 @@ sub populate_gnu_software {
|
|||
$sth_lt->execute(5, 5, 'gmp', 'gmp-4.3.0.tar.bz2', '2009-04-20');
|
||||
$sth_lt->execute(6, 6, 'ncurses', 'ncurses-5.7.tar.gz', '2009-04-20');
|
||||
$sth_lt->execute(7, 7, 'readline','readline-6.0.tar.gz','2009-04-20');
|
||||
$sth_lt->execute(8, 8, 'texinfo','texinfo-4.13.tar.gz','2009-04-20');
|
||||
}
|
||||
|
||||
sub populate_gnu_mirrors {
|
||||
|
|
Loading…
Reference in a new issue