ports/73431: New port: ftp/gwget, a download manager for GNOME, based on wget

Radek Kozlowski radek at raadradd.com
Tue Nov 2 19:20:37 UTC 2004


>Number:         73431
>Category:       ports
>Synopsis:       New port: ftp/gwget, a download manager for GNOME, based on wget
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 02 19:20:36 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radek Kozlowski
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.3-RELEASE #8: Mon Oct 25 04:39:44 CEST 2004
    root at ddardaar:/usr/obj/usr/src/sys/DDARDAAR



>Description:


Gwget is a download manager for GNOME which uses wget as its backend.
The most important features include pause/continue support, resuming
and recursive downloading.

WWW: http://gwget.sourceforge.net/



>How-To-Repeat:





>Fix:


--- gwget.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gwget
#	gwget/Makefile
#	gwget/distinfo
#	gwget/pkg-descr
#	gwget/files
#	gwget/files/patch-Makefile.in
#	gwget/files/patch-pixmaps_Makefile.in
#	gwget/pkg-plist
#
echo c - gwget
mkdir -p gwget > /dev/null 2>&1
echo x - gwget/Makefile
sed 's/^X//' >gwget/Makefile << 'END-of-gwget/Makefile'
X# New ports collection makefile for:    gwget
X# Date created:                		1 November 2004
X# Whom:                    		Radek Kozlowski <radek at raadradd.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gwget
XPORTVERSION=	0.90
XCATEGORIES=	ftp www gnome
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	gwget
X
XMAINTAINER=	radek at raadradd.com
XCOMMENT=	A download manager for GNOME, based on wget
X
XUSE_GETTEXT=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	glib20 gnomeprefix intlhack libglade2 libgnomeui
XUSE_LIBTOOL_VER=15
XUSE_REINPLACE=	yes
XUSE_X_PREFIX=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib"
XEPHY_VER=	1.2
X
X.include <bsd.port.pre.mk>
X
X.if exists(${X11BASE}/bin/epiphany) && !defined(WITHOUT_EPIPHANY)
XWITH_EPIPHANY=	yes
X.endif
X
X.if defined(WITH_EPIPHANY)
XBUILD_DEPENDS=		epiphany:${PORTSDIR}/www/epiphany
XCONFIGURE_ARGS+=	--enable-epiphany-extension \
X			--with-epiphany-version=${EPHY_VER}
XPLIST_SUB=		EPIPHANY:="" \
X			VERSION="${EPHY_VER}"
X.else
XCONFIGURE_ARGS+=	--disable-epiphany-extension
XPLIST_SUB=		EPIPHANY:="@comment "
X.endif # defined(WITH_EPIPHANY)
X
Xpost-patch:
X		@${REINPLACE_CMD} -e 's|epiphany/extensions|epiphany-${EPHY_VER}/extensions|' \
X			${WRKSRC}/epiphany-extension/Makefile.in
X
Xpost-install:
X	        ${INSTALL_DATA} ${WRKSRC}/gwget.desktop ${PREFIX}/share/gnome/apps/Internet
X		${INSTALL_DATA} ${WRKSRC}/pixmaps/gwget.png ${PREFIX}/share/gnome/pixmaps
X
X.include <bsd.port.post.mk>
END-of-gwget/Makefile
echo x - gwget/distinfo
sed 's/^X//' >gwget/distinfo << 'END-of-gwget/distinfo'
XMD5 (gwget-0.90.tar.gz) = 44882057713aa64df9b94bbc6b678f29
XSIZE (gwget-0.90.tar.gz) = 473147
END-of-gwget/distinfo
echo x - gwget/pkg-descr
sed 's/^X//' >gwget/pkg-descr << 'END-of-gwget/pkg-descr'
XGwget is a download manager for GNOME which uses wget as its backend.
XThe most important features include pause/continue support, resuming
Xand recursive downloading.
X
XWWW: http://gwget.sourceforge.net/
END-of-gwget/pkg-descr
echo c - gwget/files
mkdir -p gwget/files > /dev/null 2>&1
echo x - gwget/files/patch-Makefile.in
sed 's/^X//' >gwget/files/patch-Makefile.in << 'END-of-gwget/files/patch-Makefile.in'
X--- Makefile.in.orig	Mon Nov  1 18:11:50 2004
X+++ Makefile.in	Mon Nov  1 18:14:38 2004
X@@ -192,8 +192,6 @@
X 
X desktop_files = gwget.desktop
X 
X-Applicationsdir = $(datadir)/applications
X-Applications_DATA = $(desktop_files)
X subdir = .
X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
END-of-gwget/files/patch-Makefile.in
echo x - gwget/files/patch-pixmaps_Makefile.in
sed 's/^X//' >gwget/files/patch-pixmaps_Makefile.in << 'END-of-gwget/files/patch-pixmaps_Makefile.in'
X--- pixmaps/Makefile.in.orig	Mon Nov  1 18:30:07 2004
X+++ pixmaps/Makefile.in	Mon Nov  1 18:30:39 2004
X@@ -192,8 +192,6 @@
X 
X EXTRA_DIST = $(gwget_pixmaps_DATA)
X 
X-icondir = $(datadir)/pixmaps
X-icon_DATA = gwget.png
X subdir = pixmaps
X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
END-of-gwget/files/patch-pixmaps_Makefile.in
echo x - gwget/pkg-plist
sed 's/^X//' >gwget/pkg-plist << 'END-of-gwget/pkg-plist'
Xbin/gwget
Xinclude/gwget/custom-cell-renderer-progressbar.h
Xinclude/gwget/eggtrayicon.h
Xinclude/gwget/gwget_data.h
Xinclude/gwget/main_window.h
Xinclude/gwget/main_window_cb.h
Xinclude/gwget/new_window.h
Xinclude/gwget/systray.h
Xinclude/gwget/utils.h
Xinclude/gwget/wget-log.h
Xlib/bonobo/servers/GNOME_Gwget.server
X%%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.a
X%%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so
X%%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so.0
Xshare/gnome/apps/Internet/gwget.desktop
Xshare/gnome/gwget/about.glade
Xshare/gnome/gwget/gwget-large.png
Xshare/gnome/gwget/gwget-off.png
Xshare/gnome/gwget/gwget.glade
Xshare/gnome/gwget/gwget.png
Xshare/gnome/gwget/gwget.xpm
Xshare/gnome/gwget/newdownload.glade
Xshare/gnome/gwget/preferences.glade
Xshare/gnome/idl/GNOME_Gwget.idl
Xshare/gnome/locale/bg/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/cs/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/en_CA/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/es/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/eu/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/fi/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/fr/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/hu/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/ja/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/mk/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/nl/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/pa/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/pl/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/pt/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/pt_BR/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/ro/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/ru/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/tr/LC_MESSAGES/gwget.mo
Xshare/gnome/locale/zh_TW/LC_MESSAGES/gwget.mo
Xshare/gnome/pixmaps/gwget.png
X at dirrm include/gwget
X%%EPIPHANY:%%@dirrm lib/epiphany-%%VERSION%%/extensions
X%%EPIPHANY:%%@dirrm lib/epiphany-%%VERSION%%
X at dirrm share/gnome/gwget
END-of-gwget/pkg-plist
exit

--- gwget.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list