diff options
-rw-r--r-- | extra/amule/.footprint | 30 | ||||
-rw-r--r-- | extra/amule/.md5sum | 1 | ||||
-rw-r--r-- | extra/amule/Pkgfile | 32 | ||||
-rw-r--r-- | extra/crypto++/.footprint | 133 | ||||
-rw-r--r-- | extra/crypto++/.md5sum | 1 | ||||
-rw-r--r-- | extra/nvidia/.footprint | 34 | ||||
-rw-r--r-- | extra/nvidia/.md5sum | 2 | ||||
-rwxr-xr-x | extra/nvidia/Pkgfile | 4 | ||||
-rw-r--r-- | extra/opera/.footprint | 261 | ||||
-rw-r--r-- | extra/opera/.md5sum | 3 | ||||
-rw-r--r-- | extra/opera/Pkgfile | 4 | ||||
-rw-r--r-- | extra/p5-crypt-ssleay/.footprint | 2 | ||||
-rw-r--r-- | extra/p5-crypt-ssleay/Pkgfile | 4 | ||||
-rw-r--r-- | extra/p5-gtk2-sexy/.footprint | 29 | ||||
-rw-r--r-- | extra/p5-gtk2-sexy/.md5sum | 1 | ||||
-rw-r--r-- | extra/p5-gtk2-sexy/Pkgfile | 21 | ||||
-rw-r--r-- | extra/p5-gtk2-trayicon/.footprint | 24 | ||||
-rw-r--r-- | extra/p5-gtk2-trayicon/.md5sum | 1 | ||||
-rw-r--r-- | extra/p5-gtk2-trayicon/Pkgfile | 19 | ||||
-rw-r--r-- | extra/p5-libwww/.footprint | 114 | ||||
-rw-r--r-- | extra/p5-libwww/.md5sum | 1 | ||||
-rw-r--r-- | extra/p5-libwww/Pkgfile | 24 | ||||
-rw-r--r-- | extra/p5-xml-simple/Pkgfile | 4 | ||||
-rw-r--r-- | extra/pidgin/.footprint | 15 | ||||
-rw-r--r-- | extra/pidgin/.md5sum | 2 | ||||
-rw-r--r-- | extra/pidgin/Pkgfile | 2 |
26 files changed, 735 insertions, 33 deletions
diff --git a/extra/amule/.footprint b/extra/amule/.footprint new file mode 100644 index 000000000..dca006457 --- /dev/null +++ b/extra/amule/.footprint @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/alc +-rwxr-xr-x root/root usr/bin/alcc +-rwxr-xr-x root/root usr/bin/amule +-rwxr-xr-x root/root usr/bin/amulecmd +-rwxr-xr-x root/root usr/bin/amuled +-rwxr-xr-x root/root usr/bin/amulegui +-rwxr-xr-x root/root usr/bin/amuleweb +-rwxr-xr-x root/root usr/bin/cas +-rwxr-xr-x root/root usr/bin/ed2k +-rwxr-xr-x root/root usr/bin/wxcas +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/alc.desktop +-rw-r--r-- root/root usr/share/applications/amule.desktop +-rw-r--r-- root/root usr/share/applications/amulegui.desktop +-rw-r--r-- root/root usr/share/applications/wxcas.desktop +drwxr-xr-x root/root usr/share/cas/ +-rw-r--r-- root/root usr/share/cas/stat.png +-rw-r--r-- root/root usr/share/cas/tmp.html +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/amule.mo +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/alc.xpm +-rw-r--r-- root/root usr/share/pixmaps/amule.xpm +-rw-r--r-- root/root usr/share/pixmaps/amulegui.xpm +-rw-r--r-- root/root usr/share/pixmaps/wxcas.xpm diff --git a/extra/amule/.md5sum b/extra/amule/.md5sum new file mode 100644 index 000000000..47c12c207 --- /dev/null +++ b/extra/amule/.md5sum @@ -0,0 +1 @@ +530d9b48187e36f78fc21bb19e94326d aMule-2.2.6.tar.bz2 diff --git a/extra/amule/Pkgfile b/extra/amule/Pkgfile new file mode 100644 index 000000000..dff77f345 --- /dev/null +++ b/extra/amule/Pkgfile @@ -0,0 +1,32 @@ +# Description: An all-platform Edonkey client. +# URL: http://www.amule.org/ +# Maintainer: Antti Nykänen, aon at iki dot fi +# Packager: Falcony, falcony at users dot sourceforge dot net +# Depends on: wxgtk, crypto++ + +name=amule +version=2.2.6 +release=2 +source=(http://download.berlios.de/amule/aMule-$version.tar.bz2) + +build() { + cd aMule-$version + export CFLAGS="${CFLAGS//-fstack-protector/}" + export CXXFLAGS="${CXXFLAGS//-fstack-protector/}" + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --disable-embedded_crypto \ + --enable-utf8-systray \ + --enable-cas \ + --enable-wxcas \ + --enable-amule-daemon \ + --enable-amulecmd \ + --enable-amule-gui \ + --enable-alc \ + --enable-alcc \ + --enable-webserver + make + make install DESTDIR=$PKG + rm -rf $PKG/usr/{share/{doc,amule},man,lib,bin/autostart-xas} +} + diff --git a/extra/crypto++/.footprint b/extra/crypto++/.footprint new file mode 100644 index 000000000..c40160187 --- /dev/null +++ b/extra/crypto++/.footprint @@ -0,0 +1,133 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/cryptopp/ +-rw-r--r-- root/root usr/include/cryptopp/3way.h +-rw-r--r-- root/root usr/include/cryptopp/adler32.h +-rw-r--r-- root/root usr/include/cryptopp/aes.h +-rw-r--r-- root/root usr/include/cryptopp/algebra.h +-rw-r--r-- root/root usr/include/cryptopp/algparam.h +-rw-r--r-- root/root usr/include/cryptopp/arc4.h +-rw-r--r-- root/root usr/include/cryptopp/argnames.h +-rw-r--r-- root/root usr/include/cryptopp/asn.h +-rw-r--r-- root/root usr/include/cryptopp/base32.h +-rw-r--r-- root/root usr/include/cryptopp/base64.h +-rw-r--r-- root/root usr/include/cryptopp/basecode.h +-rw-r--r-- root/root usr/include/cryptopp/bench.h +-rw-r--r-- root/root usr/include/cryptopp/blowfish.h +-rw-r--r-- root/root usr/include/cryptopp/blumshub.h +-rw-r--r-- root/root usr/include/cryptopp/camellia.h +-rw-r--r-- root/root usr/include/cryptopp/cast.h +-rw-r--r-- root/root usr/include/cryptopp/cbcmac.h +-rw-r--r-- root/root usr/include/cryptopp/channels.h +-rw-r--r-- root/root usr/include/cryptopp/config.h +-rw-r--r-- root/root usr/include/cryptopp/cpu.h +-rw-r--r-- root/root usr/include/cryptopp/crc.h +-rw-r--r-- root/root usr/include/cryptopp/cryptlib.h +-rw-r--r-- root/root usr/include/cryptopp/default.h +-rw-r--r-- root/root usr/include/cryptopp/des.h +-rw-r--r-- root/root usr/include/cryptopp/dh.h +-rw-r--r-- root/root usr/include/cryptopp/dh2.h +-rw-r--r-- root/root usr/include/cryptopp/dll.h +-rw-r--r-- root/root usr/include/cryptopp/dmac.h +-rw-r--r-- root/root usr/include/cryptopp/dsa.h +-rw-r--r-- root/root usr/include/cryptopp/ec2n.h +-rw-r--r-- root/root usr/include/cryptopp/eccrypto.h +-rw-r--r-- root/root usr/include/cryptopp/ecp.h +-rw-r--r-- root/root usr/include/cryptopp/elgamal.h +-rw-r--r-- root/root usr/include/cryptopp/emsa2.h +-rw-r--r-- root/root usr/include/cryptopp/eprecomp.h +-rw-r--r-- root/root usr/include/cryptopp/esign.h +-rw-r--r-- root/root usr/include/cryptopp/factory.h +-rw-r--r-- root/root usr/include/cryptopp/files.h +-rw-r--r-- root/root usr/include/cryptopp/filters.h +-rw-r--r-- root/root usr/include/cryptopp/fips140.h +-rw-r--r-- root/root usr/include/cryptopp/fltrimpl.h +-rw-r--r-- root/root usr/include/cryptopp/gf256.h +-rw-r--r-- root/root usr/include/cryptopp/gf2_32.h +-rw-r--r-- root/root usr/include/cryptopp/gf2n.h +-rw-r--r-- root/root usr/include/cryptopp/gfpcrypt.h +-rw-r--r-- root/root usr/include/cryptopp/gost.h +-rw-r--r-- root/root usr/include/cryptopp/gzip.h +-rw-r--r-- root/root usr/include/cryptopp/hex.h +-rw-r--r-- root/root usr/include/cryptopp/hmac.h +-rw-r--r-- root/root usr/include/cryptopp/hrtimer.h +-rw-r--r-- root/root usr/include/cryptopp/ida.h +-rw-r--r-- root/root usr/include/cryptopp/idea.h +-rw-r--r-- root/root usr/include/cryptopp/integer.h +-rw-r--r-- root/root usr/include/cryptopp/iterhash.h +-rw-r--r-- root/root usr/include/cryptopp/lubyrack.h +-rw-r--r-- root/root usr/include/cryptopp/luc.h +-rw-r--r-- root/root usr/include/cryptopp/mars.h +-rw-r--r-- root/root usr/include/cryptopp/md2.h +-rw-r--r-- root/root usr/include/cryptopp/md4.h +-rw-r--r-- root/root usr/include/cryptopp/md5.h +-rw-r--r-- root/root usr/include/cryptopp/mdc.h +-rw-r--r-- root/root usr/include/cryptopp/misc.h +-rw-r--r-- root/root usr/include/cryptopp/modarith.h +-rw-r--r-- root/root usr/include/cryptopp/modes.h +-rw-r--r-- root/root usr/include/cryptopp/modexppc.h +-rw-r--r-- root/root usr/include/cryptopp/mqueue.h +-rw-r--r-- root/root usr/include/cryptopp/mqv.h +-rw-r--r-- root/root usr/include/cryptopp/nbtheory.h +-rw-r--r-- root/root usr/include/cryptopp/network.h +-rw-r--r-- root/root usr/include/cryptopp/nr.h +-rw-r--r-- root/root usr/include/cryptopp/oaep.h +-rw-r--r-- root/root usr/include/cryptopp/oids.h +-rw-r--r-- root/root usr/include/cryptopp/osrng.h +-rw-r--r-- root/root usr/include/cryptopp/panama.h +-rw-r--r-- root/root usr/include/cryptopp/pch.h +-rw-r--r-- root/root usr/include/cryptopp/pkcspad.h +-rw-r--r-- root/root usr/include/cryptopp/polynomi.h +-rw-r--r-- root/root usr/include/cryptopp/pssr.h +-rw-r--r-- root/root usr/include/cryptopp/pubkey.h +-rw-r--r-- root/root usr/include/cryptopp/pwdbased.h +-rw-r--r-- root/root usr/include/cryptopp/queue.h +-rw-r--r-- root/root usr/include/cryptopp/rabin.h +-rw-r--r-- root/root usr/include/cryptopp/randpool.h +-rw-r--r-- root/root usr/include/cryptopp/rc2.h +-rw-r--r-- root/root usr/include/cryptopp/rc5.h +-rw-r--r-- root/root usr/include/cryptopp/rc6.h +-rw-r--r-- root/root usr/include/cryptopp/resource.h +-rw-r--r-- root/root usr/include/cryptopp/rijndael.h +-rw-r--r-- root/root usr/include/cryptopp/ripemd.h +-rw-r--r-- root/root usr/include/cryptopp/rng.h +-rw-r--r-- root/root usr/include/cryptopp/rsa.h +-rw-r--r-- root/root usr/include/cryptopp/rw.h +-rw-r--r-- root/root usr/include/cryptopp/safer.h +-rw-r--r-- root/root usr/include/cryptopp/salsa.h +-rw-r--r-- root/root usr/include/cryptopp/seal.h +-rw-r--r-- root/root usr/include/cryptopp/secblock.h +-rw-r--r-- root/root usr/include/cryptopp/seckey.h +-rw-r--r-- root/root usr/include/cryptopp/serpent.h +-rw-r--r-- root/root usr/include/cryptopp/serpentp.h +-rw-r--r-- root/root usr/include/cryptopp/sha.h +-rw-r--r-- root/root usr/include/cryptopp/shacal2.h +-rw-r--r-- root/root usr/include/cryptopp/shark.h +-rw-r--r-- root/root usr/include/cryptopp/simple.h +-rw-r--r-- root/root usr/include/cryptopp/skipjack.h +-rw-r--r-- root/root usr/include/cryptopp/smartptr.h +-rw-r--r-- root/root usr/include/cryptopp/socketft.h +-rw-r--r-- root/root usr/include/cryptopp/sosemanuk.h +-rw-r--r-- root/root usr/include/cryptopp/square.h +-rw-r--r-- root/root usr/include/cryptopp/stdcpp.h +-rw-r--r-- root/root usr/include/cryptopp/strciphr.h +-rw-r--r-- root/root usr/include/cryptopp/tea.h +-rw-r--r-- root/root usr/include/cryptopp/tiger.h +-rw-r--r-- root/root usr/include/cryptopp/trdlocal.h +-rw-r--r-- root/root usr/include/cryptopp/trunhash.h +-rw-r--r-- root/root usr/include/cryptopp/ttmac.h +-rw-r--r-- root/root usr/include/cryptopp/twofish.h +-rw-r--r-- root/root usr/include/cryptopp/validate.h +-rw-r--r-- root/root usr/include/cryptopp/vmac.h +-rw-r--r-- root/root usr/include/cryptopp/wait.h +-rw-r--r-- root/root usr/include/cryptopp/wake.h +-rw-r--r-- root/root usr/include/cryptopp/whrlpool.h +-rw-r--r-- root/root usr/include/cryptopp/winpipes.h +-rw-r--r-- root/root usr/include/cryptopp/words.h +-rw-r--r-- root/root usr/include/cryptopp/xtr.h +-rw-r--r-- root/root usr/include/cryptopp/xtrcrypt.h +-rw-r--r-- root/root usr/include/cryptopp/zdeflate.h +-rw-r--r-- root/root usr/include/cryptopp/zinflate.h +-rw-r--r-- root/root usr/include/cryptopp/zlib.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcryptopp.a diff --git a/extra/crypto++/.md5sum b/extra/crypto++/.md5sum new file mode 100644 index 000000000..e98fa056a --- /dev/null +++ b/extra/crypto++/.md5sum @@ -0,0 +1 @@ +a889be9d9ad5c202c925fb105caa4857 cryptopp552.zip diff --git a/extra/nvidia/.footprint b/extra/nvidia/.footprint index 3a842f684..ce2292f66 100644 --- a/extra/nvidia/.footprint +++ b/extra/nvidia/.footprint @@ -1,8 +1,8 @@ drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/modules/ -drwxr-xr-x root/root lib/modules/2.6.31.2/ -drwxr-xr-x root/root lib/modules/2.6.31.2/extra/ --rw-r--r-- root/root lib/modules/2.6.31.2/extra/nvidia.ko +drwxr-xr-x root/root lib/modules/<kernel-version>/ +drwxr-xr-x root/root lib/modules/<kernel-version>/extra/ +-rw-r--r-- root/root lib/modules/<kernel-version>/extra/nvidia.ko drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ @@ -14,27 +14,27 @@ drwxr-xr-x root/root usr/include/nvidia/GL/ -r--r--r-- root/root usr/include/nvidia/GL/glxext.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libGL.la --rwxr-xr-x root/root usr/lib/libGL.so.185.18.36 -lrwxrwxrwx root/root usr/lib/libGLcore.so -> libGLcore.so.185.18.36 --rwxr-xr-x root/root usr/lib/libGLcore.so.185.18.36 --rwxr-xr-x root/root usr/lib/libcuda.so.185.18.36 --rwxr-xr-x root/root usr/lib/libnvidia-cfg.so.185.18.36 --rwxr-xr-x root/root usr/lib/libnvidia-tls.so.185.18.36 --rwxr-xr-x root/root usr/lib/libvdpau.so.185.18.36 --rwxr-xr-x root/root usr/lib/libvdpau_nvidia.so.185.18.36 --rwxr-xr-x root/root usr/lib/libvdpau_trace.so.185.18.36 +-rwxr-xr-x root/root usr/lib/libGL.so.190.42 +lrwxrwxrwx root/root usr/lib/libGLcore.so -> libGLcore.so.190.42 +-rwxr-xr-x root/root usr/lib/libGLcore.so.190.42 +-rwxr-xr-x root/root usr/lib/libcuda.so.190.42 +-rwxr-xr-x root/root usr/lib/libnvidia-cfg.so.190.42 +-rwxr-xr-x root/root usr/lib/libnvidia-tls.so.190.42 +-rwxr-xr-x root/root usr/lib/libvdpau.so.190.42 +-rwxr-xr-x root/root usr/lib/libvdpau_nvidia.so.190.42 +-rwxr-xr-x root/root usr/lib/libvdpau_trace.so.190.42 drwxr-xr-x root/root usr/lib/tls/ --rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.185.18.36 +-rwxr-xr-x root/root usr/lib/tls/libnvidia-tls.so.190.42 drwxr-xr-x root/root usr/lib/xorg/ -r--r--r-- root/root usr/lib/xorg/libXvMCNVIDIA.a --rwxr-xr-x root/root usr/lib/xorg/libXvMCNVIDIA.so.185.18.36 +-rwxr-xr-x root/root usr/lib/xorg/libXvMCNVIDIA.so.190.42 drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nvidia_drv.so drwxr-xr-x root/root usr/lib/xorg/modules/extensions/ lrwxrwxrwx root/root usr/lib/xorg/modules/extensions/libGLcore.so -> /usr/lib/libGLcore.so -lrwxrwxrwx root/root usr/lib/xorg/modules/extensions/libglx.so -> /usr/lib/xorg/modules/extensions/libglx.so.185.18.36 --rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so.185.18.36 --rwxr-xr-x root/root usr/lib/xorg/modules/libnvidia-wfb.so.185.18.36 +lrwxrwxrwx root/root usr/lib/xorg/modules/extensions/libglx.so -> /usr/lib/xorg/modules/extensions/libglx.so.190.42 +-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so.190.42 +-rwxr-xr-x root/root usr/lib/xorg/modules/libnvidia-wfb.so.190.42 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ diff --git a/extra/nvidia/.md5sum b/extra/nvidia/.md5sum index 176bef78c..a2e685e8c 100644 --- a/extra/nvidia/.md5sum +++ b/extra/nvidia/.md5sum @@ -1,2 +1,2 @@ -cf40656600b8a587e82a801f05fa2d95 NVIDIA-Linux-x86-185.18.36-pkg0.run +f94806feee87de756d14fe3e9bcaf05a NVIDIA-Linux-x86-190.42-pkg0.run 8921f37eaad3576532f0023d291b9e51 nvidia-makefile.patch diff --git a/extra/nvidia/Pkgfile b/extra/nvidia/Pkgfile index 5a4165e5e..a80c0095d 100755 --- a/extra/nvidia/Pkgfile +++ b/extra/nvidia/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=nvidia -version=185.18.36 -release=3 +version=190.42 +release=1 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=x86_64 source=(http://us.download.nvidia.com/XFree86/Linux-${_ARCH}/$version/NVIDIA-Linux-${_ARCH}-$version-pkg0.run\ diff --git a/extra/opera/.footprint b/extra/opera/.footprint new file mode 100644 index 000000000..04cea0c72 --- /dev/null +++ b/extra/opera/.footprint @@ -0,0 +1,261 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/opera +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/opera/ +drwxr-xr-x root/root usr/lib/opera/10.00/ +-rw-r--r-- root/root usr/lib/opera/10.00/missingsyms.so +-rwxr-xr-x root/root usr/lib/opera/10.00/opera +-rwxr-xr-x root/root usr/lib/opera/10.00/operaplugincleaner +-rwxr-xr-x root/root usr/lib/opera/10.00/operapluginwrapper +-rw-r--r-- root/root usr/lib/opera/10.00/spellcheck.so +-rwxr-xr-x root/root usr/lib/opera/10.00/works +drwxr-xr-x root/root usr/lib/opera/plugins/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/opera.desktop +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/opera/ +-rw-r--r-- root/root usr/share/doc/opera/LGPL +-rw-r--r-- root/root usr/share/doc/opera/LICENSE +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/opera.png +drwxr-xr-x root/root usr/share/licences/ +drwxr-xr-x root/root usr/share/licences/opera/ +-rw-r--r-- root/root usr/share/licences/opera/licence.txt +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/opera.1.gz +drwxr-xr-x root/root usr/share/opera/ +drwxr-xr-x root/root usr/share/opera/defaults/ +-rw-r--r-- root/root usr/share/opera/defaults/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/defaults/feedreaders.ini +-rw-r--r-- root/root usr/share/opera/defaults/filehandler.ini +-rw-r--r-- root/root usr/share/opera/defaults/font.ini +-rw-r--r-- root/root usr/share/opera/defaults/license.txt +-rw-r--r-- root/root usr/share/opera/defaults/mailproviders.xml +-rw-r--r-- root/root usr/share/opera/defaults/pluginpath.ini +-rw-r--r-- root/root usr/share/opera/defaults/search.ini +-rw-r--r-- root/root usr/share/opera/defaults/standard_speeddial.ini +-rw-r--r-- root/root usr/share/opera/defaults/standard_trusted_repositories.ini +-rw-r--r-- root/root usr/share/opera/defaults/webmailproviders.ini +-rw-r--r-- root/root usr/share/opera/defaults/xmlentities.ini +-rw-r--r-- root/root usr/share/opera/encoding.bin +drwxr-xr-x root/root usr/share/opera/extra/ +-rw-r--r-- root/root usr/share/opera/extra/missingplugin.svg +-rw-r--r-- root/root usr/share/opera/extra/missingpluginhover.svg +-rw-r--r-- root/root usr/share/opera/extra/svg-mo.dat +-rw-r--r-- root/root usr/share/opera/extra/svg-mobd.dat +-rw-r--r-- root/root usr/share/opera/extra/svg-sa.dat +-rw-r--r-- root/root usr/share/opera/extra/svg-sabd.dat +-rw-r--r-- root/root usr/share/opera/extra/svg-se.dat +-rw-r--r-- root/root usr/share/opera/extra/svg-sebd.dat +-rw-r--r-- root/root usr/share/opera/html40_entities.dtd +drwxr-xr-x root/root usr/share/opera/java/ +-rw-r--r-- root/root usr/share/opera/java/opera.jar +-rw-r--r-- root/root usr/share/opera/java/opera.policy +-rw-r--r-- root/root usr/share/opera/lngcode.txt +drwxr-xr-x root/root usr/share/opera/locale/ +drwxr-xr-x root/root usr/share/opera/locale/be/ +-rw-r--r-- root/root usr/share/opera/locale/be/be.lng +drwxr-xr-x root/root usr/share/opera/locale/bg/ +-rw-r--r-- root/root usr/share/opera/locale/bg/bg.lng +drwxr-xr-x root/root usr/share/opera/locale/cs/ +-rw-r--r-- root/root usr/share/opera/locale/cs/cs.lng +drwxr-xr-x root/root usr/share/opera/locale/da/ +-rw-r--r-- root/root usr/share/opera/locale/da/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/locale/da/da.lng +drwxr-xr-x root/root usr/share/opera/locale/de/ +-rw-r--r-- root/root usr/share/opera/locale/de/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/locale/de/de.lng +-rw-r--r-- root/root usr/share/opera/locale/de/search.ini +-rw-r--r-- root/root usr/share/opera/locale/de/standard_speeddial.ini +drwxr-xr-x root/root usr/share/opera/locale/el/ +-rw-r--r-- root/root usr/share/opera/locale/el/el.lng +drwxr-xr-x root/root usr/share/opera/locale/en-GB/ +-rw-r--r-- root/root usr/share/opera/locale/en-GB/en-GB.lng +-rw-r--r-- root/root usr/share/opera/locale/en-GB/standard_speeddial.ini +drwxr-xr-x root/root usr/share/opera/locale/en/ +-rw-r--r-- root/root usr/share/opera/locale/en/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/locale/en/en.lng +-rw-r--r-- root/root usr/share/opera/locale/en/en.zip +-rw-r--r-- root/root usr/share/opera/locale/en/license.txt +-rw-r--r-- root/root usr/share/opera/locale/en/search.ini +-rw-r--r-- root/root usr/share/opera/locale/en/standard_speeddial.ini +drwxr-xr-x root/root usr/share/opera/locale/es-ES/ +-rw-r--r-- root/root usr/share/opera/locale/es-ES/es-ES.lng +drwxr-xr-x root/root usr/share/opera/locale/es-LA/ +-rw-r--r-- root/root usr/share/opera/locale/es-LA/es-LA.lng +drwxr-xr-x root/root usr/share/opera/locale/et/ +-rw-r--r-- root/root usr/share/opera/locale/et/et.lng +drwxr-xr-x root/root usr/share/opera/locale/fi/ +-rw-r--r-- root/root usr/share/opera/locale/fi/fi.lng +drwxr-xr-x root/root usr/share/opera/locale/fr-CA/ +-rw-r--r-- root/root usr/share/opera/locale/fr-CA/fr-CA.lng +drwxr-xr-x root/root usr/share/opera/locale/fr/ +-rw-r--r-- root/root usr/share/opera/locale/fr/fr.lng +drwxr-xr-x root/root usr/share/opera/locale/fy/ +-rw-r--r-- root/root usr/share/opera/locale/fy/fy.lng +drwxr-xr-x root/root usr/share/opera/locale/hi/ +-rw-r--r-- root/root usr/share/opera/locale/hi/hi.lng +-rw-r--r-- root/root usr/share/opera/locale/hi/standard_speeddial.ini +drwxr-xr-x root/root usr/share/opera/locale/hr/ +-rw-r--r-- root/root usr/share/opera/locale/hr/hr.lng +drwxr-xr-x root/root usr/share/opera/locale/hu/ +-rw-r--r-- root/root usr/share/opera/locale/hu/hu.lng +drwxr-xr-x root/root usr/share/opera/locale/id/ +-rw-r--r-- root/root usr/share/opera/locale/id/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/locale/id/id.lng +-rw-r--r-- root/root usr/share/opera/locale/id/standard_speeddial.ini +drwxr-xr-x root/root usr/share/opera/locale/it/ +-rw-r--r-- root/root usr/share/opera/locale/it/it.lng +drwxr-xr-x root/root usr/share/opera/locale/ja/ +-rw-r--r-- root/root usr/share/opera/locale/ja/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/locale/ja/ja.lng +-rw-r--r-- root/root usr/share/opera/locale/ja/license.txt +-rw-r--r-- root/root usr/share/opera/locale/ja/search.ini +-rw-r--r-- root/root usr/share/opera/locale/ja/standard_speeddial.ini +drwxr-xr-x root/root usr/share/opera/locale/ka/ +-rw-r--r-- root/root usr/share/opera/locale/ka/ka.lng +drwxr-xr-x root/root usr/share/opera/locale/ko/ +-rw-r--r-- root/root usr/share/opera/locale/ko/ko.lng +drwxr-xr-x root/root usr/share/opera/locale/lt/ +-rw-r--r-- root/root usr/share/opera/locale/lt/lt.lng +drwxr-xr-x root/root usr/share/opera/locale/mk/ +-rw-r--r-- root/root usr/share/opera/locale/mk/mk.lng +drwxr-xr-x root/root usr/share/opera/locale/nb/ +-rw-r--r-- root/root usr/share/opera/locale/nb/nb.lng +drwxr-xr-x root/root usr/share/opera/locale/nl/ +-rw-r--r-- root/root usr/share/opera/locale/nl/nl.lng +drwxr-xr-x root/root usr/share/opera/locale/nn/ +-rw-r--r-- root/root usr/share/opera/locale/nn/nn.lng +drwxr-xr-x root/root usr/share/opera/locale/pl/ +-rw-r--r-- root/root usr/share/opera/locale/pl/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/locale/pl/pl.lng +-rw-r--r-- root/root usr/share/opera/locale/pl/search.ini +-rw-r--r-- root/root usr/share/opera/locale/pl/standard_speeddial.ini +drwxr-xr-x root/root usr/share/opera/locale/pt-BR/ +-rw-r--r-- root/root usr/share/opera/locale/pt-BR/pt-BR.lng +drwxr-xr-x root/root usr/share/opera/locale/pt/ +-rw-r--r-- root/root usr/share/opera/locale/pt/pt.lng +drwxr-xr-x root/root usr/share/opera/locale/ro/ +-rw-r--r-- root/root usr/share/opera/locale/ro/ro.lng +drwxr-xr-x root/root usr/share/opera/locale/ru/ +-rw-r--r-- root/root usr/share/opera/locale/ru/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/locale/ru/ru.lng +-rw-r--r-- root/root usr/share/opera/locale/ru/search.ini +-rw-r--r-- root/root usr/share/opera/locale/ru/standard_speeddial.ini +drwxr-xr-x root/root usr/share/opera/locale/sk/ +-rw-r--r-- root/root usr/share/opera/locale/sk/sk.lng +drwxr-xr-x root/root usr/share/opera/locale/sr/ +-rw-r--r-- root/root usr/share/opera/locale/sr/sr.lng +drwxr-xr-x root/root usr/share/opera/locale/sv/ +-rw-r--r-- root/root usr/share/opera/locale/sv/sv.lng +drwxr-xr-x root/root usr/share/opera/locale/ta/ +-rw-r--r-- root/root usr/share/opera/locale/ta/ta.lng +drwxr-xr-x root/root usr/share/opera/locale/te/ +-rw-r--r-- root/root usr/share/opera/locale/te/te.lng +drwxr-xr-x root/root usr/share/opera/locale/tr/ +-rw-r--r-- root/root usr/share/opera/locale/tr/tr.lng +drwxr-xr-x root/root usr/share/opera/locale/uk/ +-rw-r--r-- root/root usr/share/opera/locale/uk/uk.lng +drwxr-xr-x root/root usr/share/opera/locale/zh-cn/ +-rw-r--r-- root/root usr/share/opera/locale/zh-cn/bookmarks.adr +-rw-r--r-- root/root usr/share/opera/locale/zh-cn/browser.js +-rw-r--r-- root/root usr/share/opera/locale/zh-cn/search.ini +-rw-r--r-- root/root usr/share/opera/locale/zh-cn/standard_speeddial.ini +-rw-r--r-- root/root usr/share/opera/locale/zh-cn/turbosettings.xml +-rw-r--r-- root/root usr/share/opera/locale/zh-cn/zh-cn.lng +drwxr-xr-x root/root usr/share/opera/locale/zh-hk/ +-rw-r--r-- root/root usr/share/opera/locale/zh-hk/browser.js +-rw-r--r-- root/root usr/share/opera/locale/zh-hk/turbosettings.xml +drwxr-xr-x root/root usr/share/opera/locale/zh-tw/ +-rw-r--r-- root/root usr/share/opera/locale/zh-tw/browser.js +-rw-r--r-- root/root usr/share/opera/locale/zh-tw/turbosettings.xml +-rw-r--r-- root/root usr/share/opera/locale/zh-tw/zh-tw.lng +drwxr-xr-x root/root usr/share/opera/scripts/ +-rw-r--r-- root/root usr/share/opera/scripts/common.js +-rw-r--r-- root/root usr/share/opera/scripts/substance.js +drwxr-xr-x root/root usr/share/opera/skin/ +-rw-r--r-- root/root usr/share/opera/skin/standard_skin.zip +drwxr-xr-x root/root usr/share/opera/styles/ +-rw-r--r-- root/root usr/share/opera/styles/Inconsolata.otf +-rw-r--r-- root/root usr/share/opera/styles/about.css +-rw-r--r-- root/root usr/share/opera/styles/cache.css +-rw-r--r-- root/root usr/share/opera/styles/certinfo.css +-rw-r--r-- root/root usr/share/opera/styles/config.css +-rw-r--r-- root/root usr/share/opera/styles/contentblock.css +-rw-r--r-- root/root usr/share/opera/styles/debug.css +-rw-r--r-- root/root usr/share/opera/styles/dir.css +-rw-r--r-- root/root usr/share/opera/styles/error.css +-rw-r--r-- root/root usr/share/opera/styles/history.css +-rw-r--r-- root/root usr/share/opera/styles/im.css +-rw-r--r-- root/root usr/share/opera/styles/image.css +drwxr-xr-x root/root usr/share/opera/styles/images/ +-rw-r--r-- root/root usr/share/opera/styles/images/Opera_256x256.png +-rw-r--r-- root/root usr/share/opera/styles/images/bar.png +-rw-r--r-- root/root usr/share/opera/styles/images/bullet.png +-rw-r--r-- root/root usr/share/opera/styles/images/center.png +-rw-r--r-- root/root usr/share/opera/styles/images/customize.gif +-rw-r--r-- root/root usr/share/opera/styles/images/darkBox.png +-rw-r--r-- root/root usr/share/opera/styles/images/defaultFavicon.png +-rw-r--r-- root/root usr/share/opera/styles/images/error.png +-rw-r--r-- root/root usr/share/opera/styles/images/file.png +-rw-r--r-- root/root usr/share/opera/styles/images/flag.png +-rw-r--r-- root/root usr/share/opera/styles/images/folder.png +-rw-r--r-- root/root usr/share/opera/styles/images/header-expanded.png +-rw-r--r-- root/root usr/share/opera/styles/images/header.png +-rw-r--r-- root/root usr/share/opera/styles/images/info-header.png +-rw-r--r-- root/root usr/share/opera/styles/images/opera.png +-rw-r--r-- root/root usr/share/opera/styles/images/page-bot.png +-rw-r--r-- root/root usr/share/opera/styles/images/red_center.png +-rw-r--r-- root/root usr/share/opera/styles/images/red_left.png +-rw-r--r-- root/root usr/share/opera/styles/images/red_right.png +-rw-r--r-- root/root usr/share/opera/styles/images/root.png +-rw-r--r-- root/root usr/share/opera/styles/images/section.png +-rw-r--r-- root/root usr/share/opera/styles/images/smartGroup.png +-rw-r--r-- root/root usr/share/opera/styles/images/top.png +-rw-r--r-- root/root usr/share/opera/styles/images/warning.png +-rw-r--r-- root/root usr/share/opera/styles/info.css +-rw-r--r-- root/root usr/share/opera/styles/m2_welcome_message.mbs +-rw-r--r-- root/root usr/share/opera/styles/mail.css +-rw-r--r-- root/root usr/share/opera/styles/mathml.css +-rw-r--r-- root/root usr/share/opera/styles/message.css +-rw-r--r-- root/root usr/share/opera/styles/mime.css +-rw-r--r-- root/root usr/share/opera/styles/opera.css +-rw-r--r-- root/root usr/share/opera/styles/plugins.css +-rw-r--r-- root/root usr/share/opera/styles/search.css +-rw-r--r-- root/root usr/share/opera/styles/unstyledxml.css +drwxr-xr-x root/root usr/share/opera/styles/user/ +-rw-r--r-- root/root usr/share/opera/styles/user/accessibility.css +-rw-r--r-- root/root usr/share/opera/styles/user/altdebugger.css +-rw-r--r-- root/root usr/share/opera/styles/user/classid.css +-rw-r--r-- root/root usr/share/opera/styles/user/contrastbw.css +-rw-r--r-- root/root usr/share/opera/styles/user/contrastwb.css +-rw-r--r-- root/root usr/share/opera/styles/user/disablebreaks.css +-rw-r--r-- root/root usr/share/opera/styles/user/disablefloats.css +-rw-r--r-- root/root usr/share/opera/styles/user/disableforms.css +-rw-r--r-- root/root usr/share/opera/styles/user/disablepositioning.css +-rw-r--r-- root/root usr/share/opera/styles/user/disabletables.css +-rw-r--r-- root/root usr/share/opera/styles/user/outline.css +-rw-r--r-- root/root usr/share/opera/styles/user/structureblock.css +-rw-r--r-- root/root usr/share/opera/styles/user/structureinline.css +-rw-r--r-- root/root usr/share/opera/styles/user/structuretables.css +-rw-r--r-- root/root usr/share/opera/styles/user/tablelayout.css +-rw-r--r-- root/root usr/share/opera/styles/user/toc.css +-rw-r--r-- root/root usr/share/opera/styles/warning.css +-rw-r--r-- root/root usr/share/opera/styles/webfeeds.html +-rw-r--r-- root/root usr/share/opera/styles/wml.css +drwxr-xr-x root/root usr/share/opera/ui/ +-rw-r--r-- root/root usr/share/opera/ui/dialog.ini +-rw-r--r-- root/root usr/share/opera/ui/fastforward.ini +-rw-r--r-- root/root usr/share/opera/ui/standard_keyboard.ini +-rw-r--r-- root/root usr/share/opera/ui/standard_keyboard_compat.ini +-rw-r--r-- root/root usr/share/opera/ui/standard_menu.ini +-rw-r--r-- root/root usr/share/opera/ui/standard_mouse.ini +-rw-r--r-- root/root usr/share/opera/ui/standard_toolbar.ini +-rw-r--r-- root/root usr/share/opera/ui/standard_trusted_repositories.ini +-rw-r--r-- root/root usr/share/opera/ui/unix_keyboard.ini diff --git a/extra/opera/.md5sum b/extra/opera/.md5sum new file mode 100644 index 000000000..8b61e169b --- /dev/null +++ b/extra/opera/.md5sum @@ -0,0 +1,3 @@ +c7bc633240155f7b75c6efb36e1392c4 opera-10.00.gcc4-qt4.i386.tar.gz +8f78d997a5f64b5cdb765dbbc080368c opera.desktop +d8a2da2b2f9601d48ed1987019a5cb57 opera.png diff --git a/extra/opera/Pkgfile b/extra/opera/Pkgfile index b771b340f..9e8677704 100644 --- a/extra/opera/Pkgfile +++ b/extra/opera/Pkgfile @@ -5,8 +5,8 @@ # Depends on: qt, jdk name=opera -version=10.00 -release=5 +version=10.01 +release=1 if [ "`uname -m`" == "i686" ]; then _ARCH=i386 else diff --git a/extra/p5-crypt-ssleay/.footprint b/extra/p5-crypt-ssleay/.footprint index e881f40cf..ee1eea55d 100644 --- a/extra/p5-crypt-ssleay/.footprint +++ b/extra/p5-crypt-ssleay/.footprint @@ -1,6 +1,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/i686-linux-thread-multi/ drwxr-xr-x root/root usr/lib/perl5/site_perl/ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/ diff --git a/extra/p5-crypt-ssleay/Pkgfile b/extra/p5-crypt-ssleay/Pkgfile index 6883f0db1..1ee43d1cf 100644 --- a/extra/p5-crypt-ssleay/Pkgfile +++ b/extra/p5-crypt-ssleay/Pkgfile @@ -12,9 +12,9 @@ source=(http://search.cpan.org/CPAN/authors/id/D/DL/DLAND/Crypt-SSLeay-$version. build() { cd Crypt-SSLeay-$version echo "n" | perl Makefile.PL --lib=/usr + mkdir -p $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/ make make DESTDIR=$PKG install - find $PKG -name perllocal.pod|xargs rm - find $PKG -empty | xargs rmdir -p ||: + rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod } diff --git a/extra/p5-gtk2-sexy/.footprint b/extra/p5-gtk2-sexy/.footprint new file mode 100644 index 000000000..a5075f380 --- /dev/null +++ b/extra/p5-gtk2-sexy/.footprint @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/i686-linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/Install/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/Install/Files.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/Install/sexy-autogen.h +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/Install/sexy.typemap +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/Sexy/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/Sexy/Sexy.bs (EMPTY) +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/Sexy/Sexy.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::IconEntry.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::SpellEntry.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::Tooltip.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::TreeView.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::UrlLabel.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::index.3.gz diff --git a/extra/p5-gtk2-sexy/.md5sum b/extra/p5-gtk2-sexy/.md5sum new file mode 100644 index 000000000..2445f2b94 --- /dev/null +++ b/extra/p5-gtk2-sexy/.md5sum @@ -0,0 +1 @@ +3e291808250d7b956ba8443013a1b461 Gtk2-Sexy-0.05.tar.gz diff --git a/extra/p5-gtk2-sexy/Pkgfile b/extra/p5-gtk2-sexy/Pkgfile new file mode 100644 index 000000000..1e49af8c6 --- /dev/null +++ b/extra/p5-gtk2-sexy/Pkgfile @@ -0,0 +1,21 @@ +# Description: Interface Perl autorisant p5-gtk2-sexy +# URL: http://search.cpan.org/dist/Gtk2-sexy/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: gtk2, libsexy, p5-gtk2 + +name=p5-gtk2-sexy +version=0.05 +release=1 +source=(http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Gtk2-Sexy-$version.tar.gz) + +build() { + cd Gtk2-Sexy-$version +# PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + perl Makefile.PL + make + make DESTDIR=$PKG install + find $PKG -name '*.pod' -delete + find $PKG -name '.packlist' -delete +} + diff --git a/extra/p5-gtk2-trayicon/.footprint b/extra/p5-gtk2-trayicon/.footprint new file mode 100644 index 000000000..af4983ac8 --- /dev/null +++ b/extra/p5-gtk2-trayicon/.footprint @@ -0,0 +1,24 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/i686-linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/Install/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/Install/Files.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/Install/trayicon-autogen.h +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/TrayIcon/Install/trayicon.typemap +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/TrayIcon/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/TrayIcon/TrayIcon.bs (EMPTY) +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/TrayIcon/TrayIcon.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/Gtk2::TrayIcon.3.gz diff --git a/extra/p5-gtk2-trayicon/.md5sum b/extra/p5-gtk2-trayicon/.md5sum new file mode 100644 index 000000000..1d55a5f43 --- /dev/null +++ b/extra/p5-gtk2-trayicon/.md5sum @@ -0,0 +1 @@ +522c328f14681a25d76eeaf317e05049 Gtk2-TrayIcon-0.06.tar.gz diff --git a/extra/p5-gtk2-trayicon/Pkgfile b/extra/p5-gtk2-trayicon/Pkgfile new file mode 100644 index 000000000..5909f2188 --- /dev/null +++ b/extra/p5-gtk2-trayicon/Pkgfile @@ -0,0 +1,19 @@ +# Description: Module perl pour GTK +# URL: http://www.gtkperl.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: perl, p5-extutils-depends, p5-extutils-pkgconfig, p5-gtk2 + +name=p5-gtk2-trayicon +version=0.06 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-TrayIcon-$version.tar.gz) + +build() { + cd Gtk2-TrayIcon-$version + perl Makefile.PL + make + make DESTDIR=$PKG install + find $PKG -name '*.pod' -delete + find $PKG -name '.packlist' -delete +} diff --git a/extra/p5-libwww/.footprint b/extra/p5-libwww/.footprint new file mode 100644 index 000000000..4752a8db2 --- /dev/null +++ b/extra/p5-libwww/.footprint @@ -0,0 +1,114 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/Bundle/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Bundle/LWP.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/File/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/File/Listing.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/HTML/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTML/Form.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/HTTP/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Config.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Cookies.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Cookies/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Cookies/Microsoft.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Cookies/Netscape.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Daemon.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Date.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Headers.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Headers/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Headers/Auth.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Headers/ETag.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Headers/Util.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Message.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Negotiate.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Request.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Request/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Request/Common.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Response.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/HTTP/Status.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/LWP/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/LWP/Authen/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Authen/Basic.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Authen/Digest.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Authen/Ntlm.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/ConnCache.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Debug.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/DebugFile.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/MediaTypes.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/MemberMixin.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/GHTTP.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/cpan.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/data.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/file.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/ftp.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/gopher.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/http.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/http10.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/https.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/https10.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/loopback.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/mailto.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/nntp.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Protocol/nogo.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/RobotUA.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/Simple.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/UserAgent.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/LWP/media.types +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/Net/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Net/HTTP.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/Net/HTTP/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Net/HTTP/Methods.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Net/HTTP/NB.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Net/HTTPS.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/WWW/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/WWW/RobotRules.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/WWW/RobotRules/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/WWW/RobotRules/AnyDBM_File.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/LWP/ +-rw-r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/LWP/.packlist +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/lwpcook.pod +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/lwptut.pod +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/Bundle::LWP.3.gz +-r--r--r-- root/root usr/share/man/man3/File::Listing.3.gz +-r--r--r-- root/root usr/share/man/man3/HTML::Form.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Config.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Cookies.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Cookies::Microsoft.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Cookies::Netscape.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Daemon.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Date.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Headers.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Headers::Util.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Message.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Negotiate.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Request.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Request::Common.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Response.3.gz +-r--r--r-- root/root usr/share/man/man3/HTTP::Status.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::Authen::Ntlm.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::ConnCache.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::Debug.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::MediaTypes.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::MemberMixin.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::Protocol.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::RobotUA.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::Simple.3.gz +-r--r--r-- root/root usr/share/man/man3/LWP::UserAgent.3.gz +-r--r--r-- root/root usr/share/man/man3/Net::HTTP.3.gz +-r--r--r-- root/root usr/share/man/man3/Net::HTTP::NB.3.gz +-r--r--r-- root/root usr/share/man/man3/WWW::RobotRules.3.gz +-r--r--r-- root/root usr/share/man/man3/WWW::RobotRules::AnyDBM_File.3.gz +-r--r--r-- root/root usr/share/man/man3/lwpcook.3.gz +-r--r--r-- root/root usr/share/man/man3/lwptut.3.gz diff --git a/extra/p5-libwww/.md5sum b/extra/p5-libwww/.md5sum new file mode 100644 index 000000000..17f1cf01a --- /dev/null +++ b/extra/p5-libwww/.md5sum @@ -0,0 +1 @@ +b46737b11a050330dc27db8cb5f9e01f libwww-perl-5.831.tar.gz diff --git a/extra/p5-libwww/Pkgfile b/extra/p5-libwww/Pkgfile new file mode 100644 index 000000000..f739a4d6d --- /dev/null +++ b/extra/p5-libwww/Pkgfile @@ -0,0 +1,24 @@ +# Description: Librairie perl pour accéder WWW +# URL: http://search.cpan.org/~rse/lcwa-1.0.0/lib/lwp/lib/LWP.pm +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: p5-crypt-ssleay + +name=p5-libwww +version=5.831 +release=1 +source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-$version.tar.gz) +build() { + cd libwww-* + perl Makefile.PL -n + make + make install DESTDIR=$PKG + # Remove perlcrap + find $PKG \ + -name .packlist -or \ + -name '*.bs' -or \ + -name autosplit.ix -or \ + -name perllocal.pod -delete + # Remove empty directories + find $PKG -depth -empty -delete +} diff --git a/extra/p5-xml-simple/Pkgfile b/extra/p5-xml-simple/Pkgfile index 79d86dea2..1fa407346 100644 --- a/extra/p5-xml-simple/Pkgfile +++ b/extra/p5-xml-simple/Pkgfile @@ -12,7 +12,9 @@ source=(http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-$version.t build() { cd XML-Simple-$version perl Makefile.PL + mkdir -p $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/ make make DESTDIR=$PKG install - find $PKG -name perllocal.pod | xargs rm +# rm $PKG/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod + rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod } diff --git a/extra/pidgin/.footprint b/extra/pidgin/.footprint index ca20c24cf..bba53f8ee 100644 --- a/extra/pidgin/.footprint +++ b/extra/pidgin/.footprint @@ -201,9 +201,9 @@ lrwxrwxrwx root/root usr/lib/libgnt.so -> libgnt.so.0.0.0 lrwxrwxrwx root/root usr/lib/libgnt.so.0 -> libgnt.so.0.0.0 -rwxr-xr-x root/root usr/lib/libgnt.so.0.0.0 -rwxr-xr-x root/root usr/lib/libpurple.la -lrwxrwxrwx root/root usr/lib/libpurple.so -> libpurple.so.0.6.1 -lrwxrwxrwx root/root usr/lib/libpurple.so.0 -> libpurple.so.0.6.1 --rwxr-xr-x root/root usr/lib/libpurple.so.0.6.1 +lrwxrwxrwx root/root usr/lib/libpurple.so -> libpurple.so.0.6.3 +lrwxrwxrwx root/root usr/lib/libpurple.so.0 -> libpurple.so.0.6.3 +-rwxr-xr-x root/root usr/lib/libpurple.so.0.6.3 drwxr-xr-x root/root usr/lib/pidgin/ -rwxr-xr-x root/root usr/lib/pidgin/convcolors.la -rwxr-xr-x root/root usr/lib/pidgin/convcolors.so @@ -237,6 +237,8 @@ drwxr-xr-x root/root usr/lib/pidgin/ -rwxr-xr-x root/root usr/lib/pidgin/timestamp.so -rwxr-xr-x root/root usr/lib/pidgin/timestamp_format.la -rwxr-xr-x root/root usr/lib/pidgin/timestamp_format.so +-rwxr-xr-x root/root usr/lib/pidgin/vvconfig.la +-rwxr-xr-x root/root usr/lib/pidgin/vvconfig.so -rwxr-xr-x root/root usr/lib/pidgin/xmppconsole.la -rwxr-xr-x root/root usr/lib/pidgin/xmppconsole.so -rwxr-xr-x root/root usr/lib/pidgin/xmppdisco.la @@ -871,15 +873,15 @@ drwxr-xr-x root/root usr/share/pixmaps/pidgin/toolbar/16/ -rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/16/unblock.png -rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/16/video-call.png drwxr-xr-x root/root usr/share/pixmaps/pidgin/toolbar/22/ +-rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/22/audio-call.png -rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/22/select-avatar.png -rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/22/video-call.png --rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/22/voice-call.png drwxr-xr-x root/root usr/share/pixmaps/pidgin/toolbar/32/ +-rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/32/audio-call.png -rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/32/video-call.png --rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/32/voice-call.png drwxr-xr-x root/root usr/share/pixmaps/pidgin/toolbar/48/ +-rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/48/audio-call.png -rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/48/video-call.png --rw-r--r-- root/root usr/share/pixmaps/pidgin/toolbar/48/voice-call.png drwxr-xr-x root/root usr/share/pixmaps/pidgin/tray/ drwxr-xr-x root/root usr/share/pixmaps/pidgin/tray/16/ -rw-r--r-- root/root usr/share/pixmaps/pidgin/tray/16/available_4bit.ico @@ -935,6 +937,7 @@ drwxr-xr-x root/root usr/share/purple/ca-certs/ -rw-r--r-- root/root usr/share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem -rw-r--r-- root/root usr/share/purple/ca-certs/CAcert_Class3.pem -rw-r--r-- root/root usr/share/purple/ca-certs/CAcert_Root.pem +-rw-r--r-- root/root usr/share/purple/ca-certs/Entrust.net_Secure_Server_CA.pem -rw-r--r-- root/root usr/share/purple/ca-certs/Equifax_Secure_CA.pem -rw-r--r-- root/root usr/share/purple/ca-certs/Equifax_Secure_Global_eBusiness_CA-1.pem -rw-r--r-- root/root usr/share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem diff --git a/extra/pidgin/.md5sum b/extra/pidgin/.md5sum index 1ed52232b..53de2d104 100644 --- a/extra/pidgin/.md5sum +++ b/extra/pidgin/.md5sum @@ -1,2 +1,2 @@ -a1bbb3c9be7d4ee1f53590d319cbfa72 pidgin-2.6.2.tar.bz2 +8d0ff6215b2d023eaa8efef59097ef83 pidgin-2.6.3.tar.bz2 a4c7af56f99a42cc786a8549b9d1ed04 pidgin.desktop diff --git a/extra/pidgin/Pkgfile b/extra/pidgin/Pkgfile index ccb55b70b..29a296cf8 100644 --- a/extra/pidgin/Pkgfile +++ b/extra/pidgin/Pkgfile @@ -5,7 +5,7 @@ # Depends on: glib, gtk, libxml2, p5-xml-parser, gnutls, xorg-libxscrnsaver, gstreamer, startup-notification, hicolor-icon-theme, libidn, farsight2 name=pidgin -version=2.6.2 +version=2.6.3 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 \ pidgin.desktop) |