non port: security/py-dfvfs/Makefile |
SVNWeb
|
Number of commits found: 48 |
Sat, 22 Jul 2023
|
[ 07:46 Tobias C. Berner (tcberner) ] b28a739 (Only the first 10 of 94 ports in this commit are shown above. )
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853
|
Wed, 22 Feb 2023
|
[ 14:14 Antoine Brodin (antoine) ] d03ef56
security/py-dfvfs: update to 20221224
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 26 Jun 2021
|
[ 09:33 Antoine Brodin (antoine) ] 5805840
security/py-dfvfs: update to 20210606
|
Tue, 20 Apr 2021
|
[ 10:59 Antoine Brodin (antoine) ] 393f5f6
security/py-dfvfs: update to 20210213
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 26 Dec 2020
|
[ 11:59 antoine ]
Update to 20201219
|
Tue, 13 Oct 2020
|
[ 11:34 antoine ]
Update to 20200920
|
Sat, 1 Aug 2020
|
[ 18:17 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
|
Tue, 7 Jul 2020
|
[ 16:56 antoine ]
Update to 20200625
|
Sun, 10 May 2020
|
[ 08:50 antoine ]
Update to 20200429
|
Sat, 29 Feb 2020
|
[ 20:44 antoine ]
Update to 20200211
|
Sat, 25 Jan 2020
|
[ 15:06 antoine ]
Update to 20200121
|
Sun, 24 Nov 2019
|
[ 13:21 antoine ]
- Update to 20190902
- Drop python 2.7 support
|
Tue, 16 Jul 2019
|
[ 16:13 antoine ]
Update to 20190609
|
Tue, 4 Jun 2019
|
[ 08:37 antoine ]
Update to 20190511
|
Sat, 11 May 2019
|
[ 19:11 antoine ]
Update to 20190421
|
Sun, 3 Feb 2019
|
[ 09:57 antoine ]
Update to 20190128
|
Thu, 20 Dec 2018
|
[ 19:55 antoine ]
Update to 20181215
|
Sun, 7 Oct 2018
|
[ 16:12 antoine ]
Update to 20180831
|
Wed, 4 Jul 2018
|
[ 13:05 antoine ]
- Update to 20180703
- Now works with python 3
- Allow concurrent installation
|
Thu, 24 May 2018
|
[ 14:34 antoine ]
Update to 20180510
|
Sun, 31 Dec 2017
|
[ 16:00 antoine ]
Update to 20171230
|
Sat, 23 Dec 2017
|
[ 21:01 antoine ]
Update to 20171203
|
Sat, 2 Dec 2017
|
[ 13:47 antoine ]
Update to 20171125
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Sun, 6 Aug 2017
|
[ 16:36 antoine ]
Update to 20170723
|
Sat, 8 Apr 2017
|
[ 11:15 antoine ]
Update to 20170406
|
Sat, 18 Mar 2017
|
[ 18:33 antoine ]
- Update to 20170116
- Make it easier to test python 3 readiness
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
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)
|
Tue, 20 Sep 2016
|
[ 17:01 antoine ]
Update to 20160918
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 9 Mar 2016
|
[ 17:25 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
|
Sun, 24 Jan 2016
|
[ 07:29 antoine ]
Update to 20160108
|
Sat, 25 Jul 2015
|
[ 17:05 antoine ]
Update to 20150708
|
Sun, 1 Feb 2015
|
[ 15:45 antoine ]
Update to 20150129
|
Thu, 8 Jan 2015
|
[ 22:42 antoine ]
Update to 20150108
|
Sat, 20 Dec 2014
|
[ 22:13 antoine ]
Update to 20141220
|
Sun, 7 Dec 2014
|
[ 00:37 antoine ]
Update to 20141205
|
Mon, 10 Nov 2014
|
[ 09:40 antoine ]
Update to 20141108
|
Thu, 30 Oct 2014
|
[ 18:00 antoine ]
Update to 20141028
|
Sat, 4 Oct 2014
|
[ 22:21 antoine ]
Update to 20140928
|
Mon, 25 Aug 2014
|
[ 19:28 antoine ]
Update to 20140824
|
Wed, 20 Aug 2014
|
[ 19:38 antoine ]
Update to 20140818
|
Thu, 31 Jul 2014
|
[ 17:07 antoine ]
Update to 20140727
|
Thu, 5 Jun 2014
|
[ 19:27 antoine ]
Update to 20140604
|
Fri, 30 May 2014
|
[ 15:10 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/
|
Number of commits found: 48 |