diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-29 20:47:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-29 20:47:02 +0000 |
commit | f6253ce7a478f28b3b7c305ee9e9957e52567015 (patch) | |
tree | 75d6c84e6de6e8ab4595eb8b3bcd30037a485a57 /net/pear-Net_URL_Mapper | |
parent | 7314254d76267820238a3893861c914cfcbeb5ea (diff) | |
download | ports-f6253ce7a478f28b3b7c305ee9e9957e52567015.tar.gz ports-f6253ce7a478f28b3b7c305ee9e9957e52567015.zip |
Notes
Diffstat (limited to 'net/pear-Net_URL_Mapper')
-rw-r--r-- | net/pear-Net_URL_Mapper/Makefile | 26 | ||||
-rw-r--r-- | net/pear-Net_URL_Mapper/distinfo | 3 | ||||
-rw-r--r-- | net/pear-Net_URL_Mapper/pkg-descr | 10 |
3 files changed, 39 insertions, 0 deletions
diff --git a/net/pear-Net_URL_Mapper/Makefile b/net/pear-Net_URL_Mapper/Makefile new file mode 100644 index 000000000000..4ca84cf7af5d --- /dev/null +++ b/net/pear-Net_URL_Mapper/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: pear-Net_URL_Mapper +# Date created: 2007-04-29 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net_URL_Mapper +PORTVERSION= 0.9.0 +CATEGORIES= net www pear + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A simple and flexible way to build nice URLs for web applications. + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Net +FILES= Mapper/Exception.php Mapper/Part.php \ + Mapper/Path.php Mapper/Part/Dynamic.php \ + Mapper/Part/Fixed.php Mapper/Part/Wildcard.php +TESTS= ExceptionTest.php GenerationTest.php RecognitionTest.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/net/pear-Net_URL_Mapper/distinfo b/net/pear-Net_URL_Mapper/distinfo new file mode 100644 index 000000000000..50ad1e620e89 --- /dev/null +++ b/net/pear-Net_URL_Mapper/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Net_URL_Mapper-0.9.0.tgz) = 11a4d002f881ac5d957cdbb6b46139f7 +SHA256 (PEAR/Net_URL_Mapper-0.9.0.tgz) = 743158720a7d505f47166920c8f2b9944c6e7cd7ccebb542b9e928d9dcc78dfc +SIZE (PEAR/Net_URL_Mapper-0.9.0.tgz) = 11982 diff --git a/net/pear-Net_URL_Mapper/pkg-descr b/net/pear-Net_URL_Mapper/pkg-descr new file mode 100644 index 000000000000..8fe4c12c5fff --- /dev/null +++ b/net/pear-Net_URL_Mapper/pkg-descr @@ -0,0 +1,10 @@ +Net_URL_Mapper provides a simple and flexible way to build nice URLs for your +web applications. + +The URL syntax is similar to what can be found in Ruby on Rails or Python +Routes module and as such, this package can be compared to what they call +a router. Still, Net_URL_Mapper does not perform the dispatching like these +frameworks and therefore can be used with your +own router. + +WWW: http://pear.php.net/package/Net_URL_Mapper/ |