ports/61155: [REPOCOPY WAITING] new port: ftp/wget-devel

Edwin Groothuis edwin at mavetju.org
Sat Jan 10 01:20:18 UTC 2004


>Number:         61155
>Category:       ports
>Synopsis:       [REPOCOPY WAITING] new port: ftp/wget-devel
>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 Jan 09 17:20:11 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Mon Jan 5 18:59:31 EST 2004 edwin at k7.mavetju:/usr/src/sys/compile/k7 i386

>Description:

devel/wget starts to lag behind the releases of wget.
At least with a development version we are able to figure out when
it is stable enough to ftp/wget updated.

>How-To-Repeat:
>Fix:

Requires a repocopy of ftp/wget to ftp/wget-devel
Once this on has been commited it should be considered to drop
ftp/wget+ipv6 since this port takes IPv6 into account too.

# 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:
#
#	wget-devel
#	wget-devel/files
#	wget-devel/files/patch-ac
#	wget-devel/Makefile
#	wget-devel/distinfo
#	wget-devel/pkg-descr
#	wget-devel/pkg-plist
#
echo c - wget-devel
mkdir -p wget-devel > /dev/null 2>&1
echo c - wget-devel/files
mkdir -p wget-devel/files > /dev/null 2>&1
echo x - wget-devel/files/patch-ac
sed 's/^X//' >wget-devel/files/patch-ac << 'END-of-wget-devel/files/patch-ac'
X--- doc/Makefile.in.orig	Sun Dec 31 14:07:09 2000
X+++ doc/Makefile.in	Mon Jan 15 04:52:47 2001
X@@ -22,7 +22,7 @@
X SHELL = /bin/sh
X 
X # Program to format Texinfo source into Info files.
X-MAKEINFO = @MAKEINFO@
X+MAKEINFO = @MAKEINFO@ --no-split
X # Program to format Texinfo source into DVI files.
X TEXI2DVI = texi2dvi
X # Program to convert DVI files to PostScript
END-of-wget-devel/files/patch-ac
echo x - wget-devel/Makefile
sed 's/^X//' >wget-devel/Makefile << 'END-of-wget-devel/Makefile'
X# Ports collection makefile for:  wget-devel
X# Date created:			  10 january 2004
X# Whom:				  Edwin Groothuis <edwin at mavetju.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wget-devel
XPORTVERSION=	1.9.1
XCATEGORIES=	ftp www ipv6
XMASTER_SITES=	${MASTER_SITE_GNU}
XMASTER_SITE_SUBDIR=	wget
XDISTNAME=	wget-${PORTVERSION}
X
XMAINTAINER=	ports at FreeBSD.org
XCOMMENT=	Retrieve files from the Net via HTTP and FTP - development version
X
X.if !defined(WITHOUT_NLS)
XLIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
X.endif
X
XCONFLICTS=	wget-*
X
XUSE_REINPLACE=	yes
XUSE_PERL5_BUILD=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
X
X.if defined(WITHOUT_IPV6)
XCONFIGURE_ARGS+=	--disable-ipv6
X.else
XCONFIGURE_ARGS+=	--enable-ipv6
X.endif
X
X.if defined(WITHOUT_SSL)
XCONFIGURE_ARGS+=	--with-ssl=no
X.else
XUSE_OPENSSL=	yes
X.endif
XCONFIGURE_ENV+=	CPPFLAGS=-I${LOCALBASE}/include \
X		LIBS=-L${LOCALBASE}/lib
XPLIST_SUB=	NLS=""
X.if defined(WITHOUT_NLS)
XCONFIGURE_ARGS+=	--disable-nls
XPLIST_SUB=	NLS="@comment "
X.endif
X
XMAN1=		wget.1
XINFO=		wget
X
Xpost-patch:
X	${RM} -f ${WRKSRC}/doc/wget.info*
X# we don't need to run autoconf.
X	${TOUCH} ${WRKSRC}/configure
X	${REINPLACE_CMD} -e 's,/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
X			 -e 's, at file{}, at file{${PREFIX}},' \
X		${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi
X
Xpost-install:
X	install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
X
X.include <bsd.port.mk>
END-of-wget-devel/Makefile
echo x - wget-devel/distinfo
sed 's/^X//' >wget-devel/distinfo << 'END-of-wget-devel/distinfo'
XMD5 (wget-1.9.1.tar.gz) = e6051f1e1487ec0ebfdbda72bedc70ad
END-of-wget-devel/distinfo
echo x - wget-devel/pkg-descr
sed 's/^X//' >wget-devel/pkg-descr << 'END-of-wget-devel/pkg-descr'
XWget [formerly known as Geturl] is a freely available network utility
Xto retrieve files from the World Wide Web using HTTP and FTP, the two
Xmost widely used Internet protocols.  It works non-interactively, thus
Xenabling work in the background, after having logged off.
X
XThe recursive retrieval of HTML pages, as well as FTP sites is
Xsupported -- you can use Wget to make mirrors of archives and home
Xpages, or traverse the web like a WWW robot (Wget understands
X/robots.txt).
X
XWWW: http://wget.sunsite.dk/
END-of-wget-devel/pkg-descr
echo x - wget-devel/pkg-plist
sed 's/^X//' >wget-devel/pkg-plist << 'END-of-wget-devel/pkg-plist'
Xbin/wget
Xetc/wgetrc
X%%NLS%%share/locale/bg/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/ca/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/cs/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/da/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/de/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/el/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/es/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/et/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/fr/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/gl/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/he/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/hr/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/hu/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/it/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/ja/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/nl/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/no/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/pl/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/pt_BR/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/ro/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/ru/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/sk/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/sl/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/sv/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/tr/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/uk/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/zh_CN/LC_MESSAGES/wget.mo
X%%NLS%%share/locale/zh_TW/LC_MESSAGES/wget.mo
END-of-wget-devel/pkg-plist
exit

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



More information about the freebsd-ports-bugs mailing list