Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.5 22 Oct 2024 09:26:12 |
Pietro Cerutti (gahr) |
www/tdom: update to 0.9.5
* Added the asTypedList method to the domDoc and domNode commands.
* Added the createFromTypedList method to the dom command.
* Updated to expat 2.6.3.
* Added the flag -keepTextStart to the expat command.
* Text node commands created by createNodeCmd of the json type NULL, TRUE or
FALSE may be called without argument.
* Changed the error messages of the dom, domDoc and domNode commands to mostly
confirm to ususal Tcl behaviour.
* Added the asTclValue method to the domDoc and domNode commands. |
0.9.4 15 Aug 2024 16:59:08 |
Zsolt Udvari (uzsolt) Author: Mikhail Teterin |
www/tdom: update to 0.9.4
Use post-patch-EBASE-on instead of .if conditional.
Switch to DISTVERSION.
Pet portlint, portfmt.
Changelog: http://tdom.org/index.html/file?name=CHANGES&ci=trunk
PR: 280832
Approved by: submitter is maintainer |
0.9.3_1 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
0.9.3 10 Mar 2024 18:16:02 |
Gleb Popov (arrowd) |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
0.9.3 09 Jan 2024 09:20:31 |
Mikhail Teterin (mi) |
www/tdom: update PLIST to reflect the renaming of README
Kicked by: olgeni@ |
0.9.3 09 Jan 2024 08:19:22 |
Mikhail Teterin (mi) |
www/tdom: the file formerly known as README is now README.md
This affects those, who have the DOCS-option on.
Notified by: gahr@ |
0.9.3 07 Jan 2024 19:07:30 |
Mikhail Teterin (mi) |
www/tdom: upgrade from 0.9.1 to 0.9.3
Change-log: http://www.tdom.org/index.html/dir?ci=release
Prodded by: portscout |
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) |
0.9.1 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 ) |
0.9.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.1 28 Feb 2019 12:05:42 |
gahr |
www/tdom: add an OPTION (default off) to build against expat from ports
PR: 231663 (was mentioned in comment #7)
Submitted by: gahr
Approved by: maintainer timeout |
0.9.1 14 Oct 2018 14:55:00 |
mi |
Upgrade from 0.9.0 to 0.9.1.
PR: 231663
Submitted by: gahr |
0.9.0 06 Feb 2018 08:27:32 |
gahr |
www/tdom: fix build |
0.9.0 05 Feb 2018 20:48:24 |
mi |
We do not need to apply ranlib, and we do not need GNU make. |
0.9.0 05 Feb 2018 20:28:44 |
mi |
Upgrade from 0.8.3 to 0.9.0 -- the option to parse HTML5 texts using gumbo
is the most significant improvement.
While here, (almost) get rid of the bundled expat code in favor of libbsdxml. |
0.8.3 04 Nov 2017 11:43:35 |
dbaio |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
0.8.3 18 Jan 2017 13:20:32 |
tijl |
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) |
0.8.3 28 Dec 2016 19:25:40 |
amdmi3 |
- Add LICENSE
- Make port more readable by not mixing declarations and targets
- Switch to new test framework
- No need to install LICENSE file with docs
Approved by: portmgr blanket |
0.8.3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.8.3 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
0.8.3 21 Apr 2016 11:33:17 |
gahr |
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization. |
0.8.3 08 Sep 2015 11:30:22 |
amdmi3 |
- Pet portlint
- Switch to options helpers
Approved by: portmgr blanket |
0.8.3 04 Sep 2015 16:02:17 |
mat |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
0.8.3 13 Jul 2015 14:24:27 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.8.3 10 Dec 2014 15:49:56 |
mi |
Remove the USE_LDCONFIG -- the shared library installed by this port is
meant only to be loaded into Tcl at run-time by explicit path (via
"package require").
It does not need to be known to rtld. In fact, because the permissions
on the directory (lib/tdom0.8.3) allowed group-writing, ldconfig refused
to process the directory anyway.
Correct the latter problem for great justice. |
0.8.3 31 Jul 2014 19:20:53 |
zi |
- Add MASTER_SITES to fix fetch |
0.8.3 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.8.3 14 Jan 2014 08:53:51 |
gahr |
- Convert to USES=gmake tcl
- Convert to OPTIONSng
- STAGE-clean |
0.8.3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.8.3 22 May 2013 07:05:34 |
gahr |
- Fix build with Tcl < 8.6
Reported by: bdrewery |
0.8.3 21 May 2013 08:29:05 |
gahr |
- Fix build with Tcl 8.6
Reported by: miwi (Tcl/Tk 86 exp-run)
Approved by: portmgr |
0.8.3 06 Feb 2013 15:42:16 |
gahr |
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages |
0.8.3 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. |
0.8.3 29 Nov 2010 21:23:23 |
mi |
Upgade from 0.8.2 to 0.8.3. Fix up the WWW.
Take over maintainership to deal with any
fallout.
Approved by: mm (the previous maintainer) |
0.8.2_1 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
0.8.2 29 Feb 2008 11:17:57 |
mm |
- Update to 0.8.2
Suggested by: mi
Patches by: mi |
0.8.0_2 05 Apr 2007 13:19:09 |
mm |
- updated maintainer e-mail address
Approved by: garga (mentor) |
0.8.0_2 02 Apr 2007 22:56:15 |
pav |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run |
0.8.0_2 20 Mar 2007 11:41:05 |
miwi |
- Added support for the new tcl threads structure.
PR: 110405
Submitted by: Martin Matuska <martin@matuska.org> (Maintainer) |
0.8.0_1 01 Mar 2007 13:15:59 |
miwi |
- Set new maintainer forget in last commit |
0.8.0_1 01 Mar 2007 11:55:02 |
miwi |
- Added support for non-threaded tcl (if installed)
- Added support for tcl85 via USE_TCL_VER=85
- Added tcl84 to CATEGORIES list
- Added readme and html documentation
- Bump PORTREVISION
- Pass maintainership to submitter
PR: 109690
Submitted by: Martin Matuska <martin@matuska.org>
Approved by: A. Nooitgedagt <a.nooit@gmail.com> (old maintainer) |
0.8.0 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.8.0 27 Jul 2005 11:44:45 |
pav |
tDOM combines high performance XML data processing with easy and powerful Tcl
scripting functionality.
PR: ports/84139
Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net> |