import p5-Paranoid

This collection of modules started out as modules which perform things
(debatably) in a safer and taint-safe manner.  Since then it's also
grown to include functionality that fit into the same framework and
conventions of the original modules, including keeping the debug hooks
for command-line debugging.
This commit is contained in:
simon 2008-08-20 20:05:54 +00:00
parent 5797d18bcd
commit d8709891bd
4 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/20 20:05:54 simon Exp $
COMMENT = paranoia support for safer programs
MODULES = cpan
DISTNAME = Paranoid-0.18
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Paranoid-0.18.tar.gz) = wFO18d+ylyQfTmfDYEipug==
RMD160 (Paranoid-0.18.tar.gz) = KKkXBdThAUWyby8+LwtcQbJwDwY=
SHA1 (Paranoid-0.18.tar.gz) = 0AnhTr6r2DJK2YZMAMqZHJddKGk=
SHA256 (Paranoid-0.18.tar.gz) = JBcpKcZg4Zn67+pEcONHXK32exAkipvTjKlohN0P9Y0=
SIZE (Paranoid-0.18.tar.gz) = 49361

View File

@ -0,0 +1,5 @@
This collection of modules started out as modules which perform things
(debatably) in a safer and taint-safe manner. Since then it's also
grown to include functionality that fit into the same framework and
conventions of the original modules, including keeping the debug hooks
for command-line debugging.

View File

@ -0,0 +1,33 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/08/20 20:05:54 simon Exp $
${P5SITE}/Paranoid/
${P5SITE}/Paranoid.pm
${P5SITE}/Paranoid/BerkeleyDB.pm
${P5SITE}/Paranoid/Debug.pm
${P5SITE}/Paranoid/Filesystem.pm
${P5SITE}/Paranoid/Input.pm
${P5SITE}/Paranoid/Lockfile.pm
${P5SITE}/Paranoid/Log/
${P5SITE}/Paranoid/Log.pm
${P5SITE}/Paranoid/Log/Buffer.pm
${P5SITE}/Paranoid/Log/Email.pm
${P5SITE}/Paranoid/Log/File.pm
${P5SITE}/Paranoid/Log/Syslog.pm
${P5SITE}/Paranoid/Log/Template.pm
${P5SITE}/Paranoid/Module.pm
${P5SITE}/Paranoid/Network.pm
${P5SITE}/Paranoid/Process.pm
@man man/man3p/Paranoid.3p
@man man/man3p/Paranoid::BerkeleyDB.3p
@man man/man3p/Paranoid::Debug.3p
@man man/man3p/Paranoid::Filesystem.3p
@man man/man3p/Paranoid::Input.3p
@man man/man3p/Paranoid::Lockfile.3p
@man man/man3p/Paranoid::Log.3p
@man man/man3p/Paranoid::Log::Buffer.3p
@man man/man3p/Paranoid::Log::Email.3p
@man man/man3p/Paranoid::Log::File.3p
@man man/man3p/Paranoid::Log::Syslog.3p
@man man/man3p/Paranoid::Log::Template.3p
@man man/man3p/Paranoid::Module.3p
@man man/man3p/Paranoid::Network.3p
@man man/man3p/Paranoid::Process.3p