The FreeBSD Ports Archive
FreeBSD textproc : docbook4>
Meta-port for the different versions of the DocBook DTD
docbook history
v. 1.22
date: 2007/01/15 15:11:11; author: alepulver; state: Exp; lines: +1 -1
- Fix dependency on textproc/sdocbook-xml.
PR: ports/107734
Submitted by: Koji Yokota
v. 1.21
date: 2006/11/17 17:48:38; author: alepulver; state: Exp; lines: +3 -3
- Fix typos in dependencies.
PR: ports/105594
Submitted by: "Conrad J. Sabatier"
v. 1.20
date: 2006/11/06 21:23:47; author: alepulver; state: Exp; lines: +3 -0
- Add empty do-install target.
PR: ports/105223
Submitted by: Diane Bruce
Reworked by: alepulver (myself)
v. 1.19
date: 2006/10/31 22:11:51; author: alepulver; state: Exp; lines: +71 -16
- Add OPTIONS for all the DocBook versions.
- Take maintainership.
- Remove catalog file (each port adds itself to the corresponding catalog).
v. 1.18
date: 2006/04/15 06:46:10; author: linimon; state: Exp; lines: +1 -1
Reset nik's ports due to no response to email about status and various
maintainer-timeouts. We hope to see him more active again in the future.
Hat: portmgr
v. 1.17
date: 2004/02/06 13:12:37; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.16
date: 2004/02/03 17:19:56; author: nik; state: Exp; lines: +3 -3
Add a dependency on the XML DocBook files.
PR: ports/53817
Submitted by: hrs
v. 1.15
date: 2003/07/14 08:42:04; author: kuriyama; state: Exp; lines: +3 -1
Register docbook/catalog which includes all of docbook-* SGML DTDs.
v. 1.14
date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.13
date: 2001/01/16 17:32:42; author: sobomax; state: Exp; lines: +7 -7
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.12
date: 2000/10/27 15:37:17; author: shige; state: Exp; lines: +3 -10
Change this port to a meta port.
v. 1.11
date: 2000/07/25 10:46:10; author: asmodai; state: Exp; lines: +7 -3
Update port to include the latest docbook ports.
v. 1.10
date: 2000/04/09 21:52:21; author: cpiazza; state: Exp; lines: +4 -5
Update with the new PORTNAME/PORTVERSION variables
v. 1.9
date: 1999/08/31 02:09:05; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 07:11:09; author: kuriyama; state: Exp; lines: +2 -2
Use RUN_DEPENDS, not BUILD_DEPENDS.
Found by: bento
v. 1.7
date: 1999/04/29 20:08:41; author: nik; state: Exp; lines: +3 -2
Add textproc/iso8879 to the DEPENDS list, for completeness.
v. 1.6
date: 1999/04/18 10:32:13; author: asami; state: Exp; lines: +6 -6
Portlint.
v. 1.5
date: 1999/04/14 22:36:01; author: nik; state: Exp; lines: +24 -32
Thsi is now a meta-port. Installing it will bring in versions 2.4.1, 3.0
and 3.1 of the DocBook DTD from the docbook-* ports. Should make it a little
easier to drop in support for new versions in the future.
v. 1.4
date: 1998/06/27 05:19:35; author: asami; state: Exp; lines: +1 -3
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
v. 1.3
date: 1997/07/10 02:41:08; author: jfieber; state: Exp; lines: +3 -4
Finally, clean up this port.
v. 1.2
date: 1997/06/29 09:49:45; author: obrien; state: Exp; lines: +4 -4
Style police:
* Move RUN_DEPENDS to proper place
* use PKGNAME and EXTRACT_SUFX rather than DISTFILES
v. 1.1
date: 1997/06/22 21:06:40; author: jfieber; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/22 21:06:40; author: jfieber; state: Exp; lines: +0 -0
The DocBook DTD--an SGML DTD designed for computer system documentation.
Already in use in the FreeBSD web site and the ultimate destiny for
the FreeBSD handbook and FAQ.
Both version 2.4.1 and 3.0 are included in the port.
=============================================================================
v. 1.22
date: 2007/01/15 15:11:11; author: alepulver; state: Exp; lines: +1 -1
- Fix dependency on textproc/sdocbook-xml.
PR: ports/107734
Submitted by: Koji Yokota
v. 1.21
date: 2006/11/17 17:48:38; author: alepulver; state: Exp; lines: +3 -3
- Fix typos in dependencies.
PR: ports/105594
Submitted by: "Conrad J. Sabatier"
v. 1.20
date: 2006/11/06 21:23:47; author: alepulver; state: Exp; lines: +3 -0
- Add empty do-install target.
PR: ports/105223
Submitted by: Diane Bruce
Reworked by: alepulver (myself)
v. 1.19
date: 2006/10/31 22:11:51; author: alepulver; state: Exp; lines: +71 -16
- Add OPTIONS for all the DocBook versions.
- Take maintainership.
- Remove catalog file (each port adds itself to the corresponding catalog).
v. 1.18
date: 2006/04/15 06:46:10; author: linimon; state: Exp; lines: +1 -1
Reset nik's ports due to no response to email about status and various
maintainer-timeouts. We hope to see him more active again in the future.
Hat: portmgr
v. 1.17
date: 2004/02/06 13:12:37; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.16
date: 2004/02/03 17:19:56; author: nik; state: Exp; lines: +3 -3
Add a dependency on the XML DocBook files.
PR: ports/53817
Submitted by: hrs
v. 1.15
date: 2003/07/14 08:42:04; author: kuriyama; state: Exp; lines: +3 -1
Register docbook/catalog which includes all of docbook-* SGML DTDs.
v. 1.14
date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.13
date: 2001/01/16 17:32:42; author: sobomax; state: Exp; lines: +7 -7
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.12
date: 2000/10/27 15:37:17; author: shige; state: Exp; lines: +3 -10
Change this port to a meta port.
v. 1.11
date: 2000/07/25 10:46:10; author: asmodai; state: Exp; lines: +7 -3
Update port to include the latest docbook ports.
v. 1.10
date: 2000/04/09 21:52:21; author: cpiazza; state: Exp; lines: +4 -5
Update with the new PORTNAME/PORTVERSION variables
v. 1.9
date: 1999/08/31 02:09:05; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 07:11:09; author: kuriyama; state: Exp; lines: +2 -2
Use RUN_DEPENDS, not BUILD_DEPENDS.
Found by: bento
v. 1.7
date: 1999/04/29 20:08:41; author: nik; state: Exp; lines: +3 -2
Add textproc/iso8879 to the DEPENDS list, for completeness.
v. 1.6
date: 1999/04/18 10:32:13; author: asami; state: Exp; lines: +6 -6
Portlint.
v. 1.5
date: 1999/04/14 22:36:01; author: nik; state: Exp; lines: +24 -32
Thsi is now a meta-port. Installing it will bring in versions 2.4.1, 3.0
and 3.1 of the DocBook DTD from the docbook-* ports. Should make it a little
easier to drop in support for new versions in the future.
v. 1.4
date: 1998/06/27 05:19:35; author: asami; state: Exp; lines: +1 -3
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
v. 1.3
date: 1997/07/10 02:41:08; author: jfieber; state: Exp; lines: +3 -4
Finally, clean up this port.
v. 1.2
date: 1997/06/29 09:49:45; author: obrien; state: Exp; lines: +4 -4
Style police:
* Move RUN_DEPENDS to proper place
* use PKGNAME and EXTRACT_SUFX rather than DISTFILES
v. 1.1
date: 1997/06/22 21:06:40; author: jfieber; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/22 21:06:40; author: jfieber; state: Exp; lines: +0 -0
The DocBook DTD--an SGML DTD designed for computer system documentation.
Already in use in the FreeBSD web site and the ultimate destiny for
the FreeBSD handbook and FAQ.
Both version 2.4.1 and 3.0 are included in the port.
=============================================================================
v. 1.22
date: 2007/01/15 15:11:11; author: alepulver; state: Exp; lines: +1 -1
- Fix dependency on textproc/sdocbook-xml.
PR: ports/107734
Submitted by: Koji Yokota
v. 1.21
date: 2006/11/17 17:48:38; author: alepulver; state: Exp; lines: +3 -3
- Fix typos in dependencies.
PR: ports/105594
Submitted by: "Conrad J. Sabatier"
v. 1.20
date: 2006/11/06 21:23:47; author: alepulver; state: Exp; lines: +3 -0
- Add empty do-install target.
PR: ports/105223
Submitted by: Diane Bruce
Reworked by: alepulver (myself)
v. 1.19
date: 2006/10/31 22:11:51; author: alepulver; state: Exp; lines: +71 -16
- Add OPTIONS for all the DocBook versions.
- Take maintainership.
- Remove catalog file (each port adds itself to the corresponding catalog).
v. 1.18
date: 2006/04/15 06:46:10; author: linimon; state: Exp; lines: +1 -1
Reset nik's ports due to no response to email about status and various
maintainer-timeouts. We hope to see him more active again in the future.
Hat: portmgr
v. 1.17
date: 2004/02/06 13:12:37; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.16
date: 2004/02/03 17:19:56; author: nik; state: Exp; lines: +3 -3
Add a dependency on the XML DocBook files.
PR: ports/53817
Submitted by: hrs
v. 1.15
date: 2003/07/14 08:42:04; author: kuriyama; state: Exp; lines: +3 -1
Register docbook/catalog which includes all of docbook-* SGML DTDs.
v. 1.14
date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.13
date: 2001/01/16 17:32:42; author: sobomax; state: Exp; lines: +7 -7
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.12
date: 2000/10/27 15:37:17; author: shige; state: Exp; lines: +3 -10
Change this port to a meta port.
v. 1.11
date: 2000/07/25 10:46:10; author: asmodai; state: Exp; lines: +7 -3
Update port to include the latest docbook ports.
v. 1.10
date: 2000/04/09 21:52:21; author: cpiazza; state: Exp; lines: +4 -5
Update with the new PORTNAME/PORTVERSION variables
v. 1.9
date: 1999/08/31 02:09:05; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 07:11:09; author: kuriyama; state: Exp; lines: +2 -2
Use RUN_DEPENDS, not BUILD_DEPENDS.
Found by: bento
v. 1.7
date: 1999/04/29 20:08:41; author: nik; state: Exp; lines: +3 -2
Add textproc/iso8879 to the DEPENDS list, for completeness.
v. 1.6
date: 1999/04/18 10:32:13; author: asami; state: Exp; lines: +6 -6
Portlint.
v. 1.5
date: 1999/04/14 22:36:01; author: nik; state: Exp; lines: +24 -32
Thsi is now a meta-port. Installing it will bring in versions 2.4.1, 3.0
and 3.1 of the DocBook DTD from the docbook-* ports. Should make it a little
easier to drop in support for new versions in the future.
v. 1.4
date: 1998/06/27 05:19:35; author: asami; state: Exp; lines: +1 -3
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
v. 1.3
date: 1997/07/10 02:41:08; author: jfieber; state: Exp; lines: +3 -4
Finally, clean up this port.
v. 1.2
date: 1997/06/29 09:49:45; author: obrien; state: Exp; lines: +4 -4
Style police:
* Move RUN_DEPENDS to proper place
* use PKGNAME and EXTRACT_SUFX rather than DISTFILES
v. 1.1
date: 1997/06/22 21:06:40; author: jfieber; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/22 21:06:40; author: jfieber; state: Exp; lines: +0 -0
The DocBook DTD--an SGML DTD designed for computer system documentation.
Already in use in the FreeBSD web site and the ultimate destiny for
the FreeBSD handbook and FAQ.
Both version 2.4.1 and 3.0 are included in the port.
=============================================================================
|
| |

|