Port details |
- xmlgen Write XML documents using Tcl
- 1.4 textproc =2 1.4Version of this port present on the latest quarterly branch.
- Maintainer: dereckson@gmail.com
- Port Added: 2013-02-18 06:03:43
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: tcl
- License: not specified in port
- WWW:
- https://tclxml.sourceforge.net/
- Description:
- xmlgen is a TCL package to write XML documents in Tcl.
This XML code is expressed by TCL code, which is translated.
Every tag is made into a markup command which takes attributes and
the element's content as parameters and then prints the XML tagged
content. Of course, the content again can contain markup commands.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/xmlgen/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/xmlgen
- pkg install xmlgen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmlgen
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmlgen-1.4.tar.gz) = 2e35025db5ff9ec8867907618c91d49d72fe93f26956ec2043ce751bc3a7b654
SIZE (xmlgen-1.4.tar.gz) = 59075
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_xmlgen
- USES:
- tcl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.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) |
1.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 ) |
1.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 ) |
1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.4 10 Jan 2014 16:40:32 |
gahr |
- Convert to USES=tcl
- STAGE-clean |
1.4 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.4 23 Apr 2013 11:51:53 |
gahr |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble) |
1.4 18 Feb 2013 06:03:27 |
miwi |
xmlgen is a TCL package to write XML documents in Tcl.
This XML code is expressed by TCL code, which is translated.
Every tag is made into a markup command which takes attributes and
the element's content as parameters and then prints the XML tagged
content. Of course, the content again can contain markup commands.
WWW: http://tclxml.sourceforge.net/
PR: ports/175391
Submitted by: SA(c)bastien Santoro <dereckson@gmail.com> |
Number of commits found: 10
|