diff --git a/amsn/.footprint b/amsn/.footprint index 95067821a..03887d8a8 100644 --- a/amsn/.footprint +++ b/amsn/.footprint @@ -390,12 +390,6 @@ drwxr-xr-x root/root usr/share/amsn/skins/default/winicons/ -rwxr-xr-x root/root usr/share/amsn/trayicon.tcl drwxr-xr-x root/root usr/share/amsn/utils/ drwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/ --rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/CHANGES.txt --rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/ChangeLog --rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/LICENSE.txt --rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/Makefile.in --rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/README.txt --rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/aclocal.m4 -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/arrow.tcl -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/bitmap.tcl -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/button.tcl diff --git a/amsn/Pkgfile b/amsn/Pkgfile index 0e4030327..c53b061da 100644 --- a/amsn/Pkgfile +++ b/amsn/Pkgfile @@ -7,7 +7,7 @@ name=amsn version=0.96 -release=1 +release=3 source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2 $name-$version.diff) @@ -27,7 +27,8 @@ build() { $PKG/usr/share/icons \ $PKG/usr/share/amsn/{icons,docs,lang} \ $PKG/usr/share/amsn/{AGREEMENT,CREDITS,FAQ,GNUGPL} \ - $PKG/usr/share/amsn/{HELP,INSTALL,README,TODO} + $PKG/usr/share/amsn/{HELP,INSTALL,README,TODO} \ + $PKG/usr/share/amsn/utils/BWidget-1.7.0/{ChangeLog,LICENSE.txt,Makefile.in,aclocal.m4,CHANGES.txt,README.txt} chown -R root:root $PKG } diff --git a/ati/.footprint b/ati/.footprint index 2b41177d8..561767305 100644 --- a/ati/.footprint +++ b/ati/.footprint @@ -48,9 +48,9 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/GL/ -r--r--r-- root/root usr/include/GL/glATI.h -r--r--r-- root/root usr/include/GL/glxATI.h +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man8/ +-r--r--r-- root/root usr/man/man8/atieventsd.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/atieventsd drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --r--r--r-- root/root usr/share/man/man8/atieventsd.8.gz diff --git a/ati/Pkgfile b/ati/Pkgfile index f55d6f0d8..e6e72d00b 100644 --- a/ati/Pkgfile +++ b/ati/Pkgfile @@ -6,7 +6,7 @@ name=ati version=8.33.6 -release=1 +release=2 source=(http://www2.ati.com/drivers/linux/$name-driver-installer-$version-x86.x86_64.run \ atieventsd.sh) @@ -22,9 +22,7 @@ build() { $PKG/lib/modules/`uname -r`/kernel/drivers/char/drm install -d $PKG/usr/{X11R6,include,share} cp -r $SRC/tmp/arch/$march/usr $PKG - cp -r $SRC/tmp/common/usr/X11R6 $PKG/usr - cp -r $SRC/tmp/common/usr/include $PKG/usr - cp -r $SRC/tmp/common/usr/share/man $PKG/usr/share + cp -r $SRC/tmp/common/usr/{X11R6,include,share/man} $PKG/usr cp -r $SRC/tmp/$xversion/usr/X11R6 $PKG/usr install -d $PKG/etc/{ati,rc.d} cp -r $SRC/tmp/common/etc/ati/* $PKG/etc/ati diff --git a/cherrypy/.footprint b/cherrypy/.footprint index d81cb5870..6d4cb0575 100644 --- a/cherrypy/.footprint +++ b/cherrypy/.footprint @@ -130,5 +130,6 @@ drwxr-xr-x root/root usr/lib/python2.4/site-packages/cherrypy/test/static/ -rw-r--r-- root/root usr/lib/python2.4/site-packages/cherrypy/test/test_xmlrpc.pyc -rw-r--r-- root/root usr/lib/python2.4/site-packages/cherrypy/test/webtest.py -rw-r--r-- root/root usr/lib/python2.4/site-packages/cherrypy/test/webtest.pyc --rw-r--r-- root/root usr/lib/python2.4/site-packages/cherrypy/wsgiserver.py --rw-r--r-- root/root usr/lib/python2.4/site-packages/cherrypy/wsgiserver.pyc +drwxr-xr-x root/root usr/lib/python2.4/site-packages/cherrypy/wsgiserver/ +-rw-r--r-- root/root usr/lib/python2.4/site-packages/cherrypy/wsgiserver/__init__.py +-rw-r--r-- root/root usr/lib/python2.4/site-packages/cherrypy/wsgiserver/__init__.pyc diff --git a/cherrypy/.md5sum b/cherrypy/.md5sum index fc5fadb8c..cbcd80cd3 100644 --- a/cherrypy/.md5sum +++ b/cherrypy/.md5sum @@ -1 +1 @@ -2065d19e79c9c1b30c9327509d2f3d0e CherryPy-3.0.0.tar.gz +13b80dbdd9b0491a71b30d4916950968 CherryPy-3.0.1.tar.gz diff --git a/cherrypy/Pkgfile b/cherrypy/Pkgfile index 4e0663598..d801cbc01 100644 --- a/cherrypy/Pkgfile +++ b/cherrypy/Pkgfile @@ -6,7 +6,7 @@ # Depends on: python name=cherrypy -version=3.0.0 +version=3.0.1 release=1 source=(http://download.cherrypy.org/cherrypy/$version/CherryPy-$version.tar.gz) diff --git a/clearsilver/.footprint b/clearsilver/.footprint index dfc9faa82..eea506128 100644 --- a/clearsilver/.footprint +++ b/clearsilver/.footprint @@ -1,7 +1,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cs +-rwxr-xr-x root/root usr/bin/cs_static.cgi -rwxr-xr-x root/root usr/bin/cstest --rwxr-xr-x root/root usr/bin/static.cgi drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/ClearSilver/ -rw-r--r-- root/root usr/include/ClearSilver/ClearSilver.h @@ -79,6 +80,8 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/cs_init.3.gz -rw-r--r-- root/root usr/man/man3/cs_parse_file.3.gz -rw-r--r-- root/root usr/man/man3/cs_parse_string.3.gz +-rw-r--r-- root/root usr/man/man3/cs_register_esc_strfunc.3.gz +-rw-r--r-- root/root usr/man/man3/cs_register_fileload.3.gz -rw-r--r-- root/root usr/man/man3/cs_register_strfunc.3.gz -rw-r--r-- root/root usr/man/man3/cs_render.3.gz -rw-r--r-- root/root usr/man/man3/dictCleanup.3.gz @@ -121,6 +124,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/hdf_obj_value.3.gz -rw-r--r-- root/root usr/man/man3/hdf_read_string.3.gz -rw-r--r-- root/root usr/man/man3/hdf_read_string_ignore.3.gz +-rw-r--r-- root/root usr/man/man3/hdf_register_fileload.3.gz -rw-r--r-- root/root usr/man/man3/hdf_remove_tree.3.gz -rw-r--r-- root/root usr/man/man3/hdf_search_path.3.gz -rw-r--r-- root/root usr/man/man3/hdf_set_attr.3.gz diff --git a/clearsilver/.md5sum b/clearsilver/.md5sum index 7bc88f412..79c7d0cc7 100644 --- a/clearsilver/.md5sum +++ b/clearsilver/.md5sum @@ -1,2 +1,2 @@ -6bd72c6a8579897e77992e7407655c0e clearsilver-0.10.3-patch -ff4104b0e58bca1b61d528edbd902769 clearsilver-0.10.3.tar.gz +3fb39bf5335f6f977d92dea838409a11 clearsilver-0.10.4.patch +9523df7ef17e41a01dbae5032a3e450b clearsilver-0.10.4.tar.gz diff --git a/clearsilver/Pkgfile b/clearsilver/Pkgfile index 6d3bf7971..111e57a93 100644 --- a/clearsilver/Pkgfile +++ b/clearsilver/Pkgfile @@ -6,14 +6,15 @@ # Depends on: python name=clearsilver -version=0.10.3 -release=2 +version=0.10.4 +release=1 source=(http://www.clearsilver.net/downloads/$name-$version.tar.gz \ - $name-$version-patch) + $name-$version.patch) build () { cd $name-$version - patch -p1 -i $SRC/$name-$version-patch + + patch -p1 < $SRC/$name-$version.patch ./configure \ --prefix=$PKG/usr \ diff --git a/clearsilver/clearsilver-0.10.4.patch b/clearsilver/clearsilver-0.10.4.patch new file mode 100644 index 000000000..d7ac17e2d --- /dev/null +++ b/clearsilver/clearsilver-0.10.4.patch @@ -0,0 +1,9 @@ +diff -pruN clearsilver-0.10.4-orig/scripts/document.py clearsilver-0.10.1/scripts/document.py +--- clearsilver-0.10.4-orig/scripts/document.py 2005-08-02 01:30:42.000000000 +1000 ++++ clearsilver-0.10.4/scripts/document.py 2005-08-02 01:31:08.000000000 +1000 +@@ -1,4 +1,4 @@ +-#!/bin/env python ++#!/usr/bin/env python + """ + document.py -- Simple script to generate manpages from C header + files. Looks for the following formatted C comments in the C header files: