5c44 FreshPorts -- devel/p5-AtExit
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-AtExit 2.01 devel on this many watch lists=1 search for ports that depend on this port
AtExit - Perform exit processing for a program or object
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 Aug 2002 13:55:31
Also Listed In: perl5
License: not specified in port


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/dist/AtExit/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.14
Required To Run:
  1. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/p5-AtExit/ && make install clean
To add the package: pkg_add -r p5-AtExit


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/AtExit/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/AtExit/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/AtExit/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/AtExit/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/AtExit/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/AtExit/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/AtExit/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/AtExit/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/AtExit/
  11. http://at.cpan.org/modules/by-module/AtExit/
  12. http://backpan.perl.org/modules/by-module/AtExit/
  13. http://cpan.nctu.edu.tw/modules/by-module/AtExit/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/AtExit/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/AtExit/
  16. http://www.cpan.dk/modules/by-module/AtExit/
  17. http://www.cpan.dk/modules/by-module/AtExit/

Number of commits found: 12

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 00:44:54
Original commit files touched by this commit  2.01
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
07 May 2012 15:42:51
Original commit files touched by this commit  2.01
skv search for other commits by this committer
Pass maintainership of almost of my "p5-*" ports to "perl@".

(I hope updating of them will be improved).
24 Oct 2011 09:11:38
Original commit files touched by this commit  2.01
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
03 Jul 2011 14:59:23
Original commit files touched by this commit  2.01
ohauer search for other commits by this committer
-remove MD5
17 Apr 2008 14:30:31
Original commit files touched by this commit  2.01
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
22 Jan 2006 08:30:12
Original commit files touched by this commit  2.01
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
21 Sep 2005 19:31:43
Original commit files touched by this commit  2.01
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
11 Jun 2005 16:13:12
Original commit files touched by this commit  2.01
skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
31 Mar 2004 03:12:58
Original commit files touched by this commit  2.01
trevor search for other commits by this committer
SIZEify (maintainer timeout)
24 Oct 2003 12:05:09
Original commit files touched by this commit  2.01
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
07 Mar 2003 06:01:16
Original commit files touched by this commit  2.01
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
28 Aug 2002 13:55:06
Original commit files touched by this commit  2.01
skv search for other commits by this committer
Add p5-AtExit 2.01,
AtExit - Perform exit processing for a program
or object.

Number of commits found: 12

2830
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 191
Deprecated 460
Ignore 565
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 52
Set to expire 445
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight85
new month179

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0