Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a331418224fc189e52d79bf1a979590a6ad2700f

commit a331418224fc189e52d79bf1a979590a6ad2700f
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Apr 6 18:43:24 2011 +0200

fam-2.7.0-4-i686

- bin, replaced by gamin

diff --git a/source/apps-extra/fam/FrugalBuild 
b/source/apps-extra/fam/FrugalBuild
deleted file mode 100644
index 616bb8e..0000000
--- a/source/apps-extra/fam/FrugalBuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Compiling Time: 0.08 SBU
-# Maintainer: Miklos Vajna <vmik...@frugalware.org>
-
-pkgname=fam
-pkgver=2.7.0
-pkgrel=4
-pkgdesc="File Alteration Monitor - used by KDE, GNOME and others"
-url="http://oss.sgi.com/projects/fam/";
-backup=(etc/fam.conf etc/fam/fam.conf)
-depends=('libstdc++')
-groups=('apps-extra')
-archs=('i686' 'x86_64')
-up2date="lynx -dump http://oss.sgi.com/projects/fam/news.html|grep 
released|sed -n '1 p'|tr -s ' '|cut -d ' ' -f 4"
-source=(ftp://oss.sgi.com/projects/fam/download/$pkgname-latest.tar.gz 
fam-headers-fix.patch rc.fam)
-sha1sums=('6c2316f02acf89a41c42ffc3d7fd9cf5eada83a8' \
-          'b8f70caad21b3440a9006f89391e5ecc2798c1c5' \
-          '5077be9e2e1c9469cf2d5bb5a9c6746d131624e4')
-
-build() {
-       Fcd
-       Fpatchall
-       for i in `find . -type f` ; do Fsed "aclocal-1.6" "aclocal" $i ; done
-       Fmake --sysconfdir=/etc
-       Fmakeinstall sysconfdir=$Fdestdir/etc
-       Frcd2
-}
-
-# optimization OK
-
-
diff --git a/source/apps-extra/fam/fam-headers-fix.patch 
b/source/apps-extra/fam/fam-headers-fix.patch
deleted file mode 100644
index 1d13703..0000000
--- a/source/apps-extra/fam/fam-headers-fix.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -Naur fam-2.7.0/include/BTree.h fam-2.7.0.new/include/BTree.h
---- fam-2.7.0/include/BTree.h  2003-01-20 09:52:30.000000000 +0530
-+++ fam-2.7.0.new/include/BTree.h      2009-02-15 11:24:40.000000000 +0530
-@@ -22,7 +22,7 @@
-
- #ifndef BTree_included
- #define BTree_included
--
-+#include <stddef.h>
- #include "Boolean.h"
-
- //  This is an in-core B-Tree implementation.
-diff -Naur fam-2.7.0/lib/Client.c++ fam-2.7.0.new/lib/Client.c++
---- fam-2.7.0/lib/Client.c++   2003-01-18 19:48:12.000000000 +0530
-+++ fam-2.7.0.new/lib/Client.c++       2009-02-15 11:12:48.000000000 +0530
-@@ -34,7 +34,7 @@
- #include <syslog.h>
- #include <errno.h>
-
--#include <iostream.h>
-+#include <iostream>
-
- #include "fam.h"
- #include "Client.h"
-diff -Naur fam-2.7.0/src/IMon.c++ fam-2.7.0.new/src/IMon.c++
---- fam-2.7.0/src/IMon.c++     2003-01-18 19:48:12.000000000 +0530
-+++ fam-2.7.0.new/src/IMon.c++ 2009-02-15 11:23:11.000000000 +0530
-@@ -40,7 +40,6 @@
- #include "Interest.h"
- #include "Log.h"
- #include "Scheduler.h"
--#include "alloc.h"
-
- int              IMon::imonfd = -2;
- IMon::EventHandler IMon::ehandler = NULL;
-diff -Naur fam-2.7.0/src/Interest.h fam-2.7.0.new/src/Interest.h
---- fam-2.7.0/src/Interest.h   2003-01-18 19:48:12.000000000 +0530
-+++ fam-2.7.0.new/src/Interest.h       2009-02-15 11:17:49.000000000 +0530
-@@ -23,6 +23,7 @@
- #ifndef Interest_included
- #define Interest_included
-
-+#include <stddef.h>
- #include <sys/stat.h>
- #include <sys/types.h>
- #include <sys/time.h>
diff --git a/source/apps-extra/fam/rc.fam b/source/apps-extra/fam/rc.fam
deleted file mode 100644
index af2490b..0000000
--- a/source/apps-extra/fam/rc.fam
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-# (c) 2005 Marcus Habermehl <bmh198...@yahoo.de>
-# (c) 2003 Vajna Miklos <vmik...@frugalware.org>
-# rc.fam for FrugalWare
-# distributed under GPL License
-
-source /lib/initscripts/functions
-TEXTDOMAIN=fam
-
-actions=(restart start status stop)
-daemon=$"File Alteration Monitor"
-
-pid="pidof famd 2> /dev/null"
-
-rc_start()
-{
-       start_msg
-       if [ -z "$(eval $pid)" ] ; then
-               /usr/sbin/famd
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_stop()
-{
-       stop_msg
-       if [ ! -z "$(eval $pid)" ] ; then
-               killall famd
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_exec $1
-
-# vim: ft=sh
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to