diff options
author | skv <skv@FreeBSD.org> | 2002-08-28 21:55:06 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-08-28 21:55:06 +0800 |
commit | 38f1b6c481c2a9a9db05599fb237465a7966bef6 (patch) | |
tree | 8bb8495ad9f4d5715a193c372e30c2526f6924d0 /devel/p5-AtExit | |
parent | 382fbf694f86fd1c195614d3346bdf65c39c5c30 (diff) | |
download | freebsd-ports-gnome-38f1b6c481c2a9a9db05599fb237465a7966bef6.tar.gz freebsd-ports-gnome-38f1b6c481c2a9a9db05599fb237465a7966bef6.tar.zst freebsd-ports-gnome-38f1b6c481c2a9a9db05599fb237465a7966bef6.zip |
Add p5-AtExit 2.01,
AtExit - Perform exit processing for a program
or object.
Diffstat (limited to 'devel/p5-AtExit')
-rw-r--r-- | devel/p5-AtExit/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-AtExit/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-AtExit/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-AtExit/pkg-descr | 14 | ||||
-rw-r--r-- | devel/p5-AtExit/pkg-plist | 3 |
5 files changed, 42 insertions, 0 deletions
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 <skv@protey.ru> +# +# $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 <bsd.port.mk> 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 |