1
0
forked from ports/opt

gpg-agent libassuan libksba libpth pinentry-qt: initial import

This commit is contained in:
Nick Steeves 2006-01-19 12:03:26 +00:00
parent 8ef366f303
commit c9046aad59
15 changed files with 169 additions and 0 deletions

15
gpg-agent/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gpg-agent
-rwxr-xr-x root/root usr/bin/gpg-connect-agent
-rwxr-xr-x root/root usr/bin/gpgconf
-rwxr-xr-x root/root usr/bin/gpgkey2ssh
-rwxr-xr-x root/root usr/bin/gpgsm-gencert.sh
-rwxr-xr-x root/root usr/bin/watchgnupg
drwxr-xr-x root/root usr/info/
-rw-r--r-- root/root usr/info/gnupg.info
drwxr-xr-x root/root usr/libexec/
-rwxr-xr-x root/root usr/libexec/gpg-preset-passphrase
-rwxr-xr-x root/root usr/libexec/gpg-protect-tool
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/addgnupghome

1
gpg-agent/.md5sum Normal file
View File

@ -0,0 +1 @@
8084256a61aa90e0173d436bf1e6f82b gnupg-1.9.19.tar.bz2

19
gpg-agent/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Secret key management for GnuPG
# URL: http://www.gnupg.org
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: libgpg-error, libassuan, libgcrypt, libpth, libksba
name=gpg-agent
version=1.9.19
release=1
source=(ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-$version.tar.bz2)
build () {
cd gnupg-$version
./configure --prefix=/usr \
--disable-nls \
--enable-agent-only
make
make DESTDIR=$PKG install
}

10
libassuan/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/libassuan-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/assuan.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libassuan.a
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/libassuan.m4

1
libassuan/.md5sum Normal file
View File

@ -0,0 +1 @@
4cde037c3fcb2f0eeb695b1db6e56bba libassuan-0.6.10.tar.gz

18
libassuan/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Libassuan is the IPC library used by some GnuPG related software
# URL: http://www.gnupg.org/(en)/related_software/libassuan/index.html
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Daniel Mueller, daniel at danm dot de
name=libassuan
version=0.6.10
release=1
source=(ftp://ftp.gnupg.org/gcrypt/alpha/$name/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
test -d $PKG/usr/info && rm -rf $PKG/usr/info
}

14
libksba/.footprint Normal file
View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ksba-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/ksba.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libksba.a
-rwxr-xr-x root/root usr/lib/libksba.la
lrwxrwxrwx root/root usr/lib/libksba.so -> libksba.so.8.6.1
lrwxrwxrwx root/root usr/lib/libksba.so.8 -> libksba.so.8.6.1
-rwxr-xr-x root/root usr/lib/libksba.so.8.6.1
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/ksba.m4

1
libksba/.md5sum Normal file
View File

@ -0,0 +1 @@
4d40a09134c5a0d2dcc6416f9abdcc98 libksba-0.9.12.tar.bz2

19
libksba/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Libksba provides an easy API to create and parse X.509 and CMS related objects
# URL: http://www.gnupg.org/(en)/related_software/libksba/index.html
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: libgpg-error
name=libksba
version=0.9.12
release=1
source=(ftp://ftp.gnupg.org/gcrypt/alpha/$name/$name-$version.tar.bz2)
build()
{
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
test -d $PKG/usr/info && rm -rf $PKG/usr/info
}

19
libpth/.footprint Normal file
View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pth-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/pth.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libpth.a
-rwxr-xr-x root/root usr/lib/libpth.la
lrwxrwxrwx root/root usr/lib/libpth.so -> libpth.so.20.0.25
lrwxrwxrwx root/root usr/lib/libpth.so.20 -> libpth.so.20.0.25
-rwxr-xr-x root/root usr/lib/libpth.so.20.0.25
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pth-config.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/pth.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/pth.m4

1
libpth/.md5sum Normal file
View File

@ -0,0 +1 @@
75be42b032480ad2c532a55a28c1ec38 pth-2.0.5.tar.gz

19
libpth/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: GNU Portable Threads library
# URL: ftp://ftp.gnu.org/gnu/pth
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Daniel Mueller, daniel at danm dot de
name=libpth
version=2.0.5
source=(ftp://ftp.gnu.org/gnu/pth/pth-$version.tar.gz)
release=1
build()
{
cd pth-$version
./configure --prefix=/usr \
--enable-optimize
make
make test
make DESTDIR=$PKG install
}

5
pinentry-qt/.footprint Normal file
View File

@ -0,0 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-qt
-rwxr-xr-x root/root usr/bin/pinentry-curses
-rwxr-xr-x root/root usr/bin/pinentry-qt

1
pinentry-qt/.md5sum Normal file
View File

@ -0,0 +1 @@
55626ce13ed76d82ec5330d19bdf3ab4 pinentry-0.7.2.tar.gz

26
pinentry-qt/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# Description: QT passphrase entry dialog
# URL: http://www.gnupg.org
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: qt3, gpg-agent
name=pinentry-qt
version=0.7.2
release=1
source=(ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$version.tar.gz)
build()
{
cd pinentry-$version
./configure --prefix=/usr \
--with-qt-dir=/usr \
--with-qt-includes=/usr/include/qt \
--disable-nls \
--enable-pinentry-qt \
--disable-pinentry-gtk2
make
make DESTDIR=$PKG install
rm -f $PKG/usr/bin/{pinentry,pinentry-gtk}
ln -sf pinentry-qt $PKG/usr/bin/pinentry
test -d $PKG/usr/info && rm -rf $PKG/usr/info
}