FreshPorts -- The Place For Ports notbug Thu, 9 Feb 2012 11:53 PM GMT
Port details
latex-mk 2.1_2 misc on this many watch lists=1 search for ports that depend on this port
A collection of makefile and scripts for LaTeX documents
Maintained by: jlaffaye@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 May 2003 06:29:31
Also Listed In: print
License: BSD


LaTeX-Mk is a tool for managing small to large sized LaTeX projects. The
typical LaTeX-Mk input file is simply a series of variable definitions in a
Makefile for the project. After creating a simple Makefile the user can easily
perform all required steps to do such tasks as: preview the document, print
the document, or produce a PDF file. LaTeX-Mk will keep track of files that
have changed and how to run the various programs that are needed to produce
the output.

WWW: http://latex-mk.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: print/teTeX-base, print/texinfo, devel/gmake
Required To Run: print/teTeX-base, print/texinfo
There are no ports dependent upon this port

To install the port: cd /usr/ports/misc/latex-mk/ && make install clean
To add the package: pkg_add -r latex-mk


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://sunet.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://iweb.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://switch.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://surfnet.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://kent.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://freefr.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://voxel.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://jaist.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://osdn.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://nchc.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://ncu.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://transact.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://softlayer.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://internode.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://ufpr.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
http://waix.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-2.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Jun 2011 16:13:31
Original commit files touched by this commit  2.1_2
hrs search for other commits by this committer
- Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX.
- Use share/texmf for TeX-related files instead of share/texmf-local.
08 Jun 2011 16:52:32
Original commit files touched by this commit  2.1_1
jlaffaye search for other commits by this committer
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:    bapt (mentor)
02 May 2011 12:44:53
Original commit files touched by this commit  2.1_1
makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
10 Jan 2011 00:49:48
Original commit files touched by this commit  2.1
wen search for other commits by this committer
- Update to 2.1

PR:             ports/153765
Submitted by:   Julien Laffaye <kimelto@gmail.com> (maintainer)
28 Jul 2010 13:48:15
Original commit files touched by this commit  2.0
arved search for other commits by this committer
Update to 2.0

PR:             148874
Submitted by:   maintainer
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.9.1_3
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.9.1_2
dinoex search for other commits by this committer
- update to jpeg-8
02 Sep 2009 15:01:56
Original commit files touched by this commit  1.9.1_1
amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
31 Jul 2009 13:57:52
Original commit files touched by this commit  1.9.1_1
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
04 May 2009 18:38:14
Original commit files touched by this commit  1.9.1
miwi search for other commits by this committer
- Pass maintainership to kimelto (at) gmail.com
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.9.1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 Aug 2007 10:10:56
Original commit files touched by this commit  1.9.1
miwi search for other commits by this committer
- Update to 1.9.1
16 Jun 2007 09:56:12
Original commit files touched by this commit  1.9
miwi search for other commits by this committer
- Update to 1.9
19 May 2007 20:32:57
Original commit files touched by this commit  1.8_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
08 Oct 2006 13:00:08
Original commit files touched by this commit  1.8
miwi search for other commits by this committer
- Update to 1.8
14 Jun 2006 14:44:08
Original commit files touched by this commit  1.7
miwi search for other commits by this committer
Update to 1.7
Change Mail to miwi@

Approved by:    krion (mentor)
01 May 2006 14:19:20
Original commit files touched by this commit  1.6
pav search for other commits by this committer
- Update to 1.6
- Take maintainership

PR:             ports/96560
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
25 Nov 2005 16:09:33
Original commit files touched by this commit  1.4
pav search for other commits by this committer
- Add SHA256
18 Oct 2005 13:07:17
Original commit files touched by this commit  1.4
hq search for other commits by this committer
- Update to 1.4
- Add 'print' category
- Add $FreeBSD$ tag in pkg-plist
12 Apr 2005 03:26:57
Original commit files touched by this commit  1.3
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  1.3
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
16 Jan 2005 10:21:41
Original commit files touched by this commit  1.3
krion search for other commits by this committer
Update to version 1.3

PR:             ports/76282
Submitted by:   Ports Fury
13 Apr 2004 07:06:20
Original commit files touched by this commit  1.2
vs search for other commits by this committer
Update to 1.2: http://latex-mk.sourceforge.net/news.html#20040321

PR:             65375
Submitted by:   Herve Quiroz
Approved by:    linimon (mentor)
29 Jan 2004 16:13:06
Original commit files touched by this commit  1.1
trevor search for other commits by this committer
SIZEify.
05 Sep 2003 15:18:07
Original commit files touched by this commit  1.1
erwin search for other commits by this committer
Update to 1.1

PR:             56445
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
01 Jun 2003 04:40:33
Original commit files touched by this commit  1.0
ijliao search for other commits by this committer
typo
22 May 2003 06:27:33
Original commit files touched by this commit  1.0
ijliao search for other commits by this committer
add latex-mk 1.0
A collection of makefile and scripts for LaTeX documents

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01

14 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23142
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 62
new 24 hours 1
new 48 hours9
new 7 days48
new fortnight72
new month138

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.223 seconds.