Date: Sat, 7 Feb 2004 10:20:52 +0300 (MSK) From: Nosov Artem <chip-set@mail.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: chip-set@mail.ru Subject: ports/62465: New port: ftp/urlget - download manager (GUI) Message-ID: <20040207072052.C55D12A7@void.su> Resent-Message-ID: <200402070730.i177UKOm009014@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62465 >Category: ports >Synopsis: New port: ftp/urlget - download manager (GUI) >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: Fri Feb 06 23:30:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Nosov Artem >Release: FreeBSD 4.8-RELEASE i386 >Organization: ASC >Environment: ~ % uname -rs FreeBSD 5.2.1-RC ~ % >Description: New port: ftp/urlget - download manager (GUI) List of features: - user can classify URLs before downloading - every category has independent of configuration that can be inherited by download - batch mode can generate URLs - supports import URLs from .html files - supports export URLs ( for wget -i ) >How-To-Repeat: >Fix: --- urlget.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: # # urlget/ # urlget/Makefile # urlget/distinfo # urlget/pkg-descr # urlget/pkg-plist # echo c - urlget/ mkdir -p urlget/ > /dev/null 2>&1 echo x - urlget/Makefile sed 's/^X//' >urlget/Makefile << 'END-of-urlget/Makefile' X# New ports collection makefile for: urlget X# Date created: 8 January 2004 X# Whom: Nosov Artem <chip-set@mail.ru> X# X# $FreeBSD$ X# X XPORTNAME= urlget XPORTVERSION= 0.7 XCATEGORIES= ftp www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= chip-set@mail.ru XCOMMENT= A download manager X XLIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl X XUSE_GNOME= gtk20 XUSE_OPENSSL= yes X XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X X.include <bsd.port.mk> END-of-urlget/Makefile echo x - urlget/distinfo sed 's/^X//' >urlget/distinfo << 'END-of-urlget/distinfo' XMD5 (urlget-0.7.tar.gz) = f9740c51645277137705bdf1d3b1ecbd END-of-urlget/distinfo echo x - urlget/pkg-descr sed 's/^X//' >urlget/pkg-descr << 'END-of-urlget/pkg-descr' XUrlGet is a download manager. X XList of features: X- user can classify URLs before downloading X- every category has independent of configuration that can be inherited by X download X- batch mode can generate URLs X- supports import URLs from .html files X- supports export URLs ( for wget -i ) X X- Nosov Artem Xchip-set@mail.ru END-of-urlget/pkg-descr echo x - urlget/pkg-plist sed 's/^X//' >urlget/pkg-plist << 'END-of-urlget/pkg-plist' Xbin/urlget END-of-urlget/pkg-plist exit --- urlget.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040207072052.C55D12A7>