aboutsummaryrefslogtreecommitdiff
path: root/mail/rss2email3
Commit message (Collapse)AuthorAgeFilesLines
* mail/rss2email3: Update to 3.11Kai Knoblich2020-07-143-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This update unbreaks the port at runtime by using the builtin "html.unescape()" function (introduced in Python 3.4) instead of the "html2text.unescape()" function from textproc/py-text2html which was removed since the 2019.8.11 release. * Submitter becomes maintainer because the previous maintainer seems to be missing in action as there was no feedback over five months. While I'm here: * Switch manpages to the preferred share/man location. * Remove no longer required CONFLICTS_INSTALL entry. * Update the WWW field to point to the new upstream repository. Changelog since 3.9: https://github.com/rss2email/rss2email/blob/v3.11/CHANGELOG PR: 243515 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (based on) Reported by: Michael Bueker <m.bueker@berlin.de> Approved by: maintainer timeout (5+ months) MFH: 2020Q3 (blanket: runtime fix) Notes: svn path=/head/; revision=542219
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* mail/rss2email3: UnbreakYuri Victorovich2018-03-252-8/+13
| | | | | | | | | | | | | | | Port changes: * Add previously missing manpage to PLIST_FILES * Add USE_PYTHON=concurrent * Add NO_ARCH=yes * Group USExx * Split out post-install-DOCS-on from post-install * While here, update 3.8 -> 3.9 and change to DISTVERSION Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=465498
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Allow these ports to build with PACKAGE_BUILDING_FLAVORS set.Bryan Drewery2017-06-041-1/+2
| | | | | | | | | | | | Poudriere in particulr did not properly handle DEPENDS_ARGS which made these ports not properly install dependencies. That bug is being addressed along with adding FLAVORS support to it. With hat: portmgr MFH: 2017Q2 Notes: svn path=/head/; revision=442592
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Bump minimal python3 version to 3.3 in USESRuslan Makhmatkhanov2016-02-021-1/+1
| | | | | | | | | Because we are going to remove python 3.2 from the ports tree With hat: python Notes: svn path=/head/; revision=407841
* Update ports in the [i-m]* category to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385637
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* Ignore on the package builders when the default version of python is differentAntoine Brodin2014-10-181-1/+7
| | | | | | | | | from the requested one Reported by: pkg-fallout Notes: svn path=/head/; revision=371129
* Move mail/rss2email => mail/rss2email2John Marino2014-08-191-1/+1
| | | | | | | | | | | | This is done to avoid confusion with mail/rss2email3. Also update the conflicts line of rss2email3 that broke with the recent update of mail/rss2email. This is the second part of the PR. PR: 190381 Submitted by: Stephen Guglielmo Notes: svn path=/head/; revision=365373
* - New port: mail/rss2email3Pietro Cerutti2014-02-144-0/+70
rss2email is a python script that lets you subscribe to a list of RSS or Atom feeds and get new posts sent to you by email. It is generally run via cron, but can be run manually as well. This is a python 3 rewrite of the original rss2email project by Lindsey Smith at AllThingsRSS. It does not run on python 2. WWW: https://github.com/wking/rss2email PR: 186752 Submitted by: Stephen R Guglielmo <srg@guglielmo.us> Notes: svn path=/head/; revision=344272