From db66d88ea1092aea7b408782978beb5375512502 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 24 May 2004 09:26:05 +0000 Subject: [PATCH] Alejandro Mery: adds ucspi-unix-0.36 (ucspi programs for unix domain sockets) [2004051500454613997] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3072 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/mnemoc/ucspi-unix/ucspi-unix.conf | 33 +++++++++++++++++ package/mnemoc/ucspi-unix/ucspi-unix.desc | 45 +++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 package/mnemoc/ucspi-unix/ucspi-unix.conf create mode 100644 package/mnemoc/ucspi-unix/ucspi-unix.desc diff --git a/package/mnemoc/ucspi-unix/ucspi-unix.conf b/package/mnemoc/ucspi-unix/ucspi-unix.conf new file mode 100644 index 000000000..657cb7a2b --- /dev/null +++ b/package/mnemoc/ucspi-unix/ucspi-unix.conf @@ -0,0 +1,33 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/mnemoc/ucspi-unix/ucspi-unix.conf +# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +# +# 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; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +makeinstopt= +hook_add postmake 5 './installer' + +pkg_ucspiunix_config() { + echo $mandir > conf-man + echo $bindir > conf-bin + + sed -i -e 's,local/bglibs,bglibs,g' conf-cc + sed -i -e 's,local/bglibs,bglibs,g' conf-ld +} +hook_add preconf 5 'pkg_ucspiunix_config' diff --git a/package/mnemoc/ucspi-unix/ucspi-unix.desc b/package/mnemoc/ucspi-unix/ucspi-unix.desc new file mode 100644 index 000000000..3ffe9a56b --- /dev/null +++ b/package/mnemoc/ucspi-unix/ucspi-unix.desc @@ -0,0 +1,45 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/mnemoc/ucspi-unix/ucspi-unix.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +[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; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] UNIX-domain socket client-server command-line tools + +[T] unixclient and unixserver are command-line tools for building UNIX +[T] domain client-server applications. unixclient connects to a UNIX domain +[T] socket and runs a program of your choice. unixserver creates a UNIX +[T] domain socket, waits for incoming connections and, for each connection, +[T] runs a program of your choice. + +[U] http://untroubled.org/ucspi-unix/ + +[A] Bruce Guenter +[M] Alejandro Mery + +[C] extra/tool + +[L] GPL +[S] Stable +[V] 0.36 +[P] X -----5---9 810.000 + +[D] 4021396071 ucspi-unix-0.36.tar.gz http://untroubled.org/ucspi-unix/ +