- update to GnuPG-Interface-0.44
from Pascal Stumpf
This commit is contained in:
parent
ee01273068
commit
214175a0f5
@ -1,12 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/12/03 11:46:47 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/09/17 13:51:52 jasper Exp $
|
||||
|
||||
COMMENT= perl5 interface to GnuPG
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= GnuPG-Interface-0.36
|
||||
REVISION= 1
|
||||
DISTNAME= GnuPG-Interface-0.44
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -15,7 +13,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/p5-Class-MethodMaker \
|
||||
RUN_DEPENDS= devel/p5-Any-Moose \
|
||||
security/gnupg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (GnuPG-Interface-0.36.tar.gz) = bwl9MHazMR6O8gzjwoZcZg==
|
||||
RMD160 (GnuPG-Interface-0.36.tar.gz) = 1DRS0RII+fHj23Tm8STQfOzi/C8=
|
||||
SHA1 (GnuPG-Interface-0.36.tar.gz) = pEf8OGuLOF6vzv9v+EbQ0pctS30=
|
||||
SHA256 (GnuPG-Interface-0.36.tar.gz) = owbp3y/fvT5SmQSGQ4VobveDSx6hBCX75UUE8xPvIek=
|
||||
SIZE (GnuPG-Interface-0.36.tar.gz) = 44832
|
||||
MD5 (GnuPG-Interface-0.44.tar.gz) = tEwu1D14/7N/H39hi0tsRQ==
|
||||
RMD160 (GnuPG-Interface-0.44.tar.gz) = NOh/Gz7+Or+mAQxTFfOFgdAUuWk=
|
||||
SHA1 (GnuPG-Interface-0.44.tar.gz) = LoDZqZYVBU39PzyiYQ6uQ1WsIoE=
|
||||
SHA256 (GnuPG-Interface-0.44.tar.gz) = A2wVlUn6FC0nV/qk0jl20zyfCy5y2qdBscheanOQszU=
|
||||
SIZE (GnuPG-Interface-0.44.tar.gz) = 67458
|
||||
|
@ -1,40 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/10/10 12:14:17 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2011/09/17 13:51:52 jasper Exp $
|
||||
${P5SITE}/GnuPG/
|
||||
${P5SITE}/GnuPG/Fingerprint.pm
|
||||
${P5SITE}/GnuPG/Handles.pm
|
||||
${P5SITE}/GnuPG/HashInit.pm
|
||||
${P5SITE}/GnuPG/Interface.pm
|
||||
${P5SITE}/GnuPG/Key.pm
|
||||
${P5SITE}/GnuPG/Options.pm
|
||||
${P5SITE}/GnuPG/PrimaryKey.pm
|
||||
${P5SITE}/GnuPG/PublicKey.pm
|
||||
${P5SITE}/GnuPG/Revoker.pm
|
||||
${P5SITE}/GnuPG/SecretKey.pm
|
||||
${P5SITE}/GnuPG/Signature.pm
|
||||
${P5SITE}/GnuPG/SubKey.pm
|
||||
${P5SITE}/GnuPG/UserAttribute.pm
|
||||
${P5SITE}/GnuPG/UserId.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/GnuPG/
|
||||
${P5SITE}/auto/GnuPG/Interface/
|
||||
${P5SITE}/auto/GnuPG/Interface/autosplit.ix
|
||||
${P5SITE}/auto/GnuPG/Interface/clearsign.al
|
||||
${P5SITE}/auto/GnuPG/Interface/decrypt.al
|
||||
${P5SITE}/auto/GnuPG/Interface/detach_sign.al
|
||||
${P5SITE}/auto/GnuPG/Interface/encrypt.al
|
||||
${P5SITE}/auto/GnuPG/Interface/encrypt_symmetrically.al
|
||||
${P5SITE}/auto/GnuPG/Interface/export_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/get_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/get_public_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/get_public_keys_with_sigs.al
|
||||
${P5SITE}/auto/GnuPG/Interface/get_secret_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/import_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/list_public_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/list_secret_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/list_sigs.al
|
||||
${P5SITE}/auto/GnuPG/Interface/recv_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/send_keys.al
|
||||
${P5SITE}/auto/GnuPG/Interface/sign.al
|
||||
${P5SITE}/auto/GnuPG/Interface/sign_and_encrypt.al
|
||||
${P5SITE}/auto/GnuPG/Interface/test_default_key_passphrase.al
|
||||
${P5SITE}/auto/GnuPG/Interface/verify.al
|
||||
@man man/man3p/GnuPG::Fingerprint.3p
|
||||
@man man/man3p/GnuPG::Handles.3p
|
||||
@man man/man3p/GnuPG::Interface.3p
|
||||
@ -42,7 +21,9 @@ ${P5SITE}/auto/GnuPG/Interface/verify.al
|
||||
@man man/man3p/GnuPG::Options.3p
|
||||
@man man/man3p/GnuPG::PrimaryKey.3p
|
||||
@man man/man3p/GnuPG::PublicKey.3p
|
||||
@man man/man3p/GnuPG::Revoker.3p
|
||||
@man man/man3p/GnuPG::SecretKey.3p
|
||||
@man man/man3p/GnuPG::Signature.3p
|
||||
@man man/man3p/GnuPG::SubKey.3p
|
||||
@man man/man3p/GnuPG::UserAttribute.3p
|
||||
@man man/man3p/GnuPG::UserId.3p
|
||||
|
Loading…
Reference in New Issue
Block a user