UrlGfe is a download manager.
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 ) WWW: http://urlget.sourceforge.net/ PR: ports/62465 Submitted by: Nosov Artem <chip-set@mail.ru> Approved by: marcus (backup mentor)
This commit is contained in:
parent
2841ba4329
commit
d7f32dd1e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108398
5 changed files with 81 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
SUBDIR += tnftp
|
||||
SUBDIR += tnftpd
|
||||
SUBDIR += twoftpd
|
||||
SUBDIR += urlgfe
|
||||
SUBDIR += vcheck
|
||||
SUBDIR += vsftpd
|
||||
SUBDIR += wget
|
||||
|
|
54
ftp/urlgfe/Makefile
Normal file
54
ftp/urlgfe/Makefile
Normal file
|
@ -0,0 +1,54 @@
|
|||
# New ports collection makefile for: urlgfe
|
||||
# Date created: 8 January 2004
|
||||
# Whom: Nosov Artem <chip-set@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= urlgfe
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= urlget
|
||||
|
||||
MAINTAINER= chip-set@mail.ru
|
||||
COMMENT= A download manager
|
||||
|
||||
LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_GNOME= gtk20 lthack
|
||||
WANT_GNOME= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomehier}!=""
|
||||
WITH_GNOME= yes
|
||||
PLIST_SUB+= GNOME:=""
|
||||
.else
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|[$$]{prefix}/doc/urlgfe|${DOCSDIR}|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|
$$||g ; s|urlgfe_icon|urlgfe-icon|g ; \
|
||||
s|/usr/share/pixmaps/urlgfe/||g' ${WRKSRC}/${PORTNAME}.desktop
|
||||
@${REINPLACE_CMD} -e 's| -g| ${CFLAGS}|g' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|@MKINSTALLDIRS@|$$(top_srcdir)/@MKINSTALLDIRS@|g ; \
|
||||
s|[$$][(]top_builddir[)]/[$$][(]MKINSTALLDIRS[)]|$$(top_srcdir)/mkinstalldirs|g' \
|
||||
${WRKSRC}/po/Makefile.in.in
|
||||
|
||||
.if defined(WITH_GNOME)
|
||||
post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/gnome/apps/Internet/
|
||||
@${INSTALL_DATA} ${WRKSRC}/pixmaps/${PORTNAME}-icon.png ${PREFIX}/share/gnome/pixmaps/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
ftp/urlgfe/distinfo
Normal file
2
ftp/urlgfe/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (urlgfe-0.7.1.tar.gz) = f22fa4cfb58de04bd49fd2aad526fc1b
|
||||
SIZE (urlgfe-0.7.1.tar.gz) = 464100
|
11
ftp/urlgfe/pkg-descr
Normal file
11
ftp/urlgfe/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
UrlGfe is a download manager.
|
||||
|
||||
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 )
|
||||
|
||||
WWW: http://urlget.sourceforge.net/
|
13
ftp/urlgfe/pkg-plist
Normal file
13
ftp/urlgfe/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/urlgfe
|
||||
%%DOCSDIR%%/ABOUT-NLS
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/ChangeLog
|
||||
%%DOCSDIR%%/INSTALL
|
||||
%%DOCSDIR%%/NEWS
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/TODO
|
||||
%%GNOME:%%share/gnome/apps/Internet/urlgfe.desktop
|
||||
%%GNOME:%%share/gnome/pixmaps/urlgfe-icon.png
|
||||
share/locale/zh_TW/LC_MESSAGES/urlgfe.mo
|
||||
@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue