Port details |
- twiki-MathModePlugin Include LaTeX formatted math in your TWiki pages
- 0.0.15934_1 www
=0 0.0.15934_1Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2008-06-17 15:19:46
- Last Update: 2021-12-11 13:50:53
- Commit Hash: 45526ec
- License: not specified in port
- Description:
- Include LaTeX formatted math in your TWiki pages
WWW: http://twiki.org/cgi-bin/view/Plugins/MathModePlugin
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- twiki-MathModePlugin>0:www/twiki-MathModePlugin
- To install the port:
- cd /usr/ports/www/twiki-MathModePlugin/ && make install clean
- To add the package, run one of these commands:
- pkg install www/twiki-MathModePlugin
- pkg install twiki-MathModePlugin
- PKGNAME: twiki-MathModePlugin
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (twiki/MathModePlugin-0.0.15934.tar.bz2) = 05c6c81fb5b068a70b7871288e8409ee800422c2e82ffdc851d79cff5f253f07
SIZE (twiki/MathModePlugin-0.0.15934.tar.bz2) = 13071
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- tex.fmt : print/tex-formats
- texlive-base>=20150521_5 : print/texlive-base
- Runtime dependencies:
-
- tex.fmt : print/tex-formats
- texlive-base>=20150521_5 : print/texlive-base
- ImageMagick6>=6 : graphics/ImageMagick6
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_twiki-MathModePlugin
- USES:
- magick:6,run tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Dec 2021 13:50:53 0.0.15934_1
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.0.15934_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Nov 2018 19:57:08
0.0.15934_1
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
01 Apr 2016 14:33:58
0.0.15934
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
0.0.15934
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
02 Mar 2015 23:55:26
0.0.15934
|
bapt  |
Remove Author from pkg-descr and white space fixes |
02 Feb 2015 00:59:21
0.0.15934
|
amdmi3  |
- Drop @dirrm* from pkg-plists
Approved by: portmgr blanket |
19 Jul 2014 11:09:52
0.0.15934
|
ohauer  |
- add stage support |
20 Sep 2013 23:36:54
0.0.15934
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
11 May 2013 17:58:56
0.0.15934
|
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. |
06 May 2013 02:00:41
0.0.15934
|
hrs  |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
22 Apr 2013 15:37:35
0.0.15934
|
bdrewery  |
Pass maintainership to submitter
PR: ports/177030
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
22 Apr 2013 13:27:48
0.0.15934
|
bapt  |
Reassign skv@ ports to the heap
Feature safe: yes |
03 Jul 2012 17:38:41
0.0.15934
|
az  |
graphics/ImageMagick can change package name via PKGNAMESUFFIX.
We should not rely on this.
Reported by: Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat: az@ |
29 Jun 2012 10:15:24
0.0.15934
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
19 Mar 2011 12:38:54
0.0.15934
|
miwi  |
- Get Rid MD5 support |
17 Jun 2008 15:19:23
0.0.15934
|
skv  |
Add twiki-MathModePlugin , include LaTeX formatted math in your TWiki
pages. |