diff --git a/connect/.footprint b/connect/.footprint deleted file mode 100644 index 3ab2c58ea..000000000 --- a/connect/.footprint +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/connect diff --git a/connect/.md5sum b/connect/.md5sum deleted file mode 100644 index 6c8ee31e6..000000000 --- a/connect/.md5sum +++ /dev/null @@ -1 +0,0 @@ -59e8606e63cd9949aa2520b75f7c1bf6 connect.c diff --git a/connect/Pkgfile b/connect/Pkgfile deleted file mode 100644 index 65bf637b4..000000000 --- a/connect/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Make socket connection using SOCKS4/5 and HTTP tunnel -# URL: http://www.taiyo.co.jp/~gotoh/ssh/connect.html -# Maintainer: Jukka Heino, jukka at karsikkopuu dot net -# Packager: Jukka Heino, jukka at karsikkopuu dot net -# Depends on: - -name=connect -version=1.95 -release=1 -source=(http://www.taiyo.co.jp/~gotoh/ssh/$name.c) - -build() { - install -d $PKG/usr/bin - gcc $CFLAGS $SRC/$name.c -o $PKG/usr/bin/$name -} diff --git a/iperf/.footprint b/iperf/.footprint deleted file mode 100644 index d37ddb7a1..000000000 --- a/iperf/.footprint +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/iperf diff --git a/iperf/.md5sum b/iperf/.md5sum deleted file mode 100644 index a360e1864..000000000 --- a/iperf/.md5sum +++ /dev/null @@ -1 +0,0 @@ -bb658aba58a5af0356f5b1342dfe8f53 iperf-2.0.2.tar.gz diff --git a/iperf/Pkgfile b/iperf/Pkgfile deleted file mode 100644 index 50a441ac6..000000000 --- a/iperf/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: TCP/UDP bandwidth measurement tool -# URL: http://dast.nlanr.net/Projects/Iperf/ -# Maintainer: Jukka Heino, jukka at karsikkopuu dot net -# Packager: Jukka Heino, jukka at karsikkopuu dot net -# Depends on: - -name=iperf -version=2.0.2 -release=1 -source=(http://dast.nlanr.net/Projects/Iperf2.0/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr --disable-dependency-tracking - make - make DESTDIR=$PKG install -} diff --git a/joe/.footprint b/joe/.footprint deleted file mode 100644 index 4d66756e8..000000000 --- a/joe/.footprint +++ /dev/null @@ -1,49 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/jmacs -> joe --rwxr-xr-x root/root usr/bin/joe -lrwxrwxrwx root/root usr/bin/jpico -> joe -lrwxrwxrwx root/root usr/bin/jstar -> joe -lrwxrwxrwx root/root usr/bin/rjoe -> joe -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/joe/ --rw-r--r-- root/root usr/etc/joe/jmacsrc --rw-r--r-- root/root usr/etc/joe/joerc --rw-r--r-- root/root usr/etc/joe/jpicorc --rw-r--r-- root/root usr/etc/joe/jstarrc --rw-r--r-- root/root usr/etc/joe/rjoerc -drwxr-xr-x root/root usr/etc/joe/syntax/ --rw-r--r-- root/root usr/etc/joe/syntax/4gl.jsf --rw-r--r-- root/root usr/etc/joe/syntax/ada.jsf --rw-r--r-- root/root usr/etc/joe/syntax/asm.jsf --rw-r--r-- root/root usr/etc/joe/syntax/awk.jsf --rw-r--r-- root/root usr/etc/joe/syntax/c.jsf --rw-r--r-- root/root usr/etc/joe/syntax/cobol.jsf --rw-r--r-- root/root usr/etc/joe/syntax/conf.jsf --rw-r--r-- root/root usr/etc/joe/syntax/csh.jsf --rw-r--r-- root/root usr/etc/joe/syntax/css.jsf --rw-r--r-- root/root usr/etc/joe/syntax/diff.jsf --rw-r--r-- root/root usr/etc/joe/syntax/fortran.jsf --rw-r--r-- root/root usr/etc/joe/syntax/html.jsf --rw-r--r-- root/root usr/etc/joe/syntax/java.jsf --rw-r--r-- root/root usr/etc/joe/syntax/lisp.jsf --rw-r--r-- root/root usr/etc/joe/syntax/mail.jsf --rw-r--r-- root/root usr/etc/joe/syntax/mason.jsf --rw-r--r-- root/root usr/etc/joe/syntax/ocaml.jsf --rw-r--r-- root/root usr/etc/joe/syntax/pascal.jsf --rw-r--r-- root/root usr/etc/joe/syntax/perl.jsf --rw-r--r-- root/root usr/etc/joe/syntax/php.jsf --rw-r--r-- root/root usr/etc/joe/syntax/ps.jsf --rw-r--r-- root/root usr/etc/joe/syntax/python.jsf --rw-r--r-- root/root usr/etc/joe/syntax/sed.jsf --rw-r--r-- root/root usr/etc/joe/syntax/sh.jsf --rw-r--r-- root/root usr/etc/joe/syntax/sml.jsf --rw-r--r-- root/root usr/etc/joe/syntax/sql.jsf --rw-r--r-- root/root usr/etc/joe/syntax/tcl.jsf --rw-r--r-- root/root usr/etc/joe/syntax/tex.jsf --rw-r--r-- root/root usr/etc/joe/syntax/verilog.jsf --rw-r--r-- root/root usr/etc/joe/syntax/vhdl.jsf --rw-r--r-- root/root usr/etc/joe/syntax/xml.jsf -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/joe.1.gz diff --git a/joe/.md5sum b/joe/.md5sum deleted file mode 100644 index 2c02cd300..000000000 --- a/joe/.md5sum +++ /dev/null @@ -1 +0,0 @@ -02221716679c039c5da00c275d61dbf4 joe-3.3.tar.gz diff --git a/joe/Pkgfile b/joe/Pkgfile deleted file mode 100644 index 03ccb671d..000000000 --- a/joe/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Joe's Own Editor -# URL: http://sourceforge.net/projects/joe-editor/ -# Maintainer: Jukka Heino, jukka at karsikkopuu dot net -# Packager: Jukka Heino, jukka at karsikkopuu dot net -# Depends on: - -name=joe -version=3.3 -release=1 -source=(http://dl.sourceforge.net/sourceforge/joe-editor/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/bin/termidx \ - $PKG/usr/etc/joe/charmaps \ - $PKG/usr/etc/joe/doc -}