notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
py-beautifulsoup4 Python screen-scraping library
4.4.1 textproc Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.4.1Version of this port present on the latest quarterly branch.
Maintainer: cpm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-06-24 23:02:49
Last Update: 2016-06-26 18:53:12
SVN Revision: 417605
Also Listed In: python
License: MIT
WWW:
https://www.crummy.com/software/BeautifulSoup/
Description:
Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping. Three features make it powerful: 1. 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. 2. 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. 3. 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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}beautifulsoup4>0:textproc/py-beautifulsoup4@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py34-beautifulsoup4
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. sphinx-build : textproc/py-sphinx
  2. py34-setuptools34>0 : devel/py-setuptools34
  3. python3.4 : lang/python34
  4. python3 : lang/python3
Runtime dependencies:
  1. py34-setuptools34>0 : devel/py-setuptools34
  2. python3.4 : lang/python34
  3. python3 : lang/python3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py34-beautifulsoup4-4.4.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:3
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/beautifulsoup4/
  2. https://pypi.python.org/packages/source/b/beautifulsoup4/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.4.1
26 Jun 2016 18:53:12
Revision:417605Original commit files touched by this commit
cpm search for other commits by this committer
- Remove duplicate port

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D6972
4.4.1
24 Jun 2016 23:02:44
Revision:417450Original commit files touched by this commit
cpm search for other commits by this committer
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 2