Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ipsvd: metadata.xml ChangeLog
Date: Sat, 27 Oct 2007 22:29:01
Message-Id: E1Ilu9D-0006jF-JV@stork.gentoo.org
1 bangert 07/10/27 22:28:51
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 fix metadata
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 net-misc/ipsvd/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/metadata.xml?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/metadata.xml?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/metadata.xml?r1=1.1&r2=1.2
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/ipsvd/metadata.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- metadata.xml 27 Oct 2007 22:25:25 -0000 1.1
22 +++ metadata.xml 27 Oct 2007 22:28:51 -0000 1.2
23 @@ -1,25 +1,29 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<!--
27 -$Header: /var/cvsroot/gentoo-x86/net-misc/ipsvd/metadata.xml,v 1.1 2007/10/27 22:25:25 bangert Exp $
28 -
29 -This is the example metadata file.
30 -The root element of this file is <pkgmetadata>. Within this element a
31 -number of subelements are allowed: herd, maintainer, and
32 -longdescription. herd is a required subelement.
33 -
34 -For a full description look at:
35 -http://www.gentoo.org/proj/en/metastructure/herds/
36 -
37 -
38 -Before committing, please remove the comments from this file. They are
39 -not relevant for general metadata.xml files.
40 --->
41 <pkgmetadata>
42 <herd>no-herd</herd>
43 <maintainer>
44 - <email>@gentoo.org</email>
45 -<!-- <description>Description of the maintainership</description> -->
46 + <email>bangert@g.o</email>
47 </maintainer>
48 -<!-- <longdescription>Long description of the package</longdescription> -->
49 +<longdescription>
50 +ipsvd is a set of internet protocol service daemons for Unix. It currently
51 +includes a TCP/IP service daemon, an SSLv3 TCP/IP service daemon (Linux and
52 +MacOSX), and an UDP/IP service daemon.
53 +
54 +An internet protocol service (ipsv) daemon waits for incoming connections on a
55 +local socket; for new connections, it conditionally runs an arbitrary program
56 +with standard input reading from the socket, and standard output writing to the
57 +socket (if connected), to handle the connection. Standard error is used for
58 +logging.
59 +
60 +ipsv daemons can be told to read and follow pre-defined instructions on how to
61 +handle incoming connections; based on the client's IP address or hostname, they
62 +can run different programs, set a different environment, deny a connection, or
63 +set a per host concurrency limit.
64 +
65 +Normally the ipsv daemons are run by a supervisor process, such as runsv from
66 +the runit package, or supervise from the daemontools package.
67 +
68 +ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver.
69 +</longdescription>
70 </pkgmetadata>
71
72
73
74 1.2 net-misc/ipsvd/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/ChangeLog?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/ChangeLog?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/ChangeLog?r1=1.1&r2=1.2
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-misc/ipsvd/ChangeLog,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- ChangeLog 27 Oct 2007 22:25:25 -0000 1.1
87 +++ ChangeLog 27 Oct 2007 22:28:51 -0000 1.2
88 @@ -1,6 +1,9 @@
89 # ChangeLog for net-misc/ipsvd
90 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsvd/ChangeLog,v 1.1 2007/10/27 22:25:25 bangert Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsvd/ChangeLog,v 1.2 2007/10/27 22:28:51 bangert Exp $
93 +
94 + 27 Oct 2007; Thilo Bangert <bangert@g.o> metadata.xml:
95 + fix metadata.xml
96
97 *ipsvd-0.13.0 (27 Oct 2007)
98
99
100
101
102 --
103 gentoo-commits@g.o mailing list