aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-11-28 12:02:35 +0000
committerJohn Marino <marino@FreeBSD.org>2014-11-28 12:02:35 +0000
commitad5b336135bf32c2d0c1f5a3efb5dd62342b1825 (patch)
tree4c608934bb2916de9e3389fbc45e958a7304238e /devel/Makefile
parent10afbd20f8f3d6f52c30168546119b96b6cf5acb (diff)
downloadports-ad5b336135bf32c2d0c1f5a3efb5dd62342b1825.tar.gz
ports-ad5b336135bf32c2d0c1f5a3efb5dd62342b1825.zip
Add new port devel/libr3
PR: 194212 Submitted by: Gasol Wu R3 is an URL router library with high performance implemented in C. It compiles route paths into a prefix trie. By using the constructed prefix trie in the start-up time, you can dispatch routes with efficiency.
Notes
Notes: svn path=/head/; revision=373562
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 09e975004248..8b5dbed5f21f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1118,6 +1118,7 @@
SUBDIR += libpthread-stubs
SUBDIR += libqcow
SUBDIR += libqxt
+ SUBDIR += libr3
SUBDIR += librcc
SUBDIR += librcd
SUBDIR += libreadline-java