Port details |
- dtdparse Parse a DTD and produce an XML document that represents it
- 2.00_1 textproc =3 2.00_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-02-06 04:37:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: transfig, healthd, p5-MIME-Tools, autoconf, libwmf
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/dtdparse/
- Description:
- DTDParse is a tool for manipulating XML and SGML Document Type
Definitions (DTDs). DTDParse is designed primarily to aid in the
understanding and documentation of DTDs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dtdparse>0:textproc/dtdparse
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/textproc/dtdparse/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/dtdparse
- pkg install dtdparse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dtdparse
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (SGML-DTDParse-2.00.tar.gz) = 092734401d77d7a6693a1db5a1cc18b43c3671eb2d8ab52b34af6b9417dadde3
SIZE (SGML-DTDParse-2.00.tar.gz) = 57846
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DelimMatch>=0 : textproc/p5-DelimMatch
- p5-XML-DOM>=0 : textproc/p5-XML-DOM
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_dtdparse
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.00_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 ) |
2.00_1 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.00_1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.00_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.00_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
2.00_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.00_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
2.00_1 04 Aug 2015 21:35:06 |
amdmi3 |
- Add NO_ARCH |
2.00_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.00 24 Feb 2014 17:14:59 |
mat |
Staging.
Sponsored by: Absolight |
2.00 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.00 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
2.00 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
2.00 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
2.00 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
2.00 08 Sep 2007 01:06:22 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
2.00 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.00 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
2.00 22 Jul 2005 09:03:34 |
sem |
- Fix pkg-plist
Pointyhat to: me from pav |
2.00 22 Jul 2005 08:25:07 |
sem |
- Update to 2.00
PR: ports/83859
Submitted by: Ports Fury |
2.0.b6_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
2.0.b6_1 30 Mar 2003 23:04:42 |
edwin |
Update port: textproc/dtdparse (cleanup)
Drop maintainership and cleanup
PR: ports/50380
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
2.0.b6_1 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
2.0.b6_1 19 Jul 2002 14:06:03 |
ijliao |
- Don't generate catalog chain and minor cleanups
- Change maintainer's address
- Bump PORTREVISION
PR: 40769
Submitted by: maintainer |
25 Feb 2002 20:58:37 |
pat |
Fix pkg-plist entry |
06 Feb 2002 07:37:00 |
kuriyama |
Add dtdparse 2.0.b6, parse a DTD and produce an XML document that represents
it. |