summaryrefslogtreecommitdiffstats
path: root/textproc/dsssl-docbook-modular
Commit message (Collapse)AuthorAgeFilesLines
* o Use relative path in @unexec, @exec and post-install forkuriyama2003-12-311-3/+3
| | | | | | | | | | consistency. o Add "-" prefix when invoking xmlcatmgr at post-install to work around installation failure which is caused by above bug. Reported by: Kenneth W Cochran <kwc@TheWorld.com>, sergei, hrs
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-2/+2
|
* Use relative path in catalog.kuriyama2003-10-302-3/+5
| | | | | PR: ports/58678 Submitted by: Hiroki Sato <hrs@freebsd.org>
* Add missing dependency on xmlcatmgr.kuriyama2003-07-061-1/+4
| | | | Notified by: kris
* Register catalog entry with xmlcatmgr.kuriyama2003-07-032-1/+8
| | | | PR: ports/40742, ports/36795
* o Upgrade to 1.78.kuriyama2003-06-288-178/+261
| | | | | | | | | o Fix hanging problems. o Update Italian patch. o Remove DocBook 3.0 patch and dependency. Submitted by: Alex Dupre <sysadmin@alexdupre.com> PR: ports/50030
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* Fix Italian localization (this fix is already included in originalkuriyama2002-09-283-0/+242
| | | | | | | | repository). PR: ports/42925 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Approved by: portmgr (kris)
* Bump PORTEPOCH. I forgot this in my last commit. *sigh*jim2002-07-241-0/+1
| | | | Submitted by: wjv
* Go back to version 1.73 for 4.6.1-RELEASE. The upgrade to 1.77 wasjim2002-07-193-64/+4
| | | | | | | | | causing the handbook build to hang indefinitely for some people (including myself), which doesn't happen with 1.73. This is more of a band-aid than a real fix, but having an unbuildable handbook for many people is a worse option at this point. Requested by: murray
* Upgrade to 1.77.kuriyama2002-07-083-4/+64
|
* Upgrade to 1.73.kuriyama2001-10-023-3/+24
|
* Upgdate to 1.71.kuriyama2001-07-123-3/+7
|
* Upgrade to 1.70.kuriyama2001-07-095-1551/+23
| | | | | Master site was moved to sourceforge. Use $LOCALBASE at depends line.
* Use ':' instead of '.' for ${CHOWN}.kuriyama2001-06-011-1/+1
|
* Bump $PORTREVISION.kuriyama2001-03-191-0/+1
|
* Add patch to change separate characters in titles.kuriyama2001-03-191-0/+1425
| | | | | | | | A patch-ab includes diffs for multiple files. Because this patch will be merged in official distribution of future release. I think adding 25 patch-?? temporally is bad thing. Submitted by: nik
* Upgrade to 1.64.kuriyama2001-03-172-3/+3
|
* Upgrade to 1.63.kuriyama2001-03-122-3/+3
|
* Update to 1.62.kuriyama2001-02-213-16/+3
| | | | | | - patch-ab is included in the distribution. Requested by: nik
* Make the German versions of <warning> and <caution> behave as <note>,alex2001-01-192-2/+20
| | | | | | | i.e. "Warnung: " and not "Warnung" (note is "Note: "). Bump PORTREVISION. Submitted by: Udo Erdelhoff (ue@nathan.ruhr.de)
* Convert quotes correctly for German texts.alex2001-01-061-0/+14
| | | | Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Fix generation of table of contents when generating HTML output. Bumpnik2001-01-032-0/+13
| | | | PORTREVISION.
* Upgrade to 1.60.kuriyama2000-12-192-3/+3
|
* Upgrade to v1.59.kuriyama2000-10-313-27/+60
|
* Update to 1.57.kuriyama2000-09-123-196/+214
| | | | Submitted by: kiri@pis.toba-cmt.ac.jp
* Update to v1.54.kuriyama2000-05-263-5/+12
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+3
|
* Upgrade to v1.52.kuriyama2000-02-012-5/+5
|
* Upgrade to v1.50.kuriyama2000-01-183-45/+13
|
* Update to v1.49.kuriyama1999-12-222-5/+5
|
* Upgrade to v1.48.kuriyama1999-12-053-33/+51
| | | | Use USE_ZIP.
* Update to v1.46.kuriyama1999-11-233-5/+13
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Upgrade to v1.44.kuriyama1999-08-262-6/+6
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Upgrade to v1.43.kuriyama1999-08-203-35/+40
| | | | Requested by: Rasmus Kaj <kaj@raditex.se>
* Updgrade to 1.42.kuriyama1999-07-073-12/+18
|
* Upgrade to v1.40.kuriyama1999-04-243-402/+408
|
* Upgrade to 1.38b (fixes TeX capacity problems when building the PDFnik1999-04-044-799/+574
| | | | | | | | | version of the Handbook). Removed Japanese localisation patches (no longer needed, per e-mail with Jun Kuriyama). Patched distfiles to work with DocBook 3.0, because we haven't upgraded to 3.1 yet. Pointed distfile at www.freebsd.org/~nik, as nwalsh.com appears to be having some problems.
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-1/+2
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Upgrade to v1.33.kuriyama1999-01-163-31/+48
| | | | | | | | | Changes of my localizatoin: o Rename l10n identifier from "jpja" to "ja". o Add "ja" l10n for print target. I hope these changes fix warning in print target for non-japanese SGML files.
* Upgrade to v1.30.kuriyama1998-12-233-10/+103
|
* Kanji encoding of patch for localization should be japanese_euc...kuriyama1998-11-092-3/+3
| | | | Mistaken by: myself
* Upgrade to v1.23.kuriyama1998-11-083-18/+48
|
* Can't fetch, server not responding.asami1998-11-071-1/+3
|
* Update to v1.20.kuriyama1998-11-033-8/+31
|
* Upgrade to v1.19.kuriyama1998-10-313-30/+408
| | | | Requested by: nik
* Cleanup junk files.kuriyama1998-10-091-1/+2
|
OpenPOWER on IntegriCloud