notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Linux-Pid Get native PID and the PPID
0.03 devel Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.03Version of this port present on the latest quarterly branch.
Maintainer: infofarmer@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-08-01 20:15:50
Last Update: 2006-09-03 08:55:39
SVN Revision: UNKNOWN
People watching this port, also watch:: p5-Unicode-CheckUTF8, ap24-mod_auth_pgsql2, gaupol, mkvtoolnix
Also Listed In: perl5
License: not specified in port
WWW:
http://search.cpan.org/dist/Linux-Pid/
Description:
Why should one use a module to get the PID and the PPID of a process where there are the $$ variable and the getppid() builtin? (Not mentioning the equivalent POSIX::getpid() and POSIX::getppid() functions.) In fact, this is useful on Linux, with multithreaded programs. Linux' C library, using the linux thread model, returns different values of the PID and the PPID from different threads. (Other thread models such as NPTL don't have the same behaviour). This module forces perl to call the underlying C functions getpid() and getppid(). WWW: http://search.cpan.org/dist/Linux-Pid/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • p5-Linux-Pid>0:devel/p5-Linux-Pid
No installation instructions:
This port has been deleted.
PKGNAME: p5-Linux-Pid
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Inline>=0.44 : devel/p5-Inline
  2. perl5.8.7 : lang/perl5.8
Runtime dependencies:
  1. p5-Inline>=0.44 : devel/p5-Inline
  2. perl5.8.7 : lang/perl5.8
  3. perl5.8.7 : lang/perl5.8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (18 items)
Collapse this list.
  1. ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/Linux/
  2. ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Linux/
  3. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  4. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Linux/
  5. ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/Linux/
  6. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Linux/
  7. ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/Linux/
  8. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Linux/
  9. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Linux/
  10. ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Linux/
  11. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Linux/
  12. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Linux/
  13. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Linux/
  14. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Linux/
  15. http://at.cpan.org/modules/by-module/Linux/
  16. http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Linux/
  17. http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/Linux/
  18. http://www.cpan.dk/modules/by-module/Linux/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.03
03 Sep 2006 08:55:39
Original commit files touched by this commit
sat search for other commits by this committer
Remove devel/p5-Linux-Pid. It was a p5-Apache-SizeLimit dep, but now that
the latter has been removed, it's time to remove this port, too. Moreover,
a thourough look revealed that Linux::Pid has actually never been invoked
from Apache::SizeLimit.
0.03
07 Aug 2006 12:25:58
Original commit files touched by this commit
sat search for other commits by this committer
- Require perl from ports

Reported by:    pointyhat via kris
0.03
04 Aug 2006 19:30:37
Original commit files touched by this commit
sat search for other commits by this committer
- Fix build by depending on p5-Inline

Reported by:    pointyhat via erwin
0.03
01 Aug 2006 20:12:19
Original commit files touched by this commit
sat search for other commits by this committer
Add port devel/p5-Linux-Pid:

Why should one use a module to get the PID and the PPID of a process
where there are the $$ variable and the getppid() builtin? (Not
mentioning the equivalent POSIX::getpid() and POSIX::getppid()
functions.)

In fact, this is useful on Linux, with multithreaded programs. Linux'
C library, using the linux thread model, returns different values of
the PID and the PPID from different threads. (Other thread models such
as NPTL don't have the same behaviour). This module forces perl to
call the underlying C functions getpid() and getppid().

WWW: http://search.cpan.org/dist/Linux-Pid/

Number of commits found: 4