SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,19 @@
COMMENT = module to declare real exception classes in perl
MODULES = cpan
PKG_ARCH = *
DISTNAME = Exception-Class-1.45
CATEGORIES = devel
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
# We don't have all the dependencies for author/release testing
MAKE_ENV = RELEASE_TESTING= AUTHOR_TESTING=
RUN_DEPENDS = devel/p5-Class-Data-Inheritable>=0.02 \
devel/p5-Devel-StackTrace>=2.0
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Exception-Class-1.45.tar.gz) = VIKnfvAnyh+fOeH0jFWDVulUk2/I+73ubIEcUScBskk=
SIZE (Exception-Class-1.45.tar.gz) = 50933

View file

@ -0,0 +1,8 @@
This module allows you to declare hierarchies of exception classes for
use in your code. It also provides a simple exception class that it
uses as the default base class for all other exceptions.
You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.

View file

@ -0,0 +1,6 @@
${P5SITE}/Exception/
${P5SITE}/Exception/Class/
${P5SITE}/Exception/Class.pm
${P5SITE}/Exception/Class/Base.pm
@man man/man3p/Exception::Class.3p
@man man/man3p/Exception::Class::Base.3p