Subversion Repositories OpenARM Single-board Computer

Rev

Rev 334 | Rev 337 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 334 Rev 335
Line 1... Line 1...
1
#!/usr/bin/perl -w
1
#!/usr/bin/perl -w
2
use strict;
2
use strict;
3
# $Id: inventory.pl 334 2008-12-29 21:36:34Z agaran $
3
# $Id: inventory.pl 335 2008-12-29 22:03:42Z agaran $
4
# Thu, 13 Nov 2008 21:06:23 +0100
4
# Thu, 13 Nov 2008 21:06:23 +0100
5
# Maciej 'agaran' Pijanka <agaran@pld-linux.org>
5
# Maciej 'agaran' Pijanka <agaran@pld-linux.org>
6
# for OpenARM SBC Project
6
# for OpenARM SBC Project
7
# license: gpl v3
7
# license: gpl v3
8
8
Line 514... Line 514...
514
        { title => '| ', is_sep => 1 },
514
        { title => '| ', is_sep => 1 },
515
        { title => 'id', align => 'right', align_title => 'center' },
515
        { title => 'id', align => 'right', align_title => 'center' },
516
        { title => ' | ', is_sep => 1 },
516
        { title => ' | ', is_sep => 1 },
517
        { title => 'description', align => 'left', align_title => 'center' },
517
        { title => 'description', align => 'left', align_title => 'center' },
518
        { title => ' | ', is_sep => 1 },
518
        { title => ' | ', is_sep => 1 },
519
        { title => 'manufacturer partno', align => 'left', align_title => 'center' },
519
        { title => 'manufacturer partid', align => 'left', align_title => 'center' },
520
        { title => ' | ', is_sep => 1 },
520
        { title => ' | ', is_sep => 1 },
521
        { title => 'footprint', align => 'left', align_title => 'center' },
521
        { title => 'footprint', align => 'left', align_title => 'center' },
522
        { title => ' | ', is_sep => 1 },
522
        { title => ' | ', is_sep => 1 },
523
        { title => 'refdes', align => 'left', align_title => 'center' },
523
        { title => 'refdes', align => 'left', align_title => 'center' },
524
        { title => ' | ', is_sep => 1 },
524
        { title => ' | ', is_sep => 1 },