Download Arch Packages without Pacman

I have dial up Internet so downloading Arch packages through Pacman is not realistic.  I would like to download the .pkg.tar.gz files from another computer (that has cable) and then install them locally with Pacman on this computer.  I know how to accomplish all of this except the initial download of the packages on the other computer.  I will not be able to use Arch on the other computer so is there any way for me to download packages from within Windows?  I can find the packages I need by searching for them from here: http://www.archlinux.org/packages ,but the only links that are given from each package are to other websites that do not contain Arch binaries.  Is there any way to download Arch packages outside of Arch and without Pacman? 
Thank you very much
Last edited by Kienja Kenobi (2007-08-25 21:31:48)

Kienja Kenobi wrote:I have dial up Internet so downloading Arch packages through Pacman is not realistic.  I would like to download the .pkg.tar.gz files from another computer (that has cable) and then install them locally with Pacman on this computer.  I know how to accomplish all of this except the initial download of the packages on the other computer.  I will not be able to use Arch on the other computer so is there any way for me to download packages from within Windows?  I can find the packages I need by searching for them from here: http://www.archlinux.org/packages ,but the only links that are given from each package are to other websites that do not contain Arch binaries.  Is there any way to download Arch packages outside of Arch and without Pacman?
pacman get them from the mirrors, so you can do the same.
But you'll have to do the dependencies resolving yourself instead of letting pacman doing it. So good luck with that.
Edit : hell, I'm tired, what I said previously was crazy..
Just do this on your arch box :
pacman -Sp <package>
Then transfer that output to the box with internet, download all the packages, and transfer them back.

Similar Messages

  • How to download Support Package without using Solution Manager

    Hello Guru,
    I am planning to upgrade our Netweaver System to SP12, which is released after Apirl 2007, now SAP AG requires Solution Manager to approve the SP download request, then I can use SAP Download Manager to download basket.
    Is there any way to walk around? because we don't have a configured Solution Server.
    Thank you

    Hi,
    You can try to complain to SAP but I am very doubtful this will change their mind.
    This the way SAP found to set SOLMAN mandatory. I think this is ridiculous as the customers should always be the ones making the choices and not the suppliers...
    There is absolutely no added value from SOLMAN to download the support packages...
    Regards,
    Olivier

  • [Solved] Downloading package binaries without pacman

    I'm trying to install Arch on my little Acer Aspire One D250. Unfortunately, the installation image comes with kernel 2.6.30, which has broken drivers for all the network hardware on that machine. So, I need to download the new 2.6.32 kernel on another computer, then install it off of a USB stick with pacman -U.
    So, my question is: how do I download the package binaries for the new kernel without going through pacman? TIA.
    Last edited by quantumcoffeemug (2010-02-14 01:28:01)

    try here http://mirrors.kernel.org/archlinux/core/os/i686/
    or here http://mirrors.kernel.org/archlinux/core/os/x86_64/
    You can find all the mirrors in /etc/pacman.d/mirrorlist.
    Last edited by my0pic (2010-02-14 01:17:31)

  • Vagrant - Cannot download arch core packages

    Hello,
    I am trying to set up an archlinux Vagrant box on my mac and am having some trouble. I cannot any core packages that come directly from an arch mirror. I have tried switching the default kernel server to the uwaterloo one (as I am in waterloo) and I cannot download them from there. I also tried a number of servers and cannot download packages from anywhere. I can however download all non core packages (packages that aren't from one of the core arch package servers). The vagrant file has been made by other people and I have verified that it works on their computers. I can also use wget to resolve the host.
    Does anyone have any ideas?
    Thanks.
    Edit:
    I let the package manager finish trying to download all files from pacman -Syu and it failed every file. It returned the error failed to commit transaction (download library error) at the end
    Edit 2:
    I have tried a different Vagrant box that has been confirmed working and I still have no access to the packages
    Edit 3:
    Apparently the subnetwork I was on (School network -> Work subnetwork) blocks the packages? doesn't really make sense since my desktop is on the same network and can download the packages fine. Switched the school network and it works.
    Last edited by Dacotah (2015-03-11 15:40:12)

    To respond to ewaller's suggestions:
    Neither Ctrl + Alt + F12 elicits a response, nor Ctrl + Alt + F1-F6.
    In my best attempt at trying to provide more information, I've used my android to take a video of the laptop starting up, up to the blank black screen, hopefully it can be of use. On a mildly related note, I think it's weird that I can see myself in the reflection of the screen once it goes black, but I'm trying to fix my laptop here, so bear with me
    Video is .3gp format, usual mobile video format, VLC can play it.
    http://goose.honk-honk.org/files/2011-0 … 15_708.3gp
    If I can get away without having to do a reinstall, then I'd prefer not to, as the installation seemed to go off without a hitch. But if it appears that's what the actual issue is, I can certainly reinstall.
    Thanks.

  • Downloading package with pacman, how many threads?

    When I download packages with pacman it start at slow speed and then goes up,  this produces some kind of delay between downloads, especially for lots of small packages. I know this can feel like not a big problem, but you know, comparing with yum centos it seems kinda slow, seems like pacman download packages 1 thread at a time while yum it is like multi threaded because every package is downloaded consequentially without speed loss. Is there somekind of tweak for this?
    Last edited by natostanco (2012-04-28 10:16:13)

    There's a nice entry in the wiki about this, although I'd use Xyne's pm2ml instead of powerpill-light.  https://wiki.archlinux.org/index.php/Im … oad_Speeds http://xyne.archlinux.ca/projects/pm2ml/

  • Download Installed Packages for Re-installation

    I have managed to get what I consider my perfect Arch. What I would like to do is download all the packages I have installed, save them to either external hd or disc. How would I go about doing this?
    Also if and when I do a reinstallation how would I install those packages without having to do it one by one.
    Thanks

    that's because of --needed.
    generate the list, uninstall some shit, then cat the list to xargs
    you'll see what you just uninstalled as the targets.
    i.e. man pacman
    /edit:
    ┌─[ 11:53 ][ blue:~ ]
    └─> pacman -Qqe | grep -v "$(pacman -Qqm)" > temp.paclist
    ┌─[ 11:53 ][ blue:~ ]
    └─> cat temp.paclist | xargs sudo pacman -S --needed
    warning: abcde-2.3.99.7-1 is up to date -- skipping
    --//snip//--
    warning: downgrading package libtorrent (0.12.4-1 => 0.12.2-2)
    --//snip//--
    warning: downgrading package rtorrent (0.8.4-1 => 0.8.2-3)
    --//snip//--
    warning: zlib-1.2.3.3-3 is up to date -- skipping
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): libtorrent-0.12.2-2 rtorrent-0.8.2-3
    Total Download Size: 0.70 MB
    Total Installed Size: 2.01 MB
    Proceed with installation? [Y/n]
    Last edited by brisbin33 (2009-07-10 15:55:49)

  • Installing "dummy" packages in pacman

    I have an issue, and I've searched around, but found nothing. So here goes
    Say a situation where I'd like to (or have to) install a piece of software without going though pacman, but still like it to be implemented in the database of pacman, so other PKGBUILDs will be aware that my dependency actually is there. I've heard about wocka in AUR, but it didn't work/compile on my Arch64 setup. I've made some "emtpy" packages by hand to counter this problem, but that is tedious. What I could use is something like:
    pacman -D (dummy package ) mplayer, that simply installs an "empty" mplayer package. If this exists already, in a script or a hidden function in pacman, I'd be happy If it doesn't I could start freshing up my bash-skills >_<
    Last edited by Themaister (2008-12-15 15:50:55)

    Well... I created a script now that covers it pretty much
    usage:
    dummypkg -S foo version    installs a dummy pkg with pkgver=version, a file that resembles the package name and version in /etc/dummy (uses sudo for pacman)
    dummypkg -R foo       checks if foo has been installed by dummypkg and removes it with pacman
    dummypkg -l              lists all packages and package versions of all packages installed by dummypkg
    temporary building is done in ~/.dummypkg-tmp/
    #!/bin/bash
    ## Dummypkg v0.1
    ## Script to install dummy packages in pacman
    ## Use at own risk!
    function install(){
    if [ -d ~/.dummybuild-tmp/$PACKAGE ]; then
    rm -r ~/.dummybuild-tmp/$PACKAGE
    fi
    mkdir -p ~/.dummybuild-tmp/$PACKAGE
    echo "pkgname=$PACKAGE" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "pkgver=$PKGVER" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "pkgrel=1" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "pkgdesc=\"Dummy package created by dummypkg\"" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "arch=('i686' 'x86_64')" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "url=""" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "license=\"GPL\"" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "depends=()" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "source=()" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "build(){" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "mkdir -p ~/.dummybuild-tmp/$PACKAGE/pkg/etc/dummy" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "echo >> \"Installed by dummypkg\" >> ~/.dummybuild-tmp/$PACKAGE/pkg/etc/dummy/$PACKAGE-$PKGVER" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    echo "}" >> ~/.dummybuild-tmp/$PACKAGE/PKGBUILD
    cd ~/.dummybuild-tmp/$PACKAGE/
    makepkg || exit 1
    sudo pacman -U *pkg.tar.gz
    cd ~
    rm -r .dummybuild-tmp/
    exit 0
    function remove(){
    if [ -e /etc/dummy/$RPACKAGE* ]; then
    sudo pacman -R $RPACKAGE
    else
    echo "This package is not installed by dummypkg ... Exiting"
    exit 1
    fi
    exit 0
    function list(){
    for file in `ls /etc/dummy -1`
    do
    echo ">> $file"
    done
    exit 0
    function usage(){
    echo "usage: info [[--install] [--list] [--help] [--remove] [--version]]"
    exit 0
    INSTALL=0
    REMOVE=0
    LIST=0
    if [ "$1" = "" ]; then
    usage ; exit 1
    fi
    while [ "$1" != "" ]; do
    case $1 in
    -S | --install )
    INSTALL=1
    PACKAGE="$2"
    PKGVER="$3"
    if [ "$2" = "" ]; then
    echo "--install requires a package name"
    exit 1
    fi
    if [ "$3" = "" ]; then
    echo "--install requires a package version"
    exit 1
    fi
    shift
    shift
    -R | --remove )
    REMOVE=1
    RPACKAGE="$2"
    if [ "$2" = "" ]; then
    echo "--remove requires a package name"
    exit 1
    fi
    shift
    -h | --help ) usage; exit 0 ;;
    -l | --list ) LIST=1 ;;
    * ) usage ; exit 1
    esac
    shift
    done
    if [ $INSTALL = 1 ]; then
    install
    fi
    if [ $REMOVE = 1 ]; then
    remove
    fi
    if [ $LIST = 1 ]; then
    list
    fi
    Last edited by Themaister (2008-12-15 18:26:26)

  • [SOLVED] Cannot install any package thru pacman

    I cannot install any package thru pacman
    when i try to install the package with pacman -S,
    I started getting error when my sytem crashed and i have to forcefully switch off my laptop through power button
    after that when i install anything from pacman i got following error:
    [tan@ARCH ~]$ sudo pacman -S shotwell
    Password:
    warning: shotwell-0.9.3-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): shotwell-0.9.3-1
    Total Download Size: 0.00 MB
    Total Installed Size: 9.12 MB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [##########] 100%
    (1/1) checking for file conflicts [##########] 100%
    (1/1) upgrading shotwell [##########] 100%
    ldconfig: File /usr/lib/libgexiv2.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgexiv2.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgexiv2.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.2.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.2.0.1 is empty, not checked.
    Thanks in advance
    Last edited by tan (2011-05-29 05:45:28)

    Thank God, everything is fixed now:
    First, I deleted all these files, then i follows the following procedure
    1. For libgexiv2 file i upgraded 'xorg-server, xorg-xinit, xorg-utils, xorg-server-utils' from pacman
    # pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils
    2. For libraw file i upgraded 'libraw' from pacman
    # pacman -S libraw
    There will be some conflicting files
    After deleting some conflicting files it solves the problem and restore all the 'lib' file.

  • Installing packages without confirmation

    Pretty much what the title says.
    I want to write a script that downloads and installs packages without the need to confirm that I want to install those.
    I couldn't find anything in the wiki or the man page about this, could it still be done?
    Or do I have to submit a feature request?

    Inxsible wrote:
    man pacman wrote:
    --noconfirm
        Bypass any and all “Are you sure?” messages. It’s not a good idea to do this unless you want to run pacman from a script.
    Oh, I didn't see that at all, sorry about that.
    Thank you.

  • Any normal way to download Arch wiki?

    Hi guys!
    I know there's a package that contains Arch wiki, but pages in that packages are ugly and seem to lack graphics. Anyway, it's not appropriate. Is there any way I can download Arch wiki completely just as it is on the Web and save it, say, on CD-R to use as help when doing some Arch installations on other machines? So I'll be able to click on links in that pages and everything will work and look like I'm surfing the Web.

    mento wrote:
    sand_man wrote:I bet there is some kind of firefox plugin that can save websites in that way but I don't know if it is appropriate to do so.
    "Scrapbook+" should do the trick. If I remember it correctly, there was an option in "capture page as" to follow links and save these pages too (four should be enough). Even if all other web sites except the arch wiki are blocked, it will result in a huge chunk of data, because everything would be saved, like all languages, all discussions, all revisions, even all obsolete media files and so on. Not to mention the amount of generated traffic, which should be a lot higher than the official docs with 7.5 MB. It could work (maybe), but without asking if this is okay, it would make you a dick.
    1. It would be nice if the links were converted for local use.
    2. How do you search this thing? You can browse it from cover to cover, use the index page, 'html2text + grep' it, but it's not very user-friendly ;P

  • Can I install Arch Linux without Internet connection ?

    It sounds noobish but my friends like to know if they can install Arch Linux without Internet connection ?

    mcmillan wrote:
    The core iso should be all you need, just boot off that to start the installation. It's been a while since I did an install, but somewhere along the way it gives you an option to install off the cd or do a net install. You just need to choose the cd installation.
    That being said, all you'll have without internet will be what's on the cd, so you'll be left with a pretty minimal install. If you want to update and install additional software then you'll either need to get the computer temporarily  connected, or download the packages on a different computer and transfer them.
    I am looking to do something similar. I have the core system installed on an older laptop, but I cannot get the wireless working (it has no ethernet). I've tried downloading the libgl packagesfrom a mirror to a thumbdrive, but it's a dependency nightmare. Is there a better way to do this?

  • Install 2nd instance of Arch Linux without internet connection

    I have successfully install a first instance of Arch Linux using Arch Linux ISO + pacstrap + pacman with internet connection.
    I have updated to latest package database list (/var/lib/pacman/sync) and package cache files (/var/cache/pacman/pkg) in first instance of Arch Linux with "pacman -Swyu".
    Next, I would like to install 2nd instance of Arch Linux without using internet connection.
    I share the "/var/lib/pacman/sync" and "/var/cache/pacman/pkg" via NFS from first Arch Linux instance.
    I boot the 2nd instance with Arch Linux ISO and attempt to install without internet connection.  I mount the two NFS shares from 1st instance to "/var/cache/pacman/pkg" and "/mnt/var/lib/pacman/sync" respectively.  I execute
       # pacstrap -i -c /mnt"
    to start installation.
    I found it is almost impossible with current implementation of pacstrap script.  The pacstrap script always attempt to update package database list with -Sy option.
    I think some amendments on pacstrap script is needed to install Arch Linux without internet connection.

    I made the edit by adding the option -o to do what you want.
    I am too lazy for a feature request right now...
    #!/bin/bash
    # Assumptions:
    # 1) User has partitioned, formatted, and mounted partitions on /mnt
    # 2) Network is functional
    # 3) Arguments passed to the script are valid pacman targets
    # 4) A valid mirror appears in /etc/pacman.d/mirrorlist
    shopt -s extglob
    out() { printf "$1 $2\n" "${@:3}"; }
    error() { out "==> ERROR:" "$@"; } >&2
    msg() { out "==>" "$@"; }
    msg2() { out " ->" "$@";}
    die() { error "$@"; exit 1; }
    in_array() {
    local i
    for i in "${@:2}"; do
    [[ $1 = "$i" ]] && return
    done
    track_mount() {
    mount "$@" && CHROOT_ACTIVE_MOUNTS=("$2" "${CHROOT_ACTIVE_MOUNTS[@]}")
    api_fs_mount() {
    CHROOT_ACTIVE_MOUNTS=()
    { mountpoint -q "$1" || track_mount "$1" "$1" --bind; } &&
    track_mount proc "$1/proc" -t proc -o nosuid,noexec,nodev &&
    track_mount sys "$1/sys" -t sysfs -o nosuid,noexec,nodev &&
    track_mount udev "$1/dev" -t devtmpfs -o mode=0755,nosuid &&
    track_mount devpts "$1/dev/pts" -t devpts -o mode=0620,gid=5,nosuid,noexec &&
    track_mount shm "$1/dev/shm" -t tmpfs -o mode=1777,nosuid,nodev &&
    track_mount run "$1/run" -t tmpfs -o nosuid,nodev,mode=0755 &&
    track_mount tmp "$1/tmp" -t tmpfs -o mode=1777,strictatime,nodev,nosuid
    api_fs_umount() {
    umount "${CHROOT_ACTIVE_MOUNTS[@]}"
    valid_number_of_base() {
    local base=$1 len=${#2} i=
    for (( i = 0; i < len; i++ )); do
    (( (${2:i:1} & ~(base - 1)) == 0 )) || return
    done
    mangle() {
    local i= chr= out=
    unset {a..f} {A..F}
    for (( i = 0; i < ${#1}; i++ )); do
    chr=${1:i:1}
    case $chr in
    [[:space:]\\])
    printf -v chr '%03o' "'$chr"
    out+=\\
    # fallthrough
    out+=$chr
    esac
    done
    printf '%s' "$out"
    unmangle() {
    local i= chr= out= len=$(( ${#1} - 4 ))
    unset {a..f} {A..F}
    for (( i = 0; i < len; i++ )); do
    chr=${1:i:1}
    case $chr in
    if valid_number_of_base 8 "${1:i+1:3}" ||
    valid_number_of_base 16 "${1:i+1:3}"; then
    printf -v chr '%b' "${1:i:4}"
    (( i += 3 ))
    fi
    # fallthrough
    out+=$chr
    esac
    done
    printf '%s' "$out${1:i}"
    dm_name_for_devnode() {
    read dm_name <"/sys/class/block/${1#/dev/}/dm/name"
    if [[ $dm_name ]]; then
    printf '/dev/mapper/%s' "$dm_name"
    else
    # don't leave the caller hanging, just print the original name
    # along with the failure.
    print '%s' "$1"
    error 'Failed to resolve device mapper name for: %s' "$1"
    fi
    fstype_is_pseudofs() {
    # list taken from util-linux source: libmount/src/utils.c
    local -A pseudofs_types=([anon_inodefs]=1
    [autofs]=1
    [bdev]=1
    [binfmt_misc]=1
    [cgroup]=1
    [configfs]=1
    [cpuset]=1
    [debugfs]=1
    [devfs]=1
    [devpts]=1
    [devtmpfs]=1
    [dlmfs]=1
    [fuse.gvfs-fuse-daemon]=1
    [fusectl]=1
    [hugetlbfs]=1
    [mqueue]=1
    [nfsd]=1
    [none]=1
    [pipefs]=1
    [proc]=1
    [pstore]=1
    [ramfs]=1
    [rootfs]=1
    [rpc_pipefs]=1
    [securityfs]=1
    [sockfs]=1
    [spufs]=1
    [sysfs]=1
    [tmpfs]=1)
    (( pseudofs_types["$1"] ))
    newroot=/mnt
    hostcache=0
    copykeyring=1
    copymirrorlist=1
    offline=0
    usage() {
    cat <<EOF
    usage: ${0##*/} [options] root [packages...]
    Options:
    -C config Use an alternate config file for pacman
    -c Use the package cache on the host, rather than the target
    -d Allow installation to a non-mountpoint directory
    -G Avoid copying the host's pacman keyring to the target
    -i Avoid auto-confirmation of package selections
    -M Avoid copying the host's mirrorlist to the target
    -o Do not update the pacman cache for offline installation
    -h Print this help message
    pacstrap installs packages to the specified new root directory. If no packages
    are given, pacstrap defaults to the "base" group.
    EOF
    if [[ -z $1 || $1 = @(-h|--help) ]]; then
    usage
    exit $(( $# ? 0 : 1 ))
    fi
    (( EUID == 0 )) || die 'This script must be run with root privileges'
    while getopts ':C:cdGiMo' flag; do
    case $flag in
    C)
    pacman_config=$OPTARG
    d)
    directory=1
    c)
    hostcache=1
    i)
    interactive=1
    G)
    copykeyring=0
    M)
    copymirrorlist=0
    o)
    offline=1
    die '%s: option requires an argument -- '\''%s'\' "${0##*/}" "$OPTARG"
    die '%s: invalid option -- '\''%s'\' "${0##*/}" "$OPTARG"
    esac
    done
    shift $(( OPTIND - 1 ))
    (( $# )) || die "No root directory specified"
    newroot=$1; shift
    pacman_args=("${@:-base}")
    if (( ! hostcache )); then
    pacman_args+=(--cachedir="$newroot/var/cache/pacman/pkg")
    fi
    if (( ! interactive )); then
    pacman_args+=(--noconfirm)
    fi
    if (( ! offline )); then
    pacman_args+=(-y)
    fi
    if [[ $pacman_config ]]; then
    pacman_args+=(--config="$pacman_config")
    fi
    [[ -d $newroot ]] || die "%s is not a directory" "$newroot"
    if ! mountpoint -q "$newroot" && (( ! directory )); then
    die '%s is not a mountpoint!' "$newroot"
    fi
    # create obligatory directories
    msg 'Creating install root at %s' "$newroot"
    mkdir -m 0755 -p "$newroot"/var/{cache/pacman/pkg,lib/pacman,log} "$newroot"/{dev,run,etc}
    mkdir -m 1777 -p "$newroot"/tmp
    mkdir -m 0555 -p "$newroot"/{sys,proc}
    # always call umount on quit after this point
    trap 'api_fs_umount "$newroot" 2>/dev/null' EXIT
    # mount API filesystems
    api_fs_mount "$newroot" || die "failed to setup API filesystems in new root"
    msg 'Installing packages to %s' "$newroot"
    if ! pacman -r "$newroot" -S "${pacman_args[@]}"; then
    die 'Failed to install packages to new root'
    fi
    if (( copykeyring )); then
    # if there's a keyring on the host, copy it into the new root, unless it exists already
    if [[ -d /etc/pacman.d/gnupg && ! -d $newroot/etc/pacman.d/gnupg ]]; then
    cp -a /etc/pacman.d/gnupg "$newroot/etc/pacman.d/"
    fi
    fi
    if (( copymirrorlist )); then
    # install the host's mirrorlist onto the new root
    cp -a /etc/pacman.d/mirrorlist "$newroot/etc/pacman.d/"
    fi
    # vim: et ts=2 sw=2 ft=sh:

  • Searching package with pacman ?

    Hi,
    Question : How can I search the repository of pacman with some keyword : exemple : *fire*   
    The reason :
    I'm trying to get started by installing fluxbox and firefox. While fluxbox can be installed with "pacman -Sy fluxbox", I cannot do the same for firefox. I tried finding the command to search the repositiory for any package with *fire* but failed.
    Any good tips on how to find package without having to use a browser to download a file ?

    o_O You really want to print out the pacman manual.. i think.
    You can print it out like this:
    /bin/gunzip -c '/usr/man/man8/pacman.8.gz'| /usr/bin/gtbl | /usr/bin/nroff -Tlatin1 -mandoc -c|lpr
    Should work, I just tried it.
    edit: I suppose you could do that with all manpages and if this http://www.patoche.org/LTT/printer/00000141.html works(although you would have to change all */local/* paths): man-page printing becomes even more practical!
    Now, remember to read some of it too: not just print it out XD

  • Arch Package 7zip, Bzip2, Gzip comparison (newer one below)

    EDIT (18 April 2005):  I redid this test with a larger package sample.  See post below.
    I've been fooling around with p7zip lately (you can get the PKGBUILD via the AUR).  The most recent version is supposed to take advantage of some pretty substantial speed enhancements.  Anyway, I thought I'd compare 7zip on arch with bzip2 and gzip to see how they would compress some arch packages.  Here are the (non-scientific and non-canonical) results.  (This was done on a pentium2-class celeron, so tests on most other i686s will yield smaller time differences between formats most likely)
    Here's the packages I chose to test:
    acroread-7.0.0-1.pkg.tar.gz
    fakeroot-1.2.2-2.pkg.tar.gz
    gecko-sdk-1.7.3-1.pkg.tar.gz
    gtk-smooth-engine-0.5.8-3.pkg.tar.gz
    hal-0.4.7-1.pkg.tar.gz
    hotplug-2004_09_23-4.pkg.tar.gz
    lame-3.96.1-2.pkg.tar.gz
    mozilla-common-1.0-2.pkg.tar.gz
    mrxvt-0.4.0-1.pkg.tar.gz
    mtools-3.9.9-2.pkg.tar.gz
    openldap-2.2.24-1.pkg.tar.gz
    sdl_ttf-2.0.6-2.pkg.tar.gz
    xmms-cdparanoia-0.1-1.pkg.tar.gz
    xorg-11R6.8.2-2.pkg.tar.gz
    xpdf-3.00-7.pkg.tar.gz
    zip-2.3-3.pkg.tar.gz
    zlib-1.2.2-1.pkg.tar.gz
    (Looking back on this now, I realize didn't get a good batch of 1MB to 10MB samples included.)
    I ungziped these samples, then rezipped them in 7zip, bzip2, and gzip once again.  Here are the (very approximate) times it took each to zip these tarfiles sequentially (the 7zip is especially fuzzy since I screwed up during the compression):
    EDIT:  I redid the compression in a more accurate manner and got the following results:
    7zip compress: 19:41
    Bzip2 compress: 8:56
    Gzip compress: 3:00
    One caveat:  Approximately half of 7zip's time was spent on acroread.  On all other files, it was approximately as fast as bzip2, and (by my perception) a little bit quicker on xorg.
    Later, I decompressed all of them in sequence, yielding these times (much more accurate):
    7zip decompress: 1:23
    Bzip2 decompress: 2:37
    Gzip decompress: 34 seconds
    Here are the comparative sizes of the compressed files grouped by compression format.  The percentages refer to the compressed archive's size compared to the tar it compressed.  The overall percentages refer to the commulative sizes of the compressed archives compared to the commulative sizes of the tarfiles.  Smaller percentages equal smaller files.
    tar/:
    total 241176 (100% tar size)
    128337 xorg-11R6.8.2-2.pkg.tar
    96814 acroread-7.0.0-1.pkg.tar
    4957 gecko-sdk-1.7.3-1.pkg.tar
    4857 xpdf-3.00-7.pkg.tar
    2715 openldap-2.2.24-1.pkg.tar
    953 lame-3.96.1-2.pkg.tar
    541 gtk-smooth-engine-0.5.8-3.pkg.tar
    533 hal-0.4.7-1.pkg.tar
    400 mtools-3.9.9-2.pkg.tar
    312 mrxvt-0.4.0-1.pkg.tar
    232 zlib-1.2.2-1.pkg.tar
    160 zip-2.3-3.pkg.tar
    152 hotplug-2004_09_23-4.pkg.tar
    112 fakeroot-1.2.2-2.pkg.tar
    60 sdl_ttf-2.0.6-2.pkg.tar
    32 xmms-cdparanoia-0.1-1.pkg.tar
    12 mozilla-common-1.0-2.pkg.tar
    gz/:
    total 105104 (43% tar size)
    60627 xorg-11R6.8.2-2.pkg.tar.gz (47%)
    39194 acroread-7.0.0-1.pkg.tar.gz (40%)
    1886 xpdf-3.00-7.pkg.tar.gz (39%)
    1057 openldap-2.2.24-1.pkg.tar.gz (39%)
    973 gecko-sdk-1.7.3-1.pkg.tar.gz (19%)
    440 lame-3.96.1-2.pkg.tar.gz (46%)
    180 mtools-3.9.9-2.pkg.tar.gz (45%)
    176 hal-0.4.7-1.pkg.tar.gz (33%)
    156 gtk-smooth-engine-0.5.8-3.pkg.tar.gz (29%)
    140 mrxvt-0.4.0-1.pkg.tar.gz (45%)
    92 zlib-1.2.2-1.pkg.tar.gz (40%)
    68 zip-2.3-3.pkg.tar.gz (43%)
    48 fakeroot-1.2.2-2.pkg.tar.gz (43%)
    32 hotplug-2004_09_23-4.pkg.tar.gz (21%)
    20 sdl_ttf-2.0.6-2.pkg.tar.gz (33%)
    12 xmms-cdparanoia-0.1-1.pkg.tar.gz (38%)
    4 mozilla-common-1.0-2.pkg.tar.gz (33%)
    bz2/:
    total 100035 (41% tar size)
    58285 xorg-11R6.8.2-2.pkg.tar.bz2 (45%)
    37108 acroread-7.0.0-1.pkg.tar.bz2 (38%)
    1694 xpdf-3.00-7.pkg.tar.bz2 (35%)
    949 openldap-2.2.24-1.pkg.tar.bz2 (35%)
    817 gecko-sdk-1.7.3-1.pkg.tar.bz2 (16%)
    316 lame-3.96.1-2.pkg.tar.bz2 (33%)
    176 mtools-3.9.9-2.pkg.tar.bz2 (44%)
    160 hal-0.4.7-1.pkg.tar.bz2 (30%)
    140 gtk-smooth-engine-0.5.8-3.pkg.tar.bz2 (26%)
    136 mrxvt-0.4.0-1.pkg.tar.bz2 (44%)
    76 zlib-1.2.2-1.pkg.tar.bz2 (33%)
    68 zip-2.3-3.pkg.tar.bz2 (43%)
    48 fakeroot-1.2.2-2.pkg.tar.bz2 (43%)
    28 hotplug-2004_09_23-4.pkg.tar.bz2 (18%)
    20 sdl_ttf-2.0.6-2.pkg.tar.bz2 (33%)
    12 xmms-cdparanoia-0.1-1.pkg.tar.bz2 (38%)
    4 mozilla-common-1.0-2.pkg.tar.bz2 (33%)
    7z/:
    total 80277 (33% tar size)
    47971 xorg-11R6.8.2-2.pkg.tar.7z (37%)
    29369 acroread-7.0.0-1.pkg.tar.7z (30%)
    709 openldap-2.2.24-1.pkg.tar.7z (26%)
    697 gecko-sdk-1.7.3-1.pkg.tar.7z (14%)
    553 xpdf-3.00-7.pkg.tar.7z (11%) (I double checked this one)
    232 lame-3.96.1-2.pkg.tar.7z (24%)
    160 mtools-3.9.9-2.pkg.tar.7z (40%)
    140 hal-0.4.7-1.pkg.tar.7z (26%)
    120 mrxvt-0.4.0-1.pkg.tar.7z (38%)
    112 gtk-smooth-engine-0.5.8-3.pkg.tar.7z (21%)
    60 zlib-1.2.2-1.pkg.tar.7z (26%)
    60 zip-2.3-3.pkg.tar.7z (38%)
    40 fakeroot-1.2.2-2.pkg.tar.7z (33%)
    28 hotplug-2004_09_23-4.pkg.tar.7z (18%)
    16 sdl_ttf-2.0.6-2.pkg.tar.7z (27%)
    8 xmms-cdparanoia-0.1-1.pkg.tar.7z (25%)
    4 mozilla-common-1.0-2.pkg.tar.7z (33%)
    Overall, you can tell that 7zip files are consistantly much smaller than gzip or bzip2, albeit taking much longer to compress.  It should be noted again that 7zips long compression time on acroread may be atypical, and that in a grander scheme it would be more comparable to bzip2 in speed.  Unlike bzip2, which compressed files just a few percentages smaller than gzip, 7zip was much more effective at compressing at significantly smaller sizes.  In the longer run, if 7zip and p7zip continue to increase compression and decompression speed, it might become a viable alternative to gzip.

    I redid the test with a larger/more diversified package set.  For the sake of brevity, I'll put the interesting info at the beginning:
    Here are the times:
    7zcompress: 53:08
    bz2compress: 23:26
    gzcompress: 8:07
    7zdecompress: 3:01
    bz2decompress: 5:54
    gzdecompress: 1:14
    Here are the commulative size comparisons of the formats with percentages refering to their size vis-a-vis the original tarfile (see below for details:
    Cummulative tar size: 673329
    gzip: 251219 (37%)
    bzip2: 223803 (33%)
    7zip: 183214 (27%)
    Conclusions:
    It appears the compression latencies seen with acroread previously are pretty consistent and not just a fluke.  On the other end, 7zip this time appears to be a bit faster in decompression in relation to bzip2 than the previous round.  Moreover, although 7zip generates archives that are significantly smaller than their gzip and bzip2 equivalents, this round reveals a smaller margin of difference between bzip2 archives and 7zip archives.  In general, all three formats yielded better compression sizes than in the previous round.  7zip looks like a promising compression utility, especially if it can cut down on the compression time, which appears comparatively abhorrent on my celeron1 450mhz.
    Here's the list of the original tar files:
    total 673329
    128337 xorg-11R6.8.2-2.pkg.tar
    128017 tetex-3.0-1.pkg.tar
    85123 j2re-1.5.0_01-1.pkg.tar
    34654 python-2.4.1-1.pkg.tar
    31271 perl-5.8.6-2.pkg.tar
    10883 ruby-1.8.2-3.pkg.tar
    10282 vim-6.3-4.pkg.tar
    9349 xine-lib-1.0-1.pkg.tar
    9089 foomatic-2.0.3-2.pkg.tar
    6959 perl-tk-804.027-1.pkg.tar
    6839 db-4.3.27-2.pkg.tar
    6787 ted-2.17-1.pkg.tar
    6558 ncurses-5.4-2.pkg.tar
    6498 ding-1.3-3.pkg.tar
    6238 binutils-2.15-1.pkg.tar
    6026 xfwm4-themes-4.2.1-1.pkg.tar
    5557 xfce4-icon-theme-4.2.1-1.pkg.tar
    5285 xmms-1.2.10-3.pkg.tar
    5097 tcl-8.4.9-1.pkg.tar
    4897 lesstif-0.94.0-1.pkg.tar
    4857 xpdf-3.00-7.pkg.tar
    4805 xmms-skins-0.3-1.pkg.tar
    4404 libgphoto2-2.1.5-1.pkg.tar
    4264 pygtk-2.6.1-1.pkg.tar
    4076 libxml2-2.6.19-1.pkg.tar
    3864 ttf-ms-fonts-1.3-6.pkg.tar
    3704 bmp-0.9.7-1.pkg.tar
    3636 tk-8.4.9-1.pkg.tar
    3624 doxygen-1.4.1-1.pkg.tar
    3596 heimdal-0.6.3-3.pkg.tar
    3415 fortune-mod-9708-1.pkg.tar
    3323 xfdesktop-4.2.1-1.pkg.tar
    3295 xffm-4.2.0-1.pkg.tar
    3143 pan-0.14.2.91-2.pkg.tar
    2715 libvorbis-1.1.0-1.pkg.tar
    2663 xine-ui-0.99.3-2.pkg.tar
    2603 vte-0.11.11-4.pkg.tar
    2462 flac-1.1.2-2.pkg.tar
    2414 freetype2-2.1.9-2.pkg.tar
    2402 xfwm4-4.2.1-1.pkg.tar
    2362 libxfcegui4-4.2.1-1.pkg.tar
    2242 libtool-1.5.14-1.pkg.tar
    2062 flashplugin-7.0.25.0-1.pkg.tar
    2062 nedit-5.5-1.pkg.tar
    2054 pango-1.8.1-1.pkg.tar
    2034 dbus-0.23.2-3.pkg.tar
    1914 hwd-4.1.2-1.pkg.tar
    1902 xfce4-session-4.2.1-1.pkg.tar
    1874 hpijs-1.7.1-1.pkg.tar
    1762 xfce4-artwork-0.0.4-1.pkg.tar
    1522 fftw-3.0.1-2.pkg.tar
    1514 t1lib-5.0.2-1.pkg.tar
    1473 jasper-1.701.0-1.pkg.tar
    1473 lincity-1.12.1-1.pkg.tar
    1453 file-4.13-1.pkg.tar
    1421 tunepimp-0.3.0-3.pkg.tar
    1321 libtiff-3.7.2-1.pkg.tar
    1281 divx4linux-5.10-3.pkg.tar
    1261 lynx-2.8.5-2.pkg.tar
    1213 libmng-1.0.9-1.pkg.tar
    1193 lftp-3.1.2-1.pkg.tar
    1193 xfce4-wavelan-plugin-0.4.1-1.pkg.tar
    1173 pilot-link-0.11.8-3.pkg.tar
    1013 prelink-20041123-1.pkg.tar
    993 lm_sensors-2.9.1-1.pkg.tar
    973 tar-1.15.1-1.pkg.tar
    973 xfce-utils-4.2.1-1.pkg.tar
    973 xfce4-panel-4.2.1.1-1.pkg.tar
    961 libxslt-1.1.14-1.pkg.tar
    961 pam-0.79-1.pkg.tar
    953 lame-3.96.1-2.pkg.tar
    953 libgsf-1.11.1-2.pkg.tar
    941 reiserfsprogs-3.6.19-1.pkg.tar
    921 libpng-1.2.8-1.pkg.tar
    913 pacman-2.9.5-1.pkg.tar
    881 libgcrypt-1.2.1-1.pkg.tar
    853 jack-audio-connection-kit-0.99.0-2.pkg.tar
    833 faad2-devel-2.0.cvs20040915-1.pkg.tar
    833 libsndfile-1.0.11-1.pkg.tar
    813 bash-3.0-6.pkg.tar
    813 timidity++-2.13.0-1.pkg.tar
    801 nano-1.2.4-3.pkg.tar
    781 xfce-mcs-plugins-4.2.1-1.pkg.tar
    773 libcroco-0.6.0-2.pkg.tar
    741 fontconfig-2.3.1-1.pkg.tar
    741 xfprint-4.2.1-2.pkg.tar
    733 libmikmod-3.1.11-1.pkg.tar
    701 bison-2.0-1.pkg.tar
    693 librsvg-2.9.5-1.pkg.tar
    693 taglib-1.3.1-1.pkg.tar
    653 ppp-2.4.3-1.pkg.tar
    653 tidyhtml-20040308-1.pkg.tar
    641 faad2-2.0-5.pkg.tar
    633 readline-5.0-3.pkg.tar
    621 lcms-1.14-1.pkg.tar
    593 lua-5.0.2-1.pkg.tar
    581 xfce4-weather-plugin-0.4.1-1.pkg.tar
    561 libidn-0.5.15-1.pkg.tar
    541 findutils-4.2.20-1.pkg.tar
    533 hal-0.4.7-1.pkg.tar
    513 foomatic-db-engine-3.0.1-1.pkg.tar
    513 libmal-0.40-1.pkg.tar
    501 libxfce4util-4.2.1-1.pkg.tar
    501 perlxml-2.34-3.pkg.tar
    493 pornview-0.1.5-2.pkg.tar
    493 vorbis-tools-1.0.1-5.pkg.tar
    481 rar-3.4.1-1.pkg.tar
    473 libglade-2.5.1-1.pkg.tar
    473 libjpeg-6b-3.pkg.tar
    452 libksba-0.9.9-1.pkg.tar
    440 flex-2.5.31-2.pkg.tar
    440 libungif-4.1.3-1.pkg.tar
    432 libidl2-0.8.5-1.pkg.tar
    420 libexif-0.6.9-1.pkg.tar
    420 xfce4-mixer-4.2.0-1.pkg.tar
    412 libidl-0.6.8-1.pkg.tar
    400 docbook-xml-4.1.2-2.pkg.tar
    400 raptor-1.3.1-1.pkg.tar
    392 libpcap-0.8.3-1.pkg.tar
    380 freetype1-1.3.1-2.pkg.tar
    372 feh-1.2.9-1.pkg.tar
    372 nasm-0.98.39-1.pkg.tar
    372 net-tools-1.60-9.pkg.tar
    360 procps-3.2.5-1.pkg.tar
    352 pciutils-2.1.11-3.pkg.tar
    332 libart-lgpl-2.3.17-1.pkg.tar
    332 pcre-5.0-1.pkg.tar
    300 libtheora-1.0alpha4-1.pkg.tar
    292 xfce-mcs-manager-4.2.1-1.pkg.tar
    272 libelf-0.8.5-1.pkg.tar
    260 ripperx-2.6.4-1.pkg.tar
    252 libsamplerate-0.1.2-1.pkg.tar
    252 pth-2.0.3-1.pkg.tar
    252 xfcalendar-4.2.0-1.pkg.tar
    240 fam-2.7.0-3.pkg.tar
    240 pinentry-0.7.1-1.pkg.tar
    232 libxfce4mcs-4.2.1-1.pkg.tar
    232 lilo-22.7-1.pkg.tar
    232 lzo-1.08-1.pkg.tar
    232 psutils-p17-3.pkg.tar
    232 xfce4-appfinder-4.2.1-1.pkg.tar
    232 xfce4-iconbox-4.2.0-1.pkg.tar
    232 zlib-1.2.2-1.pkg.tar
    220 foomatic-filters-3.0.1-2.pkg.tar
    220 libmad-0.15.1b-1.pkg.tar
    220 xfce4-toys-4.2.1-1.pkg.tar
    212 libtasn1-0.2.13-1.pkg.tar
    200 bzip2-1.0.3-1.pkg.tar
    200 fribidi-0.10.4-1.pkg.tar
    200 normalize-0.7.6-1.pkg.tar
    200 rdesktop-1.3.1-3.pkg.tar
    192 libcdaudio-0.99.10-1.pkg.tar
    192 libid3tag-0.15.1b-1.pkg.tar
    180 dvd+rw-tools-5.21.4.10.8-2.pkg.tar
    180 faac-1.24-1.pkg.tar
    180 libieee1284-0.2.8-1.pkg.tar
    180 libtar-1.2.11-2.pkg.tar
    180 psmisc-21.6-1.pkg.tar
    172 tcp_wrappers-7.6-6.pkg.tar
    160 xfce4-trigger-launcher-4.2.1-1.pkg.tar
    160 zip-2.3-3.pkg.tar
    152 dirmngr-0.5.6-1.pkg.tar
    152 hotplug-2004_09_23-4.pkg.tar
    152 less-382-2.pkg.tar
    152 rxvt-2.6.4-2.pkg.tar
    152 xfce4-xkb-plugin-0.3.2-2.pkg.tar
    140 libraw1394-1.1.0-1.pkg.tar
    140 ratpoison-1.3.0-2.pkg.tar
    132 namcap-1.5.2.1-2.pkg.tar
    120 bin86-0.16.16-1.pkg.tar
    120 dialog-1.0-3.pkg.tar
    120 tpctl-4.15-1.pkg.tar
    120 xfce4-notes-plugin-0.10.0-1.pkg.tar
    112 desktop-file-utils-0.10-1.pkg.tar
    112 fakeroot-1.2.2-2.pkg.tar
    112 libgpg-error-1.0-1.pkg.tar
    112 pkgconfig-0.16.0-1.pkg.tar
    100 ladspa-1.12-2.pkg.tar
    100 xfce4-netload-plugin-0.3.1-1.pkg.tar
    92 libao-0.8.6-1.pkg.tar
    92 liblrdf-0.3.7-1.pkg.tar
    92 libusb-0.1.8-5.pkg.tar
    92 lzop-1.01-3.pkg.tar
    92 pmount-0.6-1.pkg.tar
    92 xfce4-systemload-plugin-0.3.6-1.pkg.tar
    80 libassuan-0.6.7-1.pkg.tar
    80 libmusepack-1.0.3.1-2.pkg.tar
    80 xfce4-battery-plugin-0.2.0-3.pkg.tar
    80 xfce4-fsguard-plugin-0.2.0-2.pkg.tar
    72 dbh-1.0.24-1.pkg.tar
    72 libcap-1.10-1.pkg.tar
    72 libogg-1.1.2-1.pkg.tar
    72 xfce4-cpugraph-plugin-0.2.2-2.pkg.tar
    72 xfce4-diskperf-plugin-1.5-2.pkg.tar
    60 devfsd-1.3.25-4.pkg.tar
    60 filesystem-0.7-5.pkg.tar
    60 xfce4-sensors-plugin-0.3.0-1.pkg.tar
    60 xfce4-showdesktop-plugin-0.4.0-1.pkg.tar
    60 xmms-mad-0.7-1.pkg.tar
    60 xmms-musepack-1.1.1-2.pkg.tar
    52 dcron-2.9-2.pkg.tar
    52 dhcpcd-1.3.22pl4-4.pkg.tar
    52 portmap-5beta-9.pkg.tar
    52 xfce4-datetime-plugin-0.3.1-2.pkg.tar
    52 xfce4-windowlist-plugin-0.1.0-2.pkg.tar
    40 xfce4-minicmd-plugin-0.3.0-1.pkg.tar
    40 xfce4-taskbar-plugin-0.2.2-1.pkg.tar
    40 xfce4-xmms-plugin-0.1.1-2.pkg.tar
    32 xfce4-clipman-plugin-0.4.1-2.pkg.tar
    32 xfce4-systray-4.2.1-1.pkg.tar
    32 xmms-cdparanoia-0.1-1.pkg.tar
    20 netselect-0.3-1.pkg.tar
    20 rpm2targz-9.0-s1.pkg.tar
    12 rpmunpack-0-1.pkg.tar
    And here are the sizes, without individual package percentages this time (see above for tar sizes):
    gzip:
    total 251219 (37% of the total size of the tarfiles)
    60627 xorg-11R6.8.2-2.pkg.tar.gz
    43298 tetex-3.0-1.pkg.tar.gz
    29881 j2re-1.5.0_01-1.pkg.tar.gz
    11920 perl-5.8.6-2.pkg.tar.gz
    10170 python-2.4.1-1.pkg.tar.gz
    4560 xmms-skins-0.3-1.pkg.tar.gz
    3972 xine-lib-1.0-1.pkg.tar.gz
    3383 ttf-ms-fonts-1.3-6.pkg.tar.gz
    3019 vim-6.3-4.pkg.tar.gz
    2691 db-4.3.27-2.pkg.tar.gz
    2474 ruby-1.8.2-3.pkg.tar.gz
    2442 binutils-2.15-1.pkg.tar.gz
    2374 perl-tk-804.027-1.pkg.tar.gz
    2266 xfdesktop-4.2.1-1.pkg.tar.gz
    2210 ted-2.17-1.pkg.tar.gz
    1986 ding-1.3-3.pkg.tar.gz
    1906 xffm-4.2.0-1.pkg.tar.gz
    1902 xmms-1.2.10-3.pkg.tar.gz
    1886 xpdf-3.00-7.pkg.tar.gz
    1734 xfce4-artwork-0.0.4-1.pkg.tar.gz
    1722 lesstif-0.94.0-1.pkg.tar.gz
    1710 tcl-8.4.9-1.pkg.tar.gz
    1574 ncurses-5.4-2.pkg.tar.gz
    1566 xine-ui-0.99.3-2.pkg.tar.gz
    1429 fortune-mod-9708-1.pkg.tar.gz
    1409 xfce4-icon-theme-4.2.1-1.pkg.tar.gz
    1409 libxml2-2.6.19-1.pkg.tar.gz
    1373 tk-8.4.9-1.pkg.tar.gz
    1373 hpijs-1.7.1-1.pkg.tar.gz
    1333 libgphoto2-2.1.5-1.pkg.tar.gz
    1309 doxygen-1.4.1-1.pkg.tar.gz
    1249 heimdal-0.6.3-3.pkg.tar.gz
    1117 pygtk-2.6.1-1.pkg.tar.gz
    1117 pan-0.14.2.91-2.pkg.tar.gz
    1065 vte-0.11.11-4.pkg.tar.gz
    1001 xfce4-session-4.2.1-1.pkg.tar.gz
    965 bmp-0.9.7-1.pkg.tar.gz
    961 flashplugin-7.0.25.0-1.pkg.tar.gz
    829 t1lib-5.0.2-1.pkg.tar.gz
    817 nedit-5.5-1.pkg.tar.gz
    753 foomatic-2.0.3-2.pkg.tar.gz
    677 dbus-0.23.2-3.pkg.tar.gz
    665 freetype2-2.1.9-2.pkg.tar.gz
    657 flac-1.1.2-2.pkg.tar.gz
    629 jasper-1.701.0-1.pkg.tar.gz
    577 xfwm4-4.2.1-1.pkg.tar.gz
    577 lynx-2.8.5-2.pkg.tar.gz
    553 fftw-3.0.1-2.pkg.tar.gz
    545 libxfcegui4-4.2.1-1.pkg.tar.gz
    541 xfwm4-themes-4.2.1-1.pkg.tar.gz
    521 libtool-1.5.14-1.pkg.tar.gz
    505 lftp-3.1.2-1.pkg.tar.gz
    501 libtiff-3.7.2-1.pkg.tar.gz
    485 tunepimp-0.3.0-3.pkg.tar.gz
    456 prelink-20041123-1.pkg.tar.gz
    456 pango-1.8.1-1.pkg.tar.gz
    452 libvorbis-1.1.0-1.pkg.tar.gz
    444 reiserfsprogs-3.6.19-1.pkg.tar.gz
    440 lame-3.96.1-2.pkg.tar.gz
    432 faad2-devel-2.0.cvs20040915-1.pkg.tar.gz
    428 pilot-link-0.11.8-3.pkg.tar.gz
    404 hwd-4.1.2-1.pkg.tar.gz
    400 divx4linux-5.10-3.pkg.tar.gz
    400 pacman-2.9.5-1.pkg.tar.gz
    388 bash-3.0-6.pkg.tar.gz
    388 xfce4-panel-4.2.1.1-1.pkg.tar.gz
    388 libmng-1.0.9-1.pkg.tar.gz
    380 lincity-1.12.1-1.pkg.tar.gz
    376 libgcrypt-1.2.1-1.pkg.tar.gz
    376 timidity++-2.13.0-1.pkg.tar.gz
    364 libpng-1.2.8-1.pkg.tar.gz
    340 xfce4-weather-plugin-0.4.1-1.pkg.tar.gz
    336 tar-1.15.1-1.pkg.tar.gz
    336 pam-0.79-1.pkg.tar.gz
    336 libxslt-1.1.14-1.pkg.tar.gz
    332 faad2-2.0-5.pkg.tar.gz
    320 xfce-utils-4.2.1-1.pkg.tar.gz
    308 xfprint-4.2.1-2.pkg.tar.gz
    304 fontconfig-2.3.1-1.pkg.tar.gz
    300 libsndfile-1.0.11-1.pkg.tar.gz
    296 xfce-mcs-plugins-4.2.1-1.pkg.tar.gz
    280 xfce4-wavelan-plugin-0.4.1-1.pkg.tar.gz
    280 nano-1.2.4-3.pkg.tar.gz
    276 ppp-2.4.3-1.pkg.tar.gz
    272 file-4.13-1.pkg.tar.gz
    268 libmikmod-3.1.11-1.pkg.tar.gz
    252 lm_sensors-2.9.1-1.pkg.tar.gz
    248 lua-5.0.2-1.pkg.tar.gz
    248 readline-5.0-3.pkg.tar.gz
    248 librsvg-2.9.5-1.pkg.tar.gz
    244 feh-1.2.9-1.pkg.tar.gz
    244 rar-3.4.1-1.pkg.tar.gz
    240 tidyhtml-20040308-1.pkg.tar.gz
    236 lcms-1.14-1.pkg.tar.gz
    232 libcroco-0.6.0-2.pkg.tar.gz
    228 perlxml-2.34-3.pkg.tar.gz
    212 libgsf-1.11.1-2.pkg.tar.gz
    212 libsamplerate-0.1.2-1.pkg.tar.gz
    208 bison-2.0-1.pkg.tar.gz
    200 libjpeg-6b-3.pkg.tar.gz
    196 pornview-0.1.5-2.pkg.tar.gz
    188 jack-audio-connection-kit-0.99.0-2.pkg.tar.gz
    188 libidn-0.5.15-1.pkg.tar.gz
    180 taglib-1.3.1-1.pkg.tar.gz
    176 hal-0.4.7-1.pkg.tar.gz
    176 procps-3.2.5-1.pkg.tar.gz
    176 vorbis-tools-1.0.1-5.pkg.tar.gz
    176 libksba-0.9.9-1.pkg.tar.gz
    164 pcre-5.0-1.pkg.tar.gz
    160 findutils-4.2.20-1.pkg.tar.gz
    156 net-tools-1.60-9.pkg.tar.gz
    156 libidl2-0.8.5-1.pkg.tar.gz
    156 libpcap-0.8.3-1.pkg.tar.gz
    148 libmal-0.40-1.pkg.tar.gz
    144 nasm-0.98.39-1.pkg.tar.gz
    144 xfce-mcs-manager-4.2.1-1.pkg.tar.gz
    144 raptor-1.3.1-1.pkg.tar.gz
    140 foomatic-db-engine-3.0.1-1.pkg.tar.gz
    140 libidl-0.6.8-1.pkg.tar.gz
    136 flex-2.5.31-2.pkg.tar.gz
    132 libexif-0.6.9-1.pkg.tar.gz
    132 libmad-0.15.1b-1.pkg.tar.gz
    128 libtheora-1.0alpha4-1.pkg.tar.gz
    128 libungif-4.1.3-1.pkg.tar.gz
    128 xfce4-mixer-4.2.0-1.pkg.tar.gz
    124 libglade-2.5.1-1.pkg.tar.gz
    120 pciutils-2.1.11-3.pkg.tar.gz
    116 freetype1-1.3.1-2.pkg.tar.gz
    112 pth-2.0.3-1.pkg.tar.gz
    112 lilo-22.7-1.pkg.tar.gz
    108 libxfce4util-4.2.1-1.pkg.tar.gz
    108 libart-lgpl-2.3.17-1.pkg.tar.gz
    104 pinentry-0.7.1-1.pkg.tar.gz
    104 xfce4-appfinder-4.2.1-1.pkg.tar.gz
    96 normalize-0.7.6-1.pkg.tar.gz
    96 ripperx-2.6.4-1.pkg.tar.gz
    92 libtasn1-0.2.13-1.pkg.tar.gz
    92 zlib-1.2.2-1.pkg.tar.gz
    88 fam-2.7.0-3.pkg.tar.gz
    80 faac-1.24-1.pkg.tar.gz
    80 libelf-0.8.5-1.pkg.tar.gz
    80 bzip2-1.0.3-1.pkg.tar.gz
    80 less-382-2.pkg.tar.gz
    76 dvd+rw-tools-5.21.4.10.8-2.pkg.tar.gz
    72 libid3tag-0.15.1b-1.pkg.tar.gz
    72 libcdaudio-0.99.10-1.pkg.tar.gz
    68 zip-2.3-3.pkg.tar.gz
    64 dirmngr-0.5.6-1.pkg.tar.gz
    64 libieee1284-0.2.8-1.pkg.tar.gz
    64 tcp_wrappers-7.6-6.pkg.tar.gz
    64 docbook-xml-4.1.2-2.pkg.tar.gz
    60 dialog-1.0-3.pkg.tar.gz
    60 rxvt-2.6.4-2.pkg.tar.gz
    60 rdesktop-1.3.1-3.pkg.tar.gz
    60 xfcalendar-4.2.0-1.pkg.tar.gz
    60 psutils-p17-3.pkg.tar.gz
    56 foomatic-filters-3.0.1-2.pkg.tar.gz
    56 ratpoison-1.3.0-2.pkg.tar.gz
    56 bin86-0.16.16-1.pkg.tar.gz
    52 xfce4-iconbox-4.2.0-1.pkg.tar.gz
    52 fribidi-0.10.4-1.pkg.tar.gz
    48 fakeroot-1.2.2-2.pkg.tar.gz
    48 desktop-file-utils-0.10-1.pkg.tar.gz
    48 pkgconfig-0.16.0-1.pkg.tar.gz
    48 lzo-1.08-1.pkg.tar.gz
    48 xfce4-toys-4.2.1-1.pkg.tar.gz
    48 psmisc-21.6-1.pkg.tar.gz
    48 libxfce4mcs-4.2.1-1.pkg.tar.gz
    48 xfce4-xkb-plugin-0.3.2-2.pkg.tar.gz
    44 tpctl-4.15-1.pkg.tar.gz
    44 lzop-1.01-3.pkg.tar.gz
    44 libtar-1.2.11-2.pkg.tar.gz
    40 libraw1394-1.1.0-1.pkg.tar.gz
    32 ladspa-1.12-2.pkg.tar.gz
    32 hotplug-2004_09_23-4.pkg.tar.gz
    32 xfce4-netload-plugin-0.3.1-1.pkg.tar.gz
    32 libgpg-error-1.0-1.pkg.tar.gz
    32 xfce4-notes-plugin-0.10.0-1.pkg.tar.gz
    28 libmusepack-1.0.3.1-2.pkg.tar.gz
    28 devfsd-1.3.25-4.pkg.tar.gz
    28 liblrdf-0.3.7-1.pkg.tar.gz
    28 xfce4-battery-plugin-0.2.0-3.pkg.tar.gz
    28 pmount-0.6-1.pkg.tar.gz
    28 xfce4-trigger-launcher-4.2.1-1.pkg.tar.gz
    28 xmms-musepack-1.1.1-2.pkg.tar.gz
    28 libassuan-0.6.7-1.pkg.tar.gz
    28 xfce4-diskperf-plugin-1.5-2.pkg.tar.gz
    28 dbh-1.0.24-1.pkg.tar.gz
    28 xfce4-systemload-plugin-0.3.6-1.pkg.tar.gz
    24 libao-0.8.6-1.pkg.tar.gz
    24 namcap-1.5.2.1-2.pkg.tar.gz
    24 xmms-mad-0.7-1.pkg.tar.gz
    24 libusb-0.1.8-5.pkg.tar.gz
    24 xfce4-cpugraph-plugin-0.2.2-2.pkg.tar.gz
    20 dhcpcd-1.3.22pl4-4.pkg.tar.gz
    20 libogg-1.1.2-1.pkg.tar.gz
    20 libcap-1.10-1.pkg.tar.gz
    20 xfce4-sensors-plugin-0.3.0-1.pkg.tar.gz
    20 portmap-5beta-9.pkg.tar.gz
    20 xfce4-fsguard-plugin-0.2.0-2.pkg.tar.gz
    16 dcron-2.9-2.pkg.tar.gz
    16 xfce4-showdesktop-plugin-0.4.0-1.pkg.tar.gz
    16 xfce4-windowlist-plugin-0.1.0-2.pkg.tar.gz
    16 xfce4-datetime-plugin-0.3.1-2.pkg.tar.gz
    12 xfce4-taskbar-plugin-0.2.2-1.pkg.tar.gz
    12 xfce4-minicmd-plugin-0.3.0-1.pkg.tar.gz
    12 xfce4-clipman-plugin-0.4.1-2.pkg.tar.gz
    12 xmms-cdparanoia-0.1-1.pkg.tar.gz
    8 netselect-0.3-1.pkg.tar.gz
    8 xfce4-xmms-plugin-0.1.1-2.pkg.tar.gz
    8 xfce4-systray-4.2.1-1.pkg.tar.gz
    4 rpm2targz-9.0-s1.pkg.tar.gz
    4 filesystem-0.7-5.pkg.tar.gz
    4 rpmunpack-0-1.pkg.tar.gz
    bzip2:
    total 223803 (33% of total tar file size)
    58285 xorg-11R6.8.2-2.pkg.tar.bz2
    37961 tetex-3.0-1.pkg.tar.bz2
    25245 j2re-1.5.0_01-1.pkg.tar.bz2
    10815 perl-5.8.6-2.pkg.tar.bz2
    8048 python-2.4.1-1.pkg.tar.bz2
    4621 xmms-skins-0.3-1.pkg.tar.bz2
    3988 xine-lib-1.0-1.pkg.tar.bz2
    3259 ttf-ms-fonts-1.3-6.pkg.tar.bz2
    2571 vim-6.3-4.pkg.tar.bz2
    2246 xfdesktop-4.2.1-1.pkg.tar.bz2
    2230 db-4.3.27-2.pkg.tar.bz2
    2142 ruby-1.8.2-3.pkg.tar.bz2
    2106 perl-tk-804.027-1.pkg.tar.bz2
    1970 ted-2.17-1.pkg.tar.bz2
    1958 binutils-2.15-1.pkg.tar.bz2
    1782 xffm-4.2.0-1.pkg.tar.bz2
    1746 ding-1.3-3.pkg.tar.bz2
    1738 xfce4-artwork-0.0.4-1.pkg.tar.bz2
    1694 xpdf-3.00-7.pkg.tar.bz2
    1546 lesstif-0.94.0-1.pkg.tar.bz2
    1518 xine-ui-0.99.3-2.pkg.tar.bz2
    1369 ncurses-5.4-2.pkg.tar.bz2
    1353 tcl-8.4.9-1.pkg.tar.bz2
    1317 xmms-1.2.10-3.pkg.tar.bz2
    1269 doxygen-1.4.1-1.pkg.tar.bz2
    1249 libxml2-2.6.19-1.pkg.tar.bz2
    1249 tk-8.4.9-1.pkg.tar.bz2
    1165 xfce4-icon-theme-4.2.1-1.pkg.tar.bz2
    1161 fortune-mod-9708-1.pkg.tar.bz2
    1121 hpijs-1.7.1-1.pkg.tar.bz2
    1073 heimdal-0.6.3-3.pkg.tar.bz2
    1001 libgphoto2-2.1.5-1.pkg.tar.bz2
    945 vte-0.11.11-4.pkg.tar.bz2
    929 flashplugin-7.0.25.0-1.pkg.tar.bz2
    905 pygtk-2.6.1-1.pkg.tar.bz2
    897 xfce4-session-4.2.1-1.pkg.tar.bz2
    849 pan-0.14.2.91-2.pkg.tar.bz2
    813 t1lib-5.0.2-1.pkg.tar.bz2
    769 bmp-0.9.7-1.pkg.tar.bz2
    761 nedit-5.5-1.pkg.tar.bz2
    597 dbus-0.23.2-3.pkg.tar.bz2
    557 freetype2-2.1.9-2.pkg.tar.bz2
    545 lynx-2.8.5-2.pkg.tar.bz2
    529 xfwm4-4.2.1-1.pkg.tar.bz2
    509 flac-1.1.2-2.pkg.tar.bz2
    452 lftp-3.1.2-1.pkg.tar.bz2
    440 tunepimp-0.3.0-3.pkg.tar.bz2
    428 libtiff-3.7.2-1.pkg.tar.bz2
    420 libxfcegui4-4.2.1-1.pkg.tar.bz2
    416 foomatic-2.0.3-2.pkg.tar.bz2
    404 prelink-20041123-1.pkg.tar.bz2
    400 fftw-3.0.1-2.pkg.tar.bz2
    396 divx4linux-5.10-3.pkg.tar.bz2
    396 pilot-link-0.11.8-3.pkg.tar.bz2
    388 lincity-1.12.1-1.pkg.tar.bz2
    380 xfce4-panel-4.2.1.1-1.pkg.tar.bz2
    380 timidity++-2.13.0-1.pkg.tar.bz2
    368 pango-1.8.1-1.pkg.tar.bz2
    368 xfwm4-themes-4.2.1-1.pkg.tar.bz2
    364 libvorbis-1.1.0-1.pkg.tar.bz2
    360 pacman-2.9.5-1.pkg.tar.bz2
    356 jasper-1.701.0-1.pkg.tar.bz2
    352 hwd-4.1.2-1.pkg.tar.bz2
    340 bash-3.0-6.pkg.tar.bz2
    336 libtool-1.5.14-1.pkg.tar.bz2
    332 faad2-devel-2.0.cvs20040915-1.pkg.tar.bz2
    316 lame-3.96.1-2.pkg.tar.bz2
    316 libmng-1.0.9-1.pkg.tar.bz2
    304 xfce4-weather-plugin-0.4.1-1.pkg.tar.bz2
    300 xfce-utils-4.2.1-1.pkg.tar.bz2
    296 xfprint-4.2.1-2.pkg.tar.bz2
    288 pam-0.79-1.pkg.tar.bz2
    280 xfce-mcs-plugins-4.2.1-1.pkg.tar.bz2
    276 libgcrypt-1.2.1-1.pkg.tar.bz2
    276 libxslt-1.1.14-1.pkg.tar.bz2
    276 libpng-1.2.8-1.pkg.tar.bz2
    272 faad2-2.0-5.pkg.tar.bz2
    268 fontconfig-2.3.1-1.pkg.tar.bz2
    268 tar-1.15.1-1.pkg.tar.bz2
    264 ppp-2.4.3-1.pkg.tar.bz2
    260 reiserfsprogs-3.6.19-1.pkg.tar.bz2
    256 feh-1.2.9-1.pkg.tar.bz2
    248 libsndfile-1.0.11-1.pkg.tar.bz2
    244 libmikmod-3.1.11-1.pkg.tar.bz2
    232 lm_sensors-2.9.1-1.pkg.tar.bz2
    224 file-4.13-1.pkg.tar.bz2
    212 readline-5.0-3.pkg.tar.bz2
    208 librsvg-2.9.5-1.pkg.tar.bz2
    204 lcms-1.14-1.pkg.tar.bz2
    200 rar-3.4.1-1.pkg.tar.bz2
    196 nano-1.2.4-3.pkg.tar.bz2
    192 pornview-0.1.5-2.pkg.tar.bz2
    192 perlxml-2.34-3.pkg.tar.bz2
    192 libcroco-0.6.0-2.pkg.tar.bz2
    192 bison-2.0-1.pkg.tar.bz2
    176 tidyhtml-20040308-1.pkg.tar.bz2
    172 procps-3.2.5-1.pkg.tar.bz2
    168 libjpeg-6b-3.pkg.tar.bz2
    164 pcre-5.0-1.pkg.tar.bz2
    160 hal-0.4.7-1.pkg.tar.bz2
    160 libidn-0.5.15-1.pkg.tar.bz2
    160 libgsf-1.11.1-2.pkg.tar.bz2
    152 jack-audio-connection-kit-0.99.0-2.pkg.tar.bz2
    148 taglib-1.3.1-1.pkg.tar.bz2
    148 libksba-0.9.9-1.pkg.tar.bz2
    144 xfce-mcs-manager-4.2.1-1.pkg.tar.bz2
    144 libsamplerate-0.1.2-1.pkg.tar.bz2
    144 findutils-4.2.20-1.pkg.tar.bz2
    140 lua-5.0.2-1.pkg.tar.bz2
    140 nasm-0.98.39-1.pkg.tar.bz2
    140 libidl2-0.8.5-1.pkg.tar.bz2
    136 vorbis-tools-1.0.1-5.pkg.tar.bz2
    132 flex-2.5.31-2.pkg.tar.bz2
    128 libpcap-0.8.3-1.pkg.tar.bz2
    128 net-tools-1.60-9.pkg.tar.bz2
    124 foomatic-db-engine-3.0.1-1.pkg.tar.bz2
    124 raptor-1.3.1-1.pkg.tar.bz2
    124 libmal-0.40-1.pkg.tar.bz2
    124 libidl-0.6.8-1.pkg.tar.bz2
    116 lilo-22.7-1.pkg.tar.bz2
    112 xfce4-mixer-4.2.0-1.pkg.tar.bz2
    108 pciutils-2.1.11-3.pkg.tar.bz2
    108 pth-2.0.3-1.pkg.tar.bz2
    108 freetype1-1.3.1-2.pkg.tar.bz2
    108 libtheora-1.0alpha4-1.pkg.tar.bz2
    108 libungif-4.1.3-1.pkg.tar.bz2
    108 libexif-0.6.9-1.pkg.tar.bz2
    108 libglade-2.5.1-1.pkg.tar.bz2
    104 xfce4-appfinder-4.2.1-1.pkg.tar.bz2
    100 normalize-0.7.6-1.pkg.tar.bz2
    100 libmad-0.15.1b-1.pkg.tar.bz2
    96 ripperx-2.6.4-1.pkg.tar.bz2
    88 pinentry-0.7.1-1.pkg.tar.bz2
    88 libart-lgpl-2.3.17-1.pkg.tar.bz2
    84 libtasn1-0.2.13-1.pkg.tar.bz2
    84 libxfce4util-4.2.1-1.pkg.tar.bz2
    84 fam-2.7.0-3.pkg.tar.bz2
    80 less-382-2.pkg.tar.bz2
    76 zlib-1.2.2-1.pkg.tar.bz2
    72 libelf-0.8.5-1.pkg.tar.bz2
    68 zip-2.3-3.pkg.tar.bz2
    68 faac-1.24-1.pkg.tar.bz2
    68 dvd+rw-tools-5.21.4.10.8-2.pkg.tar.bz2
    64 bzip2-1.0.3-1.pkg.tar.bz2
    64 dirmngr-0.5.6-1.pkg.tar.bz2
    64 tcp_wrappers-7.6-6.pkg.tar.bz2
    64 libcdaudio-0.99.10-1.pkg.tar.bz2
    60 dialog-1.0-3.pkg.tar.bz2
    60 libieee1284-0.2.8-1.pkg.tar.bz2
    60 libid3tag-0.15.1b-1.pkg.tar.bz2
    60 rxvt-2.6.4-2.pkg.tar.bz2
    56 rdesktop-1.3.1-3.pkg.tar.bz2
    56 ratpoison-1.3.0-2.pkg.tar.bz2
    56 xfcalendar-4.2.0-1.pkg.tar.bz2
    56 bin86-0.16.16-1.pkg.tar.bz2
    52 psutils-p17-3.pkg.tar.bz2
    52 foomatic-filters-3.0.1-2.pkg.tar.bz2
    52 xfce4-iconbox-4.2.0-1.pkg.tar.bz2
    48 fakeroot-1.2.2-2.pkg.tar.bz2
    48 psmisc-21.6-1.pkg.tar.bz2
    48 docbook-xml-4.1.2-2.pkg.tar.bz2
    48 pkgconfig-0.16.0-1.pkg.tar.bz2
    48 xfce4-xkb-plugin-0.3.2-2.pkg.tar.bz2
    44 xfce4-toys-4.2.1-1.pkg.tar.bz2
    44 tpctl-4.15-1.pkg.tar.bz2
    44 fribidi-0.10.4-1.pkg.tar.bz2
    44 lzop-1.01-3.pkg.tar.bz2
    44 lzo-1.08-1.pkg.tar.bz2
    44 xfce4-wavelan-plugin-0.4.1-1.pkg.tar.bz2
    44 libxfce4mcs-4.2.1-1.pkg.tar.bz2
    40 libtar-1.2.11-2.pkg.tar.bz2
    40 libraw1394-1.1.0-1.pkg.tar.bz2
    36 desktop-file-utils-0.10-1.pkg.tar.bz2
    32 ladspa-1.12-2.pkg.tar.bz2
    28 xfce4-netload-plugin-0.3.1-1.pkg.tar.bz2
    28 libmusepack-1.0.3.1-2.pkg.tar.bz2
    28 devfsd-1.3.25-4.pkg.tar.bz2
    28 libgpg-error-1.0-1.pkg.tar.bz2
    28 hotplug-2004_09_23-4.pkg.tar.bz2
    28 pmount-0.6-1.pkg.tar.bz2
    28 xfce4-battery-plugin-0.2.0-3.pkg.tar.bz2
    28 liblrdf-0.3.7-1.pkg.tar.bz2
    28 xfce4-notes-plugin-0.10.0-1.pkg.tar.bz2
    24 dbh-1.0.24-1.pkg.tar.bz2
    24 xfce4-diskperf-plugin-1.5-2.pkg.tar.bz2
    24 xmms-musepack-1.1.1-2.pkg.tar.bz2
    24 xfce4-systemload-plugin-0.3.6-1.pkg.tar.bz2
    24 libao-0.8.6-1.pkg.tar.bz2
    24 xfce4-trigger-launcher-4.2.1-1.pkg.tar.bz2
    24 libassuan-0.6.7-1.pkg.tar.bz2
    24 xmms-mad-0.7-1.pkg.tar.bz2
    24 libcap-1.10-1.pkg.tar.bz2
    24 namcap-1.5.2.1-2.pkg.tar.bz2
    24 dhcpcd-1.3.22pl4-4.pkg.tar.bz2
    20 xfce4-cpugraph-plugin-0.2.2-2.pkg.tar.bz2
    20 libogg-1.1.2-1.pkg.tar.bz2
    20 libusb-0.1.8-5.pkg.tar.bz2
    20 xfce4-sensors-plugin-0.3.0-1.pkg.tar.bz2
    20 portmap-5beta-9.pkg.tar.bz2
    20 xfce4-fsguard-plugin-0.2.0-2.pkg.tar.bz2
    20 dcron-2.9-2.pkg.tar.bz2
    16 xfce4-showdesktop-plugin-0.4.0-1.pkg.tar.bz2
    16 xfce4-windowlist-plugin-0.1.0-2.pkg.tar.bz2
    16 xfce4-datetime-plugin-0.3.1-2.pkg.tar.bz2
    12 xfce4-taskbar-plugin-0.2.2-1.pkg.tar.bz2
    12 xfce4-minicmd-plugin-0.3.0-1.pkg.tar.bz2
    12 xfce4-clipman-plugin-0.4.1-2.pkg.tar.bz2
    12 xmms-cdparanoia-0.1-1.pkg.tar.bz2
    12 netselect-0.3-1.pkg.tar.bz2
    8 xfce4-xmms-plugin-0.1.1-2.pkg.tar.bz2
    8 xfce4-systray-4.2.1-1.pkg.tar.bz2
    4 rpm2targz-9.0-s1.pkg.tar.bz2
    4 filesystem-0.7-5.pkg.tar.bz2
    4 rpmunpack-0-1.pkg.tar.bz2
    7zip:
    total 183214 (27% of tar file sizes)
    47971 xorg-11R6.8.2-2.pkg.tar.7z
    32868 tetex-3.0-1.pkg.tar.7z
    19107 j2re-1.5.0_01-1.pkg.tar.7z
    9113 perl-5.8.6-2.pkg.tar.7z
    6891 python-2.4.1-1.pkg.tar.7z
    4512 xmms-skins-0.3-1.pkg.tar.7z
    3151 xine-lib-1.0-1.pkg.tar.7z
    2995 ttf-ms-fonts-1.3-6.pkg.tar.7z
    2410 vim-6.3-4.pkg.tar.7z
    2150 xfdesktop-4.2.1-1.pkg.tar.7z
    1906 perl-tk-804.027-1.pkg.tar.7z
    1718 xfce4-artwork-0.0.4-1.pkg.tar.7z
    1710 ruby-1.8.2-3.pkg.tar.7z
    1602 xffm-4.2.0-1.pkg.tar.7z
    1598 ding-1.3-3.pkg.tar.7z
    1558 ted-2.17-1.pkg.tar.7z
    1365 binutils-2.15-1.pkg.tar.7z
    1353 xine-ui-0.99.3-2.pkg.tar.7z
    1197 lesstif-0.94.0-1.pkg.tar.7z
    1149 tcl-8.4.9-1.pkg.tar.7z
    1133 tk-8.4.9-1.pkg.tar.7z
    1121 fortune-mod-9708-1.pkg.tar.7z
    969 doxygen-1.4.1-1.pkg.tar.7z
    961 libxml2-2.6.19-1.pkg.tar.7z
    953 ncurses-5.4-2.pkg.tar.7z
    949 xfce4-icon-theme-4.2.1-1.pkg.tar.7z
    945 xmms-1.2.10-3.pkg.tar.7z
    861 heimdal-0.6.3-3.pkg.tar.7z
    793 xfce4-session-4.2.1-1.pkg.tar.7z
    781 libgphoto2-2.1.5-1.pkg.tar.7z
    781 flashplugin-7.0.25.0-1.pkg.tar.7z
    745 hpijs-1.7.1-1.pkg.tar.7z
    725 t1lib-5.0.2-1.pkg.tar.7z
    693 pygtk-2.6.1-1.pkg.tar.7z
    669 nedit-5.5-1.pkg.tar.7z
    665 pan-0.14.2.91-2.pkg.tar.7z
    553 xpdf-3.00-7.pkg.tar.7z
    549 bmp-0.9.7-1.pkg.tar.7z
    529 db-4.3.27-2.pkg.tar.7z
    481 lynx-2.8.5-2.pkg.tar.7z
    464 freetype2-2.1.9-2.pkg.tar.7z
    452 xfwm4-4.2.1-1.pkg.tar.7z
    432 dbus-0.23.2-3.pkg.tar.7z
    404 foomatic-2.0.3-2.pkg.tar.7z
    388 libxfcegui4-4.2.1-1.pkg.tar.7z
    376 lftp-3.1.2-1.pkg.tar.7z
    364 vte-0.11.11-4.pkg.tar.7z
    360 flac-1.1.2-2.pkg.tar.7z
    348 libtiff-3.7.2-1.pkg.tar.7z
    348 prelink-20041123-1.pkg.tar.7z
    336 xfce4-panel-4.2.1.1-1.pkg.tar.7z
    332 pango-1.8.1-1.pkg.tar.7z
    328 pilot-link-0.11.8-3.pkg.tar.7z
    324 tunepimp-0.3.0-3.pkg.tar.7z
    324 lincity-1.12.1-1.pkg.tar.7z
    324 timidity++-2.13.0-1.pkg.tar.7z
    312 divx4linux-5.10-3.pkg.tar.7z
    296 pacman-2.9.5-1.pkg.tar.7z
    292 xfwm4-themes-4.2.1-1.pkg.tar.7z
    288 bash-3.0-6.pkg.tar.7z
    260 fftw-3.0.1-2.pkg.tar.7z
    260 xfce-utils-4.2.1-1.pkg.tar.7z
    256 pam-0.79-1.pkg.tar.7z
    252 xfprint-4.2.1-2.pkg.tar.7z
    244 libvorbis-1.1.0-1.pkg.tar.7z
    244 xfce4-weather-plugin-0.4.1-1.pkg.tar.7z
    240 xfce-mcs-plugins-4.2.1-1.pkg.tar.7z
    236 libxslt-1.1.14-1.pkg.tar.7z
    232 lame-3.96.1-2.pkg.tar.7z
    232 faad2-devel-2.0.cvs20040915-1.pkg.tar.7z
    232 feh-1.2.9-1.pkg.tar.7z
    232 ppp-2.4.3-1.pkg.tar.7z
    224 hwd-4.1.2-1.pkg.tar.7z
    216 libpng-1.2.8-1.pkg.tar.7z
    216 tar-1.15.1-1.pkg.tar.7z
    204 libsndfile-1.0.11-1.pkg.tar.7z
    204 libtool-1.5.14-1.pkg.tar.7z
    204 file-4.13-1.pkg.tar.7z
    200 libgcrypt-1.2.1-1.pkg.tar.7z
    196 faad2-2.0-5.pkg.tar.7z
    196 reiserfsprogs-3.6.19-1.pkg.tar.7z
    196 fontconfig-2.3.1-1.pkg.tar.7z
    196 libmikmod-3.1.11-1.pkg.tar.7z
    188 libmng-1.0.9-1.pkg.tar.7z
    184 jasper-1.701.0-1.pkg.tar.7z
    184 lm_sensors-2.9.1-1.pkg.tar.7z
    172 readline-5.0-3.pkg.tar.7z
    172 librsvg-2.9.5-1.pkg.tar.7z
    172 lcms-1.14-1.pkg.tar.7z
    164 libcroco-0.6.0-2.pkg.tar.7z
    160 bison-2.0-1.pkg.tar.7z
    156 nano-1.2.4-3.pkg.tar.7z
    156 pornview-0.1.5-2.pkg.tar.7z
    156 rar-3.4.1-1.pkg.tar.7z
    148 procps-3.2.5-1.pkg.tar.7z
    148 libjpeg-6b-3.pkg.tar.7z
    148 libgsf-1.11.1-2.pkg.tar.7z
    144 perlxml-2.34-3.pkg.tar.7z
    144 pcre-5.0-1.pkg.tar.7z
    140 hal-0.4.7-1.pkg.tar.7z
    136 jack-audio-connection-kit-0.99.0-2.pkg.tar.7z
    136 xfce-mcs-manager-4.2.1-1.pkg.tar.7z
    132 tidyhtml-20040308-1.pkg.tar.7z
    132 taglib-1.3.1-1.pkg.tar.7z
    124 libksba-0.9.9-1.pkg.tar.7z
    116 findutils-4.2.20-1.pkg.tar.7z
    116 foomatic-db-engine-3.0.1-1.pkg.tar.7z
    112 vorbis-tools-1.0.1-5.pkg.tar.7z
    112 nasm-0.98.39-1.pkg.tar.7z
    108 flex-2.5.31-2.pkg.tar.7z
    108 libidl2-0.8.5-1.pkg.tar.7z
    108 libmal-0.40-1.pkg.tar.7z
    108 libidn-0.5.15-1.pkg.tar.7z
    104 lua-5.0.2-1.pkg.tar.7z
    100 net-tools-1.60-9.pkg.tar.7z
    100 lilo-22.7-1.pkg.tar.7z
    100 libsamplerate-0.1.2-1.pkg.tar.7z
    96 raptor-1.3.1-1.pkg.tar.7z
    96 freetype1-1.3.1-2.pkg.tar.7z
    96 libidl-0.6.8-1.pkg.tar.7z
    96 pth-2.0.3-1.pkg.tar.7z
    92 xfce4-appfinder-4.2.1-1.pkg.tar.7z
    92 pciutils-2.1.11-3.pkg.tar.7z
    92 libungif-4.1.3-1.pkg.tar.7z
    92 xfce4-mixer-4.2.0-1.pkg.tar.7z
    92 libglade-2.5.1-1.pkg.tar.7z
    92 libtheora-1.0alpha4-1.pkg.tar.7z
    88 libpcap-0.8.3-1.pkg.tar.7z
    80 libexif-0.6.9-1.pkg.tar.7z
    80 normalize-0.7.6-1.pkg.tar.7z
    80 libart-lgpl-2.3.17-1.pkg.tar.7z
    76 ripperx-2.6.4-1.pkg.tar.7z
    76 libxfce4util-4.2.1-1.pkg.tar.7z
    72 less-382-2.pkg.tar.7z
    72 libtasn1-0.2.13-1.pkg.tar.7z
    72 libmad-0.15.1b-1.pkg.tar.7z
    68 pinentry-0.7.1-1.pkg.tar.7z
    68 fam-2.7.0-3.pkg.tar.7z
    60 dvd+rw-tools-5.21.4.10.8-2.pkg.tar.7z
    60 zlib-1.2.2-1.pkg.tar.7z
    60 libelf-0.8.5-1.pkg.tar.7z
    60 faac-1.24-1.pkg.tar.7z
    60 zip-2.3-3.pkg.tar.7z
    56 dirmngr-0.5.6-1.pkg.tar.7z
    56 dialog-1.0-3.pkg.tar.7z
    56 libcdaudio-0.99.10-1.pkg.tar.7z
    52 libieee1284-0.2.8-1.pkg.tar.7z
    52 tcp_wrappers-7.6-6.pkg.tar.7z
    52 rxvt-2.6.4-2.pkg.tar.7z
    52 rdesktop-1.3.1-3.pkg.tar.7z
    52 ratpoison-1.3.0-2.pkg.tar.7z
    48 docbook-xml-4.1.2-2.pkg.tar.7z
    48 foomatic-filters-3.0.1-2.pkg.tar.7z
    48 bin86-0.16.16-1.pkg.tar.7z
    48 bzip2-1.0.3-1.pkg.tar.7z
    48 libid3tag-0.15.1b-1.pkg.tar.7z
    48 xfcalendar-4.2.0-1.pkg.tar.7z
    44 pkgconfig-0.16.0-1.pkg.tar.7z
    44 xfce4-iconbox-4.2.0-1.pkg.tar.7z
    44 psutils-p17-3.pkg.tar.7z
    40 xfce4-xkb-plugin-0.3.2-2.pkg.tar.7z
    40 fakeroot-1.2.2-2.pkg.tar.7z
    40 psmisc-21.6-1.pkg.tar.7z
    40 xfce4-toys-4.2.1-1.pkg.tar.7z
    40 lzop-1.01-3.pkg.tar.7z
    40 tpctl-4.15-1.pkg.tar.7z
    36 libxfce4mcs-4.2.1-1.pkg.tar.7z
    36 fribidi-0.10.4-1.pkg.tar.7z
    36 lzo-1.08-1.pkg.tar.7z
    32 libraw1394-1.1.0-1.pkg.tar.7z
    32 libtar-1.2.11-2.pkg.tar.7z
    32 desktop-file-utils-0.10-1.pkg.tar.7z
    28 ladspa-1.12-2.pkg.tar.7z
    28 hotplug-2004_09_23-4.pkg.tar.7z
    28 xfce4-wavelan-plugin-0.4.1-1.pkg.tar.7z
    28 devfsd-1.3.25-4.pkg.tar.7z
    24 xfce4-netload-plugin-0.3.1-1.pkg.tar.7z
    24 libmusepack-1.0.3.1-2.pkg.tar.7z
    24 liblrdf-0.3.7-1.pkg.tar.7z
    24 libgpg-error-1.0-1.pkg.tar.7z
    24 pmount-0.6-1.pkg.tar.7z
    24 xfce4-notes-plugin-0.10.0-1.pkg.tar.7z
    24 libassuan-0.6.7-1.pkg.tar.7z
    24 dbh-1.0.24-1.pkg.tar.7z
    20 xfce4-battery-plugin-0.2.0-3.pkg.tar.7z
    20 xfce4-trigger-launcher-4.2.1-1.pkg.tar.7z
    20 xmms-musepack-1.1.1-2.pkg.tar.7z
    20 xfce4-systemload-plugin-0.3.6-1.pkg.tar.7z
    20 namcap-1.5.2.1-2.pkg.tar.7z
    20 libao-0.8.6-1.pkg.tar.7z
    20 xfce4-diskperf-plugin-1.5-2.pkg.tar.7z
    20 dhcpcd-1.3.22pl4-4.pkg.tar.7z
    20 xmms-mad-0.7-1.pkg.tar.7z
    20 libcap-1.10-1.pkg.tar.7z
    20 libogg-1.1.2-1.pkg.tar.7z
    20 libusb-0.1.8-5.pkg.tar.7z
    16 xfce4-cpugraph-plugin-0.2.2-2.pkg.tar.7z
    16 xfce4-sensors-plugin-0.3.0-1.pkg.tar.7z
    16 portmap-5beta-9.pkg.tar.7z
    16 dcron-2.9-2.pkg.tar.7z
    16 xfce4-fsguard-plugin-0.2.0-2.pkg.tar.7z
    12 xfce4-showdesktop-plugin-0.4.0-1.pkg.tar.7z
    12 xfce4-windowlist-plugin-0.1.0-2.pkg.tar.7z
    12 xfce4-datetime-plugin-0.3.1-2.pkg.tar.7z
    12 xfce4-taskbar-plugin-0.2.2-1.pkg.tar.7z
    12 xfce4-minicmd-plugin-0.3.0-1.pkg.tar.7z
    8 xfce4-clipman-plugin-0.4.1-2.pkg.tar.7z
    8 xmms-cdparanoia-0.1-1.pkg.tar.7z
    8 netselect-0.3-1.pkg.tar.7z
    8 xfce4-xmms-plugin-0.1.1-2.pkg.tar.7z
    8 xfce4-systray-4.2.1-1.pkg.tar.7z
    4 rpm2targz-9.0-s1.pkg.tar.7z
    4 filesystem-0.7-5.pkg.tar.7z
    4 rpmunpack-0-1.pkg.tar.7z

  • Script to download source packages

    Hi there,
    I've made a Bash script "getsrc.sh" which download easily and quickly source packages from AUR or ABS (dependencies : yaourt and makepkg). The idea is just to do in one command, something we usually do in several commands (I use yaourt -G, then makepkg -o). Example :
    /home/ehmicky $ getsrc gnome-terminal
    /tmp/gnome-terminal/src/gnome-terminal-3.2.1 $ ls
    aclocal.m4 AUTHORS ChangeLog ChangeLog.pre-2-23 ChangeLog.README config.guess
    config.h.in config.sub configure configure.ac COPYING depcomp
    gnome-doc-utils.make gnome-terminal.desktop.in.in HACKING help install-sh ltmain.sh
    Makefile.am Makefile.in missing mkinstalldirs NEWS omf.make
    po README src xmldocs.make
    It's just a Bash script you need to source in your ~/.bashrc if you want to use :
    source /path/to/getsrc.sh
    I didn't package it cause I'm new to Archlinux and still uncomfortable with the packaging procedure right now.
    I'm really not sure this might be useful for anyone (it might probably be useless indeed). I guess there are already alternatives doing just the same thign, but since while googling for it, I didn't bump into them, I thought I could post this script just in case.
    Do getsrc -h for usage.
    Here is the script file :
    #!/bin/bash
    #============================================================================
    # NAME : getsrc
    # DESCRIPTION : Download source packages from ABS or AUR.
    # AUTHOR AND COPYRIGHT : ehmicky <ehmickyy at hotmail dot fr>
    # LICENSE : GPL3, see end of file
    # DEPENDENCIES : yaourt makepkg
    # USAGE : getsrc PACKAGE_NAME...
    # INSTALLATION : this file needs to be sourced (e.g. "source
    # getsrc.sh") in your ~/.bashrc
    # VARIABLES :
    # SourceDir : directory where to download the source package (default :
    # current directory)
    # VERSION : 1.1 (13/03/2012)
    # CHANGELOG : 1.1
    # * Supressed output
    # * Fix getopts bug
    # 1.0
    # * First release
    #============================================================================
    #Must define a function so it doesn't spawn a new subshell, and so we can
    #change the current directory of the caller
    getsrc()
    #Define this variable to change the download directory for source packages
    #(default is the current directory)
    local SourceDir="/tmp/MyTemp"
    #Verify dependencies
    test_command()
    while (( $# ))
    do
    if ! type "$1" &> /dev/null
    then
    echo "Error: $1 is not installed." >&2
    return 1
    fi
    shift
    done
    test_command yaourt makepkg
    #Script options : see help message for more info
    local makepkg_options="#"
    OPTIND=1
    while getopts ":hr" Opt
    do
    case "$Opt" in
    h)
    echo "getsrc: Download source packages from ABS or AUR
    Usage: $0 [OPTION]... PACKAGE_NAME...
    -r Use this option if you're root.
    -h Prints this help message.
    E-mail bug reports to: <ehmickyy at hotmail dot fr>"
    return ;;
    r)
    local makepkg_options="--asroot" ;;
    echo "Error: -$OPTARG is not a valid option." >&2
    return 1 ;;
    esac
    done
    shift $(( OPTIND - 1 ))
    local _SourceDir="${SourceDir:-.}"
    if [[ $UID -eq 0 && "$makepkg_options" != *"--asroot"* ]]
    then
    echo "Error: when root, please use the -r flag." >&2
    return 1
    fi
    #Process every argument from command line
    while (( $# ))
    do
    local PreviousDir="$PWD"
    #Go in the source package download directory
    [[ -d "$_SourceDir" ]]\
    || mkdir -p "$_SourceDir"
    if [[ ! -d "$_SourceDir" ]]
    then
    echo "Error: cannot create directory $_SourceDir" >&2
    cd "$PreviousDir"
    return 1
    fi
    cd "$_SourceDir"
    #Download the ABS of the package
    yaourt -G "$1" > /dev/null 2>&1
    #Check is the ABS has been downloaded
    if [[ ! -d "$1" ]]
    then
    echo "Error: $1 is not a valid package name" >&2
    local RelatedPackages="$( yaourt --color -Ss "$1"\
    | sed -n 'h;n;p;g;p'\
    | tac) "
    [[ "$RelatedPackages" =~ ^\ *$ ]]\
    || echo -e "Maybe you meant:\n$RelatedPackages" >&2
    cd "$PreviousDir"
    return 1
    fi
    #Download the source package from the ABS
    cd "$1"
    if ! makepkg -o "$makepkg_options" > /dev/null 2>&1
    then
    echo "Error: could not download source package" >&2
    rm -r "$_SourceDir/$1"
    cd "$PreviousDir"
    return 1
    fi
    #Goes to the root of the source package
    [[ -d "src/" ]]\
    || return
    cd "src/"
    local FinalSourceDir="$( find -mindepth 1 -maxdepth 1 -type d )"
    [[ -d "$FinalSourceDir" ]]\
    && cd "$FinalSourceDir"
    #Process next argument
    shift
    done
    # GNU GENERAL PUBLIC LICENSE
    # Version 3, 29 June 2007
    # Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
    # Everyone is permitted to copy and distribute verbatim copies
    # of this license document, but changing it is not allowed.
    # Preamble
    # The GNU General Public License is a free, copyleft license for
    # software and other kinds of works.
    # The licenses for most software and other practical works are designed
    # to take away your freedom to share and change the works. By contrast,
    # the GNU General Public License is intended to guarantee your freedom to
    # share and change all versions of a program--to make sure it remains free
    # software for all its users. We, the Free Software Foundation, use the
    # GNU General Public License for most of our software; it applies also to
    # any other work released this way by its authors. You can apply it to
    # your programs, too.
    # When we speak of free software, we are referring to freedom, not
    # price. Our General Public Licenses are designed to make sure that you
    # have the freedom to distribute copies of free software (and charge for
    # them if you wish), that you receive source code or can get it if you
    # want it, that you can change the software or use pieces of it in new
    # free programs, and that you know you can do these things.
    # To protect your rights, we need to prevent others from denying you
    # these rights or asking you to surrender the rights. Therefore, you have
    # certain responsibilities if you distribute copies of the software, or if
    # you modify it: responsibilities to respect the freedom of others.
    # For example, if you distribute copies of such a program, whether
    # gratis or for a fee, you must pass on to the recipients the same
    # freedoms that you received. You must make sure that they, too, receive
    # or can get the source code. And you must show them these terms so they
    # know their rights.
    # Developers that use the GNU GPL protect your rights with two steps:
    # (1) assert copyright on the software, and (2) offer you this License
    # giving you legal permission to copy, distribute and/or modify it.
    # For the developers' and authors' protection, the GPL clearly explains
    # that there is no warranty for this free software. For both users' and
    # authors' sake, the GPL requires that modified versions be marked as
    # changed, so that their problems will not be attributed erroneously to
    # authors of previous versions.
    # Some devices are designed to deny users access to install or run
    # modified versions of the software inside them, although the manufacturer
    # can do so. This is fundamentally incompatible with the aim of
    # protecting users' freedom to change the software. The systematic
    # pattern of such abuse occurs in the area of products for individuals to
    # use, which is precisely where it is most unacceptable. Therefore, we
    # have designed this version of the GPL to prohibit the practice for those
    # products. If such problems arise substantially in other domains, we
    # stand ready to extend this provision to those domains in future versions
    # of the GPL, as needed to protect the freedom of users.
    # Finally, every program is threatened constantly by software patents.
    # States should not allow patents to restrict development and use of
    # software on general-purpose computers, but in those that do, we wish to
    # avoid the special danger that patents applied to a free program could
    # make it effectively proprietary. To prevent this, the GPL assures that
    # patents cannot be used to render the program non-free.
    # The precise terms and conditions for copying, distribution and
    # modification follow.
    # TERMS AND CONDITIONS
    # 0. Definitions.
    # "This License" refers to version 3 of the GNU General Public License.
    # "Copyright" also means copyright-like laws that apply to other kinds of
    # works, such as semiconductor masks.
    # "The Program" refers to any copyrightable work licensed under this
    # License. Each licensee is addressed as "you". "Licensees" and
    # "recipients" may be individuals or organizations.
    # To "modify" a work means to copy from or adapt all or part of the work
    # in a fashion requiring copyright permission, other than the making of an
    # exact copy. The resulting work is called a "modified version" of the
    # earlier work or a work "based on" the earlier work.
    # A "covered work" means either the unmodified Program or a work based
    # on the Program.
    # To "propagate" a work means to do anything with it that, without
    # permission, would make you directly or secondarily liable for
    # infringement under applicable copyright law, except executing it on a
    # computer or modifying a private copy. Propagation includes copying,
    # distribution (with or without modification), making available to the
    # public, and in some countries other activities as well.
    # To "convey" a work means any kind of propagation that enables other
    # parties to make or receive copies. Mere interaction with a user through
    # a computer network, with no transfer of a copy, is not conveying.
    # An interactive user interface displays "Appropriate Legal Notices"
    # to the extent that it includes a convenient and prominently visible
    # feature that (1) displays an appropriate copyright notice, and (2)
    # tells the user that there is no warranty for the work (except to the
    # extent that warranties are provided), that licensees may convey the
    # work under this License, and how to view a copy of this License. If
    # the interface presents a list of user commands or options, such as a
    # menu, a prominent item in the list meets this criterion.
    # 1. Source Code.
    # The "source code" for a work means the preferred form of the work
    # for making modifications to it. "Object code" means any non-source
    # form of a work.
    # A "Standard Interface" means an interface that either is an official
    # standard defined by a recognized standards body, or, in the case of
    # interfaces specified for a particular programming language, one that
    # is widely used among developers working in that language.
    # The "System Libraries" of an executable work include anything, other
    # than the work as a whole, that (a) is included in the normal form of
    # packaging a Major Component, but which is not part of that Major
    # Component, and (b) serves only to enable use of the work with that
    # Major Component, or to implement a Standard Interface for which an
    # implementation is available to the public in source code form. A
    # "Major Component", in this context, means a major essential component
    # (kernel, window system, and so on) of the specific operating system
    # (if any) on which the executable work runs, or a compiler used to
    # produce the work, or an object code interpreter used to run it.
    # The "Corresponding Source" for a work in object code form means all
    # the source code needed to generate, install, and (for an executable
    # work) run the object code and to modify the work, including scripts to
    # control those activities. However, it does not include the work's
    # System Libraries, or general-purpose tools or generally available free
    # programs which are used unmodified in performing those activities but
    # which are not part of the work. For example, Corresponding Source
    # includes interface definition files associated with source files for
    # the work, and the source code for shared libraries and dynamically
    # linked subprograms that the work is specifically designed to require,
    # such as by intimate data communication or control flow between those
    # subprograms and other parts of the work.
    # The Corresponding Source need not include anything that users
    # can regenerate automatically from other parts of the Corresponding
    # Source.
    # The Corresponding Source for a work in source code form is that
    # same work.
    # 2. Basic Permissions.
    # All rights granted under this License are granted for the term of
    # copyright on the Program, and are irrevocable provided the stated
    # conditions are met. This License explicitly affirms your unlimited
    # permission to run the unmodified Program. The output from running a
    # covered work is covered by this License only if the output, given its
    # content, constitutes a covered work. This License acknowledges your
    # rights of fair use or other equivalent, as provided by copyright law.
    # You may make, run and propagate covered works that you do not
    # convey, without conditions so long as your license otherwise remains
    # in force. You may convey covered works to others for the sole purpose
    # of having them make modifications exclusively for you, or provide you
    # with facilities for running those works, provided that you comply with
    # the terms of this License in conveying all material for which you do
    # not control copyright. Those thus making or running the covered works
    # for you must do so exclusively on your behalf, under your direction
    # and control, on terms that prohibit them from making any copies of
    # your copyrighted material outside their relationship with you.
    # Conveying under any other circumstances is permitted solely under
    # the conditions stated below. Sublicensing is not allowed; section 10
    # makes it unnecessary.
    # 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
    # No covered work shall be deemed part of an effective technological
    # measure under any applicable law fulfilling obligations under article
    # 11 of the WIPO copyright treaty adopted on 20 December 1996, or
    # similar laws prohibiting or restricting circumvention of such
    # measures.
    # When you convey a covered work, you waive any legal power to forbid
    # circumvention of technological measures to the extent such circumvention
    # is effected by exercising rights under this License with respect to
    # the covered work, and you disclaim any intention to limit operation or
    # modification of the work as a means of enforcing, against the work's
    # users, your or third parties' legal rights to forbid circumvention of
    # technological measures.
    # 4. Conveying Verbatim Copies.
    # You may convey verbatim copies of the Program's source code as you
    # receive it, in any medium, provided that you conspicuously and
    # appropriately publish on each copy an appropriate copyright notice;
    # keep intact all notices stating that this License and any
    # non-permissive terms added in accord with section 7 apply to the code;
    # keep intact all notices of the absence of any warranty; and give all
    # recipients a copy of this License along with the Program.
    # You may charge any price or no price for each copy that you convey,
    # and you may offer support or warranty protection for a fee.
    # 5. Conveying Modified Source Versions.
    # You may convey a work based on the Program, or the modifications to
    # produce it from the Program, in the form of source code under the
    # terms of section 4, provided that you also meet all of these conditions:
    # a) The work must carry prominent notices stating that you modified
    # it, and giving a relevant date.
    # b) The work must carry prominent notices stating that it is
    # released under this License and any conditions added under section
    # 7. This requirement modifies the requirement in section 4 to
    # "keep intact all notices".
    # c) You must license the entire work, as a whole, under this
    # License to anyone who comes into possession of a copy. This
    # License will therefore apply, along with any applicable section 7
    # additional terms, to the whole of the work, and all its parts,
    # regardless of how they are packaged. This License gives no
    # permission to license the work in any other way, but it does not
    # invalidate such permission if you have separately received it.
    # d) If the work has interactive user interfaces, each must display
    # Appropriate Legal Notices; however, if the Program has interactive
    # interfaces that do not display Appropriate Legal Notices, your
    # work need not make them do so.
    # A compilation of a covered work with other separate and independent
    # works, which are not by their nature extensions of the covered work,
    # and which are not combined with it such as to form a larger program,
    # in or on a volume of a storage or distribution medium, is called an
    # "aggregate" if the compilation and its resulting copyright are not
    # used to limit the access or legal rights of the compilation's users
    # beyond what the individual works permit. Inclusion of a covered work
    # in an aggregate does not cause this License to apply to the other
    # parts of the aggregate.
    # 6. Conveying Non-Source Forms.
    # You may convey a covered work in object code form under the terms
    # of sections 4 and 5, provided that you also convey the
    # machine-readable Corresponding Source under the terms of this License,
    # in one of these ways:
    # a) Convey the object code in, or embodied in, a physical product
    # (including a physical distribution medium), accompanied by the
    # Corresponding Source fixed on a durable physical medium
    # customarily used for software interchange.
    # b) Convey the object code in, or embodied in, a physical product
    # (including a physical distribution medium), accompanied by a
    # written offer, valid for at least three years and valid for as
    # long as you offer spare parts or customer support for that product
    # model, to give anyone who possesses the object code either (1) a
    # copy of the Corresponding Source for all the software in the
    # product that is covered by this License, on a durable physical
    # medium customarily used for software interchange, for a price no
    # more than your reasonable cost of physically performing this
    # conveying of source, or (2) access to copy the
    # Corresponding Source from a network server at no charge.
    # c) Convey individual copies of the object code with a copy of the
    # written offer to provide the Corresponding Source. This
    # alternative is allowed only occasionally and noncommercially, and
    # only if you received the object code with such an offer, in accord
    # with subsection 6b.
    # d) Convey the object code by offering access from a designated
    # place (gratis or for a charge), and offer equivalent access to the
    # Corresponding Source in the same way through the same place at no
    # further charge. You need not require recipients to copy the
    # Corresponding Source along with the object code. If the place to
    # copy the object code is a network server, the Corresponding Source
    # may be on a different server (operated by you or a third party)
    # that supports equivalent copying facilities, provided you maintain
    # clear directions next to the object code saying where to find the
    # Corresponding Source. Regardless of what server hosts the
    # Corresponding Source, you remain obligated to ensure that it is
    # available for as long as needed to satisfy these requirements.
    # e) Convey the object code using peer-to-peer transmission, provided
    # you inform other peers where the object code and Corresponding
    # Source of the work are being offered to the general public at no
    # charge under subsection 6d.
    # A separable portion of the object code, whose source code is excluded
    # from the Corresponding Source as a System Library, need not be
    # included in conveying the object code work.
    # A "User Product" is either (1) a "consumer product", which means any
    # tangible personal property which is normally used for personal, family,
    # or household purposes, or (2) anything designed or sold for incorporation
    # into a dwelling. In determining whether a product is a consumer product,
    # doubtful cases shall be resolved in favor of coverage. For a particular
    # product received by a particular user, "normally used" refers to a
    # typical or common use of that class of product, regardless of the status
    # of the particular user or of the way in which the particular user
    # actually uses, or expects or is expected to use, the product. A product
    # is a consumer product regardless of whether the product has substantial
    # commercial, industrial or non-consumer uses, unless such uses represent
    # the only significant mode of use of the product.
    # "Installation Information" for a User Product means any methods,
    # procedures, authorization keys, or other information required to install
    # and execute modified versions of a covered work in that User Product from
    # a modified version of its Corresponding Source. The information must
    # suffice to ensure that the continued functioning of the modified object
    # code is in no case prevented or interfered with solely because
    # modification has been made.
    # If you convey an object code work under this section in, or with, or
    # specifically for use in, a User Product, and the conveying occurs as
    # part of a transaction in which the right of possession and use of the
    # User Product is transferred to the recipient in perpetuity or for a
    # fixed term (regardless of how the transaction is characterized), the
    # Corresponding Source conveyed under this section must be accompanied
    # by the Installation Information. But this requirement does not apply
    # if neither you nor any third party retains the ability to install
    # modified object code on the User Product (for example, the work has
    # been installed in ROM).
    # The requirement to provide Installation Information does not include a
    # requirement to continue to provide support service, warranty, or updates
    # for a work that has been modified or installed by the recipient, or for
    # the User Product in which it has been modified or installed. Access to a
    # network may be denied when the modification itself materially and
    # adversely affects the operation of the network or violates the rules and
    # protocols for communication across the network.
    # Corresponding Source conveyed, and Installation Information provided,
    # in accord with this section must be in a format that is publicly
    # documented (and with an implementation available to the public in
    # source code form), and must require no special password or key for
    # unpacking, reading or copying.
    # 7. Additional Terms.
    # "Additional permissions" are terms that supplement the terms of this
    # License by making exceptions from one or more of its conditions.
    # Additional permissions that are applicable to the entire Program shall
    # be treated as though they were included in this License, to the extent
    # that they are valid under applicable law. If additional permissions
    # apply only to part of the Program, that part may be used separately
    # under those permissions, but the entire Program remains governed by
    # this License without regard to the additional permissions.
    # When you convey a copy of a covered work, you may at your option
    # remove any additional permissions from that copy, or from any part of
    # it. (Additional permissions may be written to require their own
    # removal in certain cases when you modify the work.) You may place
    # additional permissions on material, added by you to a covered work,
    # for which you have or can give appropriate copyright permission.
    # Notwithstanding any other provision of this License, for material you
    # add to a covered work, you may (if authorized by the copyright holders of
    # that material) supplement the terms of this License with terms:
    # a) Disclaiming warranty or limiting liability differently from the
    # terms of sections 15 and 16 of this License; or
    # b) Requiring preservation of specified reasonable legal notices or
    # author attributions in that material or in the Appropriate Legal
    # Notices displayed by works containing it; or
    # c) Prohibiting misrepresentation of the origin of that material, or
    # requiring that modified versions of such material be marked in
    # reasonable ways as different from the original version; or
    # d) Limiting the use for publicity purposes of names of licensors or
    # authors of the material; or
    # e) Declining to grant rights under trademark law for use of some
    # trade names, trademarks, or service marks; or
    # f) Requiring indemnification of licensors and authors of that
    # material by anyone who conveys the material (or modified versions of
    # it) with contractual assumptions of liability to the recipient, for
    # any liability that these contractual assumptions directly impose on
    # those licensors and authors.
    # All other non-permissive additional terms are considered "further
    # restrictions" within the meaning of section 10. If the Program as you
    # received it, or any part of it, contains a notice stating that it is
    # governed by this License along with a term that is a further
    # restriction, you may remove that term. If a license document contains
    # a further restriction but permits relicensing or conveying under this
    # License, you may add to a covered work material governed by the terms
    # of that license document, provided that the further restriction does
    # not survive such relicensing or conveying.
    # If you add terms to a covered work in accord with this section, you
    # must place, in the relevant source files, a statement of the
    # additional terms that apply to those files, or a notice indicating
    # where to find the applicable terms.
    # Additional terms, permissive or non-permissive, may be stated in the
    # form of a separately written license, or stated as exceptions;
    # the above requirements apply either way.
    # 8. Termination.
    # You may not propagate or modify a covered work except as expressly
    # provided under this License. Any attempt otherwise to propagate or
    # modify it is void, and will automatically terminate your rights under
    # this License (including any patent licenses granted under the third
    # paragraph of section 11).
    # However, if you cease all violation of this License, then your
    # license from a particular copyright holder is reinstated (a)
    # provisionally, unless and until the copyright holder explicitly and
    # finally terminates your license, and (b) permanently, if the copyright
    # holder fails to notify you of the violation by some reasonable means
    # prior to 60 days after the cessation.
    # Moreover, your license from a particular copyright holder is
    # reinstated permanently if the copyright holder notifies you of the
    # violation by some reasonable means, this is the first time you have
    # received notice of violation of this License (for any work) from that
    # copyright holder, and you cure the violation prior to 30 days after
    # your receipt of the notice.
    # Termination of your rights under this section does not terminate the
    # licenses of parties who have received copies or rights from you under
    # this License. If your rights have been terminated and not permanently
    # reinstated, you do not qualify to receive new licenses for the same
    # material under section 10.
    # 9. Acceptance Not Required for Having Copies.
    # You are not required to accept this License in order to receive or
    # run a copy of the Program. Ancillary propagation of a covered work
    # occurring solely as a consequence of using peer-to-peer transmission
    # to receive a copy likewise does not require acceptance. However,
    # nothing other than this License grants you permission to propagate or
    # modify any covered work. These actions infringe copyright if you do
    # not accept this License. Therefore, by modifying or propagating a
    # covered work, you indicate your acceptance of this License to do so.
    # 10. Automatic Licensing of Downstream Recipients.
    # Each time you convey a covered work, the recipient automatically
    # receives a license from the original licensors, to run, modify and
    # propagate that work, subject to this License. You are not responsible
    # for enforcing compliance by third parties with this License.
    # An "entity transaction" is a transaction transferring control of an
    # organization, or substantially all assets of one, or subdividing an
    # organization, or merging organizations. If propagation of a covered
    # work results from an entity transaction, each party to that
    # transaction who receives a copy of the work also receives whatever
    # licenses to the work the party's predecessor in interest had or could
    # give under the previous paragraph, plus a right to possession of the
    # Corresponding Source of the work from the predecessor in interest, if
    # the predecessor has it or can get it with reasonable efforts.
    # You may not impose any further restrictions on the exercise of the
    # rights granted or affirmed under this License. For example, you may
    # not impose a license fee, royalty, or other charge for exercise of
    # rights granted under this License, and you may not initiate litigation
    # (including a cross-claim or counterclaim in a lawsuit) alleging that
    # any patent claim is infringed by making, using, selling, offering for
    # sale, or importing the Program or any portion of it.
    # 11. Patents.
    # A "contributor" is a copyright holder who authorizes use under this
    # License of the Program or a work on which the Program is based. The
    # work thus licensed is called the contributor's "contributor version".
    # A contributor's "essential patent claims" are all patent claims
    # owned or controlled by the contributor, whether already acquired or
    # hereafter acquired, that would be infringed by some manner, permitted
    # by this License, of making, using, or selling its contributor version,
    # but do not include claims that would be infringed only as a
    # consequence of further modification of the contributor version. For
    # purposes of this definition, "control" includes the right to grant
    # patent sublicenses in a manner consistent with the requirements of
    # this License.
    # Each contributor grants you a non-exclusive, worldwide, royalty-free
    # patent license under the contributor's essential patent claims, to
    # make, use, sell, offer for sale, import and otherwise run, modify and
    # propagate the contents of its contributor version.
    # In the following three paragraphs, a "patent license" is any express
    # agreement or commitment, however denominated, not to enforce a patent
    # (such as an express permission to practice a patent or covenant not to
    # sue for patent infringement). To "grant" such a patent license to a
    # party means to make such an agreement or commitment not to enforce a
    # patent against the party.
    # If you convey a covered work, knowingly relying on a patent license,
    # and the Corresponding Source of the work is not available for anyone
    # to copy, free of charge and under the terms of this License, through a
    # publicly available network server or other readily accessible means,
    # then you must either (1) cause the Corresponding Source to be so
    # available, or (2) arrange to deprive yourself of the benefit of the
    # patent license for this particular work, or (3) arrange, in a manner
    # consistent with the requirements of this License, to extend the patent
    # license to downstream recipients. "Knowingly relying" means you have
    # actual knowledge that, but for the patent license, your conveying the
    # covered work in a country, or your recipient's use of the covered work
    # in a country, would infringe one or more identifiable patents in that
    # country that you have reason to believe are valid.
    # If, pursuant to or in connection with a single transaction or
    # arrangement, you convey, or propagate by procuring conveyance of, a
    # covered work, and grant a patent license to some of the parties
    # receiving the covered work authorizing them to use, propagate, modify
    # or convey a specific copy of the covered work, then the patent license
    # you grant is automatically extended to all recipients of the covered
    # work and works based on it.
    # A patent license is "discriminatory" if it does not include within
    # the scope of its coverage, prohibits the exercise of, or is
    # conditioned on the non-exercise of one or more of the rights that are
    # specifically granted under this License. You may not convey a covered
    # work if you are a party to an arrangement with a third party that is
    # in the business of distributing software, under which you make payment
    # to the third party based on the extent of your activity of conveying
    # the work, and under which the third party grants, to any of the
    # parties who would receive the covered work from you, a discriminatory
    # patent license (a) in connection with copies of the covered work
    # conveyed by you (or copies made from those copies), or (b) primarily
    # for and in connection with specific products or compilations that
    # contain the covered work, unless you entered into that arrangement,
    # or that patent license was granted, prior to 28 March 2007.
    # Nothing in this License shall be construed as excluding or limiting
    # any implied license or other defenses to infringement that may
    # otherwise be available to you under applicable patent law.
    # 12. No Surrender of Others' Freedom.
    # If conditions are imposed on you (whether by court order, agreement or
    # otherwise) that contradict the conditions of this License, they do not
    # excuse you from the conditions of this License. If you cannot convey a
    # covered work so as to satisfy simultaneously your obligations under this
    # License and any other pertinent obligations, then as a consequence you may
    # not convey it at all. For example, if you agree to terms that obligate you
    # to collect a royalty for further conveying from those to whom you convey
    # the Program, the only way you could satisfy both those terms and this
    # License would be to refrain entirely from conveying the Program.
    # 13. Use with the GNU Affero General Public License.
    # Notwithstanding any other provision of this License, you have
    # permission to link or combine any covered work with a work licensed
    # under version 3 of the GNU Affero General Public License into a single
    # combined work, and to convey the resulting work. The terms of this
    # License will continue to apply to the part which is the covered work,
    # but the special requirements of the GNU Affero General Public License,
    # section 13, concerning interaction through a network will apply to the
    # combination as such.
    # 14. Revised Versions of this License.
    # The Free Software Foundation may publish revised and/or new versions of
    # the GNU General Public License from time to time. Such new versions will
    # be similar in spirit to the present version, but may differ in detail to
    # address new problems or concerns.
    # Each version is given a distinguishing version number. If the
    # Program specifies that a certain numbered version of the GNU General
    # Public License "or any later version" applies to it, you have the
    # option of following the terms and conditions either of that numbered
    # version or of any later version published by the Free Software
    # Foundation. If the Program does not specify a version number of the
    # GNU General Public License, you may choose any version ever published
    # by the Free Software Foundation.
    # If the Program specifies that a proxy can decide which future
    # versions of the GNU General Public License can be used, that proxy's
    # public statement of acceptance of a version permanently authorizes you
    # to choose that version for the Program.
    # Later license versions may give you additional or different
    # permissions. However, no additional obligations are imposed on any
    # author or copyright holder as a result of your choosing to follow a
    # later version.
    # 15. Disclaimer of Warranty.
    # THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
    # APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
    # HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
    # OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
    # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    # PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
    # IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
    # ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
    # 16. Limitation of Liability.
    # IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
    # WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
    # THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
    # GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
    # USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
    # DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
    # PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
    # EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
    # SUCH DAMAGES.
    # 17. Interpretation of Sections 15 and 16.
    # If the disclaimer of warranty and limitation of liability provided
    # above cannot be given local legal effect according to their terms,
    # reviewing courts shall apply local law that most closely approximates
    # an absolute waiver of all civil liability in connection with the
    # Program, unless a warranty or assumption of liability accompanies a
    # copy of the Program in return for a fee.
    # END OF TERMS AND CONDITIONS
    # How to Apply These Terms to Your New Programs
    # If you develop a new program, and you want it to be of the greatest
    # possible use to the public, the best way to achieve this is to make it
    # free software which everyone can redistribute and change under these terms.
    # To do so, attach the following notices to the program. It is safest
    # to attach them to the start of each source file to most effectively
    # state the exclusion of warranty; and each file should have at least
    # the "copyright" line and a pointer to where the full notice is found.
    # <one line to give the program's name and a brief idea of what it does.>
    # Copyright (C) <year> <name of author>
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program. If not, see <http://www.gnu.org/licenses/>.
    # Also add information on how to contact you by electronic and paper mail.
    # If the program does terminal interaction, make it output a short
    # notice like this when it starts in an interactive mode:
    # <program> Copyright (C) <year> <name of author>
    # This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    # This is free software, and you are welcome to redistribute it
    # under certain conditions; type `show c' for details.
    # The hypothetical commands `show w' and `show c' should show the appropriate
    # parts of the General Public License. Of course, your program's commands
    # might be different; for a GUI interface, you would use an "about box".
    # You should also get your employer (if you work as a programmer) or school,
    # if any, to sign a "copyright disclaimer" for the program, if necessary.
    # For more information on this, and how to apply and follow the GNU GPL, see
    # <http://www.gnu.org/licenses/>.
    # The GNU General Public License does not permit incorporating your program
    # into proprietary programs. If your program is a subroutine library, you
    # may consider it more useful to permit linking proprietary applications with
    # the library. If this is what you want to do, use the GNU Lesser General
    # Public License instead of this License. But first, please read
    # <http://www.gnu.org/philosophy/why-not-lgpl.html>.
    Last edited by ehmicky (2012-03-13 20:46:18)

    Here is the output of makepkg -s when I try to install packer:
    [tilley@take-kun packer]$ makepkg -s
    ==> Determining latest git revision...
      -> Version found: 20120509
    ==> Making package: packer 20120509-1 (Wed May  9 17:27:52 CDT 2012)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): jansson-2.3-1  jshon-20111222-1
    Total Download Size:    0.04 MiB
    Total Installed Size:   0.17 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from community...
    jansson-2.3-1-x86_64      30.5 KiB   150K/s 00:00 [######################] 100%
    jshon-20111222-1-x86_64    9.8 KiB   806K/s 00:00 [######################] 100%
    (2/2) checking package integrity                   [######################] 100%
    (2/2) loading package files                        [######################] 100%
    (2/2) checking for file conflicts                  [######################] 100%
    (2/2) checking available disk space                [######################] 100%
    (1/2) installing jansson                           [######################] 100%
    (2/2) installing jshon                             [######################] 100%
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Connecting to github GIT server....
    Cloning into 'packer'...
    error: Could not resolve host: (nil); No address associated with hostname while accessing https://github.com/bruenig/packer.git/info/refs
    fatal: HTTP request failed
    ==> ERROR: A failure occurred in build().
        Aborting...

Maybe you are looking for

  • Seagate external hard drive

    I just bought a seagate external hard drive with 1 terrabyte and when I first plugged it into my macbook it said 'the disk was not readable by this computer'. I want to know does thois mean my drive is broken and how do I use my drive like a usb? I a

  • Calling selection screen of another  program

    Hi all,      Am trying to call a program from a enhancement section of IW3K transaction using the following statement.But the selection screen of the program is not getting displayed. but the screen is dispalyed when i run the statement in debug mode

  • Sync ipod classic with itune library

    Why won't my ipod classic sync with my entire library on my MacBook Pro?

  • Progress Indicator - Markers Problems...

    the progress indicator in the playback controls isn't working how it should. the yellow ring that's supposed to follow the hand around fills up half way when the hand gets to "9 o clock" and fills up completely at "3 o clock". So it's either. Empty,

  • Officially Unlocking iPhone 4?

    Hello, My brother gave me an iPhone 4 which he directly purchased from an Apple Store in the US and for which he paid full price.  It was never activated or used in US.  It is being used in Bahrain with Batelco, a seemingly authorized carrier.  I wan