diff options
| -rw-r--r-- | ftp/gtm/Makefile | 18 | ||||
| -rw-r--r-- | ftp/gtm/distinfo | 2 | ||||
| -rw-r--r-- | ftp/gtm/pkg-comment | 2 | ||||
| -rw-r--r-- | ftp/gtm/pkg-descr | 25 | ||||
| -rw-r--r-- | ftp/gtm/pkg-plist | 25 | 
5 files changed, 53 insertions, 19 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index 9169dbd9a538..e6995aa0911a 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -1,19 +1,21 @@ -# Ports collection Makefile for:	gwget -# Version required:			0.2.0 -# Date created:				03/17/1999 +# Ports collection Makefile for:	gtm +# Version required:			0.3.1 +# Date created:				05/28/1999  # Whom:					nectar@FreeBSD.ORG  # -# $Id: Makefile,v 1.4 1998/11/14 09:43:26 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1999/03/17 08:30:37 nectar Exp $  # -DISTNAME=		gwget-0.2.0 -CATEGORIES=		net -MASTER_SITES=		http://camoes.rnl.ist.utl.pt/~bapm/gwget/      \ -			http://www.nectar.com/distfiles/ +DISTNAME=		gtm-0.3.1 +CATEGORIES=		net gnome +MASTER_SITES=		http://www.rnl.ist.utl.pt/~bapm/gtm/files/     \ +			http://www.nectar.cc/distfiles/  MAINTAINER=		nectar@FreeBSD.ORG +# wget is in BUILD_DEPENDS because the configure script checks for it  LIB_DEPENDS=		gnome.1:${PORTSDIR}/x11/gnomelibs +BUILD_DEPENDS=		wget:${PORTSDIR}/net/wget  RUN_DEPENDS=		wget:${PORTSDIR}/net/wget  USE_X_PREFIX=		YES diff --git a/ftp/gtm/distinfo b/ftp/gtm/distinfo index 6ae1ef1a2b4c..5afe8f495ec9 100644 --- a/ftp/gtm/distinfo +++ b/ftp/gtm/distinfo @@ -1 +1 @@ -MD5 (gwget-0.2.0.tar.gz) = 9ccc846ef7c03573350fa90689f94848 +MD5 (gtm-0.3.1.tar.gz) = 926a2a8e2c629efec16496864d6fc0f3 diff --git a/ftp/gtm/pkg-comment b/ftp/gtm/pkg-comment index 07a0ab73f16f..f543c1c6d019 100644 --- a/ftp/gtm/pkg-comment +++ b/ftp/gtm/pkg-comment @@ -1 +1 @@ -A GNOME front end to wget. +The GNOME Transfer Manager, a front-end to wget. diff --git a/ftp/gtm/pkg-descr b/ftp/gtm/pkg-descr index 185406a3ffa2..3d20b2a47a97 100644 --- a/ftp/gtm/pkg-descr +++ b/ftp/gtm/pkg-descr @@ -1,11 +1,22 @@  From the README: - What is GWget - ============= - GWget 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. +  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 index dcc4935a0096..d7b74c3048f3 100644 --- a/ftp/gtm/pkg-plist +++ b/ftp/gtm/pkg-plist @@ -1,2 +1,23 @@ -bin/gwget -share/gnome/apps/Network/gwget.desktop +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  | 
