Browse Source

added openobex, gsm, fuse, obexftp and siefs

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2549 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
987b9b32c5
8 changed files with 299 additions and 0 deletions
  1. +25
    -0
      package/rene/fuse/fuse.conf
  2. +44
    -0
      package/rene/fuse/fuse.desc
  3. +33
    -0
      package/rene/fuse/no-depmod.patch
  4. +25
    -0
      package/rene/gsm/gsm.conf
  5. +45
    -0
      package/rene/gsm/gsm.desc
  6. +42
    -0
      package/rene/obexftp/obexftp.desc
  7. +41
    -0
      package/rene/openobex/openobex.desc
  8. +44
    -0
      package/rene/siefs/siefs.desc

+ 25
- 0
package/rene/fuse/fuse.conf

@ -0,0 +1,25 @@
# --- 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/rene/fuse/fuse.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 ---
var_append confopt " " "--with-kernel=$root/usr/src/linux"

+ 44
- 0
package/rene/fuse/fuse.desc

@ -0,0 +1,44 @@
[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/rene/fuse/fuse.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] A simple user-space filesystem interface for Linux
[T] FUSE provides a simple interface for userspace programs to export a
[T] virtual filesystem to the Linux kernel. FUSE also aims to provide a
[T] secure method for non privileged users to create and mount their own
[T] filesystem implementations.
[U] http://sourceforge.net/projects/avf
[A] Miklos Szeredi <mszeredi@inf.bme.hu>
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/filesystem
[L] GPL
[S] Stable
[V] 1.1
[P] X -----5---9 410.000
[D] 210434722 fuse-1.1.tar.gz http://dl.sourceforge.net/sourceforge/avf/

+ 33
- 0
package/rene/fuse/no-depmod.patch

@ -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/rene/fuse/no-depmod.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- fuse-1.1/kernel/Makefile.in.orig 2004-03-11 22:53:24.000000000 +0100
+++ fuse-1.1/kernel/Makefile.in 2004-03-11 22:54:59.000000000 +0100
@@ -20,11 +20,9 @@
install: all
@$(mkinstalldirs) $(DESTDIR)$(fusemoduledir)
$(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule)
- -/sbin/depmod -a
uninstall:
rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule)
- -/sbin/depmod -a
clean:
-rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s

+ 25
- 0
package/rene/gsm/gsm.conf

@ -0,0 +1,25 @@
# --- 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/rene/gsm/gsm.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 ---
var_append makeopt " " "INSTALL_ROOT=$root/$prefix GSM_INSTALL_INC=$includedir"
makeinstopt="$makeopt install"

+ 45
- 0
package/rene/gsm/gsm.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/rene/gsm/gsm.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] GSM 06.10 lossy speech compression
[T] The package consists of a C library and a stand­alone program. GSM 06.10
[T] is faster than code­book lookup algorithms such as CELP, but by no means
[T] cheap; to use it for real­time communication, you will need at least a
[T] medium­scale workstation.
[U] http://kbs.cs.tu-berlin.de/~jutta/toast.html
[A] Jutta Degener <jutta@cs.tu-berlin.de>
[T] Carsten Bormann <cabo@cs.tu-berlin.de>
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/multimedia
[L] OpenSource
[S] Stable
[V] 1.0.10
[P] X -----5---9 410.000
[D] 2793603321 gsm-1.0.10.tar.gz ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/

+ 42
- 0
package/rene/obexftp/obexftp.desc

@ -0,0 +1,42 @@
[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/rene/obexftp/obexftp.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] An application for file copying over the OBEX protocol
[T] Free open source application for file copying over the Object Exchange
[T] (OBEX) protocol.
[U] http://triq.net/obex/
[A] Christian W. Zuckschwerdt <zany@triq.net>
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/filesystem
[L] GPL
[S] Beta
[V] 0.10.3
[P] X -----5---9 411.000
[D] 1546387597 obexftp-0.10.3.tar.gz http://dl.sourceforge.net/openobex/

+ 41
- 0
package/rene/openobex/openobex.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/rene/openobex/openobex.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] Object Exchange (OBEX) protocol implementation
[T] An open source implementation of the Object Exchange (OBEX) protocol.
[U] http://triq.net/obex/
[A] Christian W. Zuckschwerdt <zany@triq.net>
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/filesystem
[L] GPL
[S] Beta
[V] 1.0.1
[P] X -----5---9 410.000
[D] 1714304961 openobex-1.0.1.tar.gz http://dl.sourceforge.net/openobex/

+ 44
- 0
package/rene/siefs/siefs.desc

@ -0,0 +1,44 @@
[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/rene/siefs/siefs.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] A user-space filesystem for Siemens mobile phones
[T] SieFS is a virtual filesystem for accessing Siemens mobile phones'
[T] memory (flexmem or MultiMediaCard) from Linux. Now you can mount your
[T] phone (by datacable or IRDA) and work with it like with any other
[T] removable storage.
[U] http://mirror01.users.i.com.ua/~dmitry_z/
[A] Dmitry Zakharov aka Chaos <dmitry-z@mail.ru>
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/filesystem
[L] GPL
[S] Beta
[V] 0.2
[P] X -----5---9 412.000
[D] 1783919663 siefs-0.2.tar.gz http://mirror01.users.i.com.ua/~dmitry_z/

Loading…
Cancel
Save