diff --git a/package/rene/fuse/fuse.conf b/package/rene/fuse/fuse.conf new file mode 100644 index 000000000..5bf3fda53 --- /dev/null +++ b/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" + diff --git a/package/rene/fuse/fuse.desc b/package/rene/fuse/fuse.desc new file mode 100644 index 000000000..751fc8f3d --- /dev/null +++ b/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 +[M] Rene Rebe + +[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/ + diff --git a/package/rene/fuse/no-depmod.patch b/package/rene/fuse/no-depmod.patch new file mode 100644 index 000000000..04b2a67b2 --- /dev/null +++ b/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 diff --git a/package/rene/gsm/gsm.conf b/package/rene/gsm/gsm.conf new file mode 100644 index 000000000..13d30ed00 --- /dev/null +++ b/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" + diff --git a/package/rene/gsm/gsm.desc b/package/rene/gsm/gsm.desc new file mode 100644 index 000000000..2e03265a9 --- /dev/null +++ b/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 +[T] Carsten Bormann +[M] Rene Rebe + +[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/ + diff --git a/package/rene/obexftp/obexftp.desc b/package/rene/obexftp/obexftp.desc new file mode 100644 index 000000000..0022a3eb1 --- /dev/null +++ b/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 +[M] Rene Rebe + +[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/ + diff --git a/package/rene/openobex/openobex.desc b/package/rene/openobex/openobex.desc new file mode 100644 index 000000000..4f928488e --- /dev/null +++ b/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 +[M] Rene Rebe + +[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/ + diff --git a/package/rene/siefs/siefs.desc b/package/rene/siefs/siefs.desc new file mode 100644 index 000000000..9e747af4d --- /dev/null +++ b/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 +[M] Rene Rebe + +[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/ +