add gnupg port; markus.friedl@informatik.uni-erlangen.de
- GNU privacy guard - a free PGP replacement.
This commit is contained in:
parent
8c8162569c
commit
4a7daafbb4
25
security/gnupg/Makefile
Normal file
25
security/gnupg/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/04/23 03:16:05 brad Exp $
|
||||
|
||||
DISTNAME= gnupg-0.9.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/
|
||||
|
||||
MAINTAINER= markus.friedl@informatik.uni-erlangen.de
|
||||
|
||||
SEPARATE_BUILD= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
GNUPGDOCDIR= ${PREFIX}/share/doc/gnupg
|
||||
GNUPGDOCFILES= README AUTHORS COPYING THANKS TODO BUGS \
|
||||
doc/DETAILS doc/FAQ doc/OpenPGP doc/HACKING
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${GNUPGDOCDIR}
|
||||
@set -e; for f in ${GNUPGDOCFILES}; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$${f} ${GNUPGDOCDIR}/; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/gnupg/files/md5
Normal file
3
security/gnupg/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
SHA1 (gnupg-0.9.5.tar.gz) = 42bd553b59e5467f738ba4e7966b7fb9f8e2e452
|
||||
RMD160 (gnupg-0.9.5.tar.gz) = 51f0788da5cde36e08fdc89d15544b8f13db0089
|
||||
MD5 (gnupg-0.9.5.tar.gz) = 4dfbebbf3d1bcf18fbaa6446918432fe
|
20
security/gnupg/patches/patch-aa
Normal file
20
security/gnupg/patches/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- configure.orig Sat Mar 20 10:34:01 1999
|
||||
+++ configure Wed Mar 31 14:52:19 1999
|
||||
@@ -1583,7 +1583,7 @@
|
||||
aix*)
|
||||
ac_symcode='[BCDTU]'
|
||||
;;
|
||||
-sunos* | cygwin32* | mingw32*)
|
||||
+openbsd* | sunos* | cygwin32* | mingw32*)
|
||||
ac_sympat='_\([_A-Za-z][_A-Za-z0-9]*\)'
|
||||
ac_symxfrm='_\1 \1'
|
||||
;;
|
||||
@@ -1840,7 +1840,7 @@
|
||||
CFLAGS_RDYNAMIC="-Wl,-dy"
|
||||
;;
|
||||
|
||||
- freebsd2* | osf4* )
|
||||
+ openbsd*| freebsd2* | osf4* )
|
||||
CFLAGS_RDYNAMIC=""
|
||||
;;
|
||||
* )
|
1
security/gnupg/pkg/COMMENT
Normal file
1
security/gnupg/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
GNU privacy guard - a free PGP replacement.
|
5
security/gnupg/pkg/DESCR
Normal file
5
security/gnupg/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
GnuPG is a complete and free replacement for PGP. Because it does
|
||||
not use IDEA or RSA it can be used without any restrictions. GnuPG
|
||||
is nearly in compliance with RFC2440 (OpenPGP).
|
||||
|
||||
IDEA and RSA plugins are available from ftp://ftp.gnupg.org/
|
22
security/gnupg/pkg/PLIST
Normal file
22
security/gnupg/pkg/PLIST
Normal file
@ -0,0 +1,22 @@
|
||||
bin/gpg
|
||||
bin/gpgm
|
||||
lib/gnupg/rndunix
|
||||
lib/gnupg/rndegd
|
||||
lib/gnupg/tiger
|
||||
lib/gnupg/twofish
|
||||
man/man1/gpg.1
|
||||
man/man1/gpgm.1
|
||||
share/doc/gnupg/README
|
||||
share/doc/gnupg/AUTHORS
|
||||
share/doc/gnupg/COPYING
|
||||
share/doc/gnupg/THANKS
|
||||
share/doc/gnupg/TODO
|
||||
share/doc/gnupg/BUGS
|
||||
share/doc/gnupg/DETAILS
|
||||
share/doc/gnupg/FAQ
|
||||
share/doc/gnupg/OpenPGP
|
||||
share/doc/gnupg/HACKING
|
||||
share/gnupg/options.skel
|
||||
@dirrm lib/gnupg
|
||||
@dirrm share/doc/gnupg
|
||||
@dirrm share/gnupg
|
Loading…
Reference in New Issue
Block a user