From 57a3510cef713deee4cf4e763813d4785aa89c46 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Wed, 28 Aug 2002 13:55:06 +0000 Subject: Add p5-AtExit 2.01, AtExit - Perform exit processing for a program or object. --- devel/p5-AtExit/Makefile | 23 +++++++++++++++++++++++ devel/p5-AtExit/distinfo | 1 + devel/p5-AtExit/pkg-comment | 1 + devel/p5-AtExit/pkg-descr | 14 ++++++++++++++ devel/p5-AtExit/pkg-plist | 3 +++ 5 files changed, 42 insertions(+) create mode 100644 devel/p5-AtExit/Makefile create mode 100644 devel/p5-AtExit/distinfo create mode 100644 devel/p5-AtExit/pkg-comment create mode 100644 devel/p5-AtExit/pkg-descr create mode 100644 devel/p5-AtExit/pkg-plist (limited to 'devel/p5-AtExit') diff --git a/devel/p5-AtExit/Makefile b/devel/p5-AtExit/Makefile new file mode 100644 index 000000000000..23ced8ab9475 --- /dev/null +++ b/devel/p5-AtExit/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: AtExit +# Date created: 28 August 2002 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= AtExit +PORTVERSION= 2.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADAPP +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +PERL_CONFIGURE= yes +CONFIGURE_ARGS= INSTALLDIRS=site + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= AtExit.3 + +.include diff --git a/devel/p5-AtExit/distinfo b/devel/p5-AtExit/distinfo new file mode 100644 index 000000000000..41000e2b0f1b --- /dev/null +++ b/devel/p5-AtExit/distinfo @@ -0,0 +1 @@ +MD5 (AtExit-2.01.tar.gz) = da5139adaef86963d5eb7a4aaf0fce94 diff --git a/devel/p5-AtExit/pkg-comment b/devel/p5-AtExit/pkg-comment new file mode 100644 index 000000000000..f8756b90b071 --- /dev/null +++ b/devel/p5-AtExit/pkg-comment @@ -0,0 +1 @@ +AtExit - Perform exit processing for a program or object diff --git a/devel/p5-AtExit/pkg-descr b/devel/p5-AtExit/pkg-descr new file mode 100644 index 000000000000..9c4bc9978406 --- /dev/null +++ b/devel/p5-AtExit/pkg-descr @@ -0,0 +1,14 @@ +The AtExit module provides ANSI-C style exit processing modeled after +the atexit function in the standard C library (see atexit(3C)). Various +exit processing routines may be registered by calling atexit and passing +it the desired subroutine along with any desired arguments. Then, at +program-exit time, the subroutines registered with atexit are invoked +with their given arguments in the reverse order of registration (last +one registered is invoked first). Registering the same subroutine more +than once will cause that subroutine to be invoked once for each +registration. + +WWW: http://search.cpan.org/search?dist=AtExit + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/devel/p5-AtExit/pkg-plist b/devel/p5-AtExit/pkg-plist new file mode 100644 index 000000000000..9f56ef1cce25 --- /dev/null +++ b/devel/p5-AtExit/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AtExit/.packlist +lib/perl5/site_perl/%%PERL_VER%%/AtExit.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AtExit -- cgit v1.2.3