Files
main/programming/language/expect/pspec.xml
T
2022-05-01 13:33:21 +03:00

51 lines
2.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>expect</Name>
<Homepage>https://core.tcl-lang.org/expect/index</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>A tool for automating interactive applications</Summary>
<Description>Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial. Expect is also useful for testing these same applications.</Description>
<Archive sha1sum="a97b2f377c6a799928d6728c2ada55beb7f57d96" type="targz">mirrors://sourceforge/expect/Expect/5.45.4/expect5.45.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>tcl-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">expect-5.44.1.15-ldflags.patch</Patch>
<Patch level="1">expect-5.43.0-fixformatsecurity.patch</Patch>
<Patch level="1">expect-fedora-5.32.2-random.patch</Patch>
<Patch level="1">expect-fedora-5.43.0-log_file.patch</Patch>
</Patches>
</Source>
<Package>
<Name>expect</Name>
<RuntimeDependencies>
<Dependency>tcl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-05-01</Date>
<Version>5.45.4</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>