diff --git a/gftp/.footprint b/gftp/.footprint new file mode 100644 index 000000000..e859794b0 --- /dev/null +++ b/gftp/.footprint @@ -0,0 +1,46 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gftp +-rwxr-xr-x root/root usr/bin/gftp-gtk +-rwxr-xr-x root/root usr/bin/gftp-text +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/gftp.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/gftp.desktop +drwxr-xr-x root/root usr/share/gftp/ +-rw-r--r-- root/root usr/share/gftp/bookmarks +-rw-r--r-- root/root usr/share/gftp/connect.xpm +-rw-r--r-- root/root usr/share/gftp/deb.xpm +-rw-r--r-- root/root usr/share/gftp/diff.xpm +-rw-r--r-- root/root usr/share/gftp/dir.xpm +-rw-r--r-- root/root usr/share/gftp/doc.xpm +-rw-r--r-- root/root usr/share/gftp/dotdot.xpm +-rw-r--r-- root/root usr/share/gftp/down.xpm +-rw-r--r-- root/root usr/share/gftp/exe.xpm +-rw-r--r-- root/root usr/share/gftp/gftp-16x16.png +-rw-r--r-- root/root usr/share/gftp/gftp-22x22.png +-rw-r--r-- root/root usr/share/gftp/gftp-24x24.png +-rw-r--r-- root/root usr/share/gftp/gftp-32x32.png +-rw-r--r-- root/root usr/share/gftp/gftp-48x48.png +-rw-r--r-- root/root usr/share/gftp/gftp-logo.xpm +-rw-r--r-- root/root usr/share/gftp/gftp-scalable.svg +-rw-r--r-- root/root usr/share/gftp/gftp.xpm +-rw-r--r-- root/root usr/share/gftp/gftprc +-rw-r--r-- root/root usr/share/gftp/img.xpm +-rw-r--r-- root/root usr/share/gftp/left.xpm +-rw-r--r-- root/root usr/share/gftp/linkdir.xpm +-rw-r--r-- root/root usr/share/gftp/linkfile.xpm +-rw-r--r-- root/root usr/share/gftp/man.xpm +-rw-r--r-- root/root usr/share/gftp/open_dir.xpm +-rw-r--r-- root/root usr/share/gftp/right.xpm +-rw-r--r-- root/root usr/share/gftp/rpm.xpm +-rw-r--r-- root/root usr/share/gftp/sound.xpm +-rw-r--r-- root/root usr/share/gftp/stop.xpm +-rw-r--r-- root/root usr/share/gftp/tar.xpm +-rw-r--r-- root/root usr/share/gftp/txt.xpm +-rw-r--r-- root/root usr/share/gftp/up.xpm +-rw-r--r-- root/root usr/share/gftp/world.xpm +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/gftp.png diff --git a/gftp/.md5sum b/gftp/.md5sum new file mode 100644 index 000000000..2532623f6 --- /dev/null +++ b/gftp/.md5sum @@ -0,0 +1 @@ +4c0cab4b35e8666f5892b02125270a21 gftp-2.0.19.tar.gz diff --git a/gftp/Pkgfile b/gftp/Pkgfile new file mode 100644 index 000000000..32c396a3e --- /dev/null +++ b/gftp/Pkgfile @@ -0,0 +1,19 @@ +# Description: Multithreaded FTP client with GTK+2 user interface +# URL: http://gftp.seul.org/ +# Maintainer: Jose V Beneyto, sepen at crux dot nu +# Packager: Juergen Daubert, jue at crux dot nu +# Depends on: gtk, openssl, readline + +name=gftp +version=2.0.19 +release=1 +source=(http://gftp.seul.org/$name-$version.tar.gz) + +build () { + cd $name-$version + ./configure --prefix=/usr --mandir=/usr/man --disable-nls + make + make DESTDIR=$PKG install + sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop + rm $PKG/usr/share/gftp/COPYING +} diff --git a/gftp/pkgmk.log b/gftp/pkgmk.log new file mode 100644 index 000000000..1b40d816e --- /dev/null +++ b/gftp/pkgmk.log @@ -0,0 +1,13 @@ +=======> Downloading 'http://gftp.seul.org/gftp-2.0.19.tar.gz'. +--2012-10-19 12:21:07-- http://gftp.seul.org/gftp-2.0.19.tar.gz +Resolving gftp.seul.org... 128.31.0.34 +Connecting to gftp.seul.org|128.31.0.34|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2691419 (2.6M) [application/x-gzip] +Saving to: '/home/sepen/devel/crux/ports/opt/gftp/gftp-2.0.19.tar.gz.partial' + + 0K .......... .......... .......... .......... .......... 1% 102K 25s + 50K .......... .......... .......... .......... .......... 3% 317K 16s + 100K .......... .......... .......... .......... .......... 5% 371K 13s + 150K .......... .......... .......... .......... .......... 7% 484K 11s + 200K .......... .......... .......... .......... ....... \ No newline at end of file