From brj@brj.pp.ru  Wed Feb  2 17:22:24 2005
Return-Path: <brj@brj.pp.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0DA1316A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Feb 2005 17:22:24 +0000 (GMT)
Received: from mail.brj.pp.ru (brj.pp.ru [80.255.136.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0D943D39
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Feb 2005 17:22:22 +0000 (GMT)
	(envelope-from brj@brj.pp.ru)
Received: from brj.pp.ru (localhost.brj.pp.ru [127.0.0.1])
	by mail.brj.pp.ru (Postfix) with ESMTP id E58655CB8;
	Wed,  2 Feb 2005 23:55:18 +0700 (KRAT)
Received: (from root@localhost)
	by brj.pp.ru (8.13.1/8.13.1/Submit) id j12GtIim057451;
	Wed, 2 Feb 2005 23:55:18 +0700 (KRAT)
	(envelope-from brj)
Message-Id: <200502021655.j12GtIim057451@brj.pp.ru>
Date: Wed, 2 Feb 2005 23:55:18 +0700 (KRAT)
From: "Roman Y. Bogdanov" <sam@brj.pp.ru>
Reply-To: "Roman Y. Bogdanov" <sam@brj.pp.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: "Roman Y. Bogdanov" <sam@brj.pp.ru>
Subject: new port: www/wget4web
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77020
>Category:       ports
>Synopsis:       new port: www/wget4web
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 17:30:13 GMT 2005
>Closed-Date:    Fri Mar 11 16:02:30 GMT 2005
>Last-Modified:  Fri Mar 11 16:02:30 GMT 2005
>Originator:     Roman Y. Bogdanov
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
n/a
>Environment:
System: FreeBSD brj.pp.ru 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Mon Jan 24 09:13:40 KRAT 2005 root@brj.pp.ru:/usr/obj/usr/src/sys/brj-5x i386

>Description:
	
	wget interface for web. it's rock.

>How-To-Repeat:

>Fix:

	

--- w4w 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:
#
#	wget4web
#	wget4web/Makefile
#	wget4web/distinfo
#	wget4web/pkg-descr
#
echo c - wget4web
mkdir -p wget4web > /dev/null 2>&1
echo x - wget4web/Makefile
sed 's/^X//' >wget4web/Makefile << 'END-of-wget4web/Makefile'
X# New ports collection makefile for:	wget4web
X# Date created:				Feb 02, 2005
X# Whom:					Roman Y. Bogdanov <sam@brj.pp.ru>
X#
X# $FreeBSD$
X
XPORTNAME=	wget4web
XPORTVERSION=	1.0
XCATEGORIES=	www ftp
XMASTER_SITES=	http://irodov.nm.ru/wget4web/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	sam@brj.pp.ru
XCOMMENT=	WWW interface for console wget
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XWEBOWN?=	www
XWEBGRP?=	www
XAPACHEDIR=	${PREFIX}/www/data
XINSTALLDIR=	${APACHEDIR}/wget4web
XNO_BUILD=	yes
XPLIST=		${WRKDIR}/plist
X
XPLIST_SUB=	INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
X
Xpost-patch:
X	${RM} -f ${PLIST}
X	cd ${WRKSRC};\
X	${FIND} . ! -type d | ${SORT} | ${SED} "s|^.|%%INSTALLDIR%%|"\
X		>${PLIST};\
X	${FIND} . -type d | ${SORT} -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\
X		>>${PLIST}
X
Xdo-install:
X	${MKDIR} ${INSTALLDIR}
X	cd ${WRKSRC}; ${FIND} . \
X		| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
X	${CHMOD} -R ${BINMODE} ${INSTALLDIR}
X	${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
X
X.include <bsd.port.mk>
END-of-wget4web/Makefile
echo x - wget4web/distinfo
sed 's/^X//' >wget4web/distinfo << 'END-of-wget4web/distinfo'
XMD5 (wget4web-1.0.tar.gz) = c3f52ca93b8ee31ab61ef222ade8ca46
XSIZE (wget4web-1.0.tar.gz) = 13605
END-of-wget4web/distinfo
echo x - wget4web/pkg-descr
sed 's/^X//' >wget4web/pkg-descr << 'END-of-wget4web/pkg-descr'
XWget4web allows to add downloads to server, to view information
Xabout download status and to  control it in browser. The program's
Xinterface is look like interfaces of ReGet and Downloader for X,
Xwhat allow to control download of many files without review Wget
Xlogs (but if you want to do it, you may watch them in browser window).
XWget4web writes logs and can generate reports including name and size
Xof downloaded files. You can control traffic which was got by each
Xuser. Users can download files without using shell (Wget4web
Xuse own user list) what decrease possibility of undesirable
Xserver usage.
X
XWWW: http://irodov.nm.ru/wget4web/
END-of-wget4web/pkg-descr
exit
--- w4w ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-www->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Wed Feb 2 19:22:18 GMT 2005 
Responsible-Changed-Why:  
Take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77020 

From: "Roman Y. Bogdanov" <sam@brj.pp.ru>
To: freebsd-gnats-submit@FreeBSD.org
Cc: sem@FreeBSD.org
Subject: Re: ports/77020: new port www/wget4web
Date: Sat, 26 Feb 2005 14:52:21 +0700

 --DesjdUuHQDwS2t4N
 Content-Type: multipart/mixed; boundary="poJSiGMzRSvrLGLs"
 Content-Disposition: inline
 
 
 --poJSiGMzRSvrLGLs
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
  I have corrected an installation part of port. Now rights are exposed
 correctly.
 
 
 --=20
  Roman Y. Bogdanov                     /"\  ASCII RIBBON Campaign
  http://brj.pp.ru/                     \ /  NO HTML/PDF/RTF in e-mail
  + 7 3912 541843 [work, office]         X   NO MSWord docs in e-mail
  + 7 3912 505653 [personal, mobile]    / \  NO attachments in e-mail
 
 --poJSiGMzRSvrLGLs
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: attachment; filename=renew
 
 # 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:
 #
 #	wget4web
 #	wget4web/Makefile
 #	wget4web/distinfo
 #	wget4web/pkg-descr
 #
 echo c - wget4web
 mkdir -p wget4web > /dev/null 2>&1
 echo x - wget4web/Makefile
 sed 's/^X//' >wget4web/Makefile << 'END-of-wget4web/Makefile'
 X# New ports collection makefile for:	wget4web
 X# Date created:				Feb 02, 2005
 X# Whom:					Roman Y. Bogdanov <sam@brj.pp.ru>
 X#
 X# $FreeBSD$
 X
 XPORTNAME=	wget4web
 XPORTVERSION=	1.0
 XCATEGORIES=	www ftp
 XMASTER_SITES=	http://irodov.nm.ru/wget4web/
 XDISTNAME=	${PORTNAME}-${PORTVERSION}
 X
 XMAINTAINER=	sam@brj.pp.ru
 XCOMMENT=	WWW interface for console wget
 X
 XWRKSRC=		${WRKDIR}/${PORTNAME}
 XWEBOWN?=	www
 XWEBGRP?=	www
 XAPACHEDIR=	${PREFIX}/www/data
 XINSTALLDIR=	${APACHEDIR}/wget4web
 XNO_BUILD=	yes
 XPLIST=		${WRKDIR}/plist
 X
 XPLIST_SUB=	INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
 X
 Xpost-patch:
 X	${RM} -f ${PLIST}
 X	cd ${WRKSRC};\
 X	${FIND} . ! -type d | ${SORT} | ${SED} "s|^.|%%INSTALLDIR%%|"\
 X		>${PLIST};\
 X	${FIND} . -type d | ${SORT} -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\
 X		>>${PLIST}
 X
 Xdo-install:
 X	${MKDIR} ${INSTALLDIR}
 X	cd ${WRKSRC}; ${FIND} . \
 X		| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
 X	${FIND} ${INSTALLDIR} ! -name "*.cgi" | ${XARGS} ${CHMOD} -x
 X
 X.include <bsd.port.mk>
 END-of-wget4web/Makefile
 echo x - wget4web/distinfo
 sed 's/^X//' >wget4web/distinfo << 'END-of-wget4web/distinfo'
 XMD5 (wget4web-1.0.tar.gz) = c3f52ca93b8ee31ab61ef222ade8ca46
 XSIZE (wget4web-1.0.tar.gz) = 13605
 END-of-wget4web/distinfo
 echo x - wget4web/pkg-descr
 sed 's/^X//' >wget4web/pkg-descr << 'END-of-wget4web/pkg-descr'
 XWget4web allows to add downloads to server, to view information
 Xabout download status and to  control it in browser. The program's
 Xinterface is look like interfaces of ReGet and Downloader for X,
 Xwhat allow to control download of many files without review Wget
 Xlogs (but if you want to do it, you may watch them in browser window).
 XWget4web writes logs and can generate reports including name and size
 Xof downloaded files. You can control traffic which was got by each
 Xuser. Users can download files without using shell (Wget4web
 Xuse own user list) what decrease possibility of undesirable
 Xserver usage.
 X
 XWWW: http://irodov.nm.ru/wget4web/
 END-of-wget4web/pkg-descr
 exit
 
 
 --poJSiGMzRSvrLGLs--
 
 --DesjdUuHQDwS2t4N
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQFCICq1d5k2dyDRn+IRAkA4AJ9LXV2YPuQQYTpckK72I+2QVo2EQgCfQ91/
 bHr+KuCjQy/iVAND6gY1mQo=
 =YZAr
 -----END PGP SIGNATURE-----
 
 --DesjdUuHQDwS2t4N--
State-Changed-From-To: open->feedback 
State-Changed-By: sem 
State-Changed-When: Sat Mar 5 06:51:47 GMT 2005 
State-Changed-Why:  
Ask submitter for feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77020 
State-Changed-From-To: feedback->closed 
State-Changed-By: sem 
State-Changed-When: Fri Mar 11 16:02:22 GMT 2005 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77020 
>Unformatted:
