Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
a.20240504 18 Feb 2025 09:43:40
    |
Antoine Brodin (antoine)  |
devel/libevtx: update to alpha-20240504 |
a.20231121 29 Feb 2024 13:56:47
    |
Antoine Brodin (antoine)  |
libyal: move man pages to share
Tested by: bofh |
a.20231121 14 Feb 2024 13:40:57
    |
Antoine Brodin (antoine)  |
devel/libevtx: update to alpha-20231121 |
a.20221101 21 Feb 2023 18:47:42
    |
Antoine Brodin (antoine)  |
devel/libevtx: update to alpha-20221101 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
a.20210525 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
a.20210525 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
a.20210525 26 Jun 2021 08:06:29
    |
Antoine Brodin (antoine)  |
devel/libevtx: update to alpha-20210525 |
a.20200709 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
a.20200709 26 Jul 2020 08:04:56
  |
antoine  |
Update to alpha-20200709 |
a.20200419 10 May 2020 08:09:02
  |
antoine  |
Update to alpha-20200419 |
a.20191221 23 Dec 2019 12:37:04
  |
antoine  |
- Update to alpha-20191221
- Remove python 2.7 support |
a.20191104 07 Nov 2019 09:42:51
  |
antoine  |
Update to alpha-20191104 |
a.20190619 16 Jul 2019 16:12:04
  |
antoine  |
Update to alpha-20190619 |
a.20181227 06 Jan 2019 12:01:08
  |
antoine  |
Update to alpha-20181227 |
a.20181216 20 Dec 2018 19:34:57
  |
antoine  |
Update to alpha-20181216 |
a.20170122_1 04 Jul 2018 09:09:01
  |
antoine  |
- Build python2 and python3 bindings
- Remove DOCS option, the 2 text files do not carry useful information |
a.20170122 22 Jan 2017 12:38:37
  |
antoine  |
- Update to alpha-20170122
- Add LICENSE_FILE
- Make NLS optional |
a.20160421 01 May 2016 07:51:40
  |
antoine  |
- Update to alpha-20160421
- Unbundle libfwnt |
a.20160107 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
a.20160107 23 Jan 2016 13:14:43
  |
antoine  |
Update to alpha-20160107 |
a.20151206 20 Dec 2015 06:57:13
  |
antoine  |
Update to alpha-20151206 |
a.20151205 06 Dec 2015 15:50:46
  |
antoine  |
Update to alpha-20151205 |
a.20150928 04 Oct 2015 16:07:04
  |
antoine  |
Update to alpha-20150928 |
a.20150105 08 Jan 2015 18:40:36
  |
antoine  |
Update to alpha-20150105 |
a.20141112 15 Nov 2014 13:44:05
  |
antoine  |
Update to alpha-20141112 |
a.20141026 26 Oct 2014 17:44:23
  |
antoine  |
Update to alpha-20141026 |
a.20140901 03 Sep 2014 20:30:07
  |
antoine  |
Update to alpha-20140901 |
a.20140731 29 Aug 2014 17:28:42
  |
antoine  |
Convert a few ports to USES=python |
a.20140731 02 Aug 2014 11:35:32
  |
antoine  |
Update to alpha-20140731 |
a.20140723 26 Jul 2014 22:30:16
  |
antoine  |
Update to alpha-20140723 |
a.20140531 01 Jun 2014 15:12:06
  |
antoine  |
- Update to alpha-20140531
- Drop la files |
a.20140323_1 23 Apr 2014 13:25:17
  |
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
a.20140323 24 Mar 2014 19:24:08
  |
antoine  |
Update to alpha-20140323 |
a.20140317 18 Mar 2014 18:19:44
  |
antoine  |
- Update to alpha-20140317
- Use libtool, strip libraries
- No more examples, see the projects website if you need some |
a.20140112 13 Jan 2014 21:00:04
  |
rene  |
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) |
a.20140112 13 Jan 2014 20:39:41
  |
antoine  |
Update to alpha-20140112 |
a.20131211 12 Dec 2013 18:44:45
  |
antoine  |
Update to alpha-20131211 |
a.20131013 15 Oct 2013 19:25:43
  |
antoine  |
Update to alpha-20131013 |
a.20130923 24 Sep 2013 17:55:42
  |
antoine  |
- Update to alpha-20130923
- Convert to STAGEDIR |
a.20130909 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
a.20130909 11 Sep 2013 19:27:59
  |
antoine  |
Update libevtx to alpha-20130909 |
a.20130727 29 Jul 2013 21:19:27
  |
antoine  |
Update libevtx to alpha-20130727 |
a.20130713 13 Jul 2013 17:08:40
  |
antoine  |
Update libevtx to alpha-20130713 |
a.20130712 12 Jul 2013 18:51:08
  |
antoine  |
Update libevtx to alpha-20130712
Add back OPTIONS_DEFINE |
a.20130421 04 May 2013 09:38:47
  |
antoine  |
Update libevtx to alpha-20130421
libevtx does not work with python 3 yet
Do not show dialog for global options
Approved by: eadler, miwi (mentors, implicit) |
a.20130418 27 Apr 2013 08:50:47
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
a.20130418 26 Apr 2013 10:44:29
  |
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
a.20130418 21 Apr 2013 19:09:54
  |
antoine  |
Update libevtx to alpha 20130418
Approved by: eadler
Feature safe: yes |
a.20130414 17 Apr 2013 17:20:09
  |
antoine  |
Update libevtx to 20130414
Approved by: miwi (mentor)
Feature safe: yes |
a.20130319 28 Mar 2013 04:47:09
  |
miwi  |
- Update to 20130319
PR: 177199
Submitted by: antoine@ |
a.20130303 09 Mar 2013 16:35:59
  |
rm  |
- update to alpha-20130303
PR: 176757
Submitted by: antoine (maintainer) |
a.20130226 01 Mar 2013 22:36:15
  |
pawel  |
Update to version 20130226
PR: ports/176590
Submitted by: antoine@ |
a.20130209 12 Feb 2013 10:31:10
  |
miwi  |
Library and tooling to access the Windows XML Event Log (EVTX) format
WWW: http://code.google.com/p/libevtx/
PR: ports/176007
Submitted by: Antoine Brodin <antoine@FreeBSD.org> |