Browse Source

added empty a replacement for expect

early
Nagy Karoly Gabriel 17 years ago
parent
commit
d620ff49aa
  1. 20
      develop/empty/empty.cache
  2. 33
      develop/empty/empty.conf
  3. 35
      develop/empty/empty.desc

20
develop/empty/empty.cache

@ -0,0 +1,20 @@
[TIMESTAMP] 1191360117 Wed Oct 3 00:21:57 2007
[BUILDTIME] 0 (5)
[SIZE] 0.03 MB, 8 files
[DEP] 00-dirtree
[DEP] bash
[DEP] binutils
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] findutils
[DEP] gawk
[DEP] gcc
[DEP] glibc
[DEP] grep
[DEP] linux-header
[DEP] sed
[DEP] sysfiles
[DEP] tar

33
develop/empty/empty.conf

@ -0,0 +1,33 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../empty/empty.conf
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
configscript=""
makeopt=""
makeinstopt=""
empty_install() {
cp -fv empty $root/$prefix/bin/empty
cp -fv empty.1 $root/$prefix/man/man1/empty.1
}
empty_pm() {
cd $builddir/$xsrcdir
gcc ${CFLAGS} -Wall -lutil -o empty empty.c
}
hook_add premake 5 "empty_pm"
hook_add postmake 3 "empty_install"

35
develop/empty/empty.desc

@ -0,0 +1,35 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../empty/empty.desc
[COPY] Copyright (C) 2007 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] An expect replacement
[T] Empty is an utility that provides an interface to execute and/or interact
[T] with processes under pseudo-terminal sessions (PTYs). This tool is
[T] definitely useful in programming of shell scripts designed to communicate
[T] with interactive programs like telnet, ssh, ftp, etc.
[U] http://empty.sourceforge.net/
[A] Mikhail E. Zakharov <zmey20000@yahoo.com>
[M] Nagy Karoly Gabriel <karasz@opensde.org>
[C] extra/tool
[L] MIT
[S] Beta
[V] 0.6.11b
[P] X -----5---9 800.000
[D] 506714692 empty-0.6.11b.tgz http://dl.sourceforge.net/empty/
Loading…
Cancel
Save