summaryrefslogtreecommitdiff
path: root/lang/hugs
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-3/+3
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-28darwin fixdanw1-1/+9
2004-04-28Convert to buildlink3.snj1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-06-23Undo previous.jtb2-4/+4
2003-06-23Use type int instead of signed char in code making comparisons to EOF.jtb2-4/+4
2003-05-04Fix a bug in input.c where an unsigned char is compared to EOF (-1),jtb3-2/+17
causing hugs to hang on some systems (powerpc).
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-04-09Update Hugs98 to Dec 2001 version.markd4-20/+120
Changes are: - The incompatibilities between Hugs and the Haskell Graphics Library have been fixed, and binaries for the HGL are now available on the Hugs download page. - The missing standard libraries Directory, CPUTime, Time and Locale have been added along with a complete implementation of Haskell98 IO. - Hugs is now delivered with most of the hslibs libraries installed in the lib/exts/ directory. The added modules cover the Edison, Parsec, HaXml, QuickCheck, concurrent, monad, and html subdirectories of hslibs. - The :set option now refuses the user to set a module search path that doesn't contain the Prelude. This is to protect users from accidentally rendering their Hugs setups unusable, esp. so on Windows machines where the options are persisted to the Registry. - MacOS X is now one of the supported unix ports, with pre-built binaries available on the download page. - Experimental support is provided for hierarchical module names, where a module name A.B.C is mapped onto the file path A/B/C{.hs,.lhs} and appended to each of the path prefixes in HUGSPATH until the name of a readable file is found.
2001-11-21Update Hugs Haskell Interpreter to Feb. 2001 release.nra3-8/+11
Pr 13866 by Brian Gregor. New Features Include: - A Foreign Function Interface closely modeled after the one provided by GHC. - Built-in, Hood-like debugging support. - A new syntax for recursive monad bindings. - A new GUI under Windows that doesn't consume all CPU time.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-21Reorder some lines (cosmetic), mark as USE_BUILDLINK_ONLY, and removejlam1-10/+4
unnecessary config.cache entry to prevent detection of ncurses.
2001-06-21When --enable-debug is given, then add, don't replace, -g in CFLAGS.jlam2-4/+4
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-3/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-4/+4
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-22Honor CFLAGS passed in from environment during build.jlam2-1/+25
2001-05-22Use editline readline emulation when available.jlam1-3/+13
2001-05-22Set WRKSRC to location of configure script, and manually create do-buildjlam4-23/+26
and do-install targets. This is better as the configure script gets called with the correct environment settings. Also set the values for INSTALL_PROGRAM and INSTALL_DATA used in the project's Makefile to their pkgsrc BSD_* counterparts.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-09-03modify RCS Id (from Id to NetBSD)wiz1-1/+1
2000-08-28Add share/hugs/lib/exts/Memo.hs and share/hugs/lib/exts/Stable.hs;wiz1-51/+53
sort PLIST.
2000-07-05Update to Hugs98-Feb2000.nathanw2-7/+7
2000-05-20Add a patch that should make it compile on m68k.wiz2-1/+19
Addresses pkg/9964.
2000-04-24configure was missing a ./ and wasn't finding the configure scriptmbw1-2/+2
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-01-24Apply patch from PR 9115.augustss1-1/+5
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-18Standardise PKGNAME versions (should start with a number)abs1-1/+2
1999-12-08defuzzrh2-6/+6
1999-08-18Remove redundant EXTRACT_SUFX definitionagc1-2/+1
1999-08-18Update (long overdue) to Hugs 98, May 1999 version.nathanw3-128/+67
1999-07-09Add package patch checksum files.agc1-0/+3
1998-08-26Better HOMEPAGE, remove from DESCRtsarna2-5/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+6
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-04-03Solve problem with "configure" target in a more future compatible way.tron2-10/+8
1998-04-03Install files with correct owner and group, strip binaries.tron1-0/+23
1998-04-03New "hugs-1.4" package made by Nathan J. Williams.tron5-0/+207