Commit graph

16 commits

Author SHA1 Message Date
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
dholland
7f782def5a Fix build on netbsd-6 and up. 2012-05-12 23:10:29 +00:00
taca
8c7906613f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove RUBY_HAS_ARCHLIB.
* Change PKG_DESTDIR_SUPPORT to user-destdir.
* Update patch to support both ruby18 and ruby19.

No functional change.
2010-09-10 07:58:44 +00:00
taca
bfe349631a Make ruby-quota really usable on Linux.
It wasn't considered about member of struct dqblk, unsigned 64bit integer.

Bump PKG_REVISION.
2010-04-22 15:01:07 +00:00
taca
fae1026da3 Remove debugging printf() on Linux.
Bump PKGREVISION.
2010-04-21 05:34:31 +00:00
taca
161f580ba2 Improve portability (NULL v.s. 0).
Bump PKGREVISION.
2010-03-21 14:49:10 +00:00
taca
a44572707b * Fix build problem on Linux 2.6 and later.
* Fix module's version was still "0.4.1".

Bump PKGREVISION.
2009-10-27 15:29:32 +00:00
joerg
982e92296e Fix build on DragonFly 1.6+. 2006-09-24 15:40:38 +00:00
joerg
cea1641c96 getmntinfo still needs a statfs * on DragonFly. 2006-01-25 15:48:50 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
taca
0c14be04db Fix build problem on Solaris.
Bump PKGREVISION.
2004-12-15 13:23:12 +00:00
taca
22d292fe71 Migrate ruby-quota to use new framework for Ruby packages.
Add patches for support statvfs(2) support, too.
2004-11-28 04:21:42 +00:00
taca
f76b0df532 - Update MASTER_SITES for sourceforge sites.
- Update distinfo since distfile has changed.
2004-03-17 14:38:02 +00:00
taca
54356b4e98 - Update MASTER_SITES and HOMEPAGE.
- Update distinfo.
2004-03-15 14:29:18 +00:00
taca
821fc52e71 Importing ruby-quota 0.5.1 package.
Ruby/Quota

-------------------------------------------------------------------------------
This module provides functions which manipulate disk quotas.
-------------------------------------------------------------------------------

SUPPORT ENVIRONMENT

  * Linux 2.4 or later
  * Solaris 2.6, 7, 8
  * FreeBSD, NetBSD (OpenBSD,.. ?)

-------------------------------------------------------------------------------

SYNOPSIS

Quota::GroupID.new(id)
Quota::GroupID[id]
Quota::UserID.new(id)
Quota::UserID[id]
Quota.quotaon(dev, quotas)
Quota.quotaoff(dev)
Quota.getquota(dev, uid)
Quota.setquota(dev, uid, dq)
Quota.setqlim(dev, uid, dq) # *BSD does not have this function.
Quota.sync(dev)

  * 'dev' is a device file or a mount point (e.g. /dev/hda0, /mnt/foo). On *
    BSD, this library try to find a mounted directory from a given filesystem
    using getmntinfo().
  * 'quotas' is a quotas file.
  * 'uid' is an integer value, an user id or a group id. If it is an integer,
    it is treated as an user id.
  * 'dq' is an entry of the quotas. its members are same as 'dqblk' structure
    (e.g. dqb_curblocks => dq.curblocks). see also the quotactl man pages and
    header files (e.g. linux/quota.h).
2002-03-30 16:52:41 +00:00