aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-07-08 04:10:36 +0800
committermm <mm@FreeBSD.org>2011-07-08 04:10:36 +0800
commit988d1ec44d9eb824eeff852e33c2891809573b9b (patch)
tree3f90254a0d0ecaa08e72bb39a6170be64999b266 /www
parentda84a4d37f535bb53ffd2acff0f5cbc421af3074 (diff)
downloadfreebsd-ports-gnome-988d1ec44d9eb824eeff852e33c2891809573b9b.tar.gz
freebsd-ports-gnome-988d1ec44d9eb824eeff852e33c2891809573b9b.tar.zst
freebsd-ports-gnome-988d1ec44d9eb824eeff852e33c2891809573b9b.zip
This Horde package provides classes for mapping URLs into the controllers
and actions of an MVC system. It is a port of a Python library, Routes, by Ben Bangert (http://routes.groovie.org). WWW: http://pear.horde.org
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/pear-Horde_Routes/Makefile19
-rw-r--r--www/pear-Horde_Routes/distinfo2
-rw-r--r--www/pear-Horde_Routes/pkg-descr5
4 files changed, 27 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 6b8a02bbb7c5..b3da7307e187 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1393,6 +1393,7 @@
SUBDIR += pear-HTTP_WebDAV_Client
SUBDIR += pear-HTTP_WebDAV_Server
SUBDIR += pear-Horde_Browser
+ SUBDIR += pear-Horde_Routes
SUBDIR += pear-Horde_SessionHandler
SUBDIR += pear-Horde_Template
SUBDIR += pear-Services_Amazon
diff --git a/www/pear-Horde_Routes/Makefile b/www/pear-Horde_Routes/Makefile
new file mode 100644
index 000000000000..9f7b2815c5ab
--- /dev/null
+++ b/www/pear-Horde_Routes/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: pear-Horde_Routes
+# Date created: 7 July 2011
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= Horde_Routes
+PORTVERSION= 1.0.0
+CATEGORIES= www pear
+MASTER_SITES= http://pear.horde.org/get/
+
+MAINTAINER= mm@FreeBSD.org
+COMMENT= Horde Routes URL mapping system
+
+USE_HORDE_RUN= Horde_Exception
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
diff --git a/www/pear-Horde_Routes/distinfo b/www/pear-Horde_Routes/distinfo
new file mode 100644
index 000000000000..f67e7182a57a
--- /dev/null
+++ b/www/pear-Horde_Routes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Routes-1.0.0.tgz) = adc8270d505d45a9f854ca85dc2100ae1ab56a434062818b507e86d143a9f0f3
+SIZE (Horde/Horde_Routes-1.0.0.tgz) = 43106
diff --git a/www/pear-Horde_Routes/pkg-descr b/www/pear-Horde_Routes/pkg-descr
new file mode 100644
index 000000000000..ecf824fe23a7
--- /dev/null
+++ b/www/pear-Horde_Routes/pkg-descr
@@ -0,0 +1,5 @@
+This package provides classes for mapping URLs into the controllers and
+actions of an MVC system. It is a port of a Python library, Routes,
+by Ben Bangert (http://routes.groovie.org).
+
+WWW: http://pear.horde.org