The NetBSD Project

CVS log for pkgsrc/lang/hugs/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / lang / hugs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.40 / (download) - annotate - [select for diffs], Tue Sep 28 04:36:41 2010 UTC (19 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, HEAD
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

LICENSE=modified-bsd

Revision 1.39 / (download) - annotate - [select for diffs], Wed May 20 00:58:19 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jul 14 12:56:07 2008 UTC (3 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (colored)

Mark as destdir ready.

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Sun Jan 7 13:12:59 2007 UTC (5 years, 4 months ago) by salo
Branch: pkgsrc-2006Q4
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

Pullup ticket 1981 - requested by uebayasi
PKGNAME fix for hugs

Revisions pulled up:
- pkgsrc/lang/hugs/Makefile					1.37

   Module Name:		pkgsrc
   Committed By:	wiz
   Date:		Sun Jan  7 00:16:14 UTC 2007

   Modified Files:
   	pkgsrc/lang/hugs: Makefile

   Log Message:
   Fix PKGNAME after update. Noted by Ben Secrest on pkgsrc-users.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jan 7 00:16:14 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Fix PKGNAME after update. Noted by Ben Secrest on pkgsrc-users.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Oct 21 11:19:28 2006 UTC (5 years, 7 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base
Branch point for: pkgsrc-2006Q4
Changes since 1.35: +3 -4 lines
Diff to previous 1.35 (colored)

Update hugs to September 2006 release.

A new minor release of Hugs, fixing a few bugs with the May 2006 release,
and with libraries roughly matching the forthcoming GHC 6.6 release.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Sep 23 13:36:06 2006 UTC (5 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Require bison. hugs's configure is not happy with byacc for
unknown reasons and since some platforms have at least even
weaker yacc's than the BSDs, don't try to hack around that.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Sep 17 16:49:57 2006 UTC (5 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.33: +14 -1 lines
Diff to previous 1.33 (colored)

Add optional support for readline and enable it by default.  Otherwise
the command line interpreter behaves oddly.  Reported by yamt@.
Bump PKGREVISION to 1.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Aug 1 14:33:59 2006 UTC (5 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.32: +14 -23 lines
Diff to previous 1.32 (colored)

Update to 200605:

- November 2002

Feature highlights of this new release are:

* Much improved FFI support (contributed by Alastair Reid), bringing Hugs
  really very close to the Haskell FFI specification.
* Adoption of a significant subset of GHC's hierarchical libraries
  (contributed by Ross Paterson).
* An (allegedly) complete implementation of the Haskell98 module system
  (Sigbjorn Finne).
* Numerous bug fixes since the previous major release in Dec 2001.

- November 2003

There has been substantial internal restructuring. In addition to numerous
bug fixes, user-visible changes include:

* The beginnings of a User's Guide (though still incomplete).
* The Double type is now double-precision on most architectures.
* Hugs now relies on the same hierarchical libraries as GHC and Nhc98, and
  provides almost all of them. For now, compatibility with the old libraries
  is provided by stub modules, but users are encouraged to migrate to the
  new libraries.
* Full support for imprecise exceptions (but not asynchronous ones). Most
  runtime errors are now reported by applying print to an Exception
  (formerly the built-in printer was applied to the faulty redex).
* Integrated .NET support (on Windows platforms).
* The -e, -f, -i, -N, -W and -X options and the :project command have been
  removed.
* A searchpath may include an entry of the form "directory/*", meaning all
  the immediate subdirectories of directory (see -Pstr).

- March 2005

This release is primarily targeted at Unix systems to gain experience with
new features. The new Cabal-based library build system has the potential to
make building on Windows easier, but it's not there yet. Volunteers welcome.

In addition to numerous bug fixes, user-visible changes include:

* The default current module is now the empty module Hugs.Base instead of
  the Prelude (see Section 2.2).
* The Char type and the Char module now support Unicode as specified in the
  Haskell 98 Report (contributed by Dmitry Golubovsky). Character oriented
  I/O uses a byte encoding of characters determined by the current locale
  (see Section 3.3).
* The new -X option can be used to group several options into one argument.
  This is now needed for executable runhugs scripts (using the Unix "#!"
  feature) that require two or more options (see Section 4.1).
* The syntax of the ffihugs command has changed (see Section 4.2). The +G
  and +L options are gone, and a new -i option can be used to specify
  include files.
* Hugs now has basic support for the Cabal packaging system (see Section 3.4).

- May 2006

* The default current module is now the empty module Hugs (see Section 2.2).
* The compatibility libraries are no longer included on the default search
  path. You can access them by adding "{Hugs}/oldlib" to the search path
  (see -Pstr), but they will be removed in the next release.
* Rewritten graphical Windows interface (contributed by Neil Mitchell; see
  Section 4.3).
* New :main command (contributed by Neil Mitchell).

Revision 1.32 / (download) - annotate - [select for diffs], Thu Nov 3 22:35:53 2005 UTC (6 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.31: +4 -11 lines
Diff to previous 1.31 (colored)

Fixed wrong use of WRKSRC.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:23 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jun 16 06:58:00 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.29: +3 -1 lines
Diff to previous 1.29 (colored)

Create directories before installing files into them.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:14 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Dec 3 15:15:00 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Oct 3 00:15:01 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Aug 28 16:29:55 2004 UTC (7 years, 8 months ago) by danw
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.25: +9 -1 lines
Diff to previous 1.25 (colored)

darwin fix

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 28 05:06:28 2004 UTC (8 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Convert to buildlink3.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 20 12:19:16 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.23 / (download) - annotate - [select for diffs], Sun May 4 20:19:46 2003 UTC (9 years ago) by jtb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Fix a bug in input.c where an unsigned char is compared to EOF (-1),
causing hugs to hang on some systems (powerpc).

Revision 1.22 / (download) - annotate - [select for diffs], Fri Oct 25 18:36:13 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

buildlink1 -> buildlink2.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Apr 9 02:59:14 2002 UTC (10 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

Update Hugs98 to Dec 2001 version.

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.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Nov 21 19:04:42 2001 UTC (10 years, 6 months ago) by nra
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)


Update Hugs Haskell Interpreter to Feb. 2001 release.
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.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jun 21 02:42:54 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.18: +4 -10 lines
Diff to previous 1.18 (colored)

Reorder some lines (cosmetic), mark as USE_BUILDLINK_ONLY, and remove
unnecessary config.cache entry to prevent detection of ncurses.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jun 11 02:05:12 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.17: +1 -3 lines
Diff to previous 1.17 (colored)

The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
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.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 10 00:08:45 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.16: +1 -3 lines
Diff to previous 1.16 (colored)

Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.

Revision 1.16 / (download) - annotate - [select for diffs], Thu May 24 08:53:57 2001 UTC (11 years ago) by jlam
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)

Standardize name of file to include for build-links to be "buildlink.mk".
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.

Revision 1.15 / (download) - annotate - [select for diffs], Tue May 22 06:54:05 2001 UTC (11 years ago) by jlam
Branch: MAIN
Changes since 1.14: +13 -3 lines
Diff to previous 1.14 (colored)

Use editline readline emulation when available.

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 22 06:38:08 2001 UTC (11 years ago) by jlam
Branch: MAIN
Changes since 1.13: +14 -12 lines
Diff to previous 1.13 (colored)

Set WRKSRC to location of configure script, and manually create do-build
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.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:12 2001 UTC (11 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Move the COMMENT from being in its own file to a definition in the
package Makefile.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 5 22:10:05 2000 UTC (11 years, 10 months ago) by nathanw
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

Update to Hugs98-Feb2000.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 24 04:17:38 2000 UTC (12 years, 1 month ago) by mbw
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)


configure was missing a ./ and wasn't finding the configure script

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 27 08:54:57 2000 UTC (12 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Adapt to new handling of "${CONFIGURE}".

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 24 12:27:20 2000 UTC (12 years, 4 months ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

Apply patch from PR 9115.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 18 13:35:54 1999 UTC (12 years, 5 months ago) by abs
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Standardise PKGNAME versions (should start with a number)

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 18 10:19:40 1999 UTC (12 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Remove redundant EXTRACT_SUFX definition

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 18 03:17:20 1999 UTC (12 years, 9 months ago) by nathanw
Branch: MAIN
Changes since 1.5: +10 -9 lines
Diff to previous 1.5 (colored)

Update (long overdue) to Hugs 98, May 1999 version.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 26 14:50:06 1998 UTC (13 years, 9 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, netbsd-1-3-PATCH003
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Better HOMEPAGE, remove from DESCR

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 20 15:17:05 1998 UTC (13 years, 9 months ago) by tsarna
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

The Grand Homepagification:
	- 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.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:28 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.2: +2 -7 lines
Diff to previous 1.2 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 3 22:11:43 1998 UTC (14 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.1: +5 -10 lines
Diff to previous 1.1 (colored)

Solve problem with "configure" target in a more future compatible way.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 3 21:14:22 1998 UTC (14 years, 1 month ago) by tron
Branch: MAIN

New "hugs-1.4" package made by Nathan J. Williams.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>