create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "mingetty-1.08"
def build():
autotools.make('RPM_OPT_FLAGS="%s"' % get.CFLAGS())
def install():
pisitools.dosbin("mingetty", "/sbin")
pisitools.doman("mingetty.8")
#pisitools.insinto("/usr/share/locale/tr/LC_MESSAGES", "tr.mo")
pisitools.dodoc("COPYING")
+90
View File
@@ -0,0 +1,90 @@
--- /dev/null 2008-02-01 00:10:37.830034222 +0200
+++ tr.po 2008-01-31 22:50:29.000000000 +0200
@@ -0,0 +1,87 @@
+# translation of tr.po to
+# translation of mingetty.po to
+# Copyright (C) 2008
+# This file is distributed under the same license as the mingetty package.
+#
+# Ozan Çağlayan <ozan@pardus.org.tr>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: tr\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-01-31 16:02+0200\n"
+"PO-Revision-Date: 2008-01-31 22:45+0200\n"
+"Last-Translator: Ozan Çağlayan <ozan@pardus.org.tr>\n"
+"Language-Team: <tr@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: mingetty.c:343 mingetty.c:359
+#, c-format
+msgid "%s: cannot open tty: %s"
+msgstr "%s: terminal açılamıyor: %s"
+
+#: mingetty.c:345
+#, c-format
+msgid "%s: not a tty"
+msgstr "%s: terminal değil"
+
+#: mingetty.c:349
+#, c-format
+msgid "%s: vhangup() failed"
+msgstr "%s: vhangup() çağrısı başarısız"
+
+#: mingetty.c:361
+#, c-format
+msgid "%s: cannot get controlling tty: %s"
+msgstr "%s: denetleyici terminal açılamıyor: %s"
+
+#: mingetty.c:363
+#, c-format
+msgid "%s: cannot set process group: %s"
+msgstr "%s : süreç grubu ayarlanamıyor: %s"
+
+#: mingetty.c:367 mingetty.c:369 mingetty.c:371
+#, c-format
+msgid "%s: dup problem: %s"
+msgstr "%s: dup problemi: %s"
+
+#: mingetty.c:494 mingetty.c:703
+msgid " login: "
+msgstr "kullanıcı adı: "
+
+#: mingetty.c:545 mingetty.c:572
+#, c-format
+msgid "%s: invalid character 0x%x in login name"
+msgstr "%s: kullanıcı adında geçersiz karakter 0x%x"
+
+#: mingetty.c:548
+#, c-format
+msgid "%s: too long login name"
+msgstr "%s: kullanıcı adı çok uzun"
+
+#: mingetty.c:564
+#, c-format
+msgid "%s: invalid character conversion for login name"
+msgstr "%s: kullanıcı adı için geçersiz karakter dönüşümü"
+
+#: mingetty.c:580
+#, c-format
+msgid ""
+"%s: usage: '%s [--noclear] [--nonewline] [--noissue] [--nohangup] [--"
+"noreset] [--no-hostname] [--long-hostname] [--login program] [--logopts "
+"\"loginprg opts\"] [--nice 10] [--delay 10] [--chdir /home] [--chroot /"
+"chroot] [--autologin user] [--old] tty [term]' with e.g. tty=tty1"
+msgstr ""
+
+#: mingetty.c:703
+#, c-format
+msgid "%s%s (automatic login)\n"
+msgstr "%s%s (otomatik giriş)\n"
+
+#: mingetty.c:727
+#, c-format
+msgid "%s: can't exec %s: %s"
+msgstr "%s: %s çalıştırılamıyor: %s"
+
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mingetty</Name>
<Homepage>ftp://ftp.suse.com/pub/projects/init/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>A compact getty program for virtual consoles only</Summary>
<Description>mingetty, is a lightweight, minimalist getty for use on virtual consoles only.</Description>
<Archive sha1sum="283acd3dc9da2c9eb71d5d7cc01d1bd178254523" type="targz">http://sourceforge.net/projects/mingetty/files/mingetty/1.08/mingetty-1.08.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">gettext.patch</Patch>-->
<Patch>tr.patch</Patch>
<!-- Fixes the translation issues mentioned in # 5856 -->
<!--<Patch level="1">login-locale.patch</Patch>-->
<!-- Grab last modifications from openSUSE -->
<!--<Patch>mingetty-1.0.7s-suse.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>mingetty</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/sbin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-05-11</Date>
<Version>1.0.8</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-02-09</Date>
<Version>1.0.8</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="1">
<Date>2012-08-23</Date>
<Version>1.0.8</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1 @@
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mingetty</Name>
<Summary xml:lang="tr">Sadece sanal konsollar için yekpare bir getty programı</Summary>
<Description xml:lang="tr">mingetty yalnızca sanal konsollar için tasarlanmış basit ve yalın getty uygulamasıdır.</Description>
<Description xml:lang="fr">mingetty, est getty poids plume minimaliste à utiliser exclusivement sur les consoles virtuelles.</Description>
</Source>
</PISI>