Initial import of Convert-ASCII-Armour 1.4

This module converts hashes of binary octets into ASCII messages suitable
for transfer over 6-bit clean transport channels. The encoded ASCII
resembles PGP's armoured messages, but are in no way compatible with PGP.
This commit is contained in:
sturm 2005-02-06 15:14:21 +00:00
parent 0745cf9e05
commit 019a215a1a
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/06 15:14:21 sturm Exp $
COMMENT= "convert binary octets into ASCII armoured messages"
DISTNAME= Convert-ASCII-Armour-1.4
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters security perl5
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::archivers/p5-Compress-Zlib
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Convert-ASCII-Armour-1.4.tar.gz) = 7e0e61ff6b014062d6feecaea3f09018
RMD160 (Convert-ASCII-Armour-1.4.tar.gz) = cee33ab59455f326fd9a773473ba4d1e98e9aa9f
SHA1 (Convert-ASCII-Armour-1.4.tar.gz) = fb8faeffe1b1b4e2cab6d548fd2dc37c5ef911c6
SIZE (Convert-ASCII-Armour-1.4.tar.gz) = 6002

View File

@ -0,0 +1,3 @@
This module converts hashes of binary octets into ASCII messages suitable
for transfer over 6-bit clean transport channels. The encoded ASCII
resembles PGP's armoured messages, but are in no way compatible with PGP.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/06 15:14:21 sturm Exp $
${P5SITE}/Convert/
${P5SITE}/Convert/ASCII/
${P5SITE}/Convert/ASCII/Armor.pm
${P5SITE}/Convert/ASCII/Armour.pm
@man man/man3p/Convert::ASCII::Armor.3p
@man man/man3p/Convert::ASCII::Armour.3p