Main > Free Download Search >

Free building software for linux

building

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 920
Building Block 1-0-0

Building Block 1-0-0


Building Block ist the Open Source Content Management Software for your website. more>>
Building Block ist the Open Source Content Management Software for your website. It is lightweight and has minimal hardware requirements.
At the same time it is powerful and delivers high performance. Building Blocks diversity allows you to create and manage professional web projects directly in your browser.
Enhancements:
- This initial release is stable and is recommended for production use on non-critical data.
<<less
Download (0.064MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1216 downloads
My Own Building System 2.3.2

My Own Building System 2.3.2


My Own Building System (a.k.a. mobs) is a GPLd build system, lightweight and easy to use, with a limited application framework. more>>
My Own Building System (a.k.a. mobs) is a GPLd build system, lightweight and easy to use, with a limited application framework. My Own Building System project gets information from the end-user wanting to build your project and modifies the building process according to such information.

It provides the developer with some development helpers, including some makefile framework and an interface for the end-user (the 0 script). This building system supports the (more or less) automatic building of C, C++, Bison/Yacc, Flex/Lex, and Texinfo source files, and the creation of static and shared libraries and binaries.

It is not a GNU autoconf/automake clone, and although the command line of the 0 script certainly mimics the one of GNU configure it is only for the sake of end-users. Internally, and from the point of view of the developer, is very different.

<<less
Download (0.041MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1125 downloads
pwbuilder 0.6.3

pwbuilder 0.6.3


pwbuilder is a tool for building Slackware packages. more>>
pwbuilder is a powerful tool for creating software packages for Slackware Linux. pwbuilder aims to be the easiest tool in its category.

However, pwbuilder provides an advanced API that allows you to make packages exactly in the way you want.
<<less
Download (0.10MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 downloads
MURIX Linux 2.6.19

MURIX Linux 2.6.19


MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs. more>>
MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs.

Since you build it from source, MURIX should function on almost any hardware.
<<less
Download (26.6MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1027 downloads
Test::Builder 0.64

Test::Builder 0.64


Test::Builder is a backend for building test libraries. more>>
Test::Builder is a backend for building test libraries.

SYNOPSIS

package My::Test::Module;
use Test::Builder;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(ok);

my $Test = Test::Builder->new;
$Test->output(my_logfile);

sub import {
my($self) = shift;
my $pack = caller;

$Test->exported_to($pack);
$Test->plan(@_);

$self->export_to_level(1, $self, ok);
}

sub ok {
my($test, $name) = @_;

$Test->ok($test, $name);
}

Test::Simple and Test::More have proven to be popular testing modules, but theyre not always flexible enough. Test::Builder provides the a building block upon which to write your own test libraries which can work together.

<<less
Download (0.069MB)
Added: 2006-08-30 License: Perl Artistic License Price:
1150 downloads
ModPerl::BuildMM 2.0.2

ModPerl::BuildMM 2.0.2


ModPerl::BuildMM is a subclass of ModPerl::MM used for building mod_perl 2.0. more>>
ModPerl::BuildMM is a "subclass" of ModPerl::MM used for building mod_perl 2.0.

SYNOPSIS

use ModPerl::BuildMM;

# ModPerl::BuildMM takes care of doing all the dirty job of overriding
ModPerl::BuildMM::WriteMakefile(...);

# if there is a need to extend the methods
sub MY::postamble {
my $self = shift;

my $string = $self->ModPerl::BuildMM::MY::postamble;

$string .= "nmydist : manifest tardistn";

return $string;
}

ModPerl::BuildMM is a "subclass" of ModPerl::MM used for building mod_perl 2.0. Refer to ModPerl::MM manpage.

<<less
Download (3.5MB)
Added: 2006-08-31 License: Perl Artistic License Price:
1149 downloads
kbilliards 0.8.7

kbilliards 0.8.7


kbilliards is a funny billiards simulator game, under KDE, Linux. more>>
kbilliards is a funny billiards simulator game, under KDE, Linux.
This recreation game is a stable version and fully playable. However I am still looking forward to improving it.
Enhancements:
- one bug fixed
- minor graphic improvements
- initial support for "waf" building system
<<less
Download (2.0MB)
Added: 2006-06-04 License: GPL (GNU General Public License) Price:
1242 downloads
Mail::Action 0.40

Mail::Action 0.40


Mail::Action is a Perl module for building modules that act on incoming mail. more>>
Mail::Action is a Perl module for building modules that act on incoming mail.

SYNOPSIS

use base Mail::Action;

Sometimes, you just need a really simple mailing address to last for a few days. You want it to be easy to create and easy to use, and you want it to be sufficiently anonymous that your real address isnt ever exposed.

Mail::TempAddress, Mail::TempAddress::Addresses, and Mail::TempAddress::Address make it easy to create a temporary mailing address system.

<<less
Download (0.011MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1144 downloads
Wurm Online 1.3.8

Wurm Online 1.3.8


Wurm Online is 3D FPP MMORPG game. more>>
Wurm Online is 3D FPP MMORPG game.

Online multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.

<<less
Download (0.004MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1278 downloads
XML::XPath::Builder 1.13

XML::XPath::Builder 1.13


XML::XPath::Builder is a SAX handler for building an XPath tree. more>>
XML::XPath::Builder is a SAX handler for building an XPath tree.

SYNOPSIS

use AnySAXParser;
use XML::XPath::Builder;

$builder = XML::XPath::Builder->new();
$parser = AnySAXParser->new( Handler => $builder );

$root_node = $parser->parse( Source => [SOURCE] );

XML::XPath::Builder is a SAX handler for building an XML::XPath tree.

XML::XPath::Builder is used by creating a new instance of XML::XPath::Builder and providing it as the Handler for a SAX parser. Calling `parse() on the SAX parser will return the root node of the tree built from that parse.

<<less
Download (0.039MB)
Added: 2006-08-31 License: Perl Artistic License Price:
1149 downloads
Math::TotalBuilder::Common 1.10

Math::TotalBuilder::Common 1.10


Math::TotalBuilder::Common is a Perl module with common unit sets for building totals. more>>
Math::TotalBuilder::Common is a Perl module with common unit sets for building totals.

SYNOPSIS

use Math::TotalBuilder;
use Math::TotalBuilder::Common;

# units for 952 pence
my %tender = build($Math::TotalBuilder::Common::uk_money_old, 952);

This package is just a set of common sets of units for use with the code in Math::TotalBuilder.

<<less
Download (0.005MB)
Added: 2006-09-21 License: Perl Artistic License Price:
1128 downloads
Banteng 0.1.1

Banteng 0.1.1


Banteng is cross-platform, visual JavaScript IDE. more>>
Banteng is a cross platform visual javascript for building native desktop applications on Windows, Linux, and Mac OS X.

The 0.1.1 release includes the core runtime engine and some basic examples.

<<less
Download (2.2MB)
Added: 2005-12-28 License: BSD License Price:
1395 downloads
PSA::Test::Builder 0.49_01

PSA::Test::Builder 0.49_01


PSA::Test::Builder is a backend for building test libraries. more>>
PSA::Test::Builder is a backend for building test libraries.

SYNOPSIS

package My::Test::Module;
use PSA::Test::Builder;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(ok);

my $Test = Test::Builder->new;
$Test->output(my_logfile);

sub import {
my($self) = shift;
my $pack = caller;

$Test->exported_to($pack);
$Test->plan(@_);

$self->export_to_level(1, $self, ok);
}

sub ok {
my($test, $name) = @_;

$Test->ok($test, $name);
}

END {
$Test->_ending();
}

Test::Simple and Test::More have proven to be popular testing modules, but theyre not always flexible enough. Test::Builder provides the a building block upon which to write your own test libraries which can work together.

And the block was found to be rotten, and so PSA::Test::Builder was constructed.

<<less
Download (0.11MB)
Added: 2006-08-31 License: Perl Artistic License Price:
1149 downloads
Eidetic 2.3.3

Eidetic 2.3.3


Eidetic is a middleware library for creating database applications in Perl. more>>
Eidetic project is a middleware library for creating database applications in Perl.

Eidetic is a middleware library for building database driven applications with Perl and Template::Toolkit. It provides handlers for displaying, editing, searching, and administrating data.

It provides an interface-generic way of building db apps allowing Web, command line, or daemon styles of interfaces.

It is currently used by several applications, including STP, docsys, and rackview.

<<less
Download (0.091MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1007 downloads
Data::DPath::Builder 0.00_01

Data::DPath::Builder 0.00_01


Data::DPath::Builder is a SAX handler for building an XPath tree. more>>
Data::DPath::Builder is a SAX handler for building an XPath tree.

SYNOPSIS

use AnySAXParser;
use Data::DPath::Builder;

$builder = Data::DPath::Builder->new();
$parser = AnySAXParser->new( Handler => $builder );

$root_node = $parser->parse( Source => [SOURCE] );

Data::DPath::Builder is a SAX handler for building an Data::DPath tree.

Data::DPath::Builder is used by creating a new instance of Data::DPath::Builder and providing it as the Handler for a SAX parser. Calling `parse() on the SAX parser will return the root node of the tree built from that parse.

<<less
Download (0.032MB)
Added: 2006-08-31 License: Perl Artistic License Price:
1149 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5