non port: mail/muttils/Makefile |
Number of commits found: 16 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Friday, 9 Aug 2019
|
15:36 jgh
- reclaim maintainership
- pet portlint
- add gplv2 license
 |
Monday, 5 Aug 2019
|
20:07 rene
Return jgh's ports to the various pools after his commit bit was safekept.
Hat: portmgr-secretary
 |
Monday, 10 Sep 2018
|
13:15 mat
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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
 |
Tuesday, 21 Oct 2014
|
17:10 mva
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
 |
Thursday, 7 Nov 2013
|
01:20 jgh
- remove conditional no longer required per staging
 |
Wednesday, 23 Oct 2013
|
05:40 jgh
- support staging
- convert to autoplist
 |
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
 |
Monday, 20 Aug 2012
|
21:34 jgh
- update to 1.3, changeset 8bb26094df06
- remove redundancy in pkg-plist for examples
 |
Sunday, 1 Jul 2012
|
20:48 jgh
- add conflicts against zh-wenju, talkfilters and reed
Reported by: madis555@hot.ee
 |
Monday, 25 Jun 2012
|
23:09 jgh
- adopt optionsNG
 |
Tuesday, 27 Mar 2012
|
01:01 jgh
- Update to 1.2, changeset 42b380758b70
Feature safe: yes
 |
Tuesday, 20 Dec 2011
|
17:10 jgh
move contributor address => jgh
Approved by: crees (mentor)
 |
Tuesday, 24 May 2011
|
08:27 culot
- Update to 1.1
- Improve pkg-descr
PR: ports/157280
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
 |
Thursday, 12 May 2011
|
23:40 wxs
Python utilities for console mail clients like Mutt.
sigpager: Offers an interactive selection of signatures.
urlpager: Searches for urls, and retrieves url selected by user.
Urls include Message-IDs.
urlbatcher: Retrieve urls contained in input.
pybrowser: Can be used as general browser call. Application to
override platform default can be specified via -b option.
viewhtmlmsg: Display html message in browser.
wrap: Word wrap text input. With support for messages
(recognition of quote chars etc.).
WWW: https://bitbucket.org/blacktrash/muttils
PR: ports/156189
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
 |
Number of commits found: 16 |