diff options
author | tron <tron> | 2000-07-28 06:27:14 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-28 06:27:14 +0000 |
commit | 3937f46c3cb11944cd4ba109bdf7be0c19309a25 (patch) | |
tree | 7c17fb43185174bee6297efe4f26d8d120e9acc5 | |
parent | e9ae49e4312f5482c028bece62a7fbdfab8e284e (diff) | |
download | pkgsrc-3937f46c3cb11944cd4ba109bdf7be0c19309a25.tar.gz |
Import new "gtm" package supplied by Mario Kemper in PR pkg/10697:
Gnome Transfer Manager
-rw-r--r-- | net/gtm/Makefile | 17 | ||||
-rw-r--r-- | net/gtm/files/md5 | 3 | ||||
-rw-r--r-- | net/gtm/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/gtm/pkg/DESCR | 5 | ||||
-rw-r--r-- | net/gtm/pkg/PLIST | 37 |
5 files changed, 63 insertions, 0 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile new file mode 100644 index 00000000000..c70db52de10 --- /dev/null +++ b/net/gtm/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/28 06:27:14 tron Exp $ + +DISTNAME= gtm-0.4.5 +CATEGORIES= net gnome +MASTER_SITES= http://download.sourceforge.net/gtm/ + +MAINTAINER= magick@bundy.lip.owl.de +HOMEPAGE= http://gtm.sourceforge.net/ + +DEPENDS+= gnome-core-*:../../x11/gnome-core +DEPENDS+= wget-*:../../net/wget + +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_GMAKE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/net/gtm/files/md5 b/net/gtm/files/md5 new file mode 100644 index 00000000000..4d3630d81fe --- /dev/null +++ b/net/gtm/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/07/28 06:27:14 tron Exp $ + +MD5 (gtm-0.4.5.tar.gz) = d894e7e408027d134f8275ac0a9f35eb diff --git a/net/gtm/pkg/COMMENT b/net/gtm/pkg/COMMENT new file mode 100644 index 00000000000..cbe6f1094c3 --- /dev/null +++ b/net/gtm/pkg/COMMENT @@ -0,0 +1 @@ +Gnome Transfer Manager diff --git a/net/gtm/pkg/DESCR b/net/gtm/pkg/DESCR new file mode 100644 index 00000000000..84b5963aa45 --- /dev/null +++ b/net/gtm/pkg/DESCR @@ -0,0 +1,5 @@ +GTM 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. diff --git a/net/gtm/pkg/PLIST b/net/gtm/pkg/PLIST new file mode 100644 index 00000000000..19fcf562587 --- /dev/null +++ b/net/gtm/pkg/PLIST @@ -0,0 +1,37 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/28 06:27:16 tron Exp $ +bin/gtm_applet +bin/gtm +etc/sound/events/gtm.soundlist +etc/CORBA/servers/gtm.gnorba +etc/CORBA/servers/gtm_applet.gnorba +share/locale/de/LC_MESSAGES/gtm.mo +share/locale/es/LC_MESSAGES/gtm.mo +share/locale/fr/LC_MESSAGES/gtm.mo +share/locale/it/LC_MESSAGES/gtm.mo +share/locale/ko/LC_MESSAGES/gtm.mo +share/locale/no/LC_MESSAGES/gtm.mo +share/locale/pt/LC_MESSAGES/gtm.mo +share/locale/ru/LC_MESSAGES/gtm.mo +share/locale/da/LC_MESSAGES/gtm.mo +share/locale/pt_BR/LC_MESSAGES/gtm.mo +share/locale/uk/LC_MESSAGES/gtm.mo +share/locale/tr/LC_MESSAGES/gtm.mo +share/pixmaps/gtm.png +share/idl/Gtm.idl +share/gnome/help/gtm/C/index.html +share/gnome/help/gtm/C/topic.dat +share/gnome/help/gtm/C/authors.html +share/gnome/help/gtm/C/bugs.html +share/gnome/help/gtm/C/license.html +share/gnome/help/gtm/C/prefs.html +share/gnome/help/gtm/C/usage.html +share/gnome/help/gtm/C/docbook.css +share/gnome/apps/Internet/gtm.desktop +share/sounds/gtm/add.wav +share/sounds/gtm/complete.wav +share/sounds/gtm/start.wav +share/applets/Network/gtm_applet.desktop +@dirrm share/sounds/gtm +@dirrm share/gnome/help/gtm/C/images +@dirrm share/gnome/help/gtm/C +@dirrm share/gnome/help/gtm |