Port details |
- mimetex CGI script that lets you embed LaTeX math in your HTML pages
- 20120331.1.74 www =2 20120331.1.74Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2006-05-05 06:31:37
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: math
- License: GPLv3
- WWW:
- http://www.forkosh.com/mimetex.html
- Description:
- MimeTeX, licensed under the GPL, lets you easily embed LaTeX math in
your html pages. It parses a LaTeX math expression and immediately
emits the corresponding gif image, rather than the usual TeX dvi.
And mimeTeX is an entirely separate little program that doesn't
use TeX or its fonts in any way. It's just one cgi that you put in
your site's cgi-bin/ directory, with no other dependencies.
It's easy to use. Just place an html <img> tag in your document
wherever you want to see the corresponding LaTeX expression.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/mimetex/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mimetex
- pkg install mimetex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mimetex
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mimetex/20120331.1.74/mimetex.zip) = 02add4dabe2ef473460a93432240ef682bd831e3222758648a7b40dfbdd8fb53
SIZE (mimetex/20120331.1.74/mimetex.zip) = 1190831
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mimetex-20120331.1.74:
ANTIALIASING=on: Use image format with anti-aliasing
DOCS=on: Build and/or install documentation
STATIC=off: Possible use of mimetex on another machine
===> Use 'make config' to modify these settings
- Options name:
- www_mimetex
- USES:
- zip
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20120331.1.74 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20120331.1.74 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
20120331.1.74 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20120331.1.74 25 May 2019 16:59:05 |
tobik |
www/mimetex: Set option descriptions correctly |
20120331.1.74 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
20120331.1.74 15 Jul 2015 22:54:57 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
20120331.1.74 06 Aug 2014 09:11:58 |
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. Category W.
CR: D510
Approved by: portmgr (bapt) |
20120331.1.74 02 Jul 2014 15:55:14 |
vanilla |
Stagify.
Approved by: portmgr@ (blanket approval) |
20120331.1.74 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
20120331.1.74 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
20120331.1.74 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
20120331.1.74 17 Sep 2012 20:47:33 |
nivit |
- Update to 20120331.1.74
- Adopt new header of Makefile
- Replace dead download site with LOCAL/nivit
- Add LICENSE (GPLv3)
- Convert to new options framework
- Instead of setting USE_APACHE_RUN [1], remove apache
completely from run dependencies, because mimetex runs
on any web server that supports CGI
- Remove files/pkg-message.in
- Replace TAB character with one space after WWW:, and
remove Author entry in pkg-descr
Changes&News: http://goo.gl/iCQON
BuildLog: http://goo.gl/8P9Hu
PR: ports/171482 [1]
Submitted by: ohauer |
20080906.1.70_4 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
20080906.1.70_4 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
20080906.1.70_4 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
20080906.1.70_3 22 Feb 2011 14:33:47 |
tota |
- Use WWWDIR
- Use FETCH_ARGS instead of FETCH_CMD
- Move pkg-message to files/pkg-message.in
- Fix pkg-plist
- Bump PORTREVISION
RP: ports/153598
Submitted by: tota (myself)
Approved by: maintainer timeout (> 7 weeks) |
20080906.1.70_2 22 Feb 2011 00:25:47 |
ohauer |
- fix pkg-plist if installed with apache20 / apache22
- remove MD5 from distinfo
PR: ports/154759
Submitted by: myself
Approved by: maintainer timeout |
20080906.1.70_2 08 May 2009 15:31:24 |
pgollucci |
- Fix pkg-plist from previous commit
Reported by: QAT |
20080906.1.70_1 08 May 2009 15:25:54 |
pgollucci |
- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Bump PORTREVISION
PR: ports/133627
Approved by: maintainer timeout (30 days)
Submitted by: me |
20080906.1.70 14 Jan 2009 13:08:27 |
nivit |
- Update to 20080906.1.70 |
20071005.1.64 06 Jan 2008 17:10:24 |
nivit |
- Update to 20071005.1.64 |
20061129.1.64 26 Oct 2007 08:20:21 |
pav |
- Fix plist after recent apache changes
Reported by: pointyhat |
20061129.1.64 07 Jan 2007 22:12:33 |
nivit |
- Updated to 20061129.1.64
Approved by: alexbl (mentor) |
20061119.1.64 10 Dec 2006 01:21:51 |
nivit |
- Updated email address in my ports
Approved by: alexbl (mentor) |
20061119.1.64 21 Nov 2006 20:09:23 |
miwi |
- Update to 20061119.1.64 [1]
Submitted by: pointyhat via kris
nivit@email.it (Nicola Vitale) (maintainer) [1] |
20061028.1.64 08 Nov 2006 17:39:37 |
miwi |
- Update to 20061028.1.64
PR: ports/105285
Submitted by: Nicola Vitale <nivit@email.it> (maintainer) |
20060925.1.64 30 Sep 2006 08:06:19 |
miwi |
- Update to 20060925.1.64
PR: ports/103773
Submitted by: nivit@email.it (Nicola Vitale) (maintainer) |
20060727.1.64 01 Aug 2006 16:10:04 |
clsung |
- - Update to 20060727.1.64
PR: ports/101186
Submitted by: maintainer (Nicola Vitale) |
20060710.1.60 13 Jul 2006 20:19:43 |
itetcu |
Update to 20060710.1.60
PR: ports/100200
Submitted by: maintainer |
1.60_1 30 May 2006 20:10:00 |
aaron |
- Add WITH_STATIC knob
PR: ports/97952
Submitted by: Nicola Vitale
Reviewed by: aaron
Approved by: tobez |
1.60_1 11 May 2006 21:20:22 |
aaron |
- Fix size mismatch
PR: 97137
Submitted by: Nicola Vitale <nivit@email.it>
Reviewed by: aaron
Approved by: tobez (implicit) |
1.60 05 May 2006 06:30:32 |
aaron |
Add mimetex 1.60, a CGI script that lets you embed LaTeX math in your
HTML pages.
PR: ports/92783
Submitted by: Nicola Vitale <nivit@email.it>
Approved by: tobez |