aboutsummaryrefslogtreecommitdiff
path: root/textproc/multimarkdown
Commit message (Collapse)AuthorAgeFilesLines
* General cleanupsAdam Weinberger2014-07-172-20/+20
| | | | Notes: svn path=/head/; revision=362137
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362024
* Update to 4.5.3.Adam Weinberger2014-04-202-4/+4
| | | | Notes: svn path=/head/; revision=351632
* Use _CONFLICTS_INSTALL helper.Adam Weinberger2014-03-151-4/+2
| | | | Notes: svn path=/head/; revision=348349
* Update to 4.5.2.Adam Weinberger2014-02-223-4/+5
| | | | Notes: svn path=/head/; revision=345661
* Update to 4.5.1.Adam Weinberger2014-01-212-7/+7
| | | | Notes: svn path=/head/; revision=340669
* Update to 4.5.Adam Weinberger2014-01-112-5/+4
| | | | Notes: svn path=/head/; revision=339399
* Checking out our own git sources was really poorly received. AfterAdam Weinberger2013-11-153-59/+44
| | | | | | | | | | | | | | some help from bdrewery, this port now uses github's short-bus-special package rolling mechanism. I had to use https because on all my testing, codeload.github.com:80 does not appear to work. I don't believe that the installed base should be any different from before, but I am bumping PORTREVISION to be on the safe side. Notes: svn path=/head/; revision=333916
* Use bsd.git-clone.mk.Adam Weinberger2013-11-141-15/+5
| | | | Notes: svn path=/head/; revision=333808
* Add an include-able file to facilitate checking out sources from git.Adam Weinberger2013-11-141-0/+49
| | | | | | | | Useful especially for projects that don't have distfiles, or that use submodules that don't have distfiles. Notes: svn path=/head/; revision=333807
* marino pointed out that multimarkdown hardcodes /usr/bin/perl in aAdam Weinberger2013-11-141-1/+1
| | | | | | | | | | | script. However, it appears that the file that the script generates is never used or referenced again, and it is not installed. So, switch to a different make(1) target to bypass the offending file, avoiding the need for perl altogether. Notes: svn path=/head/; revision=333799
* Avoid re-fetching if it was already completed.Adam Weinberger2013-11-102-7/+7
| | | | Notes: svn path=/head/; revision=333364
* Run the git commands in fetch instead of extract. The package clusterAdam Weinberger2013-10-311-2/+5
| | | | | | | | | disables dialling out during extract. Thanks to: William Grzybowski <william88@gmail.com> Notes: svn path=/head/; revision=332190
* Update to 4.3.2.Adam Weinberger2013-10-263-25/+110
| | | | | | | | | | | | | | | The source remains only available through github. It also includes a couple git submodules, which do not get included in the auto-generated source tarballs. Some of these submodules do not have tagged releases. So, I'm cutting my losses and just checking the source itself out of github. The port can now optionally install all The Other Stuff, and it prevents the mtools conflict by default. Notes: svn path=/head/; revision=331725
* Don't install a copy of the MIT licence.Adam Weinberger2013-10-262-5/+1
| | | | Notes: svn path=/head/; revision=331710
* Support staging. Also I *think* it is -Jn safe at this point.Adam Weinberger2013-09-302-14/+17
| | | | Notes: svn path=/head/; revision=328791
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-3/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Remove hardcoded gcc.Adam Weinberger2013-09-121-1/+2
| | | | Notes: svn path=/head/; revision=327111
* Use MDOCS instead of NOPORTDOCS.Adam Weinberger2013-08-111-7/+10
| | | | | | | Correct permissions on scripts. PORTREVISION bump for this. Notes: svn path=/head/; revision=324584
* Update to 3.7.1.Adam Weinberger2013-01-242-14/+9
| | | | Notes: svn path=/head/; revision=310913
* Update to 3.6.Adam Weinberger2012-06-052-5/+5
| | | | Notes: svn path=/head/; revision=298408
* Fix typo to properly register conflict with mtools.Adam Weinberger2012-06-051-1/+1
| | | | | | | | | Submitted by: ketas (madis555 at hot dot ee) I'm looking at you here, skreuzer ;-) Notes: svn path=/head/; revision=298406
* Update to 3.5.1Adam Weinberger2012-04-022-5/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294099
* Mark as CONFLICTS_INSTALL because they both install to bin/mmdSteven Kreuzer2012-01-111-0/+2
| | | | | | | | | PR: ports/163238 Submitted by: Peter Vereshagin <peter@vereshagin.org> Approved by: Adam Weinberger <adamw@adamw.org> (multimarkdown maintainer) Notes: svn path=/head/; revision=288984
* Update to 3.5.Adam Weinberger2012-01-112-5/+5
| | | | Notes: svn path=/head/; revision=288935
* MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plainAdam Weinberger2011-10-273-0/+68
text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or '.fodt', which can in turn be converted into RTF, Microsoft Word, or virtually any other word-processing format). MMD is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few), in addition to the various output formats listed above (Markdown only creates HTML). Additionally, it builds in 'smart' typography for various languages (proper left- and right-sided quotes, for example). MultiMarkdown was originally a fork of the Markdown Perl code, but as of version 3.0 has been rewritten as a fork of peg-markdown by John MacFarlane, written in C. It can be compiled for any major operating system, and as a native binary runs much faster than the Perl version it replaces. NOTE: To use the mmd2pdf script, you must install print/latexmk. WWW: http://www.fletcherpenney.net/multimarkdown/ Notes: svn path=/head/; revision=284483