To use haskell-mode in Emacs, add the following lines to your ~/.emacs: (setq auto-mode-alist (append auto-mode-alist '(("\\.[hg]s$" . haskell-mode) ("\\.hi$" . haskell-mode) ("\\.l[hg]s$" . literate-haskell-mode)))) (autoload 'haskell-mode "haskell-mode" "Major mode for editing Haskell scripts." t) (autoload 'literate-haskell-mode "haskell-mode" "Major mode for editing literate Haskell scripts." t) Add the following lines according to which modules you want to use: (add-hook 'haskell-mode-hook 'turn-on-haskell-decl-scan) (add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode) (add-hook 'haskell-mode-hook 'turn-on-haskell-ghci) (add-hook 'haskell-mode-hook 'turn-on-haskell-hugs) (add-hook 'haskell-mode-hook 'turn-on-haskell-indent) (add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent) (add-hook 'haskell-mode-hook 'turn-on-font-lock) Note that the two indentation modules are mutually exclusive - add at most one. /cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Expand)AuthorAgeFilesLines
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-6/+4
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-061-8/+8
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-041-2/+0
* - Update to 3.3.1madpilot2013-05-042-3/+3
* Chase security/libgcrypt updateehaupt2013-05-041-1/+1
* - conversion to USES framework for gettextjgh2013-05-011-7/+7
* - Update lang/librep to 0.92.3sperber2013-05-012-7/+7
* Update to use: USES+= adabapt2013-04-3015-906/+2230
* Remove latest references to USE_BISONbapt2013-04-291-1/+0
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-293-16/+3
* Convert the last USE_ICONV to USES=iconvbapt2013-04-289-16/+10
* Add Gstreamer 1.0.7. This is the new stable version of thekwm2013-04-282-0/+14
* - update WWWdinoex2013-04-271-1/+1
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-268-14/+8
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2517-17/+17
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-248-16/+8
* - Add LICENSEsunpoet2013-04-241-18/+6
* - Add LICENSEsunpoet2013-04-241-14/+6
* - Chase x11-toolkits/fox16 shlib version bumpgahr2013-04-243-3/+3
* - Update to 1.6.49gahr2013-04-242-4/+4
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2322-65/+29
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)gahr2013-04-2313-740/+2
* - Update EFL libraries to 1.7.6(.1)gblach2013-04-233-6/+8
* - Make qt4 compile under FreeBSD 10miwi2013-04-221-0/+1
* - Fix a long standing problem in tclConfig.sh and tkConfig.sh, where pathsgahr2013-04-183-0/+20
* - make portlint happierdinoex2013-04-181-2/+1
* - Mark BROKEN fails to buildmiwi2013-04-171-0/+2
* - Update Tcl/Tk 8.5 to 8.5.14gahr2013-04-172-3/+3
* Unbreak after graphviz updatepawel2013-03-303-5/+59
* For perl@ owned ports:eadler2013-03-293-13/+5
* - unbreak the buildrm2013-03-292-9/+40
* Style: tab -> space.eadler2013-03-294-4/+4
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-281-2/+0
* - Update to 1.7.38gahr2013-03-283-10/+15
* Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix...eadler2013-03-2810-49/+26
* Update to version 2.0.16pawel2013-03-282-18/+5
* Fix build with glib 2.34 [1]kwm2013-03-281-10/+6
* - Fix pkg-plistgblach2013-03-272-0/+4
* - Update to 2.6.2acm2013-03-234-9/+5
* - convert USE_CMAKE to USESmakc2013-03-236-7/+6
* Convert to new options framework left unconverted ports in x* categoriesbapt2013-03-228-75/+58
* Add an error check on if cairo is installed without GLIB (GObject) support.mezz2013-03-201-0/+6
* Add gtksourceview 3 ports.kwm2013-03-191-0/+3
* Add gtksourceviewmm3 3.2.0kwm2013-03-194-0/+89
* Add gtksourceview 3.4.2.kwm2013-03-197-0/+356
* Update to 3.6.0.kwm2013-03-193-7/+44
* Update to 2.28.4kwm2013-03-193-14/+10
* Add libunique3, this is the gtk+3 version of x11-toolkits/unique.kwm2013-03-195-0/+63
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-195-5/+5
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-192-18/+18
* Belately bump portrevision so installed ports get reinstalled with fixed head...kwm2013-03-181-1/+1
* Restore alt keys after gtk20 update.kwm2013-03-162-7/+43
* - graphics/libexif:pclin2013-03-141-1/+1
* - adopt optionsNG and trim historical headersjgh2013-03-143-18/+12
* Get rid of XAWVER option in bsd.port.mk it does not need to be specified ther...bapt2013-03-104-8/+5
* Convert USE_BISON to USES= bisonbapt2013-03-085-34/+16
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-08