ports/119640: [NEW PORT] devel/sml_tk: Typed and abstract Standard ML interface to Tcl/Tk

Timothy Bourke timbob at bigpond.com
Mon Jan 14 00:50:04 UTC 2008


The following reply was made to PR ports/119640; it has been noted by GNATS.

From: Timothy Bourke <timbob at bigpond.com>
To: bug-followup at FreeBSD.org, timbob at bigpond.com
Cc:  
Subject: Re: ports/119640: [NEW PORT] devel/sml_tk: Typed and abstract Standard ML interface to Tcl/Tk
Date: Mon, 14 Jan 2008 11:40:57 +1100

 --DSayHWYpDlRfCAAQ
 Content-Type: multipart/mixed; boundary="rS8CxjVDS/+yyDmU"
 Content-Disposition: inline
 
 
 --rS8CxjVDS/+yyDmU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Slight adjustment attached.
 
 
 --rS8CxjVDS/+yyDmU
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="sml_tk-20080114.patch"
 
 --- Makefile.orig	Mon Jan 14 11:36:12 2008
 +++ Makefile	Mon Jan 14 11:24:54 2008
 @@ -88,13 +88,16 @@
  	 for f in `find . -name .cm \! -prune -o -type f \! \( -regex '.*\.orig' -o -name .cvsignore \)`;\
  	 do ${INSTALL_DATA} $$f ${PREFIX}/lib/${PORTNAME}/$$f;                \
  	 done)
 -	@${INSTALL_DATA} ${WRKSRC}/src/smltk.cm ${PREFIX}/lib/${PORTNAME}/sml_tk.cm
 +	@${LN} -s ${PREFIX}/lib/${PORTNAME}/smltk.cm \
 +		  ${PREFIX}/lib/${PORTNAME}/sml_tk.cm
  .if defined(WITH_SMLNJDEVEL)
  	@${INSTALL_PROGRAM} ${WRKSRC}/bin/sml_tk ${PREFIX}/bin
  	@${MKDIR} ${PREFIX}/lib/${PORTNAME}/.cm
  	@${MKDIR} ${PREFIX}/lib/${PORTNAME}/.cm/x86-unix
  	@${INSTALL_DATA} ${WRKSRC}/src/.cm/x86-unix/sources.cm \
  			${PREFIX}/lib/${PORTNAME}/.cm/x86-unix/sources.cm
 +	@${LN} -s ${PREFIX}/lib/${PORTNAME}/.cm/x86-unix/sources.cm \
 +	          ${PREFIX}/lib/${PORTNAME}/.cm/x86-unix/sml_tk.cm
  .endif
  .if defined(WITH_POLYML)
  	@${INSTALL_DATA} ${WRKSRC}/bin/sml_tk.poly \
 --- pkg-plist.orig	Mon Jan 14 11:36:04 2008
 +++ pkg-plist	Mon Jan 14 11:25:13 2008
 @@ -255,6 +255,7 @@
  lib/sml_tk/windows.sig
  lib/sml_tk/windows.sml
  %%STABLE%%lib/sml_tk/.cm/x86-unix/sources.cm
 +%%STABLE%%lib/sml_tk/.cm/x86-unix/sml_tk.cm
  %%PORTDOCS%%%%DOCSDIR%%/images/alu-logo.gif
  %%PORTDOCS%%%%DOCSDIR%%/images/confirm.gif
  %%PORTDOCS%%%%DOCSDIR%%/images/enterline.gif
 --- files/sml_tk.1.in.orig	Mon Jan 14 11:36:21 2008
 +++ files/sml_tk.1.in	Mon Jan 14 11:27:40 2008
 @@ -117,11 +117,10 @@
  The toolbox library also comes with several example structures, each with a
  .Li go
  function:
 -.Bl -column -offset indent "TSimpleInstApp" "SimpleInst" "TSimpleInstApp"
 +.Bl -column -offset indent "SimpleInst" "FilerEx" "LittleTreeList"
  .It WeeBoxes Ta FilerEx Ta MarkupEx
 -.It SimpleInstAppl Ta SimpleInst Ta StdMarkEx
  .It TableEx Ta TabsEx Ta LittleTreeList
 -.It TSimpleInstAppl Ta UW_Ex
 +.It SimpleInst Ta UW_Ex Ta StdMarkEx
  .El
  .Sh COMPATIBILITY
  The port adds two non-standard features:
 @@ -150,4 +149,5 @@
  wrote the rest of the man page and some of the patches for the FreeBSD port.
  .Sh BUGS
  More work is required for Poly/ML and MLton.
 +The Filer example crashes.
  .\"
 
 --rS8CxjVDS/+yyDmU--
 
 --DSayHWYpDlRfCAAQ
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.4 (FreeBSD)
 
 iD8DBQFHiq+ZtKVK1sFb0ecRAhMJAJ0bCaioMtjMgT+vG+TYo7SmCj8oowCeP5Gn
 envg1MGMrhmWLR4iRRhCuP8=
 =xOla
 -----END PGP SIGNATURE-----
 
 --DSayHWYpDlRfCAAQ--



More information about the freebsd-ports-bugs mailing list