Date: Wed, 2 Aug 2006 11:37:28 +0000 (UTC) From: Andrew Pantyukhin <sat@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-URI-FromHash Makefile distinfo pkg-descr pkg-plist Message-ID: <200608021137.k72BbStL040297@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sat 2006-08-02 11:37:28 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-URI-FromHash Makefile distinfo pkg-descr pkg-plist Log: Add port net/p5-URI-FromHash: This module provides a simple functional "named parameters" style interface for creating URIs. Underneath the hood it uses URI.pm, though because of the simplified interface it may not support all possible options for all types of URIs. It was created for the common case where you simply want to have a simple interface for creating syntactically correct URIs from known components (like a path and query string). Doing this using the native URI.pm interface is rather tedious, requiring a number of method calls, which is particularly ugly when done inside a templating system such as Mason or TT2. WWW: http://search.cpan.org/dist/URI-FromHash/ Justification: socialtext dependency Revision Changes Path 1.1709 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/p5-URI-FromHash/Makefile (new) 1.1 +3 -0 ports/net/p5-URI-FromHash/distinfo (new) 1.1 +13 -0 ports/net/p5-URI-FromHash/pkg-descr (new) 1.1 +2 -0 ports/net/p5-URI-FromHash/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608021137.k72BbStL040297>