Commit Graph

24 Commits

Author SHA1 Message Date
Vítor Galvão 0ddfe4708d updated basictex (latest) 2016-02-11 18:06:10 +00:00
Josh Hagins 312ae841f1 Use Ruby 1.9 hash syntax in casks where possible 2016-01-17 21:57:28 -05:00
Josh Hagins 53a2b9a6b3 basictex.rb: RuboCop (master), RuboCop-cask (master) auto-correct 2016-01-03 15:28:49 -05:00
Josh Hagins feba4ec740 Remove DSL versions from all casks 2015-12-17 20:15:28 -05:00
Felix Itzenplitz 09be3f9e5b basictex.rb: remove caveats and update uninstall
Since El Capitan, the path is `/Library/TeX/texbin` and it gets added automatically to `/etc/paths.d` and `/etc/manpaths.d`.
Also remove TeX from path and Settings on uninstall.
2015-11-17 13:35:58 +00:00
scribblemaniac ca3b18b018 Fix links to use SSL 2015-06-29 01:22:36 -06:00
James Nowell 2604df5c7b Corrected .pkg file name and incremented the year for uninstall 2015-06-12 10:51:37 -04:00
James Nowell ec46bdb478 Updated basictex to point to the new .pkg filename.
At some point, BasicTeX changed the package filename and the URL had yet to be updated.
2015-06-12 10:24:47 -04:00
Den Patin 57e15fc362 Added name to the basictex.app 2015-02-03 10:31:27 +03:00
Vítor Galvão a00d29c6e0 updated basictex (latest) 2015-01-17 03:23:38 +00:00
Roland Walker 08f21644ff blank before uninstall in basictex 2014-11-22 09:12:37 -05:00
Roland Walker 1a3553d167 new-style header in basictex 2014-11-13 12:34:10 -05:00
Yegor Timoschenko 971712558b Specify that basictex is open-source
TeXLive is open-source and various components are under different
licenses. BasicTeX is just a subset of TeXLive.
2014-10-16 01:42:04 +07:00
Roland Walker d0d51b7272 add license stanza to basictex 2014-10-01 11:41:50 -04:00
Roland Walker 4879e62e6c basictex.rb 2014-09-10 11:36:59 -04:00
Roland Walker 991a1f0285 fix basictex filename (install stanza value)
re-use version number in stanzas
closes #5825
2014-08-19 11:52:34 -04:00
y0ast b6c89996a1 update version BasicTex 2014-08-18 11:13:13 +02:00
Davor Cubranic be927df33e Add versioning to BasicTeX 2014-07-28 10:50:28 -07:00
ndr cdff17fde2 Reformat basictex.rb according to readability conventions 2014-06-27 02:00:59 +02:00
Beng Hee Eu 2fa11ffa86 Update BasicTeX package id to 2014 2014-06-25 03:09:28 +08:00
Roland Walker c8cd897435 mass convert Casks to sha256 :no_check 2014-05-08 08:51:31 -04:00
Roland Walker 329c48298a caveats first-class in DSL, gets own mini-DSL
Make caveats a first-class member of the Cask DSL.  It no longer has to
be specified with "def caveats", but can be given as "caveats do ... end"
as with after_install blocks.

In addition, create a mini-DSL which can be used within caveats blocks,
providing standard messages when manual installers must be used,
reboot-required, etc.

Add alternate form: caveats can also accept a compile-time string for
simple cases.

This is 99% compatible with old Casks, as it still works by defining
a caveats method.  However, all Casks containing caveats are cleaned
up and adapted according to the new DSL.

Full docs in CONTRIBUTING.md.
2014-01-20 11:54:46 -05:00
Geoffrey Oxberry c92824a5af Add PATH caveats to BasicTeX cask.
Warns user that they may need to add LaTeX-related executables to
their PATH.

Similar to #2284, related to #2277.
2014-01-04 17:13:39 -08:00
Tom Vincent 7933b322a5 Add BasicTeX 2013-11-19 22:33:27 +00:00