Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-30 | Port gamin to NetBSD by rewriting the routines that rely on socket | jlam | 8 | -16/+584 | |
credentials to understand NetBSD's sockcred. Bump the PKGREVISION to 1. | |||||
2005-08-10 | Don't cause the gamin libraries to be linked against -lintl (and possibly | jlam | 1 | -1/+6 | |
-liconv) as they're not used in the libraries. | |||||
2005-08-10 | Import gamin-0.1.5 as sysutils/gamin. | jlam | 9 | -0/+190 | |
Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. The main goals of the project are: 1. Minimize the security model of FAM -- the daemon runs under the user account. 2. Simplify the code base, dropping some of the most exotic features of FAM. 3. Provide an API and ABI compatible replacement for FAM. 4. Try to fix some other issues like resource consumption. |