aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorcpm <cpm@FreeBSD.org>2016-06-25 07:02:44 +0800
committercpm <cpm@FreeBSD.org>2016-06-25 07:02:44 +0800
commit0f9b9ff14d1a763526078efd1aed6e2e5220eee7 (patch)
treed0062a299482870e4eac3ce92ba14b82fe18da12 /textproc/Makefile
parent70379ceed88aedbe8eed555007380bb719357ebf (diff)
downloadfreebsd-ports-gnome-0f9b9ff14d1a763526078efd1aed6e2e5220eee7.tar.gz
freebsd-ports-gnome-0f9b9ff14d1a763526078efd1aed6e2e5220eee7.tar.zst
freebsd-ports-gnome-0f9b9ff14d1a763526078efd1aed6e2e5220eee7.zip
New port: textproc/py-beautifulsoup4
Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. It doesn't take much code to write an application. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't detect one. Then you just have to specify the original encoding. Beautiful Soup sits on top of popular Python parsers like lxml and html5lib, allowing you to try out different parsing strategies or trade speed for flexibility. WWW: https://www.crummy.com/software/BeautifulSoup/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D6937
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 29b3789e8c08..1d7cd6162831 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1219,6 +1219,7 @@
SUBDIR += py-acora
SUBDIR += py-alabaster
SUBDIR += py-asv
+ SUBDIR += py-beautifulsoup4
SUBDIR += py-bugzillatools
SUBDIR += py-chardet
SUBDIR += py-cloud_sptheme