From abe150d06bec764e64e4f9d1ad4c0ab647fca66a Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 26 Nov 2008 16:17:12 +0100 Subject: [PATCH 1/6] iso-codes: new port --- iso-codes/.footprint | 15 +++++++++++++++ iso-codes/.md5sum | 1 + iso-codes/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 iso-codes/.footprint create mode 100644 iso-codes/.md5sum create mode 100644 iso-codes/Pkgfile diff --git a/iso-codes/.footprint b/iso-codes/.footprint new file mode 100644 index 000000000..63d6a055a --- /dev/null +++ b/iso-codes/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/iso-codes.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/iso-codes/ +-rw-r--r-- root/root usr/share/iso-codes/iso_3166.tab +-rw-r--r-- root/root usr/share/iso-codes/iso_639.tab +drwxr-xr-x root/root usr/share/xml/ +drwxr-xr-x root/root usr/share/xml/iso-codes/ +-rw-r--r-- root/root usr/share/xml/iso-codes/iso_3166.xml +-rw-r--r-- root/root usr/share/xml/iso-codes/iso_3166_2.xml +-rw-r--r-- root/root usr/share/xml/iso-codes/iso_4217.xml +-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639.xml +-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639_3.xml diff --git a/iso-codes/.md5sum b/iso-codes/.md5sum new file mode 100644 index 000000000..577e23444 --- /dev/null +++ b/iso-codes/.md5sum @@ -0,0 +1 @@ +e0445c4cf79b81f119c00688f3f416b6 iso-codes-1.0.tar.bz2 diff --git a/iso-codes/Pkgfile b/iso-codes/Pkgfile new file mode 100644 index 000000000..354077713 --- /dev/null +++ b/iso-codes/Pkgfile @@ -0,0 +1,18 @@ +# Description: ISO Country/Language/Currency codes +# URL: http://pkg-isocodes.alioth.debian.org/ +# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net +# Packager: Matt Housh, jaeger at morpheus dot net +# Depends on: gettext, pyxml + +name=iso-codes +version=1.0 +release=1 +source=(http://crux.nu/files/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make pkgconfigdir=/usr/lib/pkgconfig DESTDIR=$PKG install + rm -rf $PKG/usr/share/locale +} From 9e8dcbd9ee271afce593db7703aa95dbed0e8619 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 26 Nov 2008 16:18:39 +0100 Subject: [PATCH 2/6] iso-codes: removed pyxml dependency --- iso-codes/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso-codes/Pkgfile b/iso-codes/Pkgfile index 354077713..b5c916912 100644 --- a/iso-codes/Pkgfile +++ b/iso-codes/Pkgfile @@ -2,7 +2,7 @@ # URL: http://pkg-isocodes.alioth.debian.org/ # Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net # Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: gettext, pyxml +# Depends on: gettext name=iso-codes version=1.0 From 9a840d20edb6b49b1cd2a6596bc52d00abbefc6c Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 26 Nov 2008 16:20:41 +0100 Subject: [PATCH 3/6] libxklavier: new port --- libxklavier/.footprint | 17 +++++++++++++++++ libxklavier/.md5sum | 1 + libxklavier/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 libxklavier/.footprint create mode 100644 libxklavier/.md5sum create mode 100644 libxklavier/Pkgfile diff --git a/libxklavier/.footprint b/libxklavier/.footprint new file mode 100644 index 000000000..4a0b9cebd --- /dev/null +++ b/libxklavier/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libxklavier/ +-rw-r--r-- root/root usr/include/libxklavier/xkl_config_item.h +-rw-r--r-- root/root usr/include/libxklavier/xkl_config_rec.h +-rw-r--r-- root/root usr/include/libxklavier/xkl_config_registry.h +-rw-r--r-- root/root usr/include/libxklavier/xkl_engine.h +-rw-r--r-- root/root usr/include/libxklavier/xkl_engine_marshal.h +-rw-r--r-- root/root usr/include/libxklavier/xklavier.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libxklavier.la +lrwxrwxrwx root/root usr/lib/libxklavier.so -> libxklavier.so.12.2.0 +lrwxrwxrwx root/root usr/lib/libxklavier.so.12 -> libxklavier.so.12.2.0 +-rwxr-xr-x root/root usr/lib/libxklavier.so.12.2.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libxklavier.pc +drwxr-xr-x root/root usr/share/ diff --git a/libxklavier/.md5sum b/libxklavier/.md5sum new file mode 100644 index 000000000..b5ca1bc87 --- /dev/null +++ b/libxklavier/.md5sum @@ -0,0 +1 @@ +e4f1b9e600c4159f39d38ab94d56cf9b libxklavier-3.8.tar.bz2 diff --git a/libxklavier/Pkgfile b/libxklavier/Pkgfile new file mode 100644 index 000000000..67a5b1c75 --- /dev/null +++ b/libxklavier/Pkgfile @@ -0,0 +1,22 @@ +# Description: utility library for X keyboard-related projects +# URL: http://freedesktop.org/Software/LibXklavier +# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net +# Packager: Matt Housh, jaeger at morpheus dot net +# Depends on: libxml2, iso-codes + +name=libxklavier +version=3.8 +release=1 +source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-static \ + --disable-doxygen \ + --with-xkb-base=/etc/X11/xkb \ + --with-x + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc +} From 70216acfdcf59a1abae12f33ed723f434b3dc65f Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 28 Nov 2008 10:27:51 +0100 Subject: [PATCH 4/6] [notify] samba: update to 3.2.5 Security fix, see http://news.samba.org/releases/3.2.5/ --- samba/.md5sum | 2 +- samba/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samba/.md5sum b/samba/.md5sum index d8ad73bdc..cb5e2a3a5 100644 --- a/samba/.md5sum +++ b/samba/.md5sum @@ -1,3 +1,3 @@ 448caca4745aef1a842f4fdb1aa62e1e samba -7870a6bb3a025c6081cd56688acd494a samba-3.2.4.tar.gz +0f7539e09803ae60a2912e70adf1c747 samba-3.2.5.tar.gz fbaccda19afc8f75f6f0123cab82c87e samba-config.patch diff --git a/samba/Pkgfile b/samba/Pkgfile index 3bfc76048..9a2d17a85 100644 --- a/samba/Pkgfile +++ b/samba/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses, readline name=samba -version=3.2.4 +version=3.2.5 release=1 source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \ samba-config.patch samba) From 79d8de57eecbe25c3d452d6a4e268c680b3ab641 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 28 Nov 2008 10:30:03 +0100 Subject: [PATCH 5/6] sqlite3: update to 3.6.6.2 --- sqlite3/.md5sum | 2 +- sqlite3/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite3/.md5sum b/sqlite3/.md5sum index bc57bed2d..d80768ae0 100644 --- a/sqlite3/.md5sum +++ b/sqlite3/.md5sum @@ -1 +1 @@ -39ad053838c4b975e69b965512f7d925 sqlite-3.6.6.tar.gz +23cd36188f21d427d45191d317bcbcd5 sqlite-3.6.6.2.tar.gz diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile index a87f28201..b7283b31e 100644 --- a/sqlite3/Pkgfile +++ b/sqlite3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses, readline name=sqlite3 -version=3.6.6 +version=3.6.6.2 release=1 source=(http://www.sqlite.org/sqlite-$version.tar.gz) From af333d33b83eba7ecadf80dc9392a0a7259c98b1 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 28 Nov 2008 10:30:32 +0100 Subject: [PATCH 6/6] mdadm: update to 2.6.8 --- mdadm/.md5sum | 2 +- mdadm/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mdadm/.md5sum b/mdadm/.md5sum index fed785984..f150209c7 100644 --- a/mdadm/.md5sum +++ b/mdadm/.md5sum @@ -1 +1 @@ -e4badb4a8ded4344ba0fa785883955d8 mdadm-2.6.7.2.tar.gz +bcc30968711a078387fba44867eb7a23 mdadm-2.6.8.tar.gz diff --git a/mdadm/Pkgfile b/mdadm/Pkgfile index 4c50d0a1d..ca6fccac0 100644 --- a/mdadm/Pkgfile +++ b/mdadm/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de name=mdadm -version=2.6.7.2 +version=2.6.8 release=1 source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.gz)