Port details |
- linuxdoc The Linuxdoc SGML DTD
- 1.1_2 textproc =148 1.1_2Version 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: unknown
- Last Update: 2022-07-20 14:23:14
- Commit Hash: 5cf7e35
- People watching this port, also watch:: iso8879, unzip, libiconv, gmake, m4
- License: not specified in port
- Description:
- This directory contains three versions of the linuxdoc DTD.
The first, original.dtd, is the original untouched DTD from the
SGML-tools version 0.99.13 toolkit. The second, freebsd-1.0.dtd, has
been slightly modified to (a) remove bogus shortref maps, and (b)
add a PART element. The third, freebsd-1.1.dtd adds a manref element.
Using the supplied catalog file with James Clark's SP parser,
documents beginning like this:
<!doctype linuxdoc system>
will automatically use the original DTD, while these:
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc//EN">
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc 1.0//EN">
will use the FreeBSD DTD, version 1.0 and this:
<!doctype linuxdoc public "-//FreeBSD//DTD linuxdoc 1.1//EN">
will use the FreeBSD DTD, version 1.1.
January 17, 1998
jfieber@FreeBSD.org
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linuxdoc>0:textproc/linuxdoc
- To install the port:
- cd /usr/ports/textproc/linuxdoc/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/linuxdoc
- pkg install linuxdoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linuxdoc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (linuxdoc-1.1.tar.gz) = cccac28193645db711262ccb9596054804cb2bea8ed301759cef5c31d27dcdfc
SIZE (linuxdoc-1.1.tar.gz) = 6190
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- catalog : textproc/iso8879
- xmlcatmgr : textproc/xmlcatmgr
- This port is required by:
- for Run
-
- textproc/dtd-catalogs
- textproc/sgmlformat
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_linuxdoc
- 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 |
1.1_2 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.1_2 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
1.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_2 13 Jan 2017 16:54:56 |
mat |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight |
1.1_2 24 May 2016 22:32:49 |
bapt |
Add a new keywork xmlcatmgr
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing
Reviewed by: hrs
Differential Revision: https://reviews.freebsd.org/D6539 |
1.1_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.1_2 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.1_2 19 Feb 2014 21:48:12 |
mandree |
Bump portrevision because installations from package would not have the catalog
updated previously. |
1.1_1 19 Feb 2014 21:47:01 |
mandree |
Convert to staging. Fix @exec bug in pkg-plist.
Approved by: portmgr (blanket) |
1.1_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.1_1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.1_1 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.1_1 13 Jul 2005 02:38:23 |
kuriyama |
Add more master server.
Download failure found by: kris |
1.1_1 13 Jun 2005 20:54:19 |
glewis |
. pre-install -> pre-su-install as this port may create a directory in
${PREFIX} during this phase. Makes the port installable by a non-root
user.
Approved by: kuriyama
Inspired by: jhb |
1.1_1 18 Mar 2004 00:48:53 |
kuriyama |
SIZEify.
Submitted by: trevor |
1.1_1 22 Jan 2004 08:05:25 |
trevor |
Use PAX macro. |
1.1_1 01 Jul 2003 06:20:27 |
kuriyama |
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837 |
1.1 22 Feb 2003 07:48:51 |
kuriyama |
de-pkg-comment. |
1.1 10 Nov 2002 22:30:19 |
kris |
Don't remove the system directory share/sgml |
01 Jun 2001 06:15:33 |
kuriyama |
Use ':' instead of '.' for ${CHOWN}. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
27 Oct 2000 16:24:07 |
shige |
Use mkcatalog for adding this entry to ${PREFIX}/share/sgml/catalog. |
26 Oct 2000 07:15:05 |
kuriyama |
Remove NO_MTREE. Remove %D/share/sgml on deinstall. Take over
maintainership. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |