1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

add p5-Convert-ASCII-Armour

Convert binary octets into ASCII armoured messages

PR:		30080
Submitted by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
This commit is contained in:
Ying-Chieh Liao 2001-08-29 11:24:24 +00:00
parent 4873816014
commit 7c2e77dac9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47080
6 changed files with 39 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += mpack
SUBDIR += mule-ucs-emacs20
SUBDIR += p5-Boulder
SUBDIR += p5-Convert-ASCII-Armour
SUBDIR += p5-Convert-ASN1
SUBDIR += p5-Convert-BER
SUBDIR += p5-Convert-Morse

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Convert-ASCII-Armour
# Date created: 2001/08/26
# Whom: nork@cityfujisawa.ne.jp
#
# $FreeBSD$
#
PORTNAME= Convert-ASCII-Armour
PORTVERSION= 1.4
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5-
MAINTAINER= nork@cityfujisawa.ne.jp
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Convert::ASCII::Armour.3 Convert::ASCII::Armor.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Convert-ASCII-Armour-1.4.tar.gz) = 7e0e61ff6b014062d6feecaea3f09018

View File

@ -0,0 +1 @@
Convert binary octets into ASCII armoured messages

View File

@ -0,0 +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.

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/Convert/ASCII/Armor.pm
lib/perl5/site_perl/%%PERL_VER%%/Convert/ASCII/Armour.pm
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Convert/ASCII 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Convert 2>/dev/null || true