From 2426554754bee78056ca57ea7d96ffcdfef8f494 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Sun, 5 Apr 2015 21:15:52 +0000 Subject: New port: devel/py-pymtbl pymtbl: Python bindings for the mtbl sorted string table library pymtbl provides a simple Pythonic wrapper for mtbl's reader, writer, sorter, and merger interfaces. The examples/ directory contains scripts demonstrating each of these interfaces. Differential Revision: https://reviews.freebsd.org/D2220 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index fa659b55be3a..7fab3f11a883 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3996,6 +3996,7 @@ SUBDIR += py-pyke SUBDIR += py-pymarc SUBDIR += py-pympler + SUBDIR += py-pymtbl SUBDIR += py-pyparsing15 SUBDIR += py-pyro SUBDIR += py-pyshapelib -- cgit v1.2.3