aboutsummaryrefslogtreecommitdiff
path: root/osx
AgeCommit message (Collapse)AuthorFilesLines
2016-07-16Use cmark-0.5.3.1 in stack.yaml.John MacFarlane1-1/+1
2016-07-15Added aeson-pretty to osx/stack.yaml.John MacFarlane1-0/+1
2016-07-15Use cmark-0.5.3 in stack.yaml.John MacFarlane1-0/+1
2016-07-14Use pandoc-citeproc-0.10.1 for packages.John MacFarlane1-3/+3
2016-07-04Added http-client dependencies to stack.yaml files.John MacFarlane1-0/+2
2016-07-03stack.yaml: use 6.5 resolver.John MacFarlane1-4/+1
2016-06-04Use pandoc-citeproc-0.10 in binary pkgs.John MacFarlane1-1/+1
2016-06-04Fixed osx packaging issues.John MacFarlane1-2/+0
2016-06-04osx build: use --local-bin-path.John MacFarlane1-5/+6
2016-05-16stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.John MacFarlane1-0/+2
2016-03-19Don't hardcode pandoc version in osx/distribution.xml.John MacFarlane1-1/+1
Instead, create it from a template, distribution.xml.in.
2016-03-19Fixed version in osx/distribution.xml.John MacFarlane1-1/+1
2016-03-19Fixed typo in deb, osx stack.yaml.John MacFarlane1-1/+1
2016-03-19Build vs pandoc-citeproc 0.9.1.1.John MacFarlane1-1/+1
2016-03-19Build pandoc-citeproc 0.9.1 for binary pkgs.John MacFarlane1-1/+1
2016-03-19Build binary packages with with latest texmath.John MacFarlane1-0/+1
2016-03-19Depend on most recent aeson, highlighting-kate.John MacFarlane1-0/+2
These aren't in stackage yet.
2016-03-19Use lts-5.8 resolver.John MacFarlane1-1/+1
2016-02-09Removed aeson extra-dep from stack.yaml.John MacFarlane1-1/+0
2016-02-09Changed aeson version in stack.yaml to 0.11.0.0.John MacFarlane1-1/+1
2016-02-09Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.John MacFarlane1-5/+2
2016-01-12Version to 1.16.0.2, updated changelog.John MacFarlane1-1/+1
2016-01-10osx package fixes: correct version, allow installation to any drive.John MacFarlane1-3/+3
2016-01-09Updated stack.yaml.John MacFarlane1-2/+4
2016-01-03Updated binary package stack.yamls to ensure pandoc-citeproc...John MacFarlane1-1/+1
is built with embed_data_files. This fixes a problem with the original 1.16 binary packages.
2016-01-02Updated stack.yaml files.John MacFarlane1-2/+3
Use latest resolver. Use latest pandoc-citeproc and pandoc-types release.
2015-12-30stack.yaml - use simpler extra-deps field.John MacFarlane1-3/+3
2015-12-29Use cmark 0.5.John MacFarlane1-1/+3
Closes #2605.
2015-12-01Use lts-3.16.John MacFarlane1-1/+1
2015-11-14Use latest pandoc-citeproc in deb and osx packages.John MacFarlane1-1/+1
2015-11-14Use latest pandoc-citeproc in osx, deb packages.John MacFarlane1-2/+2
2015-11-13Use current pandoc-citeproc for deb and osx packages.John MacFarlane1-1/+1
2015-10-24Changed path . to .. in deb/osx stack.yaml.John MacFarlane1-1/+1
2015-10-24Changes for deb and osx package generators.John MacFarlane1-0/+20
- Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options.
2014-08-15OSX installer improvements.John MacFarlane3-17/+30
* Use new pkgbuild, productbuild instead of deprecated PackageMaker. * Removed scripts, which are no longer needed. * Added distribution.xml.
2014-05-13Code cleanup and debug.Daniel T. Staal1-20/+18
Various cleanups: - @pkg_info was never used. Removed. - Simplified getting the list of files slightly. - Used list form of system(). This prevents shell interpretation of command and arguments, preventing bugs. (And solves one.) - Changed $! (OS_ERROR) to $? (CHILD_ERROR) after system() calls to get the error from the external program. (Note that $? is the numeric return code from the child program.) - Allow script to continue after finding some of the files have been removed previously. - Convert 'warn "…"; exit 1;' to 'die "…";', the more common equivalent idiom. - Convert 'exit 0;' to 'exit;', to be more clear we are not exiting abnormally. Signed-off-by: Daniel T. Staal <DStaal@usa.net>
2014-05-12Moved make_osx_package.sh back to root.John MacFarlane1-87/+0
2014-05-12Moved osx package stuff to osx directory; added uninstall script.John MacFarlane4-0/+185
Thanks to Daniel T. Staal for an uninstall script from which this one is modified.
2007-08-26Removed osx-package specific files, and references to themfiddlosopher4-121/+0
in Makefiles. git-svn-id: https://pandoc.googlecode.com/svn/trunk@906 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-24Added note about installation of GMP.framework to Mac OSXfiddlosopher1-0/+8
package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@883 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-02Added 'hsmarkdown' wrapper, designed to be used as a drop-infiddlosopher1-1/+1
replacement for Markdown.pl. It calls pandoc with the options '--from markdown --to html --strict' and disallows other options. (Any command-line options will be interpreted as arguments.) git-svn-id: https://pandoc.googlecode.com/svn/trunk@399 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-12-29Revised uninstall-pandoc with new wrapper names.fiddlosopher1-1/+1
git-svn-id: https://pandoc.googlecode.com/svn/trunk@310 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-08+ Changes to osx/Welcome:fiddlosopher1-5/+10
- removed hardcoded references to /usr/local - added title + Minor changes to website build process. git-svn-id: https://pandoc.googlecode.com/svn/trunk@84 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-02Changes related to osx packaging:fiddlosopher2-3/+4
+ Simplified osx-dmg target, which need not be built as root. + Made osx-pkg and osx-pkg-prep non-.PHONY, plus a few other minor changes to make the dependencies work correctly. + Removed \< from the sed regex in cabalize; this is not support in BSD sed. + Changed path information in osx/Welcome and message in uninstall-pandoc. git-svn-id: https://pandoc.googlecode.com/svn/trunk@67 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-01Removed check for presence of pandoc in uninstall-pandoc; fiddlosopher1-6/+1
if uninstall-pandoc is present, that means Pandoc is installed. git-svn-id: https://pandoc.googlecode.com/svn/trunk@64 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-01Added uninstall-pandoc script to Mac OS X package.fiddlosopher2-1/+5
Added information about uninstalling to Welcome message. git-svn-id: https://pandoc.googlecode.com/svn/trunk@62 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-01Added uninstall-pandoc script for Mac OS X package.fiddlosopher1-0/+47
git-svn-id: https://pandoc.googlecode.com/svn/trunk@61 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-01Renamed OSX-Welcome as Welcome.fiddlosopher1-0/+0
git-svn-id: https://pandoc.googlecode.com/svn/trunk@56 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-01Added osx directory for source files for Mac OS X package,fiddlosopher3-0/+61
to reduce clutter at top level. git-svn-id: https://pandoc.googlecode.com/svn/trunk@54 788f1e2b-df1e-0410-8736-df70ead52e1b