From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 3 03:00:16 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4871065672 for ; Thu, 3 Dec 2009 03:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 507298FC0C for ; Thu, 3 Dec 2009 03:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nB330Eb5066600 for ; Thu, 3 Dec 2009 03:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nB330ERA066599; Thu, 3 Dec 2009 03:00:14 GMT (envelope-from gnats) Resent-Date: Thu, 3 Dec 2009 03:00:14 GMT Resent-Message-Id: <200912030300.nB330ERA066599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philippe Pepiot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43028106566B for ; Thu, 3 Dec 2009 02:51:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 182E38FC14 for ; Thu, 3 Dec 2009 02:51:34 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nB32pX9g047763 for ; Thu, 3 Dec 2009 02:51:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nB32pXko047761; Thu, 3 Dec 2009 02:51:33 GMT (envelope-from nobody) Message-Id: <200912030251.nB32pXko047761@www.freebsd.org> Date: Thu, 3 Dec 2009 02:51:33 GMT From: Philippe Pepiot To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141127: New port: www/ompload upload files to http://omploader.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2009 03:00:16 -0000 >Number: 141127 >Category: ports >Synopsis: New port: www/ompload upload files to http://omploader.org >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: Thu Dec 03 03:00:14 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philippe Pepiot >Release: FreeBSD 8.0-RELEASE i386 >Organization: >Environment: FreeBSD shen.philpep.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/s rc/sys/GENERIC i386 >Description: This port contain a ruby script to upload files on http://omploader.org Licence is GPLv3. This script is already avaliable on Gentoo portage (app-misc/ompload), so I think it is trust and secure. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # www/ompload/ # www/ompload/pkg-descr # www/ompload/distinfo # www/ompload/Makefile # echo c - www/ompload/ mkdir -p www/ompload/ > /dev/null 2>&1 echo x - www/ompload/pkg-descr sed 's/^X//' >www/ompload/pkg-descr << '167b476d3c3489d45ca468d575079217' XRuby script for upload files on omploader.org XWWW: http://omploader.org/ompload 167b476d3c3489d45ca468d575079217 echo x - www/ompload/distinfo sed 's/^X//' >www/ompload/distinfo << '2af2e2ee83af0506c00e931e475799de' XMD5 (ompload) = 2098a2c1b44396de3e0ae42801f626b1 XSHA256 (ompload) = f2a1459ac465265fb42c82de4280196a573144f4d9b5544ff1fa1e7e9e548944 XSIZE (ompload) = 3742 2af2e2ee83af0506c00e931e475799de echo x - www/ompload/Makefile sed 's/^X//' >www/ompload/Makefile << 'a19342e1297566fe96e771d7e079c1dc' X# New ports collection makefile for: ompload X# Date created: 3 December 2009 X# Whom: Philippe Pepiot X# X# $FreeBSD$ X# X XPORTNAME= ompload XPORTVERSION= 1 XCATEGORIES= www XMASTER_SITES= http://omploader.org/ XDISTNAME= ompload XEXTRACT_SUFX= XEXTRACT_ONLY= X XMAINTAINER= phil@philpep.org XCOMMENT= Upload files to omploader.org X XRUN_DEPENDS= curl:${PORTSDIR}/ftp/curl X XUSE_RUBY= yes X XNO_MAN= yes XNO_WRKSUBDIR= yes XNO_BUILD= yes X XPLIST_FILES= bin/ompload X Xdo-install: X ${INSTALL_SCRIPT} ${DISTDIR}/ompload ${PREFIX}/bin/ompload X X.include a19342e1297566fe96e771d7e079c1dc exit >Release-Note: >Audit-Trail: >Unformatted: