{"id":18513182,"url":"https://github.com/tomzox/perl-quota","last_synced_at":"2026-04-27T08:32:23.967Z","repository":{"id":56464540,"uuid":"250506239","full_name":"tomzox/Perl-Quota","owner":"tomzox","description":"Perl XS module providing an interface to file system quotas on UNIX platforms","archived":false,"fork":false,"pushed_at":"2021-10-21T18:36:29.000Z","size":199,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-14T12:19:19.743Z","etag":null,"topics":["c","cpan-module","perl-xs","perl5-module","system-administration"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomzox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-27T10:36:11.000Z","updated_at":"2021-10-21T18:36:32.000Z","dependencies_parsed_at":"2022-08-15T19:11:00.521Z","dependency_job_id":null,"html_url":"https://github.com/tomzox/Perl-Quota","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomzox/Perl-Quota","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomzox%2FPerl-Quota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomzox%2FPerl-Quota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomzox%2FPerl-Quota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomzox%2FPerl-Quota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomzox","download_url":"https://codeload.github.com/tomzox/Perl-Quota/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomzox%2FPerl-Quota/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cpan-module","perl-xs","perl5-module","system-administration"],"created_at":"2024-11-06T15:36:45.650Z","updated_at":"2026-04-27T08:32:23.946Z","avatar_url":"https://github.com/tomzox.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perl Quota module\n\nThis repository contains the sources of the Perl \"Quota\" module, which has its\nofficial home at [https://metacpan.org/pod/Quota](https://metacpan.org/pod/Quota).\nPlease use the ticket interfaces at CPAN for reporting issues.\n\nThe Perl Quota module provides access to file system quotas on UNIX platforms.\nThis works both for locally mounted file systems and network file systems (via\nRPC, i.e. Remote Procedure Call). The interface is designed to be independent\nof UNIX flavours as well as file system types.\n\nI started developing this module 1995 while working as a UNIX system\nadministrator at university; I'm no longer working in this capacity, but still\nupdating the module on request. Since its beginnings, it was continuously\nextended by porting to more UNIX platforms and filesystems. Numerous people\nhave contributed to this process; for a complete list of names please see the\nCHANGES document in the repository.\n\nThe quota module was in the public domain 1995 to 2001. Since 2001 it is\nlicensed under the same terms as Perl itself, which is (at your choice) either\nthe Perl Artistic License, or version 1 or later of the GNU General Public\nLicense.  For a copy of these licenses see\n\u003chttp://www.opensource.org/licenses/\u003e.  The respective authors of the source\ncode are its owner in regard to copyright.\n\nSince April 2020 there's also a [Python port](https://github.com/tomzox/Python-Quota)\nof this module, with its official home at [PyPi](https://pypi.org/project/FsQuota/).\n\n## Module information\n\nPerl DLSIP-Code: Rcdfg\n\n* stable release\n* C compiler required for installation\n* support by developer\n* plain functions, no references used\n* licensed under the Perl Artistic License or (at your option)\n  version 1 or later of the GNU General Public License\n\nList of supported operating systems:\n\n* SunOS 4.1.3\n* Solaris 2.4 - 2.10\n* HP-UX 9.0x \u0026 10.10 \u0026 10.20 \u0026 11.00\n* IRIX 5.2 \u0026 5.3 \u0026 6.2 - 6.5\n* OSF/1 \u0026 Digital Unix 4\n* FreeBSD 3 - 12.1, OpenBSD 2.2 - 6.6 \u0026 NetBSD 5 - 9,\n* Linux - kernel 2.0.30 - 4.15\n* AIX 4.1, 4.2 and 5.3\n\nList of supported file systems:\n\n* Standard file systems of the platforms listed above\n* NFS (Network file system) on all of the above\n* XFS on Linux and IRIX 6\n* AFS (Andrew File System) on many of the above (see INSTALL)\n* VxFS (Veritas File System) on Solaris 2\n\nAll of these operating systems and file systems are supported\ntransparently through a common API.\n\n## Documentation\n\nFor further information please refer to the following files:\n\n* \u003cA HREF=\"Quota/Quota.pm\"\u003eQuota.pm\u003c/A\u003e: API documentation (at the end of the file)\n* \u003cA HREF=\"Quota/INSTALL\"\u003eINSTALL\u003c/A\u003e: Installation description\n* \u003cA HREF=\"Quota/CHANGES\"\u003eCHANGES\u003c/A\u003e: Change log \u0026amp; acknowledgements\n* \u003cA HREF=\"Quota/LICENSE\"\u003eLICENSE\u003c/A\u003e: Perl License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomzox%2Fperl-quota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomzox%2Fperl-quota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomzox%2Fperl-quota/lists"}