Port details |
- p5-Quota Perl module that provides access to filesystem quotas
- 1.8.2 sysutils
=12 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-01-03 20:54:12
- Last Update: 2022-07-20 14:23:05
- Commit Hash: ea71236
- People watching this port, also watch:: gettext, gmake, unzip, wget, libiconv
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- The Perl Quota module provides access to filesystem quotas.
WWW: https://metacpan.org/release/Quota
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Quota>0:sysutils/p5-Quota
- To install the port:
- cd /usr/ports/sysutils/p5-Quota/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-Quota
- pkg install p5-Quota
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Quota
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636117676
SHA256 (Quota-1.8.2.tar.gz) = 2665bb7cfa43121843367545c9d935430745741356a4a2f202945e2c0bdc69bf
SIZE (Quota-1.8.2.tar.gz) = 57158
- 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
- This port is required by:
- for Run
-
- sysutils/ldap-account-manager
- Configuration Options:
- No options to configure
- Options name:
- sysutils_p5-Quota
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:05 1.8.2 |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
05 Nov 2021 19:15:57 1.8.2 |
Po-Chuan Hsieh (sunpoet)  |
sysutils/p5-Quota: Update to 1.8.2
Changes: https://metacpan.org/dist/Quota/changes |
06 Apr 2021 14:31:07 1.8.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Apr 2020 18:07:40
1.8.1 |
sunpoet  |
Update to 1.8.1
- Strip shared library
Changes: https://metacpan.org/changes/distribution/Quota |
07 Apr 2020 14:35:14
1.7.4 |
sunpoet  |
Update to 1.7.4
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Quota |
03 Feb 2019 10:33:55
1.7.2 |
pi  |
sysutils/p5-Quota: unbreak build on 12.x
PR: 235450
Reported by: Scott Loga <cres24@mac.com> |
18 Jul 2018 07:38:44
1.7.2 |
mat  |
Mark that this fails to build on a recent HEAD.
Quota.xs:162:41: error: use of undeclared identifier 'RQUOTA_GRPQUOTA'
ext_gq_args.gqa_type = ((kind != 0) ? GQA_TYPE_GRP : GQA_TYPE_USR);
^
./myconfig.h:75:22: note: expanded from macro 'GQA_TYPE_GRP'
^
Sponsored by: Absolight |
27 May 2018 20:15:20
1.7.2 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.7.2 |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
27 May 2015 09:50:03
1.7.2 |
sunpoet  |
- Update to 1.7.2
Changes: http://search.cpan.org/dist/Quota/CHANGES |
26 Nov 2014 13:08:38
1.7.1_1 |
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 ) |
10 Jun 2014 12:14:14
1.7.1 |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
02 Oct 2013 17:50:53
1.7.1 |
sunpoet  |
- Update to 1.7.1
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Quota/CHANGES |
20 Sep 2013 23:06:00
1.7.0 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
29 Aug 2013 17:16:53
1.7.0 |
sunpoet  |
- Add WWW
- Use single space after WWW:
- Remove Author line |
19 Aug 2013 14:12:48
1.7.0 |
culot  |
- Update to 1.7.0
Changes: http://search.cpan.org/dist/Quota/CHANGES |
02 Aug 2013 18:52:11
1.6.7 |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
14 Nov 2011 02:52:51
1.6.7 |
clsung  |
- Update to 1.6.7
Feature safe: yes |
24 Oct 2011 09:11:38
1.6.6 |
dougb  |
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 |
07 Oct 2011 11:22:46
1.6.6 |
culot  |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
14 Jun 2011 07:21:58
1.6.6 |
bapt  |
- update to 1.6.6
- changes: http://cpansearch.perl.org/src/TOMZO/Quota-1.6.6/CHANGES |
25 Mar 2011 17:27:08
1.6.5 |
bapt  |
- update to 1.6.5
- add licenses
- changes: http://cpansearch.perl.org/src/TOMZO/Quota-1.6.5/CHANGES |
19 Mar 2011 12:38:54
1.6.4 |
miwi  |
- Get Rid MD5 support |
14 Jan 2010 01:01:44
1.6.4 |
wen  |
- Update to 1.6.4 |
29 Jan 2009 17:41:17
1.6.3 |
erwin  |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
26 Dec 2008 11:10:38
1.6.3 |
erwin  |
Update to 1.6.3 |
17 Apr 2008 14:30:31
1.6.2 |
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) |
07 Jan 2008 17:29:36
1.6.2 |
erwin  |
Update to 1.6.2 |
11 Dec 2007 23:41:51
1.6.1 |
erwin  |
Update to 1.6.1 |
22 Oct 2007 18:54:03
1.6.0 |
erwin  |
Update to 1.6.0 |
12 Oct 2007 17:46:30
1.5.2 |
erwin  |
Update to 1.5.2 |
26 Nov 2005 17:00:48
1.5.1 |
pav  |
- Add SHA256
Approved by: maintainer |
21 Sep 2005 19:31:43
1.5.1 |
fenner  |
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 |
06 Sep 2005 07:19:28
1.5.1 |
erwin  |
Update to 1.5.1
Submitted by: Thomas Vogt <tv@solnet.ch> |
22 Dec 2004 11:36:09
1.5.0 |
erwin  |
Update to 1.5.0 |
13 Oct 2004 19:03:32
1.4.11 |
erwin  |
Update to 1.4.11 |
11 Feb 2004 14:41:23
1.4.10 |
erwin  |
Update to 1.4.10 |
09 Aug 2003 17:04:08
1.4.9 |
erwin  |
Update to 1.4.9 |
19 Jun 2003 05:37:05
1.4.8 |
erwin  |
Update to 1.4.8
Submitted by: foxfair |
12 Jun 2003 16:41:16
1.4.3 |
erwin  |
Change to my FreeBSD.org address |
13 Apr 2003 11:37:25
1.4.3 |
edwin  |
maintainer-update WWW for cpan from /search?dist=module to /dist/module
portsurvey seems to time out on the old style
http://search.cpan.org/search?dist=module, so this is a
good time to convert all my ports to the new
http://search.cpan.org/dist/module format.
PR: ports/50686
Submitted by: Erwin Lansing <erwin@lansing.dk> |
21 Feb 2003 13:28:59
1.4.3 |
knu  |
De-pkg-comment. |
19 Jun 2002 13:00:01
1.4.3 |
pat  |
Update to 1.4.3
Give maintainership to submitter
Add WWW tag to pkg-descr
PR: 39512
Submitted by: Erwin Lansing <erwin@lansing.dk> |
10 May 2001 02:20:55  |
vanilla  |
Upgrade |
01 Mar 2001 06:39:18  |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
26 Feb 2001 15:30:59  |
kevlo  |
Upgrade to version 1.3.1 |
03 Jan 2001 23:54:12  |
will  |
Add p5-Quota 1.3, a perl module that provides access to filesystem quotas. |