diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/hunspell/.footprint | 55 | ||||
-rw-r--r-- | base/hunspell/.md5sum | 1 | ||||
-rw-r--r-- | base/hunspell/Pkgfile | 21 | ||||
-rw-r--r-- | base/hyphen/.footprint | 19 | ||||
-rw-r--r-- | base/hyphen/.md5sum | 1 | ||||
-rw-r--r-- | base/hyphen/Pkgfile | 32 | ||||
-rw-r--r-- | base/libpng/.footprint | 36 | ||||
-rw-r--r-- | base/libpng/.md5sum | 3 | ||||
-rwxr-xr-x | base/libpng/Pkgfile | 10 | ||||
-rw-r--r-- | base/p5-archive-zip/.md5sum | 2 | ||||
-rw-r--r-- | base/p5-archive-zip/Pkgfile | 9 |
11 files changed, 160 insertions, 29 deletions
diff --git a/base/hunspell/.footprint b/base/hunspell/.footprint new file mode 100644 index 000000000..c147ff3e7 --- /dev/null +++ b/base/hunspell/.footprint @@ -0,0 +1,55 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/analyze +-rwxr-xr-x root/root usr/bin/chmorph +-rwxr-xr-x root/root usr/bin/example +-rwxr-xr-x root/root usr/bin/hunspell +-rwxr-xr-x root/root usr/bin/hunzip +-rwxr-xr-x root/root usr/bin/hzip +-rwxr-xr-x root/root usr/bin/munch +-rwxr-xr-x root/root usr/bin/unmunch +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/hunspell/ +-rw-r--r-- root/root usr/include/hunspell/affentry.hxx +-rw-r--r-- root/root usr/include/hunspell/affixmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/atypes.hxx +-rw-r--r-- root/root usr/include/hunspell/baseaffix.hxx +-rw-r--r-- root/root usr/include/hunspell/csutil.hxx +-rw-r--r-- root/root usr/include/hunspell/dictmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/filemgr.hxx +-rw-r--r-- root/root usr/include/hunspell/hashmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/htypes.hxx +-rw-r--r-- root/root usr/include/hunspell/hunspell.h +-rw-r--r-- root/root usr/include/hunspell/hunspell.hxx +-rw-r--r-- root/root usr/include/hunspell/hunzip.hxx +-rw-r--r-- root/root usr/include/hunspell/langnum.hxx +-rw-r--r-- root/root usr/include/hunspell/phonet.hxx +-rw-r--r-- root/root usr/include/hunspell/replist.hxx +-rw-r--r-- root/root usr/include/hunspell/suggestmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/w_char.hxx +-rw-r--r-- root/root usr/include/munch.h +-rw-r--r-- root/root usr/include/unmunch.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libhunspell-1.2.la +lrwxrwxrwx root/root usr/lib/libhunspell-1.2.so -> libhunspell-1.2.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libhunspell-1.2.so.0 -> libhunspell-1.2.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libhunspell-1.2.so.0.0.0 +-rw-r--r-- root/root usr/lib/libparsers.a +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/hunspell.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/hu/ +drwxr-xr-x root/root usr/share/man/hu/man1/ +-rw-r--r-- root/root usr/share/man/hu/man1/hunspell.1.gz +drwxr-xr-x root/root usr/share/man/hu/man4/ +-rw-r--r-- root/root usr/share/man/hu/man4/hunspell.4.gz +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/hunspell.1.gz +-rw-r--r-- root/root usr/share/man/man1/hunzip.1.gz +-rw-r--r-- root/root usr/share/man/man1/hzip.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/hunspell.3.gz +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/hunspell.4.gz diff --git a/base/hunspell/.md5sum b/base/hunspell/.md5sum new file mode 100644 index 000000000..24069768b --- /dev/null +++ b/base/hunspell/.md5sum @@ -0,0 +1 @@ +1177af54a09e320d2c24015f29c3a93e hunspell-1.2.8.tar.gz diff --git a/base/hunspell/Pkgfile b/base/hunspell/Pkgfile new file mode 100644 index 000000000..cf5201cf1 --- /dev/null +++ b/base/hunspell/Pkgfile @@ -0,0 +1,21 @@ +# Description: Spell checker and morphological analyzer library and program +# URL: http://hunspell.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr + +name=hunspell +version=1.2.8 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-static \ + --with-ui \ + --with-readline \ + --with-experimental + make + make DESTDIR=$PKG install +} + diff --git a/base/hyphen/.footprint b/base/hyphen/.footprint new file mode 100644 index 000000000..6956a43e2 --- /dev/null +++ b/base/hyphen/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/substrings.pl +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/hyphen.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libhyphen.la +lrwxrwxrwx root/root usr/lib/libhyphen.so -> libhyphen.so.0.2.0 +lrwxrwxrwx root/root usr/lib/libhyphen.so.0 -> libhyphen.so.0.2.0 +-rwxr-xr-x root/root usr/lib/libhyphen.so.0.2.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/hyphen/ +-rw-r--r-- root/root usr/share/hyphen/hyph_en_US.dic +lrwxrwxrwx root/root usr/share/hyphen/hyph_fr_BE.dic -> hyph_fr_FR.dic +lrwxrwxrwx root/root usr/share/hyphen/hyph_fr_CA.dic -> hyph_fr_FR.dic +lrwxrwxrwx root/root usr/share/hyphen/hyph_fr_FR.dic -> hyph_fr_FR.dic +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/hyphen/ +-rw-r--r-- root/root usr/share/licenses/hyphen/LICENSE diff --git a/base/hyphen/.md5sum b/base/hyphen/.md5sum new file mode 100644 index 000000000..6f2ba7d32 --- /dev/null +++ b/base/hyphen/.md5sum @@ -0,0 +1 @@ +d0b5af6e408b8d2958f3d83b5244f5e8 hyphen-2.4.tar.gz diff --git a/base/hyphen/Pkgfile b/base/hyphen/Pkgfile new file mode 100644 index 000000000..c3984b34a --- /dev/null +++ b/base/hyphen/Pkgfile @@ -0,0 +1,32 @@ +# Description: Correcteur d'orthographe par défaut de openoffice, de firefox et thunderbird +# URL: http://hunspell.sf.net +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr + +name=hyphen +version=2.4 +release=1 +source=(http://downloads.sourceforge.net/hunspell/$name-$version.tar.gz ) + +build() { + cd $name-$version + ./configure --prefix=/usr --disable-static + make + make DESTDIR=$PKG install-libLTLIBRARIES + make DESTDIR=$PKG install-binSCRIPTS + make DESTDIR=$PKG install-includeHEADERS + + # license + install -D -m644 COPYING $PKG/usr/share/licenses/$name/LICENSE + + + make DESTDIR=$PKG install-hyphDATA + + pushd $PKG/usr/share/hyphen/ + fr_FR_aliases="fr_FR fr_CA fr_BE" + for lang in $fr_FR_aliases; do + ln -s hyph_fr_FR.dic hyph_$lang.dic + done + popd +} + diff --git a/base/libpng/.footprint b/base/libpng/.footprint index 1f676e45e..65e583738 100644 --- a/base/libpng/.footprint +++ b/base/libpng/.footprint @@ -1,25 +1,27 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/libpng-config -> libpng14-config --rwxr-xr-x root/root usr/bin/libpng14-config +lrwxrwxrwx root/root usr/bin/libpng-config -> libpng12-config +-rwxr-xr-x root/root usr/bin/libpng12-config drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/libpng14/ --rw-r--r-- root/root usr/include/libpng14/png.h --rw-r--r-- root/root usr/include/libpng14/pngconf.h -lrwxrwxrwx root/root usr/include/png.h -> libpng14/png.h -lrwxrwxrwx root/root usr/include/pngconf.h -> libpng14/pngconf.h +drwxr-xr-x root/root usr/include/libpng12/ +-rw-r--r-- root/root usr/include/libpng12/png.h +-rw-r--r-- root/root usr/include/libpng12/pngconf.h +lrwxrwxrwx root/root usr/include/png.h -> libpng12/png.h +lrwxrwxrwx root/root usr/include/pngconf.h -> libpng12/pngconf.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libpng.a -> libpng14.a -lrwxrwxrwx root/root usr/lib/libpng.la -> libpng14.la -lrwxrwxrwx root/root usr/lib/libpng.so -> libpng14.so --rw-r--r-- root/root usr/lib/libpng14.a --rwxr-xr-x root/root usr/lib/libpng14.la -lrwxrwxrwx root/root usr/lib/libpng14.so -> libpng14.so.14.1.0 -lrwxrwxrwx root/root usr/lib/libpng14.so.14 -> libpng14.so.14.1.0 --rwxr-xr-x root/root usr/lib/libpng14.so.14.1.0 +lrwxrwxrwx root/root usr/lib/libpng.a -> libpng12.a +lrwxrwxrwx root/root usr/lib/libpng.la -> libpng12.la +lrwxrwxrwx root/root usr/lib/libpng.so -> libpng12.so +lrwxrwxrwx root/root usr/lib/libpng.so.3 -> libpng.so.3.39.0 +-rwxr-xr-x root/root usr/lib/libpng.so.3.39.0 +-rw-r--r-- root/root usr/lib/libpng12.a +-rwxr-xr-x root/root usr/lib/libpng12.la +lrwxrwxrwx root/root usr/lib/libpng12.so -> libpng12.so.0.39.0 +lrwxrwxrwx root/root usr/lib/libpng12.so.0 -> libpng12.so.0.39.0 +-rwxr-xr-x root/root usr/lib/libpng12.so.0.39.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -lrwxrwxrwx root/root usr/lib/pkgconfig/libpng.pc -> libpng14.pc --rw-r--r-- root/root usr/lib/pkgconfig/libpng14.pc +lrwxrwxrwx root/root usr/lib/pkgconfig/libpng.pc -> libpng12.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libpng12.pc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man3/ diff --git a/base/libpng/.md5sum b/base/libpng/.md5sum index 8bfd4b7d8..e5a02bda2 100644 --- a/base/libpng/.md5sum +++ b/base/libpng/.md5sum @@ -1 +1,2 @@ -e1767bf290ded9fda9ee05bd23ae4cff libpng-1.4.1.tar.bz2 +bc93c1cd8625811d1311d2957b947e7b libpng-1.2.39-apng-1.patch +4d48ecff6fc7ab12e97b07d0f65ec2f0 libpng-1.2.39.tar.bz2 diff --git a/base/libpng/Pkgfile b/base/libpng/Pkgfile index 36d533ca7..715e0bf57 100755 --- a/base/libpng/Pkgfile +++ b/base/libpng/Pkgfile @@ -1,18 +1,18 @@ -# Description: Librairie de fonctions de support PNG +# t/kernel-pae/.footprintescription: Librairie de fonctions de support PNG # URL: http://www.libpng.org/pub/png/libpng.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch name=libpng -version=1.4.1 +version=1.2.39 release=1 -source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 ) -# http://kiao.no-ip.info/NuTyX/files/libpng-$version-apng-1.patch) +source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 \ + http://kiao.no-ip.info/NuTyX/files/libpng-$version-apng-1.patch) build() { cd $name-$version -# patch -Np1 -i ../libpng-$version-apng-1.patch + patch -Np1 -i ../libpng-$version-apng-1.patch ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ diff --git a/base/p5-archive-zip/.md5sum b/base/p5-archive-zip/.md5sum index bf05f1bac..b920f7298 100644 --- a/base/p5-archive-zip/.md5sum +++ b/base/p5-archive-zip/.md5sum @@ -1 +1 @@ -41ece15de3e9b208dc8a7d31dc6829e6 Archive-Zip-1.27_01.tar.gz +40153666e7538b410e001aa8a810e702 Archive-Zip-1.30.tar.gz diff --git a/base/p5-archive-zip/Pkgfile b/base/p5-archive-zip/Pkgfile index 31fc2feca..655cee3b9 100644 --- a/base/p5-archive-zip/Pkgfile +++ b/base/p5-archive-zip/Pkgfile @@ -1,18 +1,17 @@ -# Description: Perl program to create manipulate read and write Zip archive files +# Description: Programe Perl pour la création, la manipulation et l'écriture des fichiers d'archive Zip # URL: http://search.cpan.org/~adamk/Archive-Zip-1.23/lib/Archive/Zip.pm # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=p5-archive-zip -version=1.27.1 +version=1.30 release=1 -source=( http://cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-1.27_01.tar.gz +source=( http://cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-$version.tar.gz ) build() { - cd Archive-Zip-1.27_01 + cd Archive-* perl Makefile.PL make OPTIMIZE="${CFLAGS}" make DESTDIR=${PKG} install |