Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pacoball(8) [debian man page]

PACOBALL(8)							      System							       PACOBALL(8)

NAME
pacoball - Binary package support for paco(8). SYNOPSIS
pacoball [-bgftv] [-d DIR] [-1..9] [-a|<packages>] pacoball -e [-ltv] [-C DIR] <pacoballs> DESCRIPTION
By default, pacoball may be given one or more package names as arguments, and for each of those packages it creates a binary tarball (.tar.bz2 or .tar.gz) containing all the currently installed files. For this to work the input packages have to be registered in the paco database. Leading slashes ('/') are stripped from the paths of the files in the tarballs. With option -e, pacoball admits one or more previously created tarballs ("pacoballs") as arguments, and installs them into the system, optionally logging the installation with paco. Mandatory arguments to long options are mandatory for short options too. GENERAL OPTIONS
-t, --test Test compressed file integrity. -h, --help Show usage information and exit. -v, --verbose Verbose output. -V, --version Display version information and exit. PACKAGE CREATION OPTIONS
-a, --all Create a pacoball for each package logged in the paco database. -d, --directory=DIR Create the pacoballs in directory DIR (default is '.'). -b, --bzip2 Compress with bzip2 (this is the default). -g, --gzip Compress with gzip. -# Set the compression level (speed/quality balance). '#' is a number between 1 (faster compression) and 9 (best compression). --fast An alias for -1. --best An alias for -9. -f, --force Force overwrite of existing output files. PACKAGE EXTRACTION OPTIONS
-e, --extract Extract (install) the given <pacoballs>, in directory '/' by default. -l, --log Log the file extraction with paco(8), retrieving the appropiate package name from the name of the pacoball. -C, --root=DIR Extract the files into directory DIR (as the -C option in tar). FILES
/etc/pacorc - paco configuration file /var/log/paco - default paco log directory WEB SITE
The latest version of pacoball should be always available at: http://paco.sourceforge.net COPYRIGHT
Copyright (C) 2004-2009 David Rosal <davidrr@sourceforge.net> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
paco(8), pacorc(5), superpaco(8), rpm2paco(8) paco-2.0.9 28 June 2010 PACOBALL(8)

Check Out this Related Man Page

GST-PACKAGE(1)							   User Commands						    GST-PACKAGE(1)

NAME
gst-package - create and install GNU Smalltalk .star package files DESCRIPTION
Usage: gst-package [OPTION]... ARGS... Operation modes: --install make or install STAR packages (default) --uninstall remove the packages mentioned in the FILES --dist copy files instead of creating STAR files. --prepare create configure.ac or Makefile.am --list-files PKG just output the list of files in the package --list-packages just output the list of packages in the files --download, --update download package from smalltalk.gnu.org or from its specified URL --help display this message and exit --version print version information and exit Common suboptions: -n, --dry-run print commands without running them --srcdir DIR look for non-built files in directory DIR --distdir DIR for --dist, place files in directory DIR --destdir DIR prefix the destination directory with DIR --target-directory DIR install the files in DIR (unused for --dist) -I, --image-file=FILE load into the specified image --kernel-dir=PATH use the specified kernel directory -v, --verbose print extra information while processing --install suboptions: --test run unit tests after merging --load also load the Smalltalk files in the image --list-files suboptions: --load only list files that are filed in when loading --test with --load, also include unit test files --vpath Omit path to srcdir for files that are there --dist suboptions: --all-files Process all files, not just non-built ones --copy Do not create symbolic links All operation modes except --download (or its synonym --update) accept paths to package.xml files or .star files, including remote URLs. --download and --update accept names of packages, which will be searched in the current system or on smalltalk.gnu.org) or URLs to pack- age.xml or .star files. Except in uninstall and list files mode, gst-package requires write access to the GNU Smalltalk image directory, and merges the XML package files on the command line with that file. The default target directory is /build/buildd-gnu-smalltalk_3.2.4-2-amd64-LVoFQd/gnu-smalltalk-3.2.4 SEE ALSO
The full documentation for gst-package is maintained as a Texinfo manual. If the info and gst-package programs are properly installed at your site, the command info gst should give you access to the complete manual. gst-package version 3.2.4 December 2011 GST-PACKAGE(1)
Man Page