From 2e30a99e3c4f99ae3119cfc9009a2b6bb5290a49 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 17 Dec 2009 21:56:42 +0100 Subject: beecrypt, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/beecrypt/.footprint | 64 +++++++++++++++++++++++++++++++++++++++++++++++ base/beecrypt/.md5sum | 1 + base/beecrypt/Pkgfile | 21 ++++++++++++++++ extra/beecrypt/.footprint | 64 ----------------------------------------------- extra/beecrypt/.md5sum | 1 - extra/beecrypt/Pkgfile | 21 ---------------- 6 files changed, 86 insertions(+), 86 deletions(-) create mode 100644 base/beecrypt/.footprint create mode 100644 base/beecrypt/.md5sum create mode 100755 base/beecrypt/Pkgfile delete mode 100644 extra/beecrypt/.footprint delete mode 100644 extra/beecrypt/.md5sum delete mode 100755 extra/beecrypt/Pkgfile diff --git a/base/beecrypt/.footprint b/base/beecrypt/.footprint new file mode 100644 index 000000000..3594150ba --- /dev/null +++ b/base/beecrypt/.footprint @@ -0,0 +1,64 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/beecrypt/ +-rw-r--r-- root/root usr/include/beecrypt/aes.h +-rw-r--r-- root/root usr/include/beecrypt/aesopt.h +-rw-r--r-- root/root usr/include/beecrypt/api.h +-rw-r--r-- root/root usr/include/beecrypt/base64.h +-rw-r--r-- root/root usr/include/beecrypt/beecrypt.h +-rw-r--r-- root/root usr/include/beecrypt/blockmode.h +-rw-r--r-- root/root usr/include/beecrypt/blockpad.h +-rw-r--r-- root/root usr/include/beecrypt/blowfish.h +-rw-r--r-- root/root usr/include/beecrypt/blowfishopt.h +-rw-r--r-- root/root usr/include/beecrypt/dhies.h +-rw-r--r-- root/root usr/include/beecrypt/dldp.h +-rw-r--r-- root/root usr/include/beecrypt/dlkp.h +-rw-r--r-- root/root usr/include/beecrypt/dlpk.h +-rw-r--r-- root/root usr/include/beecrypt/dlsvdp-dh.h +-rw-r--r-- root/root usr/include/beecrypt/dsa.h +-rw-r--r-- root/root usr/include/beecrypt/elgamal.h +-rw-r--r-- root/root usr/include/beecrypt/endianness.h +-rw-r--r-- root/root usr/include/beecrypt/entropy.h +-rw-r--r-- root/root usr/include/beecrypt/fips186.h +-rw-r--r-- root/root usr/include/beecrypt/gnu.h +-rw-r--r-- root/root usr/include/beecrypt/hmac.h +-rw-r--r-- root/root usr/include/beecrypt/hmacmd5.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha1.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha224.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha256.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha384.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha512.h +-rw-r--r-- root/root usr/include/beecrypt/md4.h +-rw-r--r-- root/root usr/include/beecrypt/md5.h +-rw-r--r-- root/root usr/include/beecrypt/memchunk.h +-rw-r--r-- root/root usr/include/beecrypt/mp.h +-rw-r--r-- root/root usr/include/beecrypt/mpbarrett.h +-rw-r--r-- root/root usr/include/beecrypt/mpnumber.h +-rw-r--r-- root/root usr/include/beecrypt/mpopt.h +-rw-r--r-- root/root usr/include/beecrypt/mpprime.h +-rw-r--r-- root/root usr/include/beecrypt/mtprng.h +-rw-r--r-- root/root usr/include/beecrypt/pkcs1.h +-rw-r--r-- root/root usr/include/beecrypt/pkcs12.h +-rw-r--r-- root/root usr/include/beecrypt/ripemd128.h +-rw-r--r-- root/root usr/include/beecrypt/ripemd160.h +-rw-r--r-- root/root usr/include/beecrypt/ripemd256.h +-rw-r--r-- root/root usr/include/beecrypt/ripemd320.h +-rw-r--r-- root/root usr/include/beecrypt/rsa.h +-rw-r--r-- root/root usr/include/beecrypt/rsakp.h +-rw-r--r-- root/root usr/include/beecrypt/rsapk.h +-rw-r--r-- root/root usr/include/beecrypt/sha1.h +-rw-r--r-- root/root usr/include/beecrypt/sha1opt.h +-rw-r--r-- root/root usr/include/beecrypt/sha224.h +-rw-r--r-- root/root usr/include/beecrypt/sha256.h +-rw-r--r-- root/root usr/include/beecrypt/sha2k32.h +-rw-r--r-- root/root usr/include/beecrypt/sha2k64.h +-rw-r--r-- root/root usr/include/beecrypt/sha384.h +-rw-r--r-- root/root usr/include/beecrypt/sha512.h +-rw-r--r-- root/root usr/include/beecrypt/timestamp.h +-rw-r--r-- root/root usr/include/beecrypt/win.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libbeecrypt.a +-rwxr-xr-x root/root usr/lib/libbeecrypt.la +lrwxrwxrwx root/root usr/lib/libbeecrypt.so -> libbeecrypt.so.7.0.0 +lrwxrwxrwx root/root usr/lib/libbeecrypt.so.7 -> libbeecrypt.so.7.0.0 +-rwxr-xr-x root/root usr/lib/libbeecrypt.so.7.0.0 diff --git a/base/beecrypt/.md5sum b/base/beecrypt/.md5sum new file mode 100644 index 000000000..97b5f4a2d --- /dev/null +++ b/base/beecrypt/.md5sum @@ -0,0 +1 @@ +8441c014170823f2dff97e33df55af1e beecrypt-4.2.1.tar.gz diff --git a/base/beecrypt/Pkgfile b/base/beecrypt/Pkgfile new file mode 100755 index 000000000..62755552a --- /dev/null +++ b/base/beecrypt/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie pour la Cryptographie +# URL: http://beecrypt.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=beecrypt +version=4.2.1 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) +build () { + cd $name-$version + ./configure --prefix=/usr \ + --without-python \ + --without-java + + make + make prefix=$PKG/usr install + + chown -R root:root $PKG +} diff --git a/extra/beecrypt/.footprint b/extra/beecrypt/.footprint deleted file mode 100644 index 3594150ba..000000000 --- a/extra/beecrypt/.footprint +++ /dev/null @@ -1,64 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/beecrypt/ --rw-r--r-- root/root usr/include/beecrypt/aes.h --rw-r--r-- root/root usr/include/beecrypt/aesopt.h --rw-r--r-- root/root usr/include/beecrypt/api.h --rw-r--r-- root/root usr/include/beecrypt/base64.h --rw-r--r-- root/root usr/include/beecrypt/beecrypt.h --rw-r--r-- root/root usr/include/beecrypt/blockmode.h --rw-r--r-- root/root usr/include/beecrypt/blockpad.h --rw-r--r-- root/root usr/include/beecrypt/blowfish.h --rw-r--r-- root/root usr/include/beecrypt/blowfishopt.h --rw-r--r-- root/root usr/include/beecrypt/dhies.h --rw-r--r-- root/root usr/include/beecrypt/dldp.h --rw-r--r-- root/root usr/include/beecrypt/dlkp.h --rw-r--r-- root/root usr/include/beecrypt/dlpk.h --rw-r--r-- root/root usr/include/beecrypt/dlsvdp-dh.h --rw-r--r-- root/root usr/include/beecrypt/dsa.h --rw-r--r-- root/root usr/include/beecrypt/elgamal.h --rw-r--r-- root/root usr/include/beecrypt/endianness.h --rw-r--r-- root/root usr/include/beecrypt/entropy.h --rw-r--r-- root/root usr/include/beecrypt/fips186.h --rw-r--r-- root/root usr/include/beecrypt/gnu.h --rw-r--r-- root/root usr/include/beecrypt/hmac.h --rw-r--r-- root/root usr/include/beecrypt/hmacmd5.h --rw-r--r-- root/root usr/include/beecrypt/hmacsha1.h --rw-r--r-- root/root usr/include/beecrypt/hmacsha224.h --rw-r--r-- root/root usr/include/beecrypt/hmacsha256.h --rw-r--r-- root/root usr/include/beecrypt/hmacsha384.h --rw-r--r-- root/root usr/include/beecrypt/hmacsha512.h --rw-r--r-- root/root usr/include/beecrypt/md4.h --rw-r--r-- root/root usr/include/beecrypt/md5.h --rw-r--r-- root/root usr/include/beecrypt/memchunk.h --rw-r--r-- root/root usr/include/beecrypt/mp.h --rw-r--r-- root/root usr/include/beecrypt/mpbarrett.h --rw-r--r-- root/root usr/include/beecrypt/mpnumber.h --rw-r--r-- root/root usr/include/beecrypt/mpopt.h --rw-r--r-- root/root usr/include/beecrypt/mpprime.h --rw-r--r-- root/root usr/include/beecrypt/mtprng.h --rw-r--r-- root/root usr/include/beecrypt/pkcs1.h --rw-r--r-- root/root usr/include/beecrypt/pkcs12.h --rw-r--r-- root/root usr/include/beecrypt/ripemd128.h --rw-r--r-- root/root usr/include/beecrypt/ripemd160.h --rw-r--r-- root/root usr/include/beecrypt/ripemd256.h --rw-r--r-- root/root usr/include/beecrypt/ripemd320.h --rw-r--r-- root/root usr/include/beecrypt/rsa.h --rw-r--r-- root/root usr/include/beecrypt/rsakp.h --rw-r--r-- root/root usr/include/beecrypt/rsapk.h --rw-r--r-- root/root usr/include/beecrypt/sha1.h --rw-r--r-- root/root usr/include/beecrypt/sha1opt.h --rw-r--r-- root/root usr/include/beecrypt/sha224.h --rw-r--r-- root/root usr/include/beecrypt/sha256.h --rw-r--r-- root/root usr/include/beecrypt/sha2k32.h --rw-r--r-- root/root usr/include/beecrypt/sha2k64.h --rw-r--r-- root/root usr/include/beecrypt/sha384.h --rw-r--r-- root/root usr/include/beecrypt/sha512.h --rw-r--r-- root/root usr/include/beecrypt/timestamp.h --rw-r--r-- root/root usr/include/beecrypt/win.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libbeecrypt.a --rwxr-xr-x root/root usr/lib/libbeecrypt.la -lrwxrwxrwx root/root usr/lib/libbeecrypt.so -> libbeecrypt.so.7.0.0 -lrwxrwxrwx root/root usr/lib/libbeecrypt.so.7 -> libbeecrypt.so.7.0.0 --rwxr-xr-x root/root usr/lib/libbeecrypt.so.7.0.0 diff --git a/extra/beecrypt/.md5sum b/extra/beecrypt/.md5sum deleted file mode 100644 index 97b5f4a2d..000000000 --- a/extra/beecrypt/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8441c014170823f2dff97e33df55af1e beecrypt-4.2.1.tar.gz diff --git a/extra/beecrypt/Pkgfile b/extra/beecrypt/Pkgfile deleted file mode 100755 index 62755552a..000000000 --- a/extra/beecrypt/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Librairie pour la Cryptographie -# URL: http://beecrypt.sourceforge.net/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=beecrypt -version=4.2.1 -release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) -build () { - cd $name-$version - ./configure --prefix=/usr \ - --without-python \ - --without-java - - make - make prefix=$PKG/usr install - - chown -R root:root $PKG -} -- cgit v1.2.3-70-g09d2