summaryrefslogtreecommitdiff
path: root/gpm
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /gpm
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'gpm')
-rw-r--r--gpm/.footprint27
-rw-r--r--gpm/.md5sum5
-rw-r--r--gpm/Pkgfile32
-rw-r--r--gpm/gpm-1.20.0-nodebug.patch14
-rw-r--r--gpm/gpm-1.20.1-liblow-segv.patch12
-rw-r--r--gpm/gpm-1.20.1-no-dumb-error-messages.patch20
-rw-r--r--gpm/gpm.initfile21
7 files changed, 0 insertions, 131 deletions
diff --git a/gpm/.footprint b/gpm/.footprint
deleted file mode 100644
index d2448b491..000000000
--- a/gpm/.footprint
+++ /dev/null
@@ -1,27 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/rc.d/
--rwxr-xr-x root/root etc/rc.d/gpm
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/disable-paste
--rwxr-xr-x root/root usr/bin/gpm-root
--rwxr-xr-x root/root usr/bin/hltest
--rwxr-xr-x root/root usr/bin/mev
--rwxr-xr-x root/root usr/bin/mouse-test
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/gpm.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libgpm.a
-lrwxrwxrwx root/root usr/lib/libgpm.so -> libgpm.so.1.19.0
--rw-r--r-- root/root usr/lib/libgpm.so.1.19.0
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/gpm-root.1.gz
--rw-r--r-- root/root usr/man/man1/mev.1.gz
--rw-r--r-- root/root usr/man/man1/mouse-test.1.gz
-drwxr-xr-x root/root usr/man/man7/
--rw-r--r-- root/root usr/man/man7/gpm-types.7.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/gpm.8.gz
-drwxr-xr-x root/root usr/sbin/
--rwxr-xr-x root/root usr/sbin/gpm
diff --git a/gpm/.md5sum b/gpm/.md5sum
deleted file mode 100644
index fc6f4ea4b..000000000
--- a/gpm/.md5sum
+++ /dev/null
@@ -1,5 +0,0 @@
-0b999233f10c0ee52a71cee27b1a057b gpm-1.20.0-nodebug.patch
-503d4925b891ce0133f0acd3e925bcbe gpm-1.20.1-liblow-segv.patch
-68fcdfbcca069516ea181c8b8946bc9f gpm-1.20.1-no-dumb-error-messages.patch
-2c63e827d755527950d9d13fe3d87692 gpm-1.20.1.tar.bz2
-e8160a72365d3c79064ff76fbb7bfc70 gpm.initfile
diff --git a/gpm/Pkgfile b/gpm/Pkgfile
deleted file mode 100644
index cd00e468a..000000000
--- a/gpm/Pkgfile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Packager: Eduardo Lopes <eduol@gmx.net>
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# Description: Console mouse server
-# URL: none
-
-name=gpm
-version=1.20.1
-release=5
-source="
- ftp://arcana.linux.it/pub/gpm/$name-$version.tar.bz2
- gpm-1.20.0-nodebug.patch
- gpm-1.20.1-no-dumb-error-messages.patch
- gpm-1.20.1-liblow-segv.patch
- $name.initfile
-"
-
-build ()
-{
- cd $name-$version
- # idiots
- sed -i 's/^MAKEINFO.*/MAKEINFO = no/;/^EMACS.*/d' Makefile.include.in
- # idiots, emacs gpm support is included in emacs. xterm-mouse-mode
- sed -i 's/EMACS=.*/EMACS=:/;s/ELISP=.*/ELISP=/' configure
- patch -p1 < $SRC/gpm-1.20.0-nodebug.patch
- patch -p1 < $SRC/gpm-1.20.1-no-dumb-error-messages.patch
- patch -p1 < $SRC/gpm-1.20.1-liblow-segv.patch
- ./configure --prefix=/usr
- make LDFLAGS='-lm'
- make install ROOT=$PKG
- rm -rf $PKG/usr/{info,etc}
- install -D $SRC/$name.initfile -m 755 $PKG/etc/rc.d/$name
-}
diff --git a/gpm/gpm-1.20.0-nodebug.patch b/gpm/gpm-1.20.0-nodebug.patch
deleted file mode 100644
index 5a2dcd2c3..000000000
--- a/gpm/gpm-1.20.0-nodebug.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- gpm-1.20.0/src/lib/report-lib.c.foo Wed Mar 27 17:13:24 2002
-+++ gpm-1.20.0/src/lib/report-lib.c Wed Mar 27 17:14:08 2002
-@@ -27,6 +27,11 @@
- {
- char *string = NULL;
- va_list ap;
-+#ifndef DEBUG_VERBOSE
-+ if(stat==GPM_STAT_DEBUG)
-+ return;
-+#endif
-+
- va_start(ap,text);
-
- switch(stat) {
diff --git a/gpm/gpm-1.20.1-liblow-segv.patch b/gpm/gpm-1.20.1-liblow-segv.patch
deleted file mode 100644
index 8d2fe0d10..000000000
--- a/gpm/gpm-1.20.1-liblow-segv.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- gpm-1.20.1/src/lib/liblow.c.orig 2002-12-24 23:57:16.000000000 +0100
-+++ gpm-1.20.1/src/lib/liblow.c 2004-08-19 04:02:13.834170632 +0200
-@@ -199,7 +199,8 @@
- Gpm_Stst *new = NULL;
- char* sock_name = 0;
-
-- option.consolename = NULL;
-+ if(!checked_con)
-+ option.consolename = NULL;
-
- gpm_report(GPM_PR_DEBUG,"VC: %d",flag);
-
diff --git a/gpm/gpm-1.20.1-no-dumb-error-messages.patch b/gpm/gpm-1.20.1-no-dumb-error-messages.patch
deleted file mode 100644
index 8b5f137c0..000000000
--- a/gpm/gpm-1.20.1-no-dumb-error-messages.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- gpm-1.20.1/src/lib/liblow.c.no-dumb-error-messages 2003-07-07 15:42:18.000000000 +0200
-+++ gpm-1.20.1/src/lib/liblow.c 2003-07-07 16:33:33.000000000 +0200
-@@ -259,7 +259,7 @@ int Gpm_Open(Gpm_Connect *conn, int flag
- /* do we really need this check ? */
- if(strncmp(tty,option.consolename,strlen(option.consolename)-1)
- || !isdigit(tty[strlen(option.consolename)-1])) {
-- gpm_report(GPM_PR_ERR,"strncmp/isdigit/option.consolename failed");
-+ /* gpm_report(GPM_PR_ERR,"strncmp/isdigit/option.consolename failed"); */
- goto err;
- }
-
-@@ -368,7 +368,7 @@ int Gpm_Open(Gpm_Connect *conn, int flag
-
- /*....................................... Error: free all memory */
- err:
-- gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! ");
-+ /* gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! "); */
- do {
- new=gpm_stack->next;
- free(gpm_stack);
diff --git a/gpm/gpm.initfile b/gpm/gpm.initfile
deleted file mode 100644
index c3fee86a3..000000000
--- a/gpm/gpm.initfile
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-#
-# /etc/rc.d/gpm: start/stop console mouse
-#
-
-case $1 in
- start)
- /usr/sbin/gpm -m /dev/input/mouse0 -t ps2
- ;;
- stop)
- pkill -f 'gpm -m /dev/input/mouse0'
- ;;
- restart)
- pkill -HUP -f 'gpm -m /dev/input/mouse0'
- ;;
- *)
- echo "usage: $0 [start|stop|restart]"
- ;;
-esac
-
-# End of file

Generated by cgit