summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-08-28 13:55:06 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-08-28 13:55:06 +0000
commit57a3510cef713deee4cf4e763813d4785aa89c46 (patch)
tree32669b029cd18e099b78d0b79b5a9e37b40d4404 /devel
parentSynchronize with linux-gtk (forgotten by mita). (diff)
Add p5-AtExit 2.01,
AtExit - Perform exit processing for a program or object.
Notes
Notes: svn path=/head/; revision=65174
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-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
6 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d3ccbd9e79ca..8cbe7175c68c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -383,6 +383,7 @@
SUBDIR += p5-Alias
SUBDIR += p5-AppConfig
SUBDIR += p5-AppConfig-Std
+ SUBDIR += p5-AtExit
SUBDIR += p5-B-Graph
SUBDIR += p5-BSD-Resource
SUBDIR += p5-BSD-stat
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