diff options
author | alane <alane@FreeBSD.org> | 2002-09-14 04:06:43 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-14 04:06:43 +0800 |
commit | f143fdcc116dfef2db2634e6bcf50392f3c136a1 (patch) | |
tree | d9d02a2012e5f7a5181af3410db3a430a496a045 | |
parent | e2e88b800d7f937360d86564f422bde792d45f91 (diff) | |
download | freebsd-ports-gnome-f143fdcc116dfef2db2634e6bcf50392f3c136a1.tar.gz freebsd-ports-gnome-f143fdcc116dfef2db2634e6bcf50392f3c136a1.tar.zst freebsd-ports-gnome-f143fdcc116dfef2db2634e6bcf50392f3c136a1.zip |
Depends on kde2. Will come back as part of 3.1 (in kde cvs now).
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/kio_fish/Makefile | 32 | ||||
-rw-r--r-- | net/kio_fish/distinfo | 1 | ||||
-rw-r--r-- | net/kio_fish/files/patch-configure.in | 11 | ||||
-rw-r--r-- | net/kio_fish/files/patch-fish::fish.cpp | 18 | ||||
-rw-r--r-- | net/kio_fish/pkg-comment | 1 | ||||
-rw-r--r-- | net/kio_fish/pkg-descr | 12 | ||||
-rw-r--r-- | net/kio_fish/pkg-plist | 5 |
8 files changed, 0 insertions, 81 deletions
diff --git a/net/Makefile b/net/Makefile index 814e93d4a01e..5eefe82b8b89 100644 --- a/net/Makefile +++ b/net/Makefile @@ -223,7 +223,6 @@ SUBDIR += jwhois SUBDIR += kdenetwork3 SUBDIR += kdetelnet - SUBDIR += kio_fish SUBDIR += kmess SUBDIR += konverse SUBDIR += kopete diff --git a/net/kio_fish/Makefile b/net/kio_fish/Makefile deleted file mode 100644 index 8032c110deed..000000000000 --- a/net/kio_fish/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: kio_fish -# Date created: Mon 26 Nov 2001 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kio_fish -PORTVERSION= 1.0.1 -CATEGORIES?= net kde -MASTER_SITES= http://ich.bin.kein.hoschi.de/fish/ -DIST_SUBDIR= KDE - -MAINTAINER?= kde@FreeBSD.org - -USE_KDELIBS_VER=2 -INSTALLS_SHLIB= yes -USE_AUTOCONF= yes -USE_GMAKE= yes -CONFIGURE_ENV+= PATH=${WRKSRC}/auto-bin:$$PATH -MAKE_ENV+= ${CONFIGURE_ENV} - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - -.include <bsd.port.mk> diff --git a/net/kio_fish/distinfo b/net/kio_fish/distinfo deleted file mode 100644 index 2197da863997..000000000000 --- a/net/kio_fish/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/kio_fish-1.0.1.tar.gz) = 08154676dc975e7fc91dc2bb61de030b diff --git a/net/kio_fish/files/patch-configure.in b/net/kio_fish/files/patch-configure.in deleted file mode 100644 index b18a9091aba0..000000000000 --- a/net/kio_fish/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in Tue Oct 9 20:54:28 2001 -+++ configure.in.new Mon Nov 26 22:08:38 2001 -@@ -51,7 +51,7 @@ - CFLAGS="$CFLAGS -D_GNU_SOURCE" - CXXFLAGS="$CXXFLAGS -D_GNU_SOURCE" - --AC_CHECK_HEADERS(termios.h pty.h) -+AC_CHECK_HEADERS(termios.h pty.h libutil.h sys/types.h sys/ioctl.h) - AC_CHECK_LIB(util,openpty) - AC_CHECK_FUNCS(getpt openpty unlockpt grantpt isastream) - diff --git a/net/kio_fish/files/patch-fish::fish.cpp b/net/kio_fish/files/patch-fish::fish.cpp deleted file mode 100644 index 6eefd094e6e3..000000000000 --- a/net/kio_fish/files/patch-fish::fish.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- fish/fish.cpp Mon Oct 22 14:52:05 2001 -+++ fish/fish.cpp.new Mon Nov 26 22:13:52 2001 -@@ -39,6 +39,15 @@ - #ifdef HAVE_TERMIOS_H - #include <termios.h> - #endif -+#ifdef HAVE_SYS_TYPES_H -+#include <sys/types.h> -+#endif -+#ifdef HAVE_SYS_IOCTL_H -+#include <sys/ioctl.h> -+#endif -+#ifdef HAVE_LIBUTIL_H -+#include <libutil.h> -+#endif - #include <math.h> - #include <unistd.h> - #include <sys/socket.h> diff --git a/net/kio_fish/pkg-comment b/net/kio_fish/pkg-comment deleted file mode 100644 index 113d05e200ec..000000000000 --- a/net/kio_fish/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A KIO module that allows you to use sftp or scp from within KDE's Konqueror diff --git a/net/kio_fish/pkg-descr b/net/kio_fish/pkg-descr deleted file mode 100644 index 192a00bf736e..000000000000 --- a/net/kio_fish/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -kio_fish is a kioslave for KDE 2.0 that lets you view and manipulate -your remote files using just a simple shell account and some standard -unix commands on the remote machine. You get full filesystem access -without setting up a server - no NFS, Samba, ... needed. - -Usage is really simple: open up a konqueror window (or use the Alt-F2 -dialog) and type 'fish://user@remote.machi.ne'. kio_fish will ask you -for the password, if any is needed, and you will start out in your -home directory. Now you can do everything you do on your local hard -disk. - -WWW: http://ich.bin.kein.hoschi.de/fish/ diff --git a/net/kio_fish/pkg-plist b/net/kio_fish/pkg-plist deleted file mode 100644 index 30af53b7325f..000000000000 --- a/net/kio_fish/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/services/fish.protocol -share/doc/HTML/en/fish/fish.docbook -lib/kde2/kio_fish.so -lib/kde2/kio_fish.la -@dirrm share/doc/HTML/en/fish |