From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 23 17:00:36 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B70516A41C for ; Thu, 23 Jun 2005 17:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E73A443D4C for ; Thu, 23 Jun 2005 17:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5NH0ZsC007715 for ; Thu, 23 Jun 2005 17:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5NH0Zb5007714; Thu, 23 Jun 2005 17:00:35 GMT (envelope-from gnats) Resent-Date: Thu, 23 Jun 2005 17:00:35 GMT Resent-Message-Id: <200506231700.j5NH0Zb5007714@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, "Choe, Cheng-Dae" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A95316A41C for ; Thu, 23 Jun 2005 16:54:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ADBA43D48 for ; Thu, 23 Jun 2005 16:54:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j5NGsU81082396 for ; Thu, 23 Jun 2005 16:54:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j5NGsUEu082395; Thu, 23 Jun 2005 16:54:30 GMT (envelope-from nobody) Message-Id: <200506231654.j5NGsUEu082395@www.freebsd.org> Date: Thu, 23 Jun 2005 16:54:30 GMT From: "Choe, Cheng-Dae" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/82580: New port: devel/py-ll-url RFC2396 compliant implementation of URLs and file like classes 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, 23 Jun 2005 17:00:36 -0000 >Number: 82580 >Category: ports >Synopsis: New port: devel/py-ll-url RFC2396 compliant implementation of URLs and file like classes >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 Jun 23 17:00:35 GMT 2005 >Closed-Date: >Last-Modified: >Originator: "Choe, Cheng-Dae" >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD w.comdongin.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Jun 7 20:07:00 KST 2005 root@w.comdongin.com:/usr/obj/data/src/sys/CDI i386 >Description: This module contains an RFC2396 compliant implementation of URLs and file like classes for reading data from URLs and writing data to URLs. This pr requires ports/82578 >How-To-Repeat: N/A >Fix: # 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: # # py-ll-url # py-ll-url/pkg-descr # py-ll-url/Makefile # py-ll-url/pkg-plist # py-ll-url/distinfo # echo c - py-ll-url mkdir -p py-ll-url > /dev/null 2>&1 echo x - py-ll-url/pkg-descr sed 's/^X//' >py-ll-url/pkg-descr << 'END-of-py-ll-url/pkg-descr' XThis module contains an RFC2396 compliant implementation of URLs (see the class XURL) and file like classes for reading data from URLs and writing data to URLs X(see the classes Resource, ReadResource and WriteResource). X XWWW: http://www.livinglogic.de/Python/url/ END-of-py-ll-url/pkg-descr echo x - py-ll-url/Makefile sed 's/^X//' >py-ll-url/Makefile << 'END-of-py-ll-url/Makefile' X# New ports collection makefile for: ll-url X# Date created: 2005-06-23 X# Whom: Choe, Cheng-Dae X# X# $FreeBSD$ X# X XPORTNAME= ll-url XPORTVERSION= 0.15.1 XCATEGORIES= devel python XMASTER_SITES= http://ftp.livinglogic.de/url/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= whitekid@gmail.com XCOMMENT= RFC2396 implementation of URLs and file like classes for URLs X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/ll/__init__.py:${PORTSDIR}/devel/py-ll-core X XUSE_PYTHON= 2.4+ XUSE_PYDISTUTILS= yes XUSE_BZIP2= yes X X.include END-of-py-ll-url/Makefile echo x - py-ll-url/pkg-plist sed 's/^X//' >py-ll-url/pkg-plist << 'END-of-py-ll-url/pkg-plist' X@comment $FreeBSD$ X%%PYTHON_SITELIBDIR%%/ll/url.py X%%PYTHON_SITELIBDIR%%/ll/_url.so X%%PYTHON_SITELIBDIR%%/ll/url.pyc X%%PYTHON_SITELIBDIR%%/ll/url.pyo END-of-py-ll-url/pkg-plist echo x - py-ll-url/distinfo sed 's/^X//' >py-ll-url/distinfo << 'END-of-py-ll-url/distinfo' XMD5 (ll-url-0.15.1.tar.bz2) = ffa18a0ba9512b0d32c3331241c9e751 XSIZE (ll-url-0.15.1.tar.bz2) = 27099 END-of-py-ll-url/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: