Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
a.20240425 18 Feb 2025 09:46:19
    |
Antoine Brodin (antoine)  |
devel/libmsiecf: update to alpha-20240425 |
a.20231203 29 Feb 2024 13:56:47
    |
Antoine Brodin (antoine)  |
libyal: move man pages to share
Tested by: bofh |
a.20231203 14 Feb 2024 13:51:00
    |
Antoine Brodin (antoine)  |
devel/libmsiecf: update to alpha-20231203 |
a.20221024 21 Feb 2023 19:03:57
    |
Antoine Brodin (antoine)  |
devel/libmsiecf: update to alpha-20221024 |
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.20210420 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.20210420 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.20210420 26 Jun 2021 08:46:53
    |
Antoine Brodin (antoine)  |
devel/libmsiecf: update to alpha-20210420 |
a.20200710 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
a.20200710 26 Jul 2020 08:07:37
  |
antoine  |
Update to alpha-20200710 |
a.20191221 23 Dec 2019 12:40:14
  |
antoine  |
- Update to alpha-20191221
- Remove python 2.7 support |
a.20191104 07 Nov 2019 09:37:37
  |
antoine  |
Update to alpha-20191104 |
a.20181227 06 Jan 2019 12:13:24
  |
antoine  |
Update to alpha-20181227 |
a.20181215 20 Dec 2018 19:32:49
  |
antoine  |
Update to alpha-20181215 |
a.20170116_1 25 Aug 2018 08:32:59
  |
antoine  |
- Build python2 and python3 bindings
- Remove DOCS option, the 2 text files do not carry useful information |
a.20170116 22 Jan 2017 12:32:43
  |
antoine  |
- Update to alpha-20170116
- Make NLS optional |
a.20160904 10 Sep 2016 11:08:26
  |
antoine  |
Update to alpha-20160904 |
a.20160813 03 Sep 2016 09:34:10
  |
antoine  |
Update to alpha-20160813 |
a.20160421 30 Apr 2016 21:36:14
  |
antoine  |
Update to alpha-20160421 |
a.20160107 23 Jan 2016 13:29:26
  |
antoine  |
Update to alpha-20160107 |
a.20151220 25 Dec 2015 17:10:10
  |
antoine  |
Update to alpha-20151220 |
a.20151205 06 Dec 2015 15:59:01
  |
antoine  |
Update to alpha-20151205 |
a.20150708 25 Jul 2015 11:38:52
  |
antoine  |
Update to alpha-20150708 |
a.20150314 27 Mar 2015 09:02:04
  |
antoine  |
Update to alpha-20150314 |
a.20150106 08 Jan 2015 18:41:33
  |
antoine  |
Update to alpha-20150106 |
a.20141025 26 Oct 2014 17:47:38
  |
antoine  |
Update to alpha-20141025 |
a.20141024 25 Oct 2014 11:16:04
  |
antoine  |
Update to alpha-20141024 |
a.20140731 30 Aug 2014 09:58:03
  |
antoine  |
Convert to USES=python |
a.20140731 02 Aug 2014 11:39:24
  |
antoine  |
Update to alpha-20140731 |
a.20140723 26 Jul 2014 22:34:16
  |
antoine  |
Update to alpha-20140723 |
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:30:54
  |
antoine  |
Update to alpha-20140323 |
a.20140317 18 Mar 2014 18:46:53
  |
antoine  |
- Update to alpha-20140317
- Strip libraries |
a.20140131 09 Feb 2014 16:10:30
  |
antoine  |
- Update to alpha-20140131
- Use libtool
- Remove DOCS conditionals |
a.20131015 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.20131015 17 Oct 2013 16:18:10
  |
antoine  |
Update to alpha-20131015 |
a.20130923 24 Sep 2013 18:00:40
  |
antoine  |
- Update to alpha-20130923
- Convert to STAGEDIR |
a.20130805 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.20130805 07 Aug 2013 06:48:32
  |
antoine  |
Update libmsiecf to alpha-20130805 |
a.20130529 29 Jul 2013 22:06:54
  |
antoine  |
Make libmsiecf fetchable again.
While here, mark that is it not ready for python 3 yet |
a.20130529 31 May 2013 09:41:35
  |
antoine  |
Update libmsiecf to alpha-20130529
Approved by: miwi, eadler (mentors, implicit) |
a.20130417 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.20130417 26 Apr 2013 10:44:29
  |
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
a.20130417 21 Apr 2013 19:12:27
  |
antoine  |
Update libmsiecf to 20130417
Approved by: eadler (mentor)
Feature safe: yes |
a.20130414 17 Apr 2013 17:21:07
  |
antoine  |
Update libmsiecf to alpha-20130414
Approved by: miwi (mentor)
Feature safe: yes |
a.20130317 20 Mar 2013 20:31:28
  |
pawel  |
Update to alpha 20130317
Changes:
* improved support for MSIE 4.7 index.dat files.
* worked on support for URL record (item) type
PR: ports/177117
Submitted by: antoine@ (maintainer) |
a.20130305 09 Mar 2013 16:30:11
  |
rm  |
Library and tools to access the Microsoft Internet Explorer (MSIE) Cache File
(index.dat) files
WWW: http://code.google.com/p/libmsiecf/
PR: 176753
Submitted by: Antoine Brodin <antoine@FreeBSD.org> |