Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.327.940 Times

Filesys::MakeISO::Driver::Mkisofs 0.0.1

  Date Added: November 26, 2010  |  Visits: 1.255

Filesys::MakeISO::Driver::Mkisofs

Report Broken Link
Printer Friendly Version


Product Homepage
Download (126 downloads)



Filesys::MakeISO::Driver::Mkisofs is a Perl module to make iso images with mkisofs. SYNOPSIS use Filesys::MakeISO; my $iso = Filesys::MakeISO->new( class => Filesys::MakeISO::Driver::Mkisofs, mkisofs_bin => /usr/bin/mkisofs, ); $iso->image(image.iso); $iso->dir(/path/to/burn); $iso->make_iso; INTERFACE new [PARAMS] Constructor. Returns undef if no mkisofs executable is found. Valid PARAMS are: mkisofs_bin Location (path and filename) of the mkisofs binary. make_iso Create image, specific for mkisofs..

Requirements: No special requirements
Platforms: Linux
Keyword: Filesysmakeisodrivermkisofs Images Iso Iso Images Libraries Make Iso Make Iso Images Makeiso Mkisofs Module Perl Perl Module To Make
Users rating: 0/10

License: Freeware Size: 10.24 KB
USER REVIEWS
More Reviews or Write Review


FILESYS::MAKEISO::DRIVER::MKISOFS RELATED
Desktop Utilities  -  Mount ISO image 0.9.1
Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) images. Mount/unmount operations can be performed in two different ways:...
11.26 KB  
Libraries  -  Filesys::MakeISO 0.1.0
Filesys::MakeISO is a Perl module to make iso images (portable). SYNOPSIS use Filesys::MakeISO; my $iso = Filesys::MakeISO->new; $iso->image(image.iso); $iso->dir(/path/to/burn); $iso->make_iso; INTERFACE drivers Returns a list of...
10.24 KB  
Automation Tools  -  flmkisofs 0.1
flmkisofs project is a very simple program for creating ISO images with mkisofs. flmkisofs is a very simple program for creating ISO images with the mkisofs program. It can create DVD video ISO images, Apple ISO filesystems, HFS/ISO filesystems,...
11.26 KB  
Audio Tools  -  WBFS to ISO 1.0
WBFS to ISO is a handy and reliable utility designed to convert WBFS files to ISO format. This software can support the following ISO format: Wii game ISO (Wii Disc 1:1 Copy, File size: 4.37G) and CISO (Compact ISO, File size: almost same with...
 
3D Graphic Tools  -  ImageBackup 1.8
This is a small Perl script to create backup CDs out of images. I like to organize my digital pictures into a directory structure based on image content and subject. I dont store them by date. This makes it nice to find pictures, but difficult to...
5.12 KB  
Libraries  -  jPOS 1.6.0
jPOS project is a Java based, production grade ISO-8583 library/framework that can be used to implement financial interchanges, protocol converters, payment gateways, credit card verification clients and servers (merchant/issuer/acquirer), etc....
3.4 MB  
Web Authoring  -  FREE 5005 Background Images and Sounds 8.0
Over 5000 professional images (including 3D), themes and sound files to choose from for your web site, e-mail, Intranet and/or Extranet system! Includes: 3D Letters, Numbers, Bullets, Logos, Themes, Backgrounds, Buttons, Sound files, Flags of...
6.32 MB  
Graphics Editors  -  Visual Image Resizer for PC 4.56
Visual Image Resizer software gives you all you need to resize images. It offers batch image resize mode to resize all your photos at once. Rename feature make publishing images much easier. Runs on Windows and Mac. It's completely free....
28.38 MB  
Libraries  -  Flickr::Upload 1.22
Flickr::Upload is a Perl module to upload images to flickr.com SYNOPSIS use Flickr::Upload; my $ua = Flickr::Upload->new( key => 90909354, secret => 37465825 ); $ua->upload( photo => /tmp/image.jpg, auth_token => $auth_token, tags => me...
74.75 KB  
Utilities  -  eq2png 0.01
eq2png is a simple Perl script to make it painless to produce Portable Network Graphic (PNG) images for OpenOffice Impress presentations (or for any other purpose I cant imagine). Suppose you had a LaTeX snippet in a file named...
204.8 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB