From be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 4 Mar 2010 08:14:13 +0100 Subject: hunspelle, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/hunspell/.footprint | 55 +++++++++++++++++++++++++++++++++++++++++++++++ base/hunspell/.md5sum | 1 + base/hunspell/Pkgfile | 21 ++++++++++++++++++ extra/hunspell/.footprint | 55 ----------------------------------------------- extra/hunspell/.md5sum | 1 - extra/hunspell/Pkgfile | 22 ------------------- 6 files changed, 77 insertions(+), 78 deletions(-) create mode 100644 base/hunspell/.footprint create mode 100644 base/hunspell/.md5sum create mode 100644 base/hunspell/Pkgfile delete mode 100644 extra/hunspell/.footprint delete mode 100644 extra/hunspell/.md5sum delete mode 100644 extra/hunspell/Pkgfile 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/extra/hunspell/.footprint b/extra/hunspell/.footprint deleted file mode 100644 index c147ff3e7..000000000 --- a/extra/hunspell/.footprint +++ /dev/null @@ -1,55 +0,0 @@ -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/extra/hunspell/.md5sum b/extra/hunspell/.md5sum deleted file mode 100644 index 24069768b..000000000 --- a/extra/hunspell/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1177af54a09e320d2c24015f29c3a93e hunspell-1.2.8.tar.gz diff --git a/extra/hunspell/Pkgfile b/extra/hunspell/Pkgfile deleted file mode 100644 index 6a4363cc0..000000000 --- a/extra/hunspell/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Spell checker and morphological analyzer library and program -# URL: http://hunspell.sourceforge.net/ -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: gcc-libs, readline - -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 -} - -- cgit v1.2.3-54-g00ecf