Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2001 21:52:37 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32770: New port: p5-Filter-CBC-0.07 
Message-ID:  <E16Ds17-0000OD-00@3wgraphics.com>

next in thread | raw e-mail | index | archive | help

>Number:         32770
>Category:       ports
>Synopsis:       New port: p5-Filter-CBC-0.07
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 16:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-Filter-CBC-0.07

Source filter for Cipher Block Chaining

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Filter-CBC
#	p5-Filter-CBC/distinfo
#	p5-Filter-CBC/Makefile
#	p5-Filter-CBC/pkg-comment
#	p5-Filter-CBC/pkg-descr
#	p5-Filter-CBC/pkg-plist
#
echo c - p5-Filter-CBC
mkdir -p p5-Filter-CBC > /dev/null 2>&1
echo x - p5-Filter-CBC/distinfo
sed 's/^X//' >p5-Filter-CBC/distinfo << 'END-of-p5-Filter-CBC/distinfo'
XMD5 (Filter-CBC-0.07.tar.gz) = 04a1ed91b967bff89d96580473eddcec
END-of-p5-Filter-CBC/distinfo
echo x - p5-Filter-CBC/Makefile
sed 's/^X//' >p5-Filter-CBC/Makefile << 'END-of-p5-Filter-CBC/Makefile'
X# New ports collection makefile for:	Filter-CBC
X# Date created:		11 Dec 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Filter-CBC
XPORTVERSION=	0.07
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Filter
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Filter::CBC.3
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X		@${MKDIR} ${EXAMPLESDIR}
X		${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-p5-Filter-CBC/Makefile
echo x - p5-Filter-CBC/pkg-comment
sed 's/^X//' >p5-Filter-CBC/pkg-comment << 'END-of-p5-Filter-CBC/pkg-comment'
XSource filter for Cipher Block Chaining
END-of-p5-Filter-CBC/pkg-comment
echo x - p5-Filter-CBC/pkg-descr
sed 's/^X//' >p5-Filter-CBC/pkg-descr << 'END-of-p5-Filter-CBC/pkg-descr'
XFilter::CBC is a Source filter that uses Cipher Block Chaining (CBC) to
Xencrypt your code. The tricky part is that most CBC Algorithms have binary
Xoutput. The textmode bypasses this obstacle, by converting the data to less
Xscary data.
X
XWWW: http://search.cpan.org/search?dist=Filter-CBC
X
X-- Sergey Skvortsov
Xskv@protey.ru
END-of-p5-Filter-CBC/pkg-descr
echo x - p5-Filter-CBC/pkg-plist
sed 's/^X//' >p5-Filter-CBC/pkg-plist << 'END-of-p5-Filter-CBC/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/CBC/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Filter/CBC.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Filter/cbc2code.pl
X%%PORTDOCS%%share/examples/Filter-CBC/autofilter.pl
X%%PORTDOCS%%share/examples/Filter-CBC/blowfish.pl
X%%PORTDOCS%%share/examples/Filter-CBC/defaults.pl
X%%PORTDOCS%%share/examples/Filter-CBC/des.pl
X%%PORTDOCS%%share/examples/Filter-CBC/des_ede3.pl
X%%PORTDOCS%%share/examples/Filter-CBC/gost.pl
X%%PORTDOCS%%share/examples/Filter-CBC/idea.pl
X%%PORTDOCS%%share/examples/Filter-CBC/null.pl
X%%PORTDOCS%%share/examples/Filter-CBC/rc6.pl
X%%PORTDOCS%%share/examples/Filter-CBC/rijndael.pl
X%%PORTDOCS%%share/examples/Filter-CBC/tea.pl
X%%PORTDOCS%%share/examples/Filter-CBC/twofish.pl
X%%PORTDOCS%%@dirrm share/examples/Filter-CBC
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter/CBC
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Filter 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filter 2>/dev/null || true
END-of-p5-Filter-CBC/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16Ds17-0000OD-00>