fizx / parsley

Parsley is a simple language for extracting structured data from web pages. Parsley consists of an powerful selector language wrapped with a JSON structure that can represent page-wide formatting.

This URL has Read+Write access

parsley / Portfile.in
100644 18 lines (16 sloc) 0.623 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
name parsley
version <VERSION>
categories net
maintainers kyle@kylemaxwell.com
description Data extractor
long_description Parsley is a system to extract data from HTML/XML documents
homepage http://github.com/fizx/parsley
platforms darwin
master_sites http://parselets.com
depends_lib port:argp-standalone \
port:json-c \
port:libxslt \
port:pcre