diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-07-21 20:34:04 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-07-21 20:34:04 +0000 |
commit | 4b87127ee10f11c1067c72d79872f6325e00b7ef (patch) | |
tree | 96b970d951325b1a3465e0a5eb15717a94cceb62 /ftp | |
parent | Distfile moved. (diff) |
Remove gtm. The version 0.3.1 distfile is nowhere to be found, and
current versions are for Linux only (nice stuff such as parsing
uts.release to determine what version of the Linux kernel we are
running).
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/gtm/Makefile | 28 | ||||
-rw-r--r-- | ftp/gtm/distinfo | 1 | ||||
-rw-r--r-- | ftp/gtm/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/gtm/pkg-descr | 22 | ||||
-rw-r--r-- | ftp/gtm/pkg-plist | 23 |
6 files changed, 0 insertions, 76 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 72395d9d293f..8a3fe8198f31 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -16,7 +16,6 @@ SUBDIR += ftptool SUBDIR += gftp SUBDIR += greed - SUBDIR += gtm SUBDIR += hsftp SUBDIR += jmirror SUBDIR += junglemonkey diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile deleted file mode 100644 index 763310748225..000000000000 --- a/ftp/gtm/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Ports collection Makefile for: gtm -# Date created: 05/28/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gtm -PORTVERSION= 0.3.1 -CATEGORIES= ftp gnome -MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ - -MAINTAINER= nectar@FreeBSD.org - -LIB_DEPENDS= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ - panel_applet.4:${PORTSDIR}/x11/gnomecore -BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= YES -USE_GMAKE= YES -GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" -CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome - -.include <bsd.port.mk> diff --git a/ftp/gtm/distinfo b/ftp/gtm/distinfo deleted file mode 100644 index 5afe8f495ec9..000000000000 --- a/ftp/gtm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtm-0.3.1.tar.gz) = 926a2a8e2c629efec16496864d6fc0f3 diff --git a/ftp/gtm/pkg-comment b/ftp/gtm/pkg-comment deleted file mode 100644 index 658e883cd227..000000000000 --- a/ftp/gtm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The GNOME Transfer Manager, a front-end to wget diff --git a/ftp/gtm/pkg-descr b/ftp/gtm/pkg-descr deleted file mode 100644 index a599825c6b4d..000000000000 --- a/ftp/gtm/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -From the README: - - What is GTransferManager - ======================== - - GTransferManager allows the user to retrieve multiple files from the - web. These files can be retrieved in multiple parts and each part - retrieved on a separate session that the user is connected to the - Internet. This is most useful to users with dialup connections. The - program performs this tasks using wget as it's back-end. - - The program now supports CORBA. This makes easy for other programs - to use GTransferManager to handle the transfer of files from the - Internet. - - The program has also a applet that communicates with program using - CORBA. The applet can launch the program, request for a new download - or accept drops of URLs from netscape and give this URLs to GTM. - -WWW: http://camoes.rnl.ist.utl.pt/~bapm/gtm/ - -Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/ftp/gtm/pkg-plist b/ftp/gtm/pkg-plist deleted file mode 100644 index d7b74c3048f3..000000000000 --- a/ftp/gtm/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/gtm -bin/gtm_applet -etc/CORBA/servers/gtm.gnorba -etc/CORBA/servers/gtm_applet.gnorba -share/gnome/applets/Network/gtm_applet.desktop -share/gnome/apps/Internet/gtm.desktop -share/gnome/help/gtm/C/gtm.html -share/gnome/help/gtm/C/topic.dat -share/gnome/help/gtm/it/gtm.html -share/gnome/help/gtm/it/topic.dat -share/gnome/help/gtm/pt/gtm.html -share/gnome/help/gtm/pt/topic.dat -share/gnome/idl/Gtm.idl -@unexec rm %D/share/gnome/help/gtm/C/index.html -@unexec rm %D/share/gnome/help/gtm/it/index.html -@unexec rm %D/share/gnome/help/gtm/pt/index.html -@exec ln -s %D/share/gnome/help/gtm/C/gtm.html %D/share/gnome/help/gtm/C/index.html -@exec ln -s %D/share/gnome/help/gtm/it/gtm.html %D/share/gnome/help/gtm/it/index.html -@exec ln -s %D/share/gnome/help/gtm/pt/gtm.html %D/share/gnome/help/gtm/pt/index.html -@dirrm share/gnome/help/gtm/C -@dirrm share/gnome/help/gtm/it -@dirrm share/gnome/help/gtm/pt -@dirrm share/gnome/help/gtm |