summaryrefslogtreecommitdiff
path: root/yapo
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /yapo
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'yapo')
-rw-r--r--yapo/.footprint8
-rw-r--r--yapo/.md5sum1
-rw-r--r--yapo/Pkgfile14
-rw-r--r--yapo/README14
4 files changed, 37 insertions, 0 deletions
diff --git a/yapo/.footprint b/yapo/.footprint
new file mode 100644
index 000000000..ef83a1dfb
--- /dev/null
+++ b/yapo/.footprint
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/yapo
+drwxr-xr-x root/root usr/etc/
+-rw-r--r-- root/root usr/etc/yapo.conf
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/yapo.8.gz
diff --git a/yapo/.md5sum b/yapo/.md5sum
new file mode 100644
index 000000000..5f536ec9f
--- /dev/null
+++ b/yapo/.md5sum
@@ -0,0 +1 @@
+39c04c0c1f78c4bf920c938a50ac735f yapo-0.3.0.tar.gz
diff --git a/yapo/Pkgfile b/yapo/Pkgfile
new file mode 100644
index 000000000..af89b8c3e
--- /dev/null
+++ b/yapo/Pkgfile
@@ -0,0 +1,14 @@
+# Description: yapo - Yet Another Ports Overview
+# URL: http://jue.li/crux/yapo
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: prt-get, ncurses-ruby
+
+name=yapo
+version=0.3.0
+release=1
+source=(http://jue.li/crux/$name/$name-$version.tar.gz)
+
+build () {
+ cd $name-$version
+ make DESTDIR=$PKG install
+}
diff --git a/yapo/README b/yapo/README
new file mode 100644
index 000000000..afc8c4c5a
--- /dev/null
+++ b/yapo/README
@@ -0,0 +1,14 @@
+README for yapo 0.2.x
+
+To get working function keys F1-F4 with xterm append the
+following lines to /etc/X11/app-defaults/Xterm or use aterm,
+which works without these modifications:
+
+*VT100.translations: #override \
+ ~s<Key>F1: string(0x1b) string("[11~") \n\
+ ~s<Key>F2: string(0x1b) string("[12~") \n\
+ ~s<Key>F3: string(0x1b) string("[13~") \n\
+ ~s<Key>F4: string(0x1b) string("[14~") \n\
+
+Note: this is not a problem of yapo, but of the standard
+configuration of xterm.

Generated by cgit