hugs stable port information

Package: hugs
Version: 1998.200102
Revision: 1017
GCC: 4.0
Maintainer: Ashley Yakeley
BuildDepends: libncurses5 (>= 5.4-20041023-1006), readline (>= 4.3-1028)
Depends: readline-shlibs (>= 4.3-1028), ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 5.4-20041023-1006)
Source: http://www.cse.ogi.edu/PacSoft/projects/Hugs/downloads/hugs98-Feb2001.tar.gz
Source-MD5: 8e234bea0222e8ab88aa235eca919239
Patch: %n.patch
ConfigureParams: --mandir=%p/share/man --with-readline
CompileScript: <<
cd src/unix/; ./configure %c
cd src/; make CFLAGS="-I%p/include"
<<
InstallScript: cd src/; make install prefix=%i mandir=%i/share/man
DocFiles: Credits License Readme
Description: Haskell interpreter
DescPort: <<
The configure script is badly written and doesn't pass
CPPFLAGS or CFLAGS to the Makefile, so we set it again on the make
command line. The configure script needed a small patch to find
readline without ncurses installed.
<<
License: BSD
Homepage: http://haskell.org/hugs/

hugs stable port .patch

diff -ru hugs98-Feb2001/src/unix/configure hugs98-Feb2001-patched/src/unix/configure
--- hugs98-Feb2001/src/unix/configure Thu Feb 15 04:18:14 2001
+++ hugs98-Feb2001-patched/src/unix/configure Sun Apr 1 09:42:43 2001
@@ -3426,7 +3426,7 @@

if test "$with_readline" = yes; then
use_readline=no
- TERMCAP=no
+ TERMCAP=""
echo $ac_n "checking for main in -lncurses""... $ac_c" 1>&6
echo "configure:3432: checking for main in -lncurses" >&5
ac_lib_var=`echo ncurses'_'main | sed 'y%./+-%__p_%'`

hugs _unstable_ port information

Package: hugs
Version: 1998.200102
Revision: 1017
GCC: 4.0
Maintainer: Ashley Yakeley
BuildDepends: libncurses5 (>= 5.4-20041023-1006), readline (>= 4.3-1028)
Depends: readline-shlibs (>= 4.3-1028), ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 5.4-20041023-1006)
Source: http://www.cse.ogi.edu/PacSoft/projects/Hugs/downloads/hugs98-Feb2001.tar.gz
Source-MD5: 8e234bea0222e8ab88aa235eca919239
Patch: %n.patch
ConfigureParams: --mandir=%p/share/man --with-readline
CompileScript: <<
cd src/unix/; ./configure %c
cd src/; make CFLAGS="-I%p/include"
<<
InstallScript: cd src/; make install prefix=%i mandir=%i/share/man
DocFiles: Credits License Readme
Description: Haskell interpreter
DescPort: <<
The configure script is badly written and doesn't pass
CPPFLAGS or CFLAGS to the Makefile, so we set it again on the make
command line. The configure script needed a small patch to find
readline without ncurses installed.
<<
License: BSD
Homepage: http://haskell.org/hugs/

hugs _unstable_ port .patch

diff -ru hugs98-Feb2001/src/unix/configure hugs98-Feb2001-patched/src/unix/configure
--- hugs98-Feb2001/src/unix/configure Thu Feb 15 04:18:14 2001
+++ hugs98-Feb2001-patched/src/unix/configure Sun Apr 1 09:42:43 2001
@@ -3426,7 +3426,7 @@

if test "$with_readline" = yes; then
use_readline=no
- TERMCAP=no
+ TERMCAP=""
echo $ac_n "checking for main in -lncurses""... $ac_c" 1>&6
echo "configure:3432: checking for main in -lncurses" >&5
ac_lib_var=`echo ncurses'_'main | sed 'y%./+-%__p_%'`