Merge pull request #673 from ertugerata/sync_lfs_stable

sync with lfs stable
This commit is contained in:
Ertuğrul Erata
2017-12-06 07:17:52 +00:00
committed by GitHub
7 changed files with 50 additions and 8 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>GNU regular expression matcher</Summary>
<Description>The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.</Description>
<Archive sha1sum="ac68dd7d07cd4318ef5545c29c9a37ed2e96aef6" type="tarxz">ftp://mirrors.kernel.org/gnu/grep/grep-2.27.tar.xz</Archive>
<Archive sha1sum="d1d677e959c7d874e18e7e3839f26a0f0c1733d5" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-3.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>libpcre-devel</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-06</Date>
<Version>3.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-07</Date>
<Version>2.27</Version>
+4
View File
@@ -33,5 +33,9 @@ def install():
# Comes from xorg-input
pisitools.remove("/usr/share/man/man4/mouse.4")
# Comes from keyutils
pisitools.remove("/usr/share/man/man7/*-keyring.7")
pisitools.remove("/usr/share/man/man7/keyrings.7")
pisitools.dodoc("man-pages-*.Announce", "README")
+9 -2
View File
@@ -12,8 +12,8 @@
<IsA>data:doc</IsA>
<Summary>A somewhat comprehensive collection of Linux man pages</Summary>
<Description>A large collection of man pages (documentation) from the Linux Documentation Project (LDP).</Description>
<Archive sha1sum="1d04a31c51bbab6f113970721e994530900eb51c" type="tarxz">https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.09.tar.xz</Archive>
<Archive sha1sum="b9c65a46e2061a1b2d4ee7bcc3e46603517b1f42" target="man-pages-4.09" type="tarxz">http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.xz</Archive>
<Archive sha1sum="e1e081e9f1743c409ee876c87cd244bfb5f55703" type="tarxz">https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.12.tar.xz</Archive>
<Archive sha1sum="b9c65a46e2061a1b2d4ee7bcc3e46603517b1f42" target="man-pages-4.12" type="tarxz">http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.xz</Archive>
</Source>
<Package>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-06</Date>
<Version>4.12</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-24</Date>
<Version>4.09</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards</Summary>
<Description>Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.</Description>
<Archive sha1sum="c279b35ca6c410809dac8ade143b805fb48b7655" type="tarxz">mirrors://gnu/automake/automake-1.15.tar.xz</Archive>
<Archive sha1sum="45632d466c16ecf18d9c18dc4be883cde59acb59" type="tarxz">mirrors://gnu/automake/automake-1.15.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>autoconf</Dependency>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-06</Date>
<Version>1.15.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-25</Date>
<Version>1.15</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A unit test framework for C</Summary>
<Description>check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.</Description>
<Archive sha1sum="35d3a53446aea7b21a770faedb358d0fc7cba76d" type="targz">mirrors://sourceforge/check/0.10/check-0.10.0.tar.gz</Archive>
<Archive sha1sum="47cd68296182270b2fd6951b5dc2d0173d21e1c9" type="targz">https://github.com/libcheck/check/releases/download/0.11.0/check-0.11.0.tar.gz</Archive>
</Source>
<Package>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-06</Date>
<Version>0.11.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>0.10.0</Version>
+4 -1
View File
@@ -17,6 +17,9 @@ def setup():
# do not enable nls http://bugs.gentoo.org/121408
autotools.configure("--disable-nls \
--disable-dependency-tracking")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make("-j1")
@@ -26,4 +29,4 @@ def install():
pisitools.dosym("flex", "/usr/bin/lex")
pisitools.dodoc("NEWS", "README")
pisitools.dodoc("NEWS", "README.md")
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>GNU lexical analyser generator</Summary>
<Description>Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text</Description>
<Archive sha1sum="f344d892aee6eb512c9b613a6b7feab2dbcc1200" type="tarxz">https://github.com/westes/flex/releases/download/v2.6.1/flex-2.6.1.tar.xz</Archive>
<Archive sha1sum="fafece095a0d9890ebd618adb1f242d8908076e1" type="targz">https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>patch</Dependency>
<Dependency>texinfo</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="6">
<Date>2017-12-06</Date>
<Version>2.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2017-02-17</Date>
<Version>2.6.1</Version>
@@ -72,4 +79,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>