ports/kde4 (3.0): hunspell: Moved from kde4 to opt
commit 029e2f2758b0ae0fac27dcfdffe1662e2e140967 Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Sat Sep 28 08:36:23 2013 +0900 hunspell: Moved from kde4 to opt diff --git a/hunspell/.footprint b/hunspell/.footprint deleted file mode 100644 index a0efee1..0000000 --- a/hunspell/.footprint +++ /dev/null @@ -1,51 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/affixcompress --rwxr-xr-x root/root usr/bin/analyze --rwxr-xr-x root/root usr/bin/chmorph --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/ispellaff2myspell --rwxr-xr-x root/root usr/bin/makealias --rwxr-xr-x root/root usr/bin/munch --rwxr-xr-x root/root usr/bin/unmunch --rwxr-xr-x root/root usr/bin/wordforms --rwxr-xr-x root/root usr/bin/wordlist2hunspell -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/hunvisapi.h --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 -drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libhunspell-1.3.la -lrwxrwxrwx root/root usr/lib/libhunspell-1.3.so -> libhunspell-1.3.so.0.0.0 -lrwxrwxrwx root/root usr/lib/libhunspell-1.3.so.0 -> libhunspell-1.3.so.0.0.0 --rwxr-xr-x root/root usr/lib/libhunspell-1.3.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/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/hunspell.1.gz --rw-r--r-- root/root usr/man/man1/hunzip.1.gz --rw-r--r-- root/root usr/man/man1/hzip.1.gz -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/hunspell.3.gz -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/hunspell.4.gz diff --git a/hunspell/.md5sum b/hunspell/.md5sum deleted file mode 100644 index d33cfc9..0000000 --- a/hunspell/.md5sum +++ /dev/null @@ -1 +0,0 @@ -3121aaf3e13e5d88dfff13fb4a5f1ab8 hunspell-1.3.2.tar.gz diff --git a/hunspell/Pkgfile b/hunspell/Pkgfile deleted file mode 100644 index 926aab4..0000000 --- a/hunspell/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Advanced spell checker -# URL: http://hunspell.sourceforge.net/ -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: - -name=hunspell -version=1.3.2 -release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-nls \ - --disable-static - make - make prefix=$PKG/usr install - - rm -rf $PKG/usr/share/man/hu - mv $PKG/usr/share/man $PKG/usr/man - rmdir $PKG/usr/share -}
participants (1)
-
crux@crux.nu