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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-draftjs_exporter Library to convert rich text from Draft.js raw ContentState to HTML
4.1.1 www 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.1.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-01-27 19:57:35
Last Update: 2020-12-05 13:52:37
SVN Revision: 557062
Also Listed In: python
License: MIT
WWW:
https://github.com/springload/draftjs_exporter
Description:
Draft.js exporter is a library to convert rich text from Draft.js raw ContentState to HTML. It is developed alongside the Draftail rich text editor, for Wagtail. Draft.js is a rich text editor framework for React. Its approach is different from most rich text editors because it does not store data as HTML, but rather in its own representation called ContentState. This exporter is useful when the ContentState to HTML conversion has to be done in a Python ecosystem. WWW: https://github.com/springload/draftjs_exporter
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}draftjs_exporter>0:www/py-draftjs_exporter@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-draftjs_exporter
Package flavors (<flavor>: <package>)
  • py37: py37-draftjs_exporter
distinfo:
TIMESTAMP = 1598456579 SHA256 (draftjs_exporter-4.1.1.tar.gz) = 16246ce9b66c9c37af132f3aab2378a23e0b3c30dea2b6b34af591b9e8495f83 SIZE (draftjs_exporter-4.1.1.tar.gz) = 33489

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py37-draftjs_exporter-4.1.1: HTML5LIB=off: Use html5lib as backing engine LXML=off: Use lxml as backing engine ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:3.6+
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/d/draftjs_exporter/
  2. https://pypi.org/packages/source/d/draftjs_exporter/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.1
05 Dec 2020 13:52:37
Revision:557062Original commit files touched by this commit
sunpoet search for other commits by this committer
Move www/py-draftjs_exporter to www/py-draftjs-exporter

- Bump PORTREVISION for dependency change
4.1.1
27 Aug 2020 18:45:56
Revision:546419Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.1.1

Changes:	https://github.com/springload/draftjs_exporter/releases
4.1.0
08 Jul 2020 19:02:06
Revision:541569Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.1.0

Changes:	https://github.com/springload/draftjs_exporter/releases
4.0.0
19 May 2020 05:16:50
Revision:535814Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.0

Changes:	https://github.com/springload/draftjs_exporter/releases
3.0.1
17 May 2020 20:17:47
Revision:535664Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.1

Changes:	https://github.com/springload/draftjs_exporter/releases
3.0.0
26 Jan 2020 16:13:02
Revision:524199Original commit files touched by this commit
sunpoet search for other commits by this committer
Add HTML5LIB and LXML options
3.0.0
04 Jan 2020 09:03:05
Revision:522000Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.0

Changes:	https://github.com/springload/draftjs_exporter/releases
		https://github.com/springload/draftjs_exporter/blob/master/CHANGELOG.md
2.1.7
27 Sep 2019 21:26:29
Revision:513061Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.1.7

Changes:	https://github.com/springload/draftjs_exporter/releases
		https://github.com/springload/draftjs_exporter/blob/master/CHANGELOG.md
2.1.6
29 May 2019 18:36:33
Revision:502989Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.1.6

Changes:	https://github.com/springload/draftjs_exporter/releases
		https://github.com/springload/draftjs_exporter/blob/master/CHANGELOG.md
2.1.5
27 Jan 2019 19:57:19
Revision:491384Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-draftjs_exporter 2.1.5

Draft.js exporter is a library to convert rich text from Draft.js raw
ContentState to HTML.

It is developed alongside the Draftail rich text editor, for Wagtail.

Draft.js is a rich text editor framework for React. Its approach is different
from most rich text editors because it does not store data as HTML, but rather
in its own representation called ContentState. This exporter is useful when the
ContentState to HTML conversion has to be done in a Python ecosystem.

WWW: https://github.com/springload/draftjs_exporter

Number of commits found: 10