public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 5fd4c3e5ddf495f1c4a065af2ac6f127938a54be
@ 2013-01-07 17:15 git
  0 siblings, 0 replies; only message in thread
From: git @ 2013-01-07 17:15 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 9441 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  5fd4c3e5ddf495f1c4a065af2ac6f127938a54be (commit)
      from  c490c6e802d8b42b521bb091c2538e3aeebaed58 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5fd4c3e5ddf495f1c4a065af2ac6f127938a54be
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Mon Jan 7 18:13:06 2013 +0100

    elinks: update to 0.12pre6.

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

Summary of changes:
 config/rootfiles/packages/elinks                      |  3 +++
 lfs/elinks                                            |  8 ++++----
 src/paks/{pound => elinks}/install.sh                 | 10 ++++++----
 src/paks/{linux-pae/update.sh => elinks/uninstall.sh} |  5 +++--
 src/paks/{linux-pae => elinks}/update.sh              |  0
 5 files changed, 16 insertions(+), 10 deletions(-)
 copy src/paks/{pound => elinks}/install.sh (88%)
 copy src/paks/{linux-pae/update.sh => elinks/uninstall.sh} (96%)
 copy src/paks/{linux-pae => elinks}/update.sh (100%)

Difference in files:
diff --git a/config/rootfiles/packages/elinks b/config/rootfiles/packages/elinks
index 3e71dc9..45c83b1 100644
--- a/config/rootfiles/packages/elinks
+++ b/config/rootfiles/packages/elinks
@@ -2,6 +2,9 @@ usr/local/bin/elinks
 #usr/local/etc
 #usr/local/etc/elinks
 usr/local/etc/elinks/elinks.conf
+#usr/local/share/locale/af
+#usr/local/share/locale/af/LC_MESSAGES
+#usr/local/share/locale/af/LC_MESSAGES/elinks.mo
 #usr/local/share/locale/be
 #usr/local/share/locale/be/LC_MESSAGES
 #usr/local/share/locale/be/LC_MESSAGES/elinks.mo
diff --git a/lfs/elinks b/lfs/elinks
index 4a41e1b..59f1426 100644
--- a/lfs/elinks
+++ b/lfs/elinks
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2013  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.11.7
+VER        = 0.12pre6
 
 THISAPP    = elinks-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = elinks
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fcd087a6d2415cd4c6fd1db53dceb646
+$(DL_FILE)_MD5 = 3d0962f4b65fb039342fefd3ada050a9
 
 install : $(TARGET)
 
diff --git a/src/paks/elinks/install.sh b/src/paks/elinks/install.sh
new file mode 100644
index 0000000..cd5a6ce
--- /dev/null
+++ b/src/paks/elinks/install.sh
@@ -0,0 +1,34 @@
+#!/bin/bash
+############################################################################
+#                                                                          #
+# This file is part of the IPFire Firewall.                                #
+#                                                                          #
+# IPFire is free software; you can redistribute it and/or modify           #
+# it under the terms of the GNU General Public License as published by     #
+# the Free Software Foundation; either version 2 of the License, or        #
+# (at your option) any later version.                                      #
+#                                                                          #
+# IPFire is distributed in the hope that it will be useful,                #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of           #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            #
+# GNU General Public License for more details.                             #
+#                                                                          #
+# You should have received a copy of the GNU General Public License        #
+# along with IPFire; if not, write to the Free Software                    #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
+#                                                                          #
+# Copyright (C) 2007-2013 IPFire-Team <info(a)ipfire.org>.                   #
+#                                                                          #
+############################################################################
+#
+. /opt/pakfire/lib/functions.sh
+extract_files
+restore_backup ${NAME}
+
+# Suppress first welcome dialog by creating bookmark
+# and history files for root
+mkdir -p /root/.elinks
+touch /root/.elinks/bookmarks
+touch /root/.elinks/globhist
+
+start_service --background ${NAME}
diff --git a/src/paks/elinks/uninstall.sh b/src/paks/elinks/uninstall.sh
new file mode 100644
index 0000000..e296ccb
--- /dev/null
+++ b/src/paks/elinks/uninstall.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+############################################################################
+#                                                                          #
+# This file is part of the IPFire Firewall.                                #
+#                                                                          #
+# IPFire is free software; you can redistribute it and/or modify           #
+# it under the terms of the GNU General Public License as published by     #
+# the Free Software Foundation; either version 2 of the License, or        #
+# (at your option) any later version.                                      #
+#                                                                          #
+# IPFire is distributed in the hope that it will be useful,                #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of           #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            #
+# GNU General Public License for more details.                             #
+#                                                                          #
+# You should have received a copy of the GNU General Public License        #
+# along with IPFire; if not, write to the Free Software                    #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
+#                                                                          #
+# Copyright (C) 2007-2013 IPFire-Team <info(a)ipfire.org>.                   #
+#                                                                          #
+############################################################################
+#
+. /opt/pakfire/lib/functions.sh
+stop_service ${NAME}
+make_backup ${NAME}
+remove_files
diff --git a/src/paks/elinks/update.sh b/src/paks/elinks/update.sh
new file mode 100644
index 0000000..1ad1831
--- /dev/null
+++ b/src/paks/elinks/update.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+############################################################################
+#                                                                          #
+# This file is part of the IPFire Firewall.                                #
+#                                                                          #
+# IPFire is free software; you can redistribute it and/or modify           #
+# it under the terms of the GNU General Public License as published by     #
+# the Free Software Foundation; either version 2 of the License, or        #
+# (at your option) any later version.                                      #
+#                                                                          #
+# IPFire is distributed in the hope that it will be useful,                #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of           #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            #
+# GNU General Public License for more details.                             #
+#                                                                          #
+# You should have received a copy of the GNU General Public License        #
+# along with IPFire; if not, write to the Free Software                    #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
+#                                                                          #
+# Copyright (C) 2007-2013 IPFire-Team <info(a)ipfire.org>.                   #
+#                                                                          #
+############################################################################
+#
+. /opt/pakfire/lib/functions.sh
+./uninstall.sh
+./install.sh


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-07 17:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-07 17:15 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 5fd4c3e5ddf495f1c4a065af2ac6f127938a54be git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox