Skip to content

Commit

Permalink
programming.language.perl dizinine taşındı.
Browse files Browse the repository at this point in the history
  • Loading branch information
namso-01 committed Sep 26, 2012
1 parent a2f7fcf commit 01bbefe
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 0 deletions.
26 changes: 26 additions & 0 deletions programming/language/perl/perl-Locale-gettext/actions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyleft 2012 Pardus ANKA Community
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get

WorkDir = "gettext-%s" % get.srcVERSION()

def setup():
perlmodules.configure()

def build():
perlmodules.make()

def check():
perlmodules.make("test")

def install():
perlmodules.install()

pisitools.dodoc("README")
78 changes: 78 additions & 0 deletions programming/language/perl/perl-Locale-gettext/pspec.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Locale-gettext</Name>
<Homepage>http://search.cpan.org/dist/gettext</Homepage>
<Packager>
<Name>Mehmet Özdemir</Name>
<Email>mehmet@pardus.org.tr</Email>
</Packager>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>A Perl module for accessing the GNU locale utilities</Summary>
<Description>The gettext module permits access from Perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.</Description>
<Archive sha1sum="705f519ad61b4a8c522d8aaf98425e0bd21709f2" type="targz">mirrors://cpan/authors/id/P/PV/PVANDRY/gettext-1.05.tar.gz</Archive>
<BuildDependencies>
<Dependency version="5.12.2">perl</Dependency>
</BuildDependencies>
</Source>

<Package>
<Name>perl-Locale-gettext</Name>
<RuntimeDependencies>
<Dependency version="5.12.2">perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/perl</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>

<History>
<Update release="6">
<Date>2010-10-13</Date>
<Version>1.05</Version>
<Comment>Mass rebuild for Pardus 2011 Beta</Comment>
<Name>Gökçen Eraslan</Name>
<Email>gokcen@pardus.org.tr</Email>
</Update>
<Update release="5">
<Date>2010-08-21</Date>
<Version>1.05</Version>
<Comment>Strictly depend on perl 5.12.1.</Comment>
<Name>Serdar Dalgıç</Name>
<Email>serdar@pardus.org.tr</Email>
</Update>
<Update release="4">
<Date>2009-12-04</Date>
<Version>1.05</Version>
<Comment>Depend on new perl</Comment>
<Name>Onur Küçük</Name>
<Email>onur@pardus.org.tr</Email>
</Update>
<Update release="3">
<Date>2009-12-03</Date>
<Version>1.05</Version>
<Comment>Add perl dependency</Comment>
<Name>Onur Küçük</Name>
<Email>onur@pardus.org.tr</Email>
</Update>
<Update release="2">
<Date>2006-10-29</Date>
<Version>1.05</Version>
<Comment>Version bump</Comment>
<Name>S.Çağlar Onur</Name>
<Email>caglar@pardus.org.tr</Email>
</Update>
<Update release="1">
<Date>2005-10-10</Date>
<Version>1.01</Version>
<Comment>First release.</Comment>
<Name>A. Murat Eren</Name>
<Email>meren@pardus.org.tr</Email>
</Update>
</History>
</PISI>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Locale-gettext</Name>
<Summary xml:lang="tr">GNU yerel araçlarına erişim için Perl modülü</Summary>
<Description xml:lang="tr">Bu modül, çoklu dil desteğini sağlayan gettext() ailesine Perl üzerinden erişimi sağlar.</Description>
<Description xml:lang="es">El módulo gettext permite Perl acceder a la familia de funciones gettext() para obtener cadenas de mensajes (traducidos) desde bases de datos para la internacionalización de software.</Description>
</Source>
</PISI>

0 comments on commit 01bbefe

Please sign in to comment.