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

commit a6da227af7b4f90833bc26f5445d8ca9bc8f9bfc
Author: James Buren <[email protected]>
Date:   Fri Jun 8 20:41:19 2012 -0500

firestarter-1.0.3-12-x86_64
* remove package

diff --git a/source/gnome-extra/firestarter/FrugalBuild 
b/source/gnome-extra/firestarter/FrugalBuild
deleted file mode 100644
index 2dbe926..0000000
--- a/source/gnome-extra/firestarter/FrugalBuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Compiling time: 0.15 SBU
-# Maintainer: Janos Kovacs <[email protected]>
-
-pkgname=firestarter
-pkgver=1.0.3
-pkgrel=12
-pkgdesc="Firestarter a new generation Linux firewall system"
-depends=('iptables' 'gtk+2>=2.20.0-2' 'gnome-vfs' 'gconf>=2.26.2-2' 
'libgnomeui>=2.24.3-3' 'libglade>=2.6.4-2')
-replaces=('guarddog')
-makedepends=('intltool' 'perl-xml-parser')
-groups=('gnome-extra')
-options=('scriptlet')
-backup=(etc/firestarter/{configuration,firestarter.sh,events-filter-hosts,events-filter-ports,firewall,sysctl-tuning,user-pre,user-post}
 \
-       etc/firestarter/inbound/{allow-from,allow-service,forward,setup} \
-       
etc/firestarter/outbound/{allow-from,allow-service,allow-to,deny-from,deny-service,deny-to,setup})
-_F_gnome_schemas=('/etc/gconf/schemas/firestarter.schemas')
-_F_gnome_desktop=y
-_F_gnome_iconcache=y
-_F_gnome_mine=y
-Finclude sourceforge gnome-scriptlet
-url="http://fs-security.com";
-archs=('i686' 'x86_64')
-source=(${source[@]} rc.firestarter README.Frugalware $pkgname-desktop.patch 
gslice_fix.patch)
-sha1sums=('26dbc59a726b102729f32b775a46284b047aa99d' \
-          'ca4deea93df76cb14871c576403aef9a369e4f97' \
-          'ea008c9c6b9456ffd56b5fce29ae2a67248823bc' \
-          'ee6736c6f4b5903f6d17bdb68f06844dd1b24cef' \
-          '154f25c76a25451e93337b43721ef437f390cdc2')
-Fconfopts="$Fconfopts --enable-shared"
-
-build()
-{
-       Fcd
-       Fpatchall
-       Fmake
-       Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1
-
-       # Install icon for the menu files.
-       Ffilerel pixmaps/$pkgname.png /usr/share/pixmaps/$pkgname.png
-
-       # Install configuration files.
-       Fmkdir /etc/firestarter/{inbound,outbound}
-       touch $Fdestdir/etc/firestarter/configuration || Fdie
-       touch $Fdestdir/etc/firestarter/events-filter-hosts || Fdie
-       touch $Fdestdir/etc/firestarter/events-filter-ports || Fdie
-       touch $Fdestdir/etc/firestarter/firestarter.sh || Fdie
-       touch $Fdestdir/etc/firestarter/firewall || Fdie
-       touch $Fdestdir/etc/firestarter/sysctl-tuning || Fdie
-       touch $Fdestdir/etc/firestarter/user-pre || Fdie
-       touch $Fdestdir/etc/firestarter/user-post || Fdie
-       touch $Fdestdir/etc/firestarter/inbound/allow-from || Fdie
-       touch $Fdestdir/etc/firestarter/inbound/allow-service || Fdie
-       touch $Fdestdir/etc/firestarter/inbound/forward || Fdie
-       touch $Fdestdir/etc/firestarter/inbound/setup || Fdie
-       touch $Fdestdir/etc/firestarter/outbound/allow-from || Fdie
-       touch $Fdestdir/etc/firestarter/outbound/allow-service || Fdie
-       touch $Fdestdir/etc/firestarter/outbound/allow-to || Fdie
-       touch $Fdestdir/etc/firestarter/outbound/deny-from || Fdie
-       touch $Fdestdir/etc/firestarter/outbound/deny-service || Fdie
-       touch $Fdestdir/etc/firestarter/outbound/deny-to || Fdie
-       touch $Fdestdir/etc/firestarter/outbound/setup || Fdie
-
-       # Files atributes.
-       chown -R root:root $Fdestdir/etc/$pkgname || Fdie
-       chmod -R 400 $Fdestdir/etc/$pkgname || Fdie
-       chmod 700 $Fdestdir/etc/$pkgname || Fdie
-       chmod 700 $Fdestdir/etc/$pkgname/{inbound,outbound,$pkgname.sh} || Fdie
-
-       # Start in any boot.
-       Frcd
-
-       # install Frugalware Readme file
-       Fdoc README.Frugalware
-
-       Fbuild_gnome_scriptlet
-}
-
-# optimization OK
diff --git a/source/gnome-extra/firestarter/README.Frugalware 
b/source/gnome-extra/firestarter/README.Frugalware
deleted file mode 100644
index 8f26d8e..0000000
--- a/source/gnome-extra/firestarter/README.Frugalware
+++ /dev/null
@@ -1,17 +0,0 @@
-This version comes with a system init script now. You have to run the
-'firestarter' executable from the command line (in an X driven console)
-first to generate the initial start-up scripts.
-
-To add it to startup, run this:
-
---------------------------------
-# chkconfig --del rc.firewall
-# chkconfig --add rc.firestarter
---------------------------------
-
-To remove it from startup:
-
---------------------------------
-# chkconfig --del rc.firestarter
-# chkconfig --add rc.firewall
---------------------------------
diff --git a/source/gnome-extra/firestarter/firestarter-desktop.patch 
b/source/gnome-extra/firestarter/firestarter-desktop.patch
deleted file mode 100644
index c81071a..0000000
--- a/source/gnome-extra/firestarter/firestarter-desktop.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur firestarter-1.0.3.orig/firestarter.desktop.in 
firestarter-1.0.3/firestarter.desktop.in
---- firestarter-1.0.3.orig/firestarter.desktop.in      2005-01-29 
13:32:09.000000000 +0100
-+++ firestarter-1.0.3/firestarter.desktop.in   2005-06-13 10:16:07.000000000 
+0200
-@@ -2,7 +2,7 @@
- Encoding=UTF-8
- _Name=Firestarter
- _Comment=Desktop Firewall Tool
--Exec=firestarter
-+Exec=gksu firestarter
- Icon=firestarter.png
- Terminal=false
- Type=Application
-diff -Naur firestarter-1.0.3.orig/Makefile.in firestarter-1.0.3/Makefile.in
---- firestarter-1.0.3.orig/Makefile.in 2005-01-29 13:35:09.000000000 +0100
-+++ firestarter-1.0.3/Makefile.in      2005-06-13 11:32:20.000000000 +0200
-@@ -146,7 +146,7 @@
- schemadir = @GCONF_SCHEMA_FILE_DIR@
- schema_DATA = $(schema_in_files:.schemas.in=.schemas)
-
--Applicationsdir = $(datadir)/gnome/apps/Internet
-+Applicationsdir = $(datadir)/applications
- Applications_in_files = firestarter.desktop.in
- Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/source/gnome-extra/firestarter/gslice_fix.patch 
b/source/gnome-extra/firestarter/gslice_fix.patch
deleted file mode 100644
index 30d5a3e..0000000
--- a/source/gnome-extra/firestarter/gslice_fix.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-diff -Naur firestarter-1.0.3/src/policyview.c 
firestarter-1.0.3-p/src/policyview.c
---- firestarter-1.0.3/src/policyview.c 2005-01-29 13:32:08.000000000 +0100
-+++ firestarter-1.0.3-p/src/policyview.c       2009-03-02 00:50:16.000000000 
+0100
-@@ -146,7 +146,7 @@
-
-       g_strfreev (tokens);
-       if (view != NULL)
--              gtk_tree_iter_free (iter);
-+              g_free (iter);
-       return TRUE;
- }
-
-@@ -428,7 +428,7 @@
-                               gtk_list_store_remove (GTK_LIST_STORE (model), 
iter); /* Remove from the view */
-                               remove_line_from_file (rule_file, 
(int)position);
-
--                              gtk_tree_iter_free (iter);
-+                              g_free (iter);
-                       }
-
-                       append_to_file (rule_file, data, TRUE);
-diff -Naur firestarter-1.0.3/src/preferences.c 
firestarter-1.0.3-p/src/preferences.c
---- firestarter-1.0.3/src/preferences.c        2005-01-29 13:32:08.000000000 
+0100
-+++ firestarter-1.0.3-p/src/preferences.c      2009-03-02 00:50:36.000000000 
+0100
-@@ -244,7 +244,7 @@
-                           0, SECTION_INTERFACE_POLICY,
-                           1, _("Policy"),
-                           -1);
--      gtk_tree_iter_free (top_section);
-+      g_free (top_section);
-
-       gtk_tree_store_append (store, iter, NULL);
-       top_section = gtk_tree_iter_copy (iter);
-@@ -272,8 +272,8 @@
-                           0, SECTION_FIREWALL_ADVANCED,
-                           1, _("Advanced Options"),
-                           -1);
--      gtk_tree_iter_free (top_section);
--      gtk_tree_iter_free (iter);
-+      g_free (top_section);
-+      g_free (iter);
-
-       return GTK_TREE_MODEL (store);
- }
-diff -Naur firestarter-1.0.3/src/statusview.c 
firestarter-1.0.3-p/src/statusview.c
---- firestarter-1.0.3/src/statusview.c 2005-01-29 13:32:08.000000000 +0100
-+++ firestarter-1.0.3-p/src/statusview.c       2009-03-02 00:50:27.000000000 
+0100
-@@ -773,7 +773,7 @@
- {
-       Connection_entry *entry = (Connection_entry *)data;
-
--      gtk_tree_iter_free (entry->ref);
-+      g_free (entry->ref);
-       g_free (data);
- }
-
diff --git a/source/gnome-extra/firestarter/messages/firestarter.en 
b/source/gnome-extra/firestarter/messages/firestarter.en
deleted file mode 100644
index 2ddbbc6..0000000
--- a/source/gnome-extra/firestarter/messages/firestarter.en
+++ /dev/null
@@ -1,2 +0,0 @@
-stopfirestarter="Stopping firestarter firewall"
-startfirestarter="Starting firestarter firewall"
diff --git a/source/gnome-extra/firestarter/messages/firestarter.hu 
b/source/gnome-extra/firestarter/messages/firestarter.hu
deleted file mode 100644
index 129d030..0000000
--- a/source/gnome-extra/firestarter/messages/firestarter.hu
+++ /dev/null
@@ -1,2 +0,0 @@
-stopfirestarter="A firestarter tûzfal leállítása"
-startfirestarter="A firestarter tûzfal indítása"
diff --git a/source/gnome-extra/firestarter/rc.firestarter 
b/source/gnome-extra/firestarter/rc.firestarter
deleted file mode 100644
index 91b93ea..0000000
--- a/source/gnome-extra/firestarter/rc.firestarter
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-# (c) 2003 Vajna Miklos <[email protected]>
-# (c) 2005 Kovacs Janos <[email protected]>
-# rc.firestarter for FrugalWare
-# distributed under GPL License
-
-. /etc/rc.d/rc.functions
-
-# chkconfig: 2345 21 92
-# description:  Starts and stops firestarter firewall system
-
-[ -e /etc/firestarter/configuration ] && . /etc/firestarter/configuration || 
exit 1
-
-if [ "$1" = "stop" ]; then
-       stop "$stopfirestarter"
-       /etc/firestarter/firestarter.sh stop > /dev/null
-       ok $?
-elif [ "$1" = "restart" ]; then
-       "$0" stop
-       sleep 1
-       "$0" start
-else # start
-       start "$startfirestarter"
-       if [ "$running" = "1" ]; then
-           echo "1 status" > /etc/firestarter/firestarter.sh
-       fi
-       /etc/firestarter/firestarter.sh start < /etc/firestarter/configuration 
> /dev/null
-       ok $?
-fi
diff --git a/source/gnome-extra/firestarter/rc.firestarter.new 
b/source/gnome-extra/firestarter/rc.firestarter.new
deleted file mode 100644
index 2dbc0f4..0000000
--- a/source/gnome-extra/firestarter/rc.firestarter.new
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/bin/bash
-
-# (c) 2005 Marcus Habermehl <[email protected]>
-# (c) 2005 Kovacs Janos <[email protected]>
-# (c) 2003 Vajna Miklos <[email protected]>
-# rc.firestarter for FrugalWare
-# distributed under GPL License
-
-# chkconfig: 2345 21 92
-# description:  Starts and stops firestarter firewall system
-
-source /lib/initscripts/functions
-TEXTDOMAIN=firestarter
-
-actions=(restart start status stop)
-daemon=$"firestarter firewall"
-
-pid="$(pidof firestarter 2> /dev/null)"
-
-rc_start()
-{
-       start_msg
-       if [ -f /etc/firestarter/configuration ] && [ -z ${pid} ] ; then
-               source /etc/firestarter/configuration
-               if (( $running == 1 )) ; then
-                       echo "1 status" > /etc/firestarter/firestarter.sh
-               fi
-               /etc/firestarter/firestarter.sh start < 
/etc/firestarter/configuration > /dev/null
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_stop()
-{
-       stop_msg
-       if [ ! -z ${pid} ] ; then
-               /etc/firestarter/firestarter.sh stop > /dev/null
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_exec $1
-
-# vim: ft=sh
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to