Merge pull request #495 from ayhanyalcinsoy/master

perl, perl-xml-parser db ready
This commit is contained in:
Ertuğrul Erata
2017-01-21 23:18:47 +02:00
committed by GitHub
4 changed files with 32 additions and 11 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Oracle Berkeley DB</Summary>
<Description>The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. The Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length record access methods, transactions, locking, logging, shared memory caching, and database recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is used by many applications, including Python and Perl, so this should be installed on all systems.</Description>
<Archive sha1sum="5ae05c6c4a1766270fd5cfb28539e2b7a19c33b2" type="targz">http://download.oracle.com/berkeley-db/db-6.1.26.tar.gz</Archive>
<Archive sha1sum="646c57b99799dc300207976e2270cdaca1a2f198" type="targz">http://download.oracle.com/berkeley-db/db-6.2.23.tar.gz</Archive>
</Source>
<Package>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-21</Date>
<Version>6.2.23</Version>
<Comment>Version Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>6.1.26</Version>
+2 -2
View File
@@ -88,8 +88,8 @@ def install():
# NEEDS MODIFICATION FOR NEW VERSION
pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so")
pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5")
pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5.22")
pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5.22.1")
pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5.24")
pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5.24.0")
# Docs
pisitools.dodir("/usr/share/doc/%s/html" % get.srcNAME())
+13 -6
View File
@@ -13,15 +13,15 @@
<IsA>app:console</IsA>
<Summary>Larry Wall's Practical Extraction and Reporting Language</Summary>
<Description>Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts.</Description>
<Archive sha1sum="29f9b320b0299577a3e1d02e9e8ef8f26f160332" type="tarbz2">http://www.cpan.org/src/5.0/perl-5.22.1.tar.bz2</Archive>
<Archive sha1sum="298fa605138c1a00dab95643130ae0edab369b4d" type="tarbz2">http://www.cpan.org/src/5.0/perl-5.24.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>db-devel</Dependency>
<Dependency versionFrom="6.2.23">db-devel</Dependency>
<Dependency>gdbm-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>perl-5.10.0-x86_64-io-test-failure.patch</Patch>
<Patch>perl-5.14.1-offtest.patch</Patch>
<!--<Patch>perl-5.10.0-x86_64-io-test-failure.patch</Patch>
<Patch>perl-5.14.1-offtest.patch</Patch>-->
</Patches>
</Source>
@@ -39,7 +39,7 @@
<Package>
<Name>perl</Name>
<RuntimeDependencies>
<Dependency>db</Dependency>
<Dependency versionFrom="6.2.23">db</Dependency>
<Dependency>gdbm</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
@@ -50,11 +50,18 @@
</Files>
<AdditionalFiles>
<!-- FIXME: Update perl version in target path when Perl version changes! -->
<AdditionalFile owner="root" permission="0644" target="/usr/lib/perl5/vendor_perl/5.22.1/Turkish.pm">Turkish.pm</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/lib/perl5/vendor_perl/5.24.0/Turkish.pm">Turkish.pm</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="3">
<Date>2017-01-21</Date>
<Version>5.24.0</Version>
<Comment>Vesion Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>5.22.1</Version>
+9 -2
View File
@@ -15,7 +15,7 @@
<Archive sha1sum="0ab6b932713ec1f9927a1b1c619b6889a5c12849" type="targz">mirrors://cpan/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz</Archive>
<BuildDependencies>
<Dependency>expat-devel</Dependency>
<Dependency>perl</Dependency>
<Dependency versionFrom="5.24.0">perl</Dependency>
</BuildDependencies>
</Source>
@@ -23,7 +23,7 @@
<Name>perl-XML-Parser</Name>
<RuntimeDependencies>
<Dependency>expat</Dependency>
<Dependency>perl</Dependency>
<Dependency versionFrom="5.24.0">perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-21</Date>
<Version>2.44</Version>
<Comment>Rebuild for perl-5.24.0</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>2.44</Version>