Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.4 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.4 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.4 26 Jul 2021 14:29:37 |
Vanilla I. Shu (vanilla) |
textproc/google-ctemplate: update to 2.4. |
2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3 26 Sep 2020 14:57:08 |
vanilla |
Switch to python3.
PR: 249779
Reported by: swills@ |
2.3 17 Feb 2018 09:02:54 |
amdmi3 |
- Fix stripping through INSTALL_TARGET
- Switch to new test framework
Approved by: portmgr blanket |
2.3 07 Feb 2018 16:33:14 |
amdmi3 |
- Limit python version, fails to build with python3:
--- src/htmlparser/htmlparser_fsm.h ---
File "./src/htmlparser/generate_fsm.py", line 309
print '\n'.join((self._CreateHeader(),
^
SyntaxError: invalid syntax
Approved by: portmgr blanket |
2.3 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
2.3 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
2.3 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
2.3 30 Sep 2015 15:52:54 |
vanilla |
Rename ctemplate back to google-ctemplate, due package conflict. |
2.2_3 30 Sep 2015 02:19:14 |
vanilla |
1: Rename google-ctemplate to ctemplate.
2: Upgrade to 2.3.
3: move to github. |
2.2_3 07 Sep 2015 15:25:26 |
danfe |
- Unbreak the build on big-endian architectures (particularly, on PowerPC)
- Add `--disable-silent-rules' option to CONFIGURE_ARGS to help debugging
- Simplify `tests' target and rename to our more standard `regression-test' |
2.2_3 03 Sep 2015 14:09:18 |
amdmi3 |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
2.2_3 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
2.2_3 26 Aug 2014 16:50:56 |
adamw |
Apply a patch from upstream to fix build against gcc 4.7. This fixes
ctemplate-based build failures in mysql-workbench. |
2.2_2 05 Jul 2014 16:22:19 |
swills |
- Fix shebang for template-converter |
2.2_1 04 Jul 2014 18:49:02 |
tijl |
- Convert to USES=libtool pathfix
- Use BROKEN_powerpc |
2.2 25 Sep 2013 01:35:23 |
vanilla |
Support stage. |
2.2 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
2.2 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.2 30 Aug 2013 23:52:24 |
bapt |
Eradicate USE_GNOME=pkgconfig from textproc
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix |
2.2 08 Sep 2012 07:49:05 |
linimon |
Mark as broken on powerpc.
Hat: portmgr |
2.2 15 May 2012 01:19:34 |
vanilla |
Upgrade to 2.2. |
2.1 14 Apr 2012 04:16:24 |
vanilla |
1: Upgrade google-ctemplate to 2.1.
2: bump pecl-ctempalte revision to chase shared library version. |
2.0 02 Feb 2012 08:34:16 |
vanilla |
1: Upgrade to 2.0.
2: fix build with clang. |
1.1 12 Jan 2012 13:27:53 |
vanilla |
Upgrade to 1.1. |
1.0 05 Sep 2011 03:31:13 |
vanilla |
Upgrade to 1.0. |
0.99 17 Feb 2011 03:51:26 |
vanilla |
Upgrade to 0.99.
Feature safe: yes |
0.97 21 Apr 2010 08:26:47 |
vanilla |
Fix pkg-plist.
Submitted by: QAT@ |
0.97 21 Apr 2010 07:56:50 |
vanilla |
Upgrade to 0.97. |
0.96 09 Nov 2009 07:11:22 |
vanilla |
Upgrade to 0.96. |
0.95 13 Jun 2009 15:08:51 |
vanilla |
Upgrade to 0.95. |
0.94 20 May 2009 06:05:20 |
vanilla |
Fix pkg-plist.
Obtained from: QAT |
0.94 20 May 2009 02:20:06 |
vanilla |
Upgrade to 0.94. |
0.93 03 Feb 2009 02:07:28 |
vanilla |
Upgrade to 0.93. |
0.92 13 Nov 2008 23:39:14 |
vanilla |
Fix pkg-plist.
Submitted by: itetcu@ via QAT. |
0.92 13 Nov 2008 01:25:06 |
vanilla |
Upgrade to 0.92. |
0.91 21 Aug 2008 03:40:00 |
vanilla |
Upgrade to 0.91. |
0.90 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
0.90 12 May 2008 01:59:33 |
vanilla |
Upgrade to 0.90, and take over maintainer bit.
Approved by: clsung@ (original maintainer) |
0.9 20 Mar 2008 10:03:51 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.9 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
0.9 01 Mar 2008 02:34:08 |
vanilla |
Upgrade to 0.9.
Approved by: maintainer (clsung@) |
0.8 23 Aug 2007 01:49:40 |
vanilla |
Upgrade to 0.8.
Approved by: clsung@ |
0.7 17 Jul 2007 09:48:03 |
vanilla |
Upgrade to 0.7.
Approved by: clsung@ |
0.6.1 30 Jun 2007 16:00:30 |
clsung |
- Update to 0.6.1 |
0.6 15 Jun 2007 00:51:43 |
clsung |
- .la libtool archives are harmless now, back it off
Also ref:
http://lists.freebsd.org/pipermail/freebsd-ports/2007-March/039151.html
Stated by: pav |
0.6 13 Jun 2007 15:32:32 |
vanilla |
Upgrade to 0.6.
Approved by: clsung@ |
0.4 12 Feb 2007 08:43:38 |
clsung |
- Update to 0.4 |
0.3 12 Sep 2006 06:29:18 |
clsung |
- Update to 0.3 |
0.2 15 Aug 2006 01:45:58 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.2 08 Jul 2006 07:44:54 |
clsung |
- update to 0.2
- Changes
* API CHANGE: new typedefs (and types) for namelist functions (csilvers)
* carry annotation status through to child templates/sections (ehamon)
* Support registering templates after global construct time (njain)
* Add pthread-rwlock support for darwin (csilvers)
* SetTemplateGlobalValue(): new variable type with new scoping (ehamon)
* Export a nothreads version of the ctemplate library (csilvers)
* Got rid of scandir call, which should improve portability (csilvers) |
0.1 27 Apr 2006 01:52:15 |
ijliao |
add google-ctemplate 0.1
A simple but powerful template language for C++
pass maintainership to clsung |