You are not logged in.

#1 2006-04-20 04:16:56

user
Member
Registered: 2006-03-29
Posts: 465

[RQ]expat 2.0.0

11 January 2006, Expat 2.0.0 released.
http://expat.sourceforge.net/

Personally, i don't need this at all, i am already using it through garnome.


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#2 2006-04-20 04:19:18

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [RQ]expat 2.0.0

Use ABS

Offline

#3 2006-04-20 04:43:35

user
Member
Registered: 2006-03-29
Posts: 465

Re: [RQ]expat 2.0.0

WillySilly wrote:

Use ABS

What is the advantage over manually tar z(j)xf *.tar.* && cd <dir> && ./configure --prefix=/home/<user>/garnome && make && sudo make install?


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#4 2006-04-20 04:52:50

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [RQ]expat 2.0.0

rtfm

Offline

#5 2006-04-20 06:34:07

user
Member
Registered: 2006-03-29
Posts: 465

Re: [RQ]expat 2.0.0

WillySilly wrote:

rtfm

ok


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#6 2006-04-20 09:22:20

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Offline

#7 2006-04-23 17:58:11

user
Member
Registered: 2006-03-29
Posts: 465

Re: [RQ]expat 2.0.0

so i did :shock:

man abs

ABS(3)                     Linux Programmer's Manual                    ABS(3)

NAME
       abs, labs, llabs, imaxabs - compute the absolute value of an integer

SYNOPSIS
       #include <stdlib>

       int abs(int j);
       long int labs(long int j);
       long long int llabs(long long int j);

       #include <inttypes>

       intmax_t imaxabs(intmax_t j);
...

blah blah
yadda rambling...
sudo pacman -S abs
abs: not found in sync db
type abs
abs is /usr/bin/abs

:shock: :shock: 8)


I removed my sig, cause i select the flag, the flag often the target of enemy.

SAR brain-tumor
[img]http://img91.imageshack.us/img91/460/cellphonethumb0ff.jpg[/img]

Offline

#8 2006-04-23 18:11:04

stavrosg
Member
From: Rhodes, Greece
Registered: 2005-05-01
Posts: 330
Website

Re: [RQ]expat 2.0.0

$ abs --help
Arch Build System -- synchronization utility
usage: /usr/bin/abs [-p] [repository1 [repository2 ...]]

abs will synchronize PKGBUILD scripts from the CVS repository
into /var/abs.  You can follow different package trees by
editing /etc/abs/supfile.* files.  If no argument is given, abs 
will synchronize from supfiles specified in /etc/abs/abs.conf.
If -p is specified, the connection is opened in passive mode.

$ pacman -Qo `which abs`
/usr/bin/abs is owned by pacman 2.9.8-1

See, "this" abs is a helper script that comes with pacman and does not provide a manpage wink

There is a detailed page in the wiki though: ABS

Offline

Board footer

Powered by FluxBB