Port details |
- mkcatalog Maintenance utility for sgml catalog files
- 1.1 textproc
=113 1.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: 2000-10-27 05:06:53
- Last Update: 2022-07-20 14:23:14
- Commit Hash: 5cf7e35
- People watching this port, also watch:: freetype2, libiconv, expat, gettext, gmake
- License: not specified in port
- Description:
- A maintainance utility for sgml catalog files.
mkcatalog maintains sgml "catalog" files.
usage: mkcatalog [-pq] install|deinstall dtd-subdirectory [catalog-filename]
options:
-p preserve old catalog file.
-q silent mode
commands(required):
install set DTD configuration to catalog files.
deinstall usset DTD configuration from catalog files.
required arguments:
dtd-subdirectory DTD sub-directory.
(root sgml direcotry is ${PREFIX}/share/sgml.)
optional arguments:
catalog-filename DTD catalog filename.
for example:
# mkcatalog install html/4.0
This commands do the following actions:
1. Add `CATALOG "html/catalog"' to ${PREFIX}/share/sgml/catalog.
2. Add `CATALOG "4.0/catalog"'
to ${PREFIX}/share/sgml/html/catalog.
# mkcatalog install docbook/4.1 docbook41.cat
This commands do the following actions:
1. Add `CATALOG "docbook/catalog"' to ${PREFIX}/share/sgml/catalog.
2. Add `CATALOG "4.1/docbook41.cat"'
to ${PREFIX}/share/sgml/docbook/catalog.
# mkcatalog deinstall docbook/4.1 docbook41.cat
This commands do the following actions:
1. Delete `CATALOG "4.1/docbook41.cat"'
from ${PREFIX}/share/sgml/docbook/catalog.
2. Delete `CATALOG "docbook/catalog"'
from ${PREFIX}/share/sgml/catalog.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mkcatalog>0:textproc/mkcatalog
- To install the port:
- cd /usr/ports/textproc/mkcatalog/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/mkcatalog
- pkg install mkcatalog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mkcatalog
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_mkcatalog
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.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 ) |
1.1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.1 30 Dec 2015 14:07:42
  |
ak  |
- Rename nonstandard src directory to files
- Modernize ports |
1.1 08 Apr 2015 21:51:43
  |
jgh  |
- remove do_nada from fetch target |
1.1 03 Aug 2014 14:15:09
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine) |
1.1 18 Feb 2014 10:00:11
  |
ehaupt  |
Support staging |
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 30 Apr 2012 17:12:37
 |
eadler  |
Remove bogus NO_CHECKSUM from makefile
Submitted by: bryan@shatow.net |
1.1 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.1 30 Aug 2011 13:33:46
 |
skreuzer  |
Correct typo in COMMENT field |
1.1 23 Dec 2004 09:32:50
 |
nork  |
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket) |
1.1 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.1 07 Mar 2003 06:11:57
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.1 10 Jun 2002 12:53:38
 |
shige  |
Fix a help message.
PR: ports/36794
Submitted by: Peter Eisentraut <peter_e@gmx.net> |
18 Dec 2000 20:32:56
    |
demon  |
Remove trailing period and package name from the pkg-comment. |
13 Dec 2000 11:27:20
    |
shige  |
Update to 1.1: mkcatalog(.in) script update. - Fix symbolic-link'ed
${CAT_DIR} problem. - Add -c option: specify top-level catalog
file(default:${CAT_DIR}/catalog). - Add -v option: verbose mode. -
Modify some messages. |
27 Oct 2000 15:21:57
    |
shige  |
Fix fatal bug. |
27 Oct 2000 09:52:15
    |
shige  |
Fix description. |
27 Oct 2000 09:06:53
    |
shige  |
Newly port: mkcatalog. A maintainance utility for sgml catalog files. |