[Frugalware-darcs] frugalware-current: frugalware-0.6rc1-1-i686
VMiklos
vmiklos at frugalware.org
Wed Feb 7 18:41:37 CET 2007
Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070207173757-e2957-6322dccb8151c31af8cc98c43c42b6638c0b6041.gz;
[frugalware-0.6rc1-1-i686
VMiklos <vmiklos at frugalware.org>**20070207173757
version bump
the source of this package is no longer a tarball, but a normal package:
moved frugalware-release, issue, rc.frugalware* and service* to the package
the initial testsuite says that the new buildsystem produces the very same
package, let's home it's right :)
] {
hunk ./source/base/frugalware/FrugalBuild 5
-pkgver=0.6pre2
+pkgver=0.6rc1
hunk ./source/base/frugalware/FrugalBuild 8
-url="http://frugalware.org/"
+url="http://ftp.frugalware.org/pub/other/frugalware/"
hunk ./source/base/frugalware/FrugalBuild 14
-up2date="cat frugalware-release |sed 's/.* \(.*\) .*/\1/'"
-source=(http://ftp.frugalware.org/pub/other/$pkgname/$pkgname-$pkgver.tar.gz \
- $pkgname-release issue rc.frugalware rc.frugalware-{de,hu,it}.po \
- service{,-{de,hu}.po})
-
-build()
-{
- Fcd
- mv * $Fdestdir
- Ffile $pkgname-release issue /etc/
- Fsed "%version%" "$pkgver" $Fdestdir/etc/issue
- Frcd2
- for script in service; do
- for lang in de hu ; do
- [ -f $Fsrcdir/$script-$lang.po ] || continue
- Fmsgfmt /var/lib/frugalware/messages $lang $script $script-$lang
- done
- Fexe /var/lib/frugalware/system/$script
- Fln ../var/lib/frugalware/system/$script /sbin/$script
- done
- if [ "$CARCH" == "x86_64" ]; then
- Fln /lib /lib64
- Fln /usr/lib /usr/lib64
- Fln /usr/local/lib /usr/local/lib64
- fi
-}
-
-sha1sums=('d5b98f7ef87ec3df360c042b33e9d3deb0537528' \
- 'c6f1d6e1eee1fbe7bff8172dec51b7127a309b4f' \
- '4170aa8aeb66edc9d02aa6410bf48b078c4db601' \
- 'db49eba139ef1c27e524be89532c7937177c6c23' \
- '519103729e900f4cadf58cb5d602577b7ede4496' \
- '276e9d7da0818a8d63748046347d0b92e586d2cb' \
- 'ffb800312f72b04a1141ebe765ae2299e6626f9a' \
- '6a79b21d13d602b1fce456a90672b644dcc3a029' \
- '111f8e32941a25f67c6881aab115de8c4db3bc03' \
- 'c18f10b81f004dc0245bcfa500e0e75b1a18871d')
+up2date="lynx -dump $url |Flasttar"
+source=($url/$pkgname-$pkgver.tar.gz)
+signatures=("$source.asc")
hunk ./source/base/frugalware/frugalware-release 1
-Frugalware 0.6pre2 (Terminus)
rmfile ./source/base/frugalware/frugalware-release
hunk ./source/base/frugalware/issue 1
-[H[J
-
-Welcome to Frugalware %version% (Terminus) - \l
-
rmfile ./source/base/frugalware/issue
hunk ./source/base/frugalware/rc.frugalware 1
-#!/bin/bash
-
-# (c) 2005 Marcus Habermehl <bmh1980de at yahoo.de>
-# (c) 2003 Vajna Miklos <vmiklos at frugalware.org>
-# rc.frugalware for Frugalware
-# distributed under GPL License
-
-source /lib/initscripts/functions
-TEXTDOMAIN=frugalware
-TEXTDOMAINDIR=/lib/initscripts/messages
-
-actions=(start)
-
-rc_start()
-{
- fwgreet=$"\e[01mWelcome to \e[01;36mFrugalware\e[0m\e[01m Linux!\e[0m"
- ((spaces=(($(tput cols) - $(echo -n ${fwgreet} | wc -m) + 24)) / 2))
-
- echo -e "\n"
- for i in $(seq 1 ${spaces}) ; do
- echo -n ' '
- done
- echo -e "${fwgreet}\n"
-}
-
-rc_exec $1
-
-# vim: ft=sh
rmfile ./source/base/frugalware/rc.frugalware
hunk ./source/base/frugalware/rc.frugalware-de.po 1
-# rc.frugalware.
-# Copyright (C) 2006 THE rc.frugalware'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.frugalware package.
-# Marcus Habermehl <bmh1980 at frugalware.org>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: bmh 1980\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-15 21:54+0100\n"
-"PO-Revision-Date: 2006-05-14 13:05+0200\n"
-"Last-Translator: Marcus Habermehl <bmh1980 at frugalware.org>\n"
-"Language-Team: German <translation-team-de at lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: rc.frugalware:16
-msgid "\\e[01mWelcome to \\e[01;36mFrugalware\\e[0m\\e[01m Linux!\\e[0m"
-msgstr "\\e[01mWillkommen zu \\e[01;36mFrugalware\\e[0m\\e[01m Linux!\\e[0m"
rmfile ./source/base/frugalware/rc.frugalware-de.po
hunk ./source/base/frugalware/rc.frugalware-hu.po 1
-# rc.frugalware.
-# Copyright (C) 2006 THE rc.frugalware'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.frugalware package.
-# Marcus Habermehl <bmh1980 at frugalware.org>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: bmh 1980\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-15 21:54+0100\n"
-"PO-Revision-Date: 2006-05-14 13:18+0200\n"
-"Last-Translator: Marcus Habermehl <bmh1980 at frugalware.org>\n"
-"Language-Team: Hungarian <translation-team-hu at lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: rc.frugalware:16
-msgid "\\e[01mWelcome to \\e[01;36mFrugalware\\e[0m\\e[01m Linux!\\e[0m"
-msgstr "\\e[01mÜdvözli a \\e[01;36mFrugalware\\e[0m\\e[01m Linux!\\e[0m"
rmfile ./source/base/frugalware/rc.frugalware-hu.po
hunk ./source/base/frugalware/rc.frugalware-it.po 1
-# rc.frugalware.
-# Copyright (C) 2006 THE rc.frugalware'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.frugalware package.
-# Marcus Habermehl <bmh1980 at frugalware.org>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: bmh 1980\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-15 21:54+0100\n"
-"PO-Revision-Date: 2006-05-14 14:01+0200\n"
-"Last-Translator: Marcus Habermehl <bmh1980 at frugalware.org>\n"
-"Language-Team: Italian <tp at lists.linux.it>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: rc.frugalware:16
-msgid "\\e[01mWelcome to \\e[01;36mFrugalware\\e[0m\\e[01m Linux!\\e[0m"
-msgstr "\\e[01;36mFrugalware\\e[0m \\e[01mLinux Lei saluta!\\e[0m"
-
rmfile ./source/base/frugalware/rc.frugalware-it.po
hunk ./source/base/frugalware/rc.frugalware.pot 1
-# rc.frugalware.
-# Copyright (C) YEAR THE rc.frugalware'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.frugalware package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: rc.frugalware\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-15 21:54+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: rc.frugalware:16
-msgid "\\e[01mWelcome to \\e[01;36mFrugalware\\e[0m\\e[01m Linux!\\e[0m"
-msgstr ""
rmfile ./source/base/frugalware/rc.frugalware.pot
hunk ./source/base/frugalware/service 1
-#!/bin/sh
-
-# (c) 2003-2004 Vajna Miklos <vmiklos at frugalware.org>
-# service for Frugalware
-# distributed under GPL License
-
-TEXTDOMAIN=service
-TEXTDOMAINDIR=/var/lib/frugalware/messages
-
-if [ "$1" = "list" ]; then
- chkconfig --list --level $2 | grep $2:$3
-else
-service=rc.$1
-name=/etc/rc.d/$service
-if ! [ -z "$1" ]; then
- if ! [ -e $name ]; then
- # this will print a nice error message
- chkconfig --list $service
- exit 1
- fi
- if ! chkconfig --list $service >/dev/null 2>&1; then
- chkconfig --list $service
- exit 1
- fi
-fi
-if [ "$2" = "start" ]; then
- $name start
-elif [ "$2" = "stop" ]; then
- $name stop
-elif [ "$2" = "restart" ]; then
- $name restart
-elif [ "$2" = "add" ]; then
- chkconfig --add $service
-elif [ "$2" = "del" ]; then
- chkconfig --del $service
-elif [ "$2" = "list" ]; then
- chkconfig --list $service
-else # help
- echo "service 0.1 (C) 2003-2004 Vajna Miklos"
- echo
- echo $"Usage: $0 service action"
- echo
- echo $"Actions:"
- echo $"start Start the service."
- echo $"stop Stop the service."
- echo $"restart Stop and start again the service."
- echo $"add Adds a new service for management by chkconfig."
- echo $"del Removes a service from chkconfig management."
- echo $"list List whether the service is stopped or started in each runlevel."
- fi
-fi
rmfile ./source/base/frugalware/service
hunk ./source/base/frugalware/service-de.po 1
-# German translations for bmh package
-# German messages for bmh.
-# Copyright (C) 2006 THE bmh'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the bmh package.
-# Marcus Habermehl <bmh1980 at frugalware.org>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: bmh 1980\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-14 03:35+0200\n"
-"PO-Revision-Date: 2006-05-14 13:07+0200\n"
-"Last-Translator: Marcus Habermehl <bmh1980 at frugalware.org>\n"
-"Language-Team: German <translation-team-de at lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: service:41
-msgid "Usage: $0 service action"
-msgstr "Verwendung: $0 Dienst Aktion"
-
-#: service:43
-msgid "Actions:"
-msgstr "Aktionen:"
-
-#: service:44
-msgid "start Start the service."
-msgstr "start Dienst starten."
-
-#: service:45
-msgid "stop Stop the service."
-msgstr "stop Dienst stoppen."
-
-#: service:46
-msgid "restart Stop and start again the service."
-msgstr "restart Dienst stoppen und wieder starten."
-
-#: service:47
-msgid "add Adds a new service for management by chkconfig."
-msgstr "add Fügt einen Dienst zur chkconfig Verwaltung hinzu."
-
-#: service:48
-msgid "del Removes a service from chkconfig management."
-msgstr "del Entfernt einen Dienst aus der chkconfig Verwaltung."
-
-#: service:49
-msgid ""
-"list List whether the service is stopped or started in each runlevel."
-msgstr ""
-"list Liste in welchem Runlevel der Dienst gestartet/gestoppt wird."
rmfile ./source/base/frugalware/service-de.po
hunk ./source/base/frugalware/service-hu.po 1
-# Hungarian translations for bmh package.
-# Copyright (C) 2006 THE bmh'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the bmh package.
-# Marcus Habermehl <bmh1980 at frugalware.org>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: bmh 1980\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-14 03:35+0200\n"
-"PO-Revision-Date: 2006-05-14 13:33+0200\n"
-"Last-Translator: Marcus Habermehl <bmh1980 at frugalware.org>\n"
-"Language-Team: Hungarian <translation-team-hu at lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: service:41
-msgid "Usage: $0 service action"
-msgstr "Használat: $0 szolgáltatás mûvelet"
-
-#: service:43
-msgid "Actions:"
-msgstr "Mûveletek:"
-
-#: service:44
-msgid "start Start the service."
-msgstr "start Elindítja a szolgáltatást."
-
-#: service:45
-msgid "stop Stop the service."
-msgstr "stop Leállítja a szolgáltatást."
-
-#: service:46
-msgid "restart Stop and start again the service."
-msgstr "restart Leállítja, majd újra elindítja a szolgáltatást."
-
-#: service:47
-msgid "add Adds a new service for management by chkconfig."
-msgstr "add Új, kezelendö szolgáltatást ad meg a chkconfig-nak."
-
-#: service:48
-msgid "del Removes a service from chkconfig management."
-msgstr "del Eltávolítja az idáig kezelt szolgáltatást."
-
-#: service:49
-msgid ""
-"list List whether the service is stopped or started in each runlevel."
-msgstr ""
-"list Kilistázza, hogy a szolgáltatás mely futási szinteken indul el."
rmfile ./source/base/frugalware/service-hu.po
hunk ./source/base/frugalware/service.pot 1
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-14 03:35+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: service:41
-msgid "Usage: $0 service action"
-msgstr ""
-
-#: service:43
-msgid "Actions:"
-msgstr ""
-
-#: service:44
-msgid "start Start the service."
-msgstr ""
-
-#: service:45
-msgid "stop Stop the service."
-msgstr ""
-
-#: service:46
-msgid "restart Stop and start again the service."
-msgstr ""
-
-#: service:47
-msgid "add Adds a new service for management by chkconfig."
-msgstr ""
-
-#: service:48
-msgid "del Removes a service from chkconfig management."
-msgstr ""
-
-#: service:49
-msgid ""
-"list List whether the service is stopped or started in each runlevel."
-msgstr ""
rmfile ./source/base/frugalware/service.pot
}
More information about the Frugalware-darcs
mailing list