1
0
forked from ports/opt

gamin: initial import. kdelibs: change fam dependency to gamin, and recommend its installation

This commit is contained in:
Nick Steeves 2005-12-28 11:32:24 +00:00
parent 39b7115300
commit dfdc1f5cfc
4 changed files with 49 additions and 3 deletions

25
gamin/.footprint Normal file
View File

@ -0,0 +1,25 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/fam.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libfam.a
-rwxr-xr-x root/root usr/lib/libfam.la
lrwxrwxrwx root/root usr/lib/libfam.so -> libfam.so.0.0.0
lrwxrwxrwx root/root usr/lib/libfam.so.0 -> libfam.so.0.0.0
-rwxr-xr-x root/root usr/lib/libfam.so.0.0.0
-rw-r--r-- root/root usr/lib/libgamin-1.a
-rwxr-xr-x root/root usr/lib/libgamin-1.la
lrwxrwxrwx root/root usr/lib/libgamin-1.so -> libgamin-1.so.0.1.7
lrwxrwxrwx root/root usr/lib/libgamin-1.so.0 -> libgamin-1.so.0.1.7
-rwxr-xr-x root/root usr/lib/libgamin-1.so.0.1.7
-rw-r--r-- root/root usr/lib/libgamin_shared.a
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gamin.pc
drwxr-xr-x root/root usr/lib/python2.4/
drwxr-xr-x root/root usr/lib/python2.4/site-packages/
-rw-r--r-- root/root usr/lib/python2.4/site-packages/_gamin.a
-rwxr-xr-x root/root usr/lib/python2.4/site-packages/_gamin.la
-rwxr-xr-x root/root usr/lib/python2.4/site-packages/_gamin.so
-rw-r--r-- root/root usr/lib/python2.4/site-packages/gamin.py
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/gam_server

1
gamin/.md5sum Normal file
View File

@ -0,0 +1 @@
1a1991ffa749b7dc2cc0573d6a2867b8 gamin-0.1.7.tar.gz

21
gamin/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. The difference between Gamin and FAM, is that Gamin supports inotify! (needs linux >= 2.6.13)
# URL: http://www.gnome.org/~veillard/gamin/
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=gamin
version=0.1.7
release=1
source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/sbin \
--disable-gtk-doc \
--disable-dnotify \
--enable-inotify \
--disable-debug
make
make DESTDIR=$PKG install
}

View File

@ -116,9 +116,8 @@ Other extensions
gpgme (recommended)
* for email/document encryption/decryption
fam (optional)
* useful if one extensively works on NFS mounted shares
- personally, I find that KDE is much more stable without FAM
gamin (recommended)
* used for efficient notifications of file system changes
cups (recommended)
* common unix printing support for KDE