import pear-Net-URL-Mapper 0.9.0
Net_URL_Mapper provides a simple and flexible way to build nice URLs for your web applications.
This commit is contained in:
parent
c61767598c
commit
3ba9618a59
19
net/pear-Net-URL-Mapper/Makefile
Normal file
19
net/pear-Net-URL-Mapper/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/18 11:13:21 jasper Exp $
|
||||
|
||||
COMMENT= simple and flexible way to build nice URLs
|
||||
|
||||
DISTNAME= Net_URL_Mapper-0.9.0
|
||||
PKGNAME= pear-${DISTNAME:S/_/-/}
|
||||
CATEGORIES= net
|
||||
|
||||
MODULES= www/pear
|
||||
|
||||
# BSD License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::net/pear-Net-URL
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/pear-Net-URL-Mapper/distinfo
Normal file
5
net/pear-Net-URL-Mapper/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Net_URL_Mapper-0.9.0.tgz) = EaTQAviBrF2VfNu2tGE59w==
|
||||
RMD160 (Net_URL_Mapper-0.9.0.tgz) = 1U9GHeFsbBgPJm5vp8cwTYaMry0=
|
||||
SHA1 (Net_URL_Mapper-0.9.0.tgz) = TNNfb21c2+ZgkiNcmfeZ/wVilrc=
|
||||
SHA256 (Net_URL_Mapper-0.9.0.tgz) = dDFYcgp9UF9HFmkgyPK5lExufNfM67VCueko2dzHjfw=
|
||||
SIZE (Net_URL_Mapper-0.9.0.tgz) = 11982
|
8
net/pear-Net-URL-Mapper/pkg/DESCR
Normal file
8
net/pear-Net-URL-Mapper/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
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.
|
19
net/pear-Net-URL-Mapper/pkg/PLIST
Normal file
19
net/pear-Net-URL-Mapper/pkg/PLIST
Normal file
@ -0,0 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/18 11:13:21 jasper Exp $
|
||||
@group daemon
|
||||
pear/lib/.registry/net_url_mapper.reg
|
||||
pear/lib/Net/URL/
|
||||
pear/lib/Net/URL/Mapper/
|
||||
pear/lib/Net/URL/Mapper.php
|
||||
pear/lib/Net/URL/Mapper/Exception.php
|
||||
pear/lib/Net/URL/Mapper/Part/
|
||||
pear/lib/Net/URL/Mapper/Part.php
|
||||
pear/lib/Net/URL/Mapper/Part/Dynamic.php
|
||||
pear/lib/Net/URL/Mapper/Part/Fixed.php
|
||||
pear/lib/Net/URL/Mapper/Part/Wildcard.php
|
||||
pear/lib/Net/URL/Mapper/Path.php
|
||||
pear/tests/Net_URL_Mapper/
|
||||
pear/tests/Net_URL_Mapper/tests/
|
||||
pear/tests/Net_URL_Mapper/tests/ExceptionTest.php
|
||||
pear/tests/Net_URL_Mapper/tests/GenerationTest.php
|
||||
pear/tests/Net_URL_Mapper/tests/RecognitionTest.php
|
||||
@group
|
Loading…
Reference in New Issue
Block a user