Browse Source

Tobias Hintze <th@rocklinux.org>:

moved pmount,dbus,hal,libidn around (avm->base)



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7392 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Tobias Hintze 19 years ago
parent
commit
6a5febed06
16 changed files with 0 additions and 91 deletions
  1. +0
    -41
      package/avm/libidn/libidn.cache
  2. +0
    -50
      package/avm/libidn/libidn.desc
  3. +0
    -0
      package/base/dbus/dbus.cache
  4. +0
    -0
      package/base/dbus/dbus.conf
  5. +0
    -0
      package/base/dbus/dbus.desc
  6. +0
    -0
      package/base/dbus/dbus.init
  7. +0
    -0
      package/base/dbus/postsysfiles.in
  8. +0
    -0
      package/base/hal/10-pamconsole.fdi
  9. +0
    -0
      package/base/hal/20-users.fdi
  10. +0
    -0
      package/base/hal/hal.cache
  11. +0
    -0
      package/base/hal/hal.conf
  12. +0
    -0
      package/base/hal/hal.desc
  13. +0
    -0
      package/base/hal/hal.init
  14. +0
    -0
      package/base/hal/postsysfiles.in
  15. +0
    -0
      package/base/pmount/pmount.cache
  16. +0
    -0
      package/base/pmount/pmount.desc

+ 0
- 41
package/avm/libidn/libidn.cache

@ -1,41 +0,0 @@
[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/libidn/libidn.cache
[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 ---
[TIMESTAMP] 1142468151 Thu Mar 16 01:15:51 2006 (5)
[TIMESTAMP] 1142712176 Sat Mar 18 21:02:56 2006 (9)
[CONFIG-ID] TRUNK-x86-reference
[ROCKVER] TRUNK
[LOGS] 5-libidn.log 9-libidn.log
[BUILDTIME] 4204 (5)
[BUILDTIME] 5061 (9)
[SIZE] 0.57 MB, 75 files
[DEP] 00-dirtree bash2 binutils bzip2 coreutils diffutils emacs
[DEP] findutils gawk gcc34 gcc34:dev gettext glibc23 glibc23:dev grep
[DEP] linux26-header:dev make mktemp net-tools rrdtool sed sysfiles tar
[DEP] texinfo util-linux xorg
[PROVIDES] idn libidn.a libidn.so

+ 0
- 50
package/avm/libidn/libidn.desc

@ -1,50 +0,0 @@
[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/libidn/libidn.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 library for preparing internationalized strings.
[T] GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
[T] specifications defined by the IETF Internationalized Domain Names (IDN)
[T] working group.
[T] It is used to prepare internationalized strings (such as domain name
[T] labels, usernames, and passwords) in order to increase the likelihood that
[T] string input and string comparison work in ways that make sense for typical
[T] users throughout the world. The library contains a generic Stringprep
[T] implementation that does Unicode 3.2 NFKC normalization, mapping and
[T] prohibition of characters, and bidirectional character handling. Profiles
[T] for iSCSI, Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and
[T] ASCII Compatible Encoding (ACE) via IDNA are supported.
[U] http://www.gnu.org/software/libidn/
[A] Simon Josefsson <simon@josefsson.org>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] extra/development
[L] GPL
[S] Alpha
[V] 0.6.3
[P] X -----5---9 124.300
[D] 1280147715 libidn-0.6.3.tar.gz ftp://alpha.gnu.org/pub/gnu/libidn/

package/avm/dbus/dbus.cache → package/base/dbus/dbus.cache


package/avm/dbus/dbus.conf → package/base/dbus/dbus.conf


package/avm/dbus/dbus.desc → package/base/dbus/dbus.desc


package/avm/dbus/dbus.init → package/base/dbus/dbus.init


package/avm/dbus/postsysfiles.in → package/base/dbus/postsysfiles.in


package/avm/hal/10-pamconsole.fdi → package/base/hal/10-pamconsole.fdi


package/avm/hal/20-users.fdi → package/base/hal/20-users.fdi


package/avm/hal/hal.cache → package/base/hal/hal.cache


package/avm/hal/hal.conf → package/base/hal/hal.conf


package/avm/hal/hal.desc → package/base/hal/hal.desc


package/avm/hal/hal.init → package/base/hal/hal.init


package/avm/hal/postsysfiles.in → package/base/hal/postsysfiles.in


package/avm/pmount/pmount.cache → package/base/pmount/pmount.cache


package/avm/pmount/pmount.desc → package/base/pmount/pmount.desc


Loading…
Cancel
Save