Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
e9536278bc
6 changed files with 234 additions and 0 deletions
  1. +9
    -0
      package/public/avahi/avahi.conf
  2. +50
    -0
      package/public/avahi/avahi.desc
  3. +24
    -0
      package/public/dbus-python/dbus-python.conf
  4. +48
    -0
      package/public/dbus-python/dbus-python.desc
  5. +62
    -0
      package/public/opal/opal.desc
  6. +41
    -0
      package/public/pyrex/pyrex.desc

+ 9
- 0
package/public/avahi/avahi.conf

@ -0,0 +1,9 @@
# none means unsupported here
var_append extraconfopt " " "--with-distro=none"
if ! pkginstalled qt33 ; then
var_append extraconfopt " " "--disable-qt3"
fi
if ! pkginstalled qt40 ; then
var_append extraconfopt " " "--disable-qt4"
fi

+ 50
- 0
package/public/avahi/avahi.desc

@ -0,0 +1,50 @@
[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/public/avahi/avahi.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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] a system which facilitates service discovery on a local network
[T] Avahi is a system which facilitates service discovery on a local network.
[T] This means that you can plug your laptop or computer into a network and
[T] instantly be able to view other people who you can chat with, find printers
[T] to print to or find files being shared. This kind of technology is already
[T] found in Apple MacOS X (branded Rendezvous, Bonjour and sometimes Zeroconf)
[T] and is very convenient. Avahi is mainly based on Lennart Poettering's
[T] flexmdns mDNS implementation for Linux which has been discontinued in
[T] favour of Avahi.
[U] http://www.avahi.org/
[A] Lennart Poettering (mezcalero)
[A] Trent Lloyd (lathiat)
[A] Sebastien Estienne (sebest)
[M] The ROCK Linux Project
[C] extra/network
[L] LGPL
[S] Stable
[V] 0.6.14
[P] X -----5---9 185.900
[D] 2745187061 avahi-0.6.14.tar.gz http://avahi.org/download/

+ 24
- 0
package/public/dbus-python/dbus-python.conf

@ -0,0 +1,24 @@
# --- 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/avm/dbus/dbus.conf
# ROCK Linux is Copyright (C) 1998 - 2006 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 ---
pkginstalled doxygen && var_append extraconfopt " " "--enable-doxygen-docs"

+ 48
- 0
package/public/dbus-python/dbus-python.desc

@ -0,0 +1,48 @@
[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/avm/dbus/dbus.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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] message bus system - python bindings
[T] D-BUS is a message bus system, a simple way for applications to talk to
[T] one another.
[T]
[T] D-BUS supplies both a system daemon (for events such as "new hardware
[T] device added" or "printer queue changed") and a per-user-login-session
[T] daemon (for general IPC needs among user applications). Also, the message
[T] bus is built on top of a general one-to-one message passing framework,
[T] which can be used by any two apps to communicate directly (without going
[T] through the message bus daemon).
[U] http://freedesktop.org/wiki/Software_2fdbus
[A] Various Authors
[M] Stefan Fiedler <stefan.fiedler at students.jku.at>
[C] extra/configuration
[L] GPL
[S] Beta
[V] 0.71
[P] X -----5---9 140.450
[D] 1667270371 dbus-python-0.71.tar.gz http://dbus.freedesktop.org/releases/

+ 62
- 0
package/public/opal/opal.desc

@ -0,0 +1,62 @@
[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/public/opal/opal.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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] Open Phone Abstraction Library
[T] PWLib is a moderately large class library that has its genesis many
[T] years ago as a method to product applications to run on both
[T] Microsoft Windows and Unix X-Windows systems. It also was to have a
[T] Macintosh port as well but this never eventuated.
[T]
[T] Since then the system has grown to having quite good application to
[T] areas other than mere Windows GUI portability. Classes for I/O
[T] portability, multi-threading portability, aid in producing unix
[T] daemons and NT services portably and all sorts of internet protocols
[T] were added over the years.
[T]
[T] All this over and above basic "container" classes such as arrays,
[T] linear lists, sorted lists (RB Tree) and dictionaries (hash tables)
[T] which were all created before STL became the answer to all our prayers.
[T] Unfortunately, due to intertia and the GNU C++ inadequate support of
[T] templates, this library will probably not be ported to STL in the near
[T] future.
[T]
[T] The library was used extensively for all our in-house products. Then
[T] we decided to support the open H323 project by throwing in some of the
[T] code written for one of our products. Thus, required PWLib so it got
[T] thrown into the open source world as well.
[U] http://www.openh323.org/
[A] Equivalence Pty Ltd (http://www.equival.com)
[M] The ROCK Linux Project
[C] extra/development
[L] MPL
[S] Stable
[V] 2.2.3
[P] X -----5---9 181.000
[D] 3793636633 opal-v2_2_3-src.tar.gz http://puzzle.dl.sourceforge.net/sourceforge/openh323/

+ 41
- 0
package/public/pyrex/pyrex.desc

@ -0,0 +1,41 @@
[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/public/pyrex/pyrex.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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] a Language for Writing Python Extension Modules
[T] Pyrex lets you write code that mixes Python and C data types any way you
[T] want, and compiles it into a C extension for Python.
[U] http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
[A] Greg Ewing <greg at cosc.canterbury.ac.nz>
[M] The ROCK Linux Project
[C] extra/development
[L] OpenSource
[S] Beta
[V] 0.9.4.1
[P] X -----5---9 140.000
[D] 3459134370 Pyrex-0.9.4.1.tar.gz http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/

|||||||
100:0
Loading…
Cancel
Save