Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Dec 2020 11:59:36
20201219

|
antoine  |
Update to 20201219 |
13 Oct 2020 11:34:30
20200920

|
antoine  |
Update to 20200920 |
01 Aug 2020 18:17:53
20200625

|
dbaio  |
Fix build (extract) with static bsdtar(1)
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
*** Error code 1
See more details for the same issue in bug 246618.
Reported by: pkg-fallout
Approved by: portmgr blanket |
07 Jul 2020 16:56:40
20200625

|
antoine  |
Update to 20200625 |
10 May 2020 08:50:51
20200429

|
antoine  |
Update to 20200429 |
29 Feb 2020 20:44:13
20200211

|
antoine  |
Update to 20200211 |
25 Jan 2020 15:06:17
20200121

|
antoine  |
Update to 20200121 |
24 Nov 2019 13:21:03
20190902

|
antoine  |
- Update to 20190902
- Drop python 2.7 support |
16 Jul 2019 16:13:43
20190609

|
antoine  |
Update to 20190609 |
04 Jun 2019 08:37:33
20190511

|
antoine  |
Update to 20190511 |
11 May 2019 19:11:50
20190421

|
antoine  |
Update to 20190421 |
03 Feb 2019 09:57:47
20190128

|
antoine  |
Update to 20190128 |
20 Dec 2018 19:55:30
20181215

|
antoine  |
Update to 20181215 |
07 Oct 2018 16:12:10
20180831

|
antoine  |
Update to 20180831 |
04 Jul 2018 13:05:55
20180703

|
antoine  |
- Update to 20180703
- Now works with python 3
- Allow concurrent installation |
24 May 2018 14:34:16
20180510

|
antoine  |
Update to 20180510 |
31 Dec 2017 16:00:36
20171230

|
antoine  |
Update to 20171230 |
23 Dec 2017 21:01:38
20171203

|
antoine  |
Update to 20171203 |
02 Dec 2017 13:47:38
20171125

|
antoine  |
Update to 20171125 |
30 Nov 2017 15:50:34
20170723

|
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 (Only the first 15 lines of the commit message are shown above ) |
06 Aug 2017 16:36:35
20170723

|
antoine  |
Update to 20170723 |
08 Apr 2017 11:15:44
20170406

|
antoine  |
Update to 20170406 |
18 Mar 2017 18:33:53
20170116

|
antoine  |
- Update to 20170116
- Make it easier to test python 3 readiness |
18 Jan 2017 13:20:32
20160918

|
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
20 Sep 2016 17:01:44
20160918

|
antoine  |
Update to 20160918 |
01 Apr 2016 14:25:18
20160108_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
09 Mar 2016 17:25:52
20160108_1

|
antoine  |
Sleuthkit 4.2.0 switched from 100 nano seconds precision to 1 nano second
precision for *time_nano fields. Adjust py-dfvfs for this.
See: https://github.com/log2timeline/dfvfs/issues/116 |
24 Jan 2016 07:29:11
20160108

|
antoine  |
Update to 20160108 |
25 Jul 2015 17:05:36
20150708

|
antoine  |
Update to 20150708 |
01 Feb 2015 15:45:45
20150129

|
antoine  |
Update to 20150129 |
08 Jan 2015 22:42:47
20150108

|
antoine  |
Update to 20150108 |
20 Dec 2014 22:13:08
20141220

|
antoine  |
Update to 20141220 |
07 Dec 2014 00:37:15
20141205

|
antoine  |
Update to 20141205 |
10 Nov 2014 09:40:02
20141108

|
antoine  |
Update to 20141108 |
30 Oct 2014 18:00:37
20141028

|
antoine  |
Update to 20141028 |
04 Oct 2014 22:21:59
20140928

|
antoine  |
Update to 20140928 |
25 Aug 2014 19:28:29
20140824

|
antoine  |
Update to 20140824 |
20 Aug 2014 19:38:58
20140818

|
antoine  |
Update to 20140818 |
31 Jul 2014 17:07:17
20140727

|
antoine  |
Update to 20140727 |
05 Jun 2014 19:27:06
20140604

|
antoine  |
Update to 20140604 |
30 May 2014 15:10:34
20140529

|
antoine  |
New port: securiry/py-dfvfs
dfVFS, or Digital Forensics Virtual File System, provides read-only access to
file-system objects from various storage media types and file formats. The goal
of dfVFS is to provide a generic interface for accessing file-system objects,
for which it uses several back-ends that provide the actual implementation of
the various storage media types, volume systems and file systems.
WWW: https://code.google.com/p/dfvfs/ |