Port details |
- jadetex TeX backend for Jade, for typesetting SGML documents
- 3.13_8 print
=26 3.13_8Version of this port present on the latest quarterly branch.
- Maintainer: doceng@FreeBSD.org
- Port Added: unknown
- Last Update: 2014-07-23 13:07:01
- SVN Revision: 362675
- People watching this port, also watch:: unzip, gmake, m4, bison
- License: not specified in port
- WWW:
- http://jadetex.sourceforge.net/
- Description:
- This is JadeTeX, a TeX backend for Jade.
JadeTeX enables you to produce formatted output of documents written
with the Standard Generalized Markup Language (SGML). JadeTeX uses
tex to produce Device Independent (DVI) output; from there, you can
produce high quality hardcopy. JadeTeX also uses pdftex to produce
Adobe Portable Document Format (PDF) versions of your documents,
complete with hyperlinks, and suitable for distribution on the World
Wide Web and other media.
To use JadeTex, run your SGML document, its Document Type Definition
(DTD), and its Document Style Semantics and Specification Language
(DSSSL) specification, through jade with the "-t tex" option. Then,
to produce a DVI file, run
etex "&jadetex" <file>.tex
To produce a PDF file, run
pdftex "&pdfjadetex" <file>.tex
WWW: http://jadetex.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: jadetex
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- LICENSE.texmf : print/teTeX-texmf
- mktexlsr : print/teTeX-base
- Runtime dependencies:
-
- LICENSE.texmf : print/teTeX-texmf
- mktexlsr : print/teTeX-base
- Library dependencies:
-
- libpng15.so : graphics/png
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
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:
- N/A
- 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 |
3.13_8 23 Jul 2014 13:07:01 |
bapt |
Remove some teTeX bits |
3.13_8 02 Jul 2014 13:07:28 |
bapt |
Support stage |
3.13_8 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
3.13_8 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
3.13_8 11 May 2013 17:58:56 |
hrs |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
3.13_8 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
3.13_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.13_7 03 Jul 2011 06:14:57 |
miwi |
- Kick MD5 Support |
3.13_7 05 Jan 2011 01:37:14 |
hrs |
Add WWW: line.
PR: ports/153684 |
3.13_7 04 Jan 2011 21:49:04 |
hrs |
Remove "cat pkg-message" from post-install.
Spotted by: Jan Henrik Sylvester |
3.13_7 04 Jan 2011 11:48:03 |
hrs |
Bump memory constants in texmf.cnf to suit recent machines with large memory.
JadeTeX now works with no manual configuration even for a large document like
FreeBSD Handbook.
Suggested by: simon |
3.13_6 13 Sep 2010 19:28:28 |
hrs |
Assign to doceng@. |
3.13_6 11 Sep 2010 17:29:25 |
swills |
- Mark MAKE_JOBS_UNSAFE=yes
PR: ports/148210
Approved by: maintainer timeout (hrs ; 75 days), pgollucci (mentor) |
3.13_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.13_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.13_4 21 Dec 2009 20:32:17 |
hrs |
- Narrow down directories scanned by mktexlsr(1).
- Style clean-ups. |
3.13_3 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
3.13_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.13_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.13_1 15 Apr 2006 06:46:10 |
linimon |
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 |
3.13_1 24 Jan 2006 01:00:58 |
edwin |
SHA256ify
Approved by: krion@ |
3.13_1 22 Jan 2006 02:48:53 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.13_1 01 Jun 2005 14:40:19 |
flz |
- Remove hard-coded tetex-base prefix.
PR: ports/29154
Submitted by: Niall Brady <bradyn@maths.tcd.ie>
Approved by: maintainer timeout (more than 1 month) |
3.13_1 12 Feb 2005 18:58:16 |
hrs |
Add teTeX-3.0 support and unbreak the build. The format file of
JadeTeX is now generated by the eTeX engine.
Approved by: maintainer timeout (1 week) |
3.13 22 Aug 2004 09:18:47 |
hrs |
Update to 3.13 and fix dependencies. Changes since 3.12
include:
- Fix for "Theta" entity &thgr;.
- Fix problem with extra space appearing before a "score" (underlining,
strikethough) flow object.
Approved by: nik (maintainer) |
3.12_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.12_1 03 Feb 2004 17:16:15 |
nik |
Remove the mentions of pool_size and max_strings, as newer versions of
TeX ship with values higher than the ones we recommend.
PR: ports/50022
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
3.12_1 23 Jun 2003 19:15:25 |
murray |
hugelatex is broken and may not have been working properly in the
first place, so remove dependency on that port here. |
3.12_1 07 Mar 2003 06:09:08 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.12_1 24 Nov 2002 20:54:23 |
nik |
Install the jadetex and pdfjadetex man pages.
Install symlinks links jadetex and pdfjadetex to tex and pdftex
respectively.
Bump PORTREVISION because of this.
PR: ports/38917
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
3.12 11 Sep 2002 00:05:34 |
alfred |
To avoid a warning due to the 'patch-message' target being overridden,
use 'pre-patch' instead of 'patch-message' target to generate the
package message. |
3.12 20 Mar 2002 22:18:04 |
nik |
Update to 3.12
PR: docs/34356
Submitted by: Alan Eldridge <ports@geeksrus.net> |
29 Jan 2002 11:48:57 |
knu |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
03 Dec 2001 20:16:00 |
nik |
From the PR: |
11 Sep 2001 03:59:20 |
ache |
Bump png major |
08 Sep 2001 02:15:04 |
murray |
Update JadeTeX to 3.11, with better support for two-sided output. |
04 Apr 2001 20:57:37 |
nik |
Update to JadeTeX 3.6, take MAINTAINERship. |
08 Jan 2001 12:43:49 |
nik |
Bump PORTREVISION, to reflect the added patches. |
08 Jan 2001 12:36:33 |
nik |
Bring in a patch from http://indev.insu.com/openjade/ which: |
03 Jan 2001 17:20:21 |
sf |
update to 2.20(old version no longer available at master site). |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 05:10:43 |
asami |
Convert category print to new layout. |
11 Aug 2000 12:50:37 |
will |
Make these COMMENT files conform to Handbook standard. |
04 Jul 2000 08:13:36 |
sobomax |
Bump png shared library version. |
09 Jun 2000 08:28:08 |
alex |
Fix build: |