Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
37afa02343
3 changed files with 105 additions and 0 deletions
  1. +36
    -0
      package/avm/p3nfs/noserialcheck.patch
  2. +23
    -0
      package/avm/p3nfs/p3nfs.conf
  3. +46
    -0
      package/avm/p3nfs/p3nfs.desc

+ 36
- 0
package/avm/p3nfs/noserialcheck.patch

@ -0,0 +1,36 @@
diff -ruN p3nfs-5.18/configure p3nfs-5.18-new/configure
--- p3nfs-5.18/configure 2005-05-05 09:12:44.000000000 +0200
+++ p3nfs-5.18-new/configure 2005-05-18 12:32:21.000000000 +0200
@@ -3367,18 +3367,20 @@
echo "$as_me:$LINENO: checking for default serial line" >&5
-echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
-for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
- if test -c $i ; then
- DDEV=$i
- echo "$as_me:$LINENO: result: $i" >&5
-echo "${ECHO_T}$i" >&6
- break
- fi
-done
-test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
-echo "$as_me: error: serial device not found... Try harder." >&2;}
- { (exit 1); exit 1; }; }
+echo $ECHO_N "ROCK: default serial line is /dev/tts/0 $ECHO_T" >&6
+DDEV=/dev/tts/0
+# echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
+# for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
+# if test -c $i ; then
+# DDEV=$i
+# echo "$as_me:$LINENO: result: $i" >&5
+# echo "${ECHO_T}$i" >&6
+# break
+# fi
+# done
+# test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
+# echo "$as_me: error: serial device not found... Try harder." >&2;}
+# { (exit 1); exit 1; }; }

+ 23
- 0
package/avm/p3nfs/p3nfs.conf

@ -0,0 +1,23 @@
# --- 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/p3nfs/p3nfs.conf
# ROCK Linux is Copyright (C) 1998 - 2005 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 ---
autogen=1

+ 46
- 0
package/avm/p3nfs/p3nfs.desc

@ -0,0 +1,46 @@
[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/p3nfs/p3nfs.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 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] tools for mounting a symbian phone over nfs
[T] P3nfsd is a Symbian (Psion/Nokia/Sony-Ericsson/etc) to UNIX/Linux
[T] communication program. It allows you to mount the file systems of the
[T] Phone/PDA on your UNIX machine. This means that you see all the filesystems
[T] of the Phone/PDA as a filesystem on your UNIX machine, and you can
[T] copy/backup/edit any file on the Phone/PDA with your preferred tools on the
[T] UNIX machine.
[U] http://www.koeniglich.de/p3nfs.html
[A] Rudolf Koenig <r.koenig@goeniglich.de>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] extra/tool
[L] GPL
[S] Beta
[V] 5.18
[P] X -----5---9 800.000
[D] 826169557 p3nfs-5.18.tar.gz http://www.koeniglich.de/packages/

Loading…
Cancel
Save