summaryrefslogtreecommitdiffstats
path: root/devel/p5-AtExit
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2002-08-28 13:55:06 +0000
committerskv <skv@FreeBSD.org>2002-08-28 13:55:06 +0000
commit38f1b6c481c2a9a9db05599fb237465a7966bef6 (patch)
tree8bb8495ad9f4d5715a193c372e30c2526f6924d0 /devel/p5-AtExit
parent382fbf694f86fd1c195614d3346bdf65c39c5c30 (diff)
downloadFreeBSD-ports-38f1b6c481c2a9a9db05599fb237465a7966bef6.zip
FreeBSD-ports-38f1b6c481c2a9a9db05599fb237465a7966bef6.tar.gz
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/Makefile23
-rw-r--r--devel/p5-AtExit/distinfo1
-rw-r--r--devel/p5-AtExit/pkg-comment1
-rw-r--r--devel/p5-AtExit/pkg-descr14
-rw-r--r--devel/p5-AtExit/pkg-plist3
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-AtExit/Makefile b/devel/p5-AtExit/Makefile
new file mode 100644
index 0000000..23ced8a
--- /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 0000000..41000e2
--- /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 0000000..f8756b9
--- /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 0000000..9c4bc99
--- /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 0000000..9f56ef1
--- /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
OpenPOWER on IntegriCloud