a28f FreshPorts -- x11-toolkits/hs-frantk
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
hs-frantk 1.1_4 x11-toolkits on this many watch lists=1 search for ports that depend on this port
A GUI library for Haskell on top of Tcl-Tk
Maintained by: haskell@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Sep 2002 14:39:26
Also Listed In: haskell
License: not specified in port


FranTk (pronounced "frantic") is a library for building GUIs in Haskell. Its
high level, provides good support for developing complex dynamic systems, and
is built on top of Tcl-Tk. 
 
FranTk works with ghc and hugs98.

WWW: http://haskell.cs.yale.edu/FranTk/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
Required Libraries:
  1. x11-toolkits/tk84
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11-toolkits/hs-frantk/ && make install clean
To add the package: pkg_add -r hs-frantk


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.dcs.gla.ac.uk/~meurig/FranTk/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2013-03-31
    Affects: users of */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Due to some unexpected dynamic linking problems, Haskell Cabal ports with
      binaries that link to their own libraries may not work.  With default
      configuration, the following ports are known to have this problem:
      Agda, BNFC, pandoc, and uuagc.  (Their port revision are now bumped.)
    
      In general, it is recommended to rebuild the port if you are
      experiencing that the corresponding binary will not start, e.g.:
    
      % agda
      Shared object "libHSAgda-2.3.2-ghc7.4.2.so" not found, required by "agda"
    
    
  • 2013-02-05
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that the recent devel/libffi update caused some breakage in the Haskell
      ports with the DYNAMIC option enabled.  The problem has been identified and
      fixed since then.  All Haskell ports have been updated to their latest stable
      versions or bumped as DYNAMIC is enabled by default.
    
      Hence it is recommended to rebuild or reinstall all ports depending on GHC
      by one of the following commands:
    
      # portmaster -w -r ghc
      or
      # portupgrade -fr lang/ghc
      or
      # pkg install -fR lang/ghc
    
    
  • 2012-12-20
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that the Glorious Glasgow Haskell Compiler has been updated to
      version 7.4.2.
    
      Please rebuild or reinstall all dependent ports by issuing one of the
      following commands, depending on the tool used:
    
      # portmaster -w -r ghc
      or
      # portupgrade -fr lang/ghc
      or
      # pkg install -fR lang/ghc
    
    
    
  • 2012-06-03
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that The Glorious Glasgow Haskell Compiler and the Haskell Platform
      have been updated to versions 7.4.1 and 2012.2.0.0, respectively.  At the
      same time, all Haskell ports have been updated to their latest working
      versions.
    
      To follow the changes, please issue one of the following commands
      (depending on the tool used):
    
      # portmaster -r ghc
      or
      # portupgrade -fr lang/ghc
    
    
    
  • 2012-02-13
    Affects: users of lang/ghc and */hs-*
    Author: pgj@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.4, and Haskell Platform to version
      2011.4.0.0, and other Haskell ports are also updated to their Haskell
      Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    
  • 2011-05-09
    Affects: users of lang/ghc and */hs-*
    Author: ashish@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.3 and other Haskell ports are also
      updated to their Haskell Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    

Number of commits found: 27

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
20 Dec 2012 02:23:06
Original commit files touched by this commit  1.1_4
pgj search for other commits by this committer
- Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):
(Only the first 15 lines of the commit message are shown above View all of this commit message)
24 Oct 2011 04:17:38
Original commit files touched by this commit  1.1_4
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
09 May 2011 05:28:57
Original commit files touched by this commit  1.1_4
ashish search for other commits by this committer
- Please welcome GHC 7.0.3

GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:             ports/156642
Approved by:    tabthorpe (mentor)
Obtained from:  FreeBSD Haskell
09 Jul 2009 22:27:49
Original commit files touched by this commit  1.1_4
pgj search for other commits by this committer
- Respect LOCALBASE

Reported by:    QAT
Approved by:    tabthorpe (mentor, implicit)
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.1_4
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
13 Aug 2007 02:16:13
Original commit files touched by this commit  1.1_4
vs search for other commits by this committer
Mark as BROKEN on IA64: does not compile, fix unknown.
18 Jun 2007 04:59:21
Original commit files touched by this commit  1.1_4
vs search for other commits by this committer
Fix build on amd64 through -fPIC
11 Jun 2007 07:41:09
Original commit files touched by this commit  1.1_4
vs search for other commits by this committer
Remove outdated lang/ghc5 on upstream's request, devel/hs-popenhs which depends
on it, and make x11-toolkits/hs-frantk use lang/hugs
19 May 2007 20:32:57
Original commit files touched by this commit  1.1_4
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}.
09 Dec 2006 04:49:00
Original commit files touched by this commit  1.1_3
rafan search for other commits by this committer
- Respect X11BASE

Approved by:    portmgr (linimon)
13 May 2006 05:00:46
Original commit files touched by this commit  1.1_3
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
24 Jan 2006 03:16:52
Original commit files touched by this commit  1.1_3
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 06:28:59
Original commit files touched by this commit  1.1_3
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
11 Mar 2004 07:48:13
Original commit files touched by this commit  1.1_3
obraun search for other commits by this committer
deUSE_SIZEify.
06 Mar 2004 21:29:59
Original commit files touched by this commit  1.1_3
obraun search for other commits by this committer
Set maintainer to the new created haskell@ mail alias.
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.1_3
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
31 Jan 2004 11:16:48
Original commit files touched by this commit  1.1_2
obraun search for other commits by this committer
SIZE-ify
16 Jan 2004 12:50:25
Original commit files touched by this commit  1.1_2
obraun search for other commits by this committer
Use lang/ghc5
19 Oct 2003 09:43:41
Original commit files touched by this commit  1.1_2
obraun search for other commits by this committer
* Switch to tk84.
* Bump PORTREVISION.
09 Jun 2003 22:26:18
Original commit files touched by this commit  1.1_1
obraun search for other commits by this committer
Use ghc --numeric-version.
09 Jun 2003 18:54:49
Original commit files touched by this commit  1.1_1
obraun search for other commits by this committer
Remove ghc's package.conf.old.

Pointed out by: kris, bento
18 Feb 2003 10:50:48
Original commit files touched by this commit  1.1_1
obraun search for other commits by this committer
De-pkg-comment and make portlint a little bit happier.
20 Jan 2003 08:20:34
Original commit files touched by this commit  1.1_1
obraun search for other commits by this committer
s/PERL/REINPLACE/

Pointed out by: Ulrich Spoerlein <q@uni.de>
20 Nov 2002 09:10:55
Original commit files touched by this commit  1.1_1
obraun search for other commits by this committer
Add the new virtual category haskell.
05 Nov 2002 21:55:21
Original commit files touched by this commit  1.1_1
obraun search for other commits by this committer
Use PORTCOMMENT variable instead of pkg-comment file.
17 Sep 2002 20:31:31
Original commit files touched by this commit  1.1_1
obraun search for other commits by this committer
* Make FranTk work with ghc (possible after updating ghc to 5.04.1)
* Build for ghc by default
* Add knobs WITHOUT_GHC and WITH_HUGS
* Bump PORTREVISION
04 Sep 2002 14:38:49
Original commit files touched by this commit  1.1
obraun search for other commits by this committer
Add prefix `hs-' for Haskell related ports.

Number of commits found: 27

283f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 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 24533
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days29
new fortnight61
new month218

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0