Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.3_9 25 Feb 2024 17:18:52 |
Muhammad Moinur Rahman (bofh) |
textproc/ctpp2: Moved man to share/man
Approved by: portmgr (blanket) |
2.8.3_8 23 Jul 2023 18:45:17 |
Muhammad Moinur Rahman (bofh) |
textproc/ctpp2: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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) |
2.8.3_8 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 ) |
2.8.3_8 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.8.3_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.3_8 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.8.3_7 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.8.3_6 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.8.3_5 23 Feb 2018 21:09:47 |
rene |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
2.8.3_5 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.8.3_4 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.8.3_3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.8.3_3 03 Sep 2015 15:44:14 |
rakuco |
Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.
This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.
r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports (Only the first 15 lines of the commit message are shown above ) |
2.8.3_2 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
2.8.3_1 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
2.8.3_1 02 May 2014 10:42:26 |
vg |
* Fix build on FreeBSD 10 with clang 3.3
* Split patch from PR
PR: ports/189134
Submitted by: Shambler <shambler@gmx.us> |
2.8.3_1 03 Mar 2014 10:23:44 |
bapt |
Replace USE_GCC=yes by USES=compiler:c++11-lang as it builds fine with clang 33+
And fails with base gcc |
2.8.3_1 26 Jan 2014 11:57:13 |
mat |
- Convert to staging
- Add license
- Rename patch to follow makepatch naming
- Use new options knobs
Sponsored by: Absolight |
2.8.3_1 07 Jan 2014 22:57:37 |
mat |
Fix build with gcc47
maintainer timeout
PR: ports/184575
Submitted by: Christoph Moench-Tegeder |
2.8.3_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2.8.3 17 Oct 2013 13:50:53 |
vg |
- Added depends by gcc because clang doesn't build
- Fixed find libiconv on 10.x
Approved by: eadler, osa, rm (mentros, implicit) |
2.8.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.8.3 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
2.8.3 03 Jun 2013 08:41:07 |
rm |
- update to 2.8.3
- pass maintainership to submitter because of continuing timeouts
- chase the update in dependend ports
PR: 178717
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by: maintainer timeout (17 days) |
2.8.2 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
2.8.2 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.8.2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.8.2 01 Oct 2012 18:35:12 |
rm |
- update to 2.8.2
- optionify the port
- chase the update in dependend ports:
- textproc/py-pyctpp2
- www/cas
while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW
PR: 170610
Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by: maintainer timeout (> 1 month) |
2.8.1 22 Jun 2012 05:08:35 |
rm |
- update to 2.8.1
PR: 168845
Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by: maintainer timeout (2 weeks) |
2.7.1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.7.1 03 Sep 2011 11:57:24 |
dhn |
- Update to 2.7.1
PR: ports/158916
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer timeout |
2.6.14 28 Apr 2011 15:12:54 |
culot |
- Update to 2.6.14
PR: ports/156701
Submitted by: Andrei V. Shetuhin <reki@reki.ru> (maintainer) |
2.6.8 05 Feb 2011 03:24:39 |
miwi |
- Update to 2.6.8
PR: 154467
Submitted by: "Andrei V. Shetukhin" <reki@reki.ru> (maintainer)
Feature safe: yes |
2.6.3 04 Aug 2010 07:44:02 |
lwhsu |
- Update to 2.6.3
PR: ports/149242
Submitted by: "Andrei V. Shetuhin" <reki AT reki.ru> (maintainer) |
2.6.1_1 30 Jul 2010 08:15:30 |
pav |
- Revert BROKEN, the port was fixed last night |
2.6.1_1 30 Jul 2010 08:01:04 |
erwin |
Mark BROKEN: leaves files behind on deinstall |
2.6.1_1 29 Jul 2010 22:32:02 |
pav |
- Fix plist
Reported by: pointyhat |
2.6.1_1 20 Jul 2010 16:33:15 |
vsevolod |
Update to 2.6.1.
PR: 148794
Submitted by: maintainer
Feature safe: yes |
2.5.18_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.5.18 09 Apr 2010 23:33:09 |
sylvio |
- Update to 2.5.18
PR: ports/145581
Submitted by: Andrei V. Shetuhin <reki@reki.ru> (maintainer)
Approved by: itetcu (mentor, implicit) |
2.5.15 30 Dec 2009 13:31:40 |
vsevolod |
Update to 2.5.15.
PR: 142166
Submitted by: maintainer |
2.5.11 17 Sep 2009 20:04:05 |
glarkin |
- Updated to 2.5.11
- Parameterized pkg-plist to mirror the PORTVERSION
PR: ports/138895
Submitted by: "Hizbulin M. Ildar" <hizel@vyborg.ru>
Feature safe: yes |
2.5.9 13 Aug 2009 15:55:35 |
vsevolod |
Update to 2.5.9.
Bug fixes in TMPL_include inside TMPL_foreach cycle.
PR: 137727
Submitted by: maintainer |
2.5.8 10 Aug 2009 14:32:32 |
vsevolod |
* Update ctpp2 and p5 slave port to 2.5.8
PR: 137637, 137638
Submitted by: maintainer |
2.5.7 05 Jul 2009 22:06:07 |
miwi |
- Update to 2.5.7
PR: 136347
Submitted by: "Andrei V. Shetuhin" <reki@reki.ru> (maintainer) |
2.5.5 05 Jun 2009 21:38:09 |
miwi |
- Update to 2.5.5
PR: 135172
Submitted by: "Andrei V. Shetuhin" <reki@reki.ru> (maintainer) |
2.5.4 22 May 2009 21:54:33 |
miwi |
- Update to 2.5.4
PR: 134753
Submitted by: "Andrei V. Shetukhin" <reki@reki.ru> (maintainer) |
2.4.10 11 Apr 2009 11:44:35 |
miwi |
- Update to 2.4.10
PR: 133570
Submitted by: "Andrei V. Shetuhin" <reki@reki.ru> (maintainer) |
2.4.8_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
2.4.8 24 Mar 2009 10:36:49 |
pav |
- Update to 2.4.8
PR: ports/132994
Submitted by: Andrei v. Sheyuhin <reki@reki.ru> (maintainer) |
2.4.4 02 Mar 2009 21:44:28 |
wxs |
- Update to 2.4.4
PR: ports/132132
Submitted by: "Andrei V. Shetukhin" <reki@reki.ru> (maintainer) |
2.4.1 15 Jan 2009 19:16:24 |
amdmi3 |
- Update to 2.4.1
PR: 130582
Submitted by: "Andrei. V. Shetuhin" <reki at reki dot ru> (maintainer) |
2.3.10 26 Sep 2008 09:40:46 |
miwi |
- Update to 2.3.10
PR: 127462
Submitted by: "Andrei V. Shetuhin" <reki@reki.ru> (maintainer) |
2.3.5_1 07 Sep 2008 00:19:53 |
glarkin |
- Fixed handling of GCC -mtune switch on various combinations
of ARCH and OSVERSION
Reported by: pointyhat
Approved by: beech, itetcu (mentors, implicit) |
2.3.5 29 Aug 2008 20:18:54 |
glarkin |
- Updated ctpp2 to version 2.3.5
- Fixed ctpp2 build problem for amd64
- Updated p5-HTML-CTPP2 to version 2.3.6 and unbreak
- Added BUILD_DEPENDS to get correct version of ctpp2 to avoid
compilation errors in Perl module
PR: ports/126331
Submitted by: Andrei V. Shetuhin <reki at reki dot ru> (maintainer)
Approved by: beech (mentor, implicit) |
2.3.3 04 Jul 2008 00:18:09 |
beech |
- Update to 2.3.3
PR: ports/125116
Submitted by: Andrei V. Shetukhin <reki@reki.ru> (maintainer) |
2.3.0 29 May 2008 10:30:41 |
miwi |
- Update to 2.3.0
PR: 123925
Submitted by: Maintainer |
2.2.0 27 May 2008 22:12:09 |
miwi |
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake
Approved by: portmgr (pav) |
2.2.0 25 Apr 2008 13:40:11 |
pav |
- Update to 2.2.0
PR: ports/122886
Submitted by: Andrei V. Shetuhin <reki@reki.ru> (maintainer) |
2.1.1 26 Mar 2008 12:57:15 |
miwi |
- Update to 2.1.1
PR: 121914
Submitted by: Andrei V. Shetuhin" <slonik-v-domene@mail.ru> (maintainer) |
2.0.4 28 Feb 2008 09:38:12 |
miwi |
This is a simple set of C++ classes which allow to use
templates like perl module HTML::Template
WWW: http://reki.ru/products/ctpp/
PR: ports/119979
Submitted by: reki at reki.ru (Andrei V. Shetuhin) |