non port: security/py-plaso/Makefile |
SVNWeb
|
Number of commits found: 54 |
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:39 Antoine Brodin (antoine) ] ef12899
security/py-plaso: update to 20210606
|
Tue, 20 Apr 2021
|
[ 11:07 Antoine Brodin (antoine) ] 053fd2c
security/py-plaso: update to 20210412
|
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.
|
Wed, 13 Jan 2021
|
[ 16:13 osa ] (Only the first 10 of 31 ports in this commit are shown above. )
Update databases/redis to the recent stable version 6.0.10.
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel
Connect databases/redis5 to the build.
Bump PORTREVISIONs for dependant ports.
|
Thu, 7 Jan 2021
|
[ 02:25 acm ]
- Bump PORTREVISION. devel/py-defusedxml was updated
|
Wed, 30 Dec 2020
|
[ 16:39 antoine ]
Update to 20201228
|
Tue, 13 Oct 2020
|
[ 11:48 antoine ]
Update to 20201007
|
Sun, 26 Jul 2020
|
[ 08:14 antoine ]
Update to 20200717
|
Tue, 7 Jul 2020
|
[ 17:29 antoine ]
Update to 20200630
|
Sun, 10 May 2020
|
[ 09:08 antoine ]
Update to 20200430
|
Fri, 6 Mar 2020
|
[ 16:38 antoine ]
Update to 20200227
|
Sat, 25 Jan 2020
|
[ 15:06 antoine ]
Update to 20200121
|
Tue, 10 Dec 2019
|
[ 14:34 antoine ]
Update to 20191203
|
Sun, 24 Nov 2019
|
[ 13:15 antoine ]
- Update to 20190916
- Drop python 2.7 support
|
Tue, 16 Jul 2019
|
[ 16:14 antoine ]
Update to 20190708
|
Tue, 4 Jun 2019
|
[ 08:58 antoine ]
Update to 20190531
|
Sat, 11 May 2019
|
[ 19:14 antoine ]
- Update to 20190429
- Allow concurrent installation
|
Sun, 7 Apr 2019
|
[ 20:40 antoine ]
Update to 20190331
Announce: http://blog.kiddaland.net/2019/04/plaso-20190331-released.html
|
Sun, 3 Feb 2019
|
[ 09:58 antoine ]
Update to 20190131
|
Thu, 20 Dec 2018
|
[ 19:57 antoine ]
Update to 20181219
Announce: http://blog.kiddaland.net/2018/12/plaso-20181219-released.html
|
Sun, 7 Oct 2018
|
[ 16:33 antoine ]
Update to 20180930
|
Sat, 25 Aug 2018
|
[ 08:38 antoine ]
Update to 20180818
Announce: http://blog.kiddaland.net/2018/08/plaso-20180818-released.html
|
Mon, 2 Jul 2018
|
[ 17:55 antoine ]
Update to 20180630
Announce: http://blog.kiddaland.net/2018/07/plaso-20180630-released.html
|
Sun, 27 May 2018
|
[ 21:11 antoine ]
Allow concurrent installation of py-artifacts
|
Thu, 24 May 2018
|
[ 14:54 antoine ]
Update to 20180524
|
Mon, 29 Jan 2018
|
[ 12:18 antoine ]
Update to 20180127
|
Sun, 31 Dec 2017
|
[ 16:09 antoine ]
Update to 20171231
|
Sat, 2 Dec 2017
|
[ 13:58 antoine ]
- Update to 20171118
- Arrange dependencies to make it easier to test python3 readiness
|
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 )
|
Sat, 7 Oct 2017
|
[ 18:40 antoine ]
Update py-bencode 1.0 to py-bencode.py 1.2.0, this is a fork that works
with both python2 and python3
|
Thu, 5 Oct 2017
|
[ 19:29 antoine ]
Update plaso to 20170930 Heimdall
Release
notes: http://blog.kiddaland.net/2017/10/drink-joyful-good-mead-plaso-20170925.html
|
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)
|
Wed, 26 Oct 2016
|
[ 15:29 antoine ]
Update to 1.5.1
|
Tue, 20 Sep 2016
|
[ 17:21 antoine ]
Update plaso to 1.5.0
Announce:
http://blog.kiddaland.net/2016/09/what-flies-there-what-fares-there-or.html
|
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, 23 Mar 2016
|
[ 09:20 vsevolod ] (Only the first 10 of 36 ports in this commit are shown above. )
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
|
Sun, 24 Jan 2016
|
[ 07:35 antoine ]
Update to 1.4.0
Announce:
http://blog.kiddaland.net/2016/01/sprinkling-morning-dew-and-summer.html
|
Wed, 4 Nov 2015
|
[ 20:11 sunpoet ] (Only the first 10 of 13 ports in this commit are shown above. )
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
|
Sat, 25 Jul 2015
|
[ 17:09 antoine ]
Update to 1.3.0
Announce:
http://blog.kiddaland.net/2015/07/bringing-end-to-sorrow-new-plaso-release.html
|
Sun, 1 Feb 2015
|
[ 12:42 antoine ]
- Update textproc/py-pyelasticsearch to 1.0
- Adjust security/py-plaso dependencies and patch it to be less noisy
|
Sat, 20 Dec 2014
|
[ 23:11 antoine ]
Update to 1.2.0
Announce: http://blog.kiddaland.net/2014/12/hey-kids-i-heard-on-news-that-airline.html
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Fri, 29 Aug 2014
|
[ 17:28 antoine ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert a few ports to USES=python
|
Sat, 7 Jun 2014
|
[ 08:43 antoine ]
- Update plaso to 1.1.0
Announce:
http://blog.kiddaland.net/2014/06/what-is-one-to-say-about-june-time-of.html
- Add converters/py-bencode, bencoding and bdecoding implementation
|
Sun, 26 Jan 2014
|
[ 10:29 antoine ]
- Switch from easy_install to install
- Use PYDISTUTILS_AUTOPLIST
- Remove DOCS/EXAMPLES conditionals
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Mon, 18 Nov 2013
|
[ 19:13 antoine ]
- Update to 1.0.2
- Stage support
Release
notes: http://blog.kiddaland.net/2013/10/halloween-brings-with-it-riding-witches.html
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Sun, 25 Aug 2013
|
[ 16:14 olgeni ]
Update iPython package name.
|
Wed, 8 May 2013
|
[ 10:45 antoine ]
Use package names rather than files in PYTHON_SITELIBDIR for depends.
Requested by: rm
Approved by: eadler, miwi (mentors, implicit)
|
Tue, 7 May 2013
|
[ 19:31 antoine ]
New port: security/py-plaso
Automatic creation of a super timeline
WWW: https://sites.google.com/a/kiddaland.net/plaso/
Approved by: miwi (mentor)
|
Number of commits found: 54 |