Port details |
- p5-Mail-Procmailrc Perl OO interface to procmail rc files
- 1.09_1 mail =3 1.09_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2002-09-13 08:25:24
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: cvschk, p5-Mail-Procmail, k3b, py311-Automat, py39-PyOpenGL
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://scott.wiersdorf.org/perl/
- Description:
- Mail::Procmailrc is a pure Perl module that can read and write
procmail(1) compatible rc files. The intent behind its creation was
to provide an abstracted interface for web clients wishing to edit
procmailrc files, but it could be used in any number of useful ways
(e.g., a procmail rc pretty printer--how useful is that!?).
Mail::Procmailrc does not process mail in any form; it only reads and
writes procmail(1) rc files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Mail-Procmailrc>0:mail/p5-Mail-Procmailrc
- To install the port:
- cd /usr/ports/mail/p5-Mail-Procmailrc/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/p5-Mail-Procmailrc
- pkg install p5-Mail-Procmailrc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Mail-Procmailrc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Mail-Procmailrc-1.09.tar.gz) = 4eeeea2fb778cbd6ac41881281601f9e979da769e81a43d9a1b4603be7894afe
SIZE (Mail-Procmailrc-1.09.tar.gz) = 22691
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_p5-Mail-Procmailrc
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.09_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.09_1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.09_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.09_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.09 05 Nov 2013 02:54:54 |
vanilla |
Support STAGEDIR. |
1.09 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.09 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.09 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
1.09 17 May 2011 11:09:12 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
1.09 29 Jan 2009 17:41:17 |
erwin |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
1.09 17 Apr 2008 14:30:31 |
araujo |
- 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) |
1.09 22 Jan 2006 02:20:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.09 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
1.09 06 Jul 2005 10:14:58 |
erwin |
Update to 1.09 |
1.08 15 Feb 2005 10:02:45 |
erwin |
Update to 1.08 |
1.06 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.06 09 Aug 2003 13:07:26 |
erwin |
Update to 1.06 |
1.04 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
1.04 28 Mar 2003 08:57:33 |
tobez |
Fix PLIST.
PR: 50385
Submitted by: maintainer |
1.04 24 Mar 2003 02:57:18 |
adamw |
Update to 1.04
PR: 50185
Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer) |
1.03_1 12 Feb 2003 22:39:52 |
edwin |
Fix mail/p5-Mail-Procmailrc on 4.x and PLIST
PR: ports/47975
Submitted by: Erwin Lansing <erwin@lansing.dk> |
1.03 04 Feb 2003 13:16:56 |
nork |
Update to 1.03.
Check for perl version instead of failing ungracefully.
PR: ports/47891
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Suggested by: Lars Thegler
Reviewed by: tobez |
1.00 13 Sep 2002 08:25:03 |
ijliao |
add p5-Mail-Procmailrc 1.00
A Perl OO interface to procmail rc files |