Commit graph

45 commits

Author SHA1 Message Date
marino
efbb46ec51 lang/schema48: Fix bad pthreads detection for DragonFly
The schema48 configure schema has a pthreads test that can't be overridden.
The problem is that it starts with -mt, and it thinks the test passes when
in reality gcc complains.  This commit does a post-patch inline replacement
on the configure script to override the test, and to add -pthread to both
$CFLAGS and $LDFLAGS.
2011-12-17 19:02:11 +00:00
jym
d886a150bf check-interpreter fix. 2011-07-03 12:40:20 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
obache
d94e07276a lang/gambc and lang/scheme48 are conflict with bin/scheme-r5rs.
Noticed by Aleksej Saushev in PR 39403.
2008-08-31 09:17:56 +00:00
degroote
6857c93adc Update scheme88 from 1.6 to 1.8.
Lots of changes between this two releases :
  - a new experimental gc
  - framework for asynchronous event
  - support for 64 bits machine
  - the layout of the installed system now conforms to FHS
  - and a lots of bugs fixes ...

Contributed by Aleksej Saushev via IRC.
2008-05-02 09:22:21 +00:00
obache
f3d52b4f01 Update scheme48 to 1.6.
Patch provided by Yorick Hardy in PR 36335.
And added test target (but fail if effective user == root direcoty owner).

Release notes for version 1.6


    * Additions:
          o An autogen.sh script for generating the various generated files from source was added.
          o Infrastructure for creating, running and composing test suites was added. As a result, "make check" now runs more tests than before.
          o It is now possible for adventurous users to run the linker in PLT Scheme.
    * Changes:
          o make image now assumes a Unicode-capable Scheme 48.
    * Bug fixes:
          o A bug where automatic port-flushing would churn trying to write to a blocking socket was fixed.
          o An infinite loop upon (/ 0.0 0.0) was fixed. (reported by Taylor Campbell)
          o A bug that made system unusable was fixed. (reported by Marco Benelli)
          o A bug with package mutation, which made running the PreScheme compiler on the VM break was fixed.
          o Bugs related to the conversion between OS strings and strings on command-line handling were fixed. (reported by Andreas Rottmann)
          o Compilation using gcc now uses the -munaligned-doubles flag where available, which is needed on SPARCs to make floating-point arithmetic work.
          o Compilation older versions Cygwin that don't have langinfo.h should be fixed.
          o Some problems with installing and running on Windows Vista were fixed. (thanks to Axel T. Schreiner)


Release notes for version 1.5


    * Additions:
          o Comprehensive Unicode support was added. See the manual for details.
          o An implementation of SRFI 19 was added. (thanks to Emilio Lopes)
          o Syntax-rules now supports vector patterns and templates.
          o The ,bound? command now produces more output. (thanks to Taylor Campbell)
    * Changes:
          o Many of the POSIX procedures that accepted or returned strings previously now accept or return OS strings. See the manual for details.
          o The ,build command now accepts a procedure that will be called with a list of OS strings rather than regular strings.
          o The ascii->char and char->ascii procedures from the ascii structure covers only ASCII (codes 0-127) now. (Previously, the range included 128-255 as well.)
    * Bug fixes:
          o A bug with package mutation was fixed. (reported by Taylor Campbell)


Release notes for version 1.4


    * Additions:
          o Regexp? is now exported from the rexexps structure.
          o SRFIs 4, 39, 40, 43, 43, 60, 61, 63, 66, 67, 71, 78 (mostly thanks to David Van Horn)
          o In the command processor, switches were generalized to settings, specifically to customize various printing parameters. See the manual for details.
          o A generic byte-code parser was added to the system; the disassembler uses it.
          o A reinitializers for register actions to be performed after resuming an image was added.
          o A variable-arguments-lists structure implementing a macro for dealing with optional default parameters was added.
          o A get-interrupt-handler procedure was added.
          o An --enable-universal-binary option was added to configure to facilitate building universal binaries on Mac OS X. (thanks to Eric Knauel)
          o The C code now has access to enum sets.
    * Changes:
          o File-options (in the POSIX libary) are now enum sets; this allows using enum-set operations on them.
          o Various changes were made to the VM to enable native-code compilation.
          o Socket addresses are always reusable.
          o 1+ and 1- are no longer valid identifiers.
          o The ordering of in/out thunks of dynamic-wind was changed to be consistent with itself and with the upcoming R6RS.
          o The Windows build is now done using Visual Studio 2005.
    * Bug fixes:
          o Macro-defining macros now work in PreScheme.
          o Opening a file for both read and write via the POSIX libraries wouldn't work correctly. (Reported by Andreas Rottmann.)
          o PreScheme's copy-memory! now works for overlapping regions.
          o Various C compilation problems were fixed.
          o cmuscheme48.el should now work under GNU Emacs as well as XEmacs.
          o Numerous problems with floating-point arithmetic were fixed.
          o A race condition with queues was fixed. (thanks to David Frese)
          o Part of script messages were printed on stdout rather than stderr; fixed. (thanks to Andreas Rottmann)
          o A shadowing bug in the debugging package was fixed. (thanks to Taylor Campbell)
          o A bug in the CML sync-group primitive was fixed. (thanks to Heath Putnam)
          o Various errors in SRFI 13 were fixed.
          o A bug in the auto-integrator was fixed. (thanks to Taylor Campbell)
          o A bug in load-dynamic-externals was fixed. (thanks to Taylor Campbell)
          o Several bugs in vector-merge were fixed. (reported by Matthias Radestock)
          o The CML wrap was made correctly tail-recursive. (reported by Heath Putnam)
          o A bug in the PreScheme C backend, that would sometimes incorrectly delete tail calls without a return value, was fixed. (reported by Eric Merritt)
          o Several bugs in interface walking were fixed. (reported by Taylor Campbell)
          o A bug in the PreScheme compiler affecting the removal of unused procedures was fixed. (thanks to Eric Knauel)
          o Some precedence bugs in the C stubgs for the regexp code were fixed. (thanks to Matthew Dempsky)
          o A bug in the regexps package for regexps without submatches was fixed.
          o (set-current-proposal! (current-proposal)) no longer raises an exception. (thanks to Taylor Campbell)
          o A bug in package caching was fixed. (thanks to Taylor Campbell)
          o A bug in the generation of environment maps was fixed. (thanks to Taylor Campbell)
          o The Windows installer package should now work even on systems that have delayed variable expansion on by default. (thanks to Emilio Lopes)
          o Exception handlers that return from raise are now handled correctly. (reported by Norbert Freudemann)
2007-06-09 06:59:03 +00:00
rillig
3b049b5ce5 Fixed PKGMANDIR. 2006-12-12 23:17:40 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
rillig
d10b92c3a1 Updated scheme48 to 1.3.
05/01/05 (version 1.3)
	 Additions:
	  A collection of libraries implementing the Concurrent ML
	   model for concurrent programming has been added; it is
	   compatible to the CML libraries in Sunterlib.  See the
	   documentation for details.
	  Support for SRFIs 34-36 ("Exception handling for programs",
	   "Conditions", "I/O conditions") has been added.  This is in
	   the CONDITIONS, EXCEPTIONS, and I/O-CONDITIONS structures,
	   for which the SRFI-34, SRFI-35, and SRFI-36 structures are
	   essentially aliases.  A bridging infrastructure between the
	   old condition system and the new one translates condition
	   objects back and forth, hopefully transparently for the
	   user.
	  A new infrastructure for dynamically loading external
	   libraries from shared objects has been added; check the
	   manual for details.  The old infrastructure is still
	   presented, but is unsupported on Windows and will be
	   removed in a future release.
	  The S48_GC_UNPROTECT_GLOBAL macro has been added, which
	   allows to remove a root added by S48_GC_PROTECT_GLOBAL.
	  The Scheme 48 header files should now be compileable by a
	   C++ compiler.
	  An experimental Windows port has been added.
         Changes:
          The HTML manual is now generated with tex2page.
          A number of changes to the VM to support the (future)
           native-code compiler have been made.
          The PreScheme type rule for IF is now more strict, thus
           disallowing code that would lead to invalid C output.
           (This fixes a bug reported by Markus Ziegler.)
         Bug fixes:
          The TRAVERSE structure for displaying heap statistics has
           been re-enabled.
          A number of misues of CALL-ERROR have been corrected
           (reported by Taylor Campbell).
	  The VALUE-PIPES package works again
           (fix by Taylor Campbell).
	  In PreScheme it is now possible to shift integers by
	   non-constant shift widths.
	  Logical right shifts in PreScheme work now
           (reported by Taylor Campbell).
          A bug in TERMINATE-THREAD! was fixed
           (reported by Taylor Campbell).
          A bug in the implementation of ,exit-when-done was fixed.
          A bug in the regexp-matching code that prevented matching
           the empty string correctly was fixed.
          A bug in the implementation of STRING-CONTAINS from SRFI-13
           was fixed.
          A bug in the implementation of :WHILE in SRFI-42 was fixed
           (submitted by Sebastian Egner).
          Bugs in the implementations of ANGLE and MAGNITUDE were
           fixed.
          An obscure bug in the implementation of APPLY (which was
           triggered by certain instances of (apply apply ...) )
           was fixed.
	  For a degenerate case of ITERATE, the code was made to
	   conform the documentation
	   (reported by Taylor Campbell).
          Various miscellaneous fixes.

Patch provided by Nils O. Selasdal in PR 32941.
While here, fixed pkglint warnings.
2006-02-27 10:33:57 +00:00
tv
d1823e6108 Add devel/sysexits bl3. 2005-11-01 20:01:48 +00:00
rillig
be2a300dec Updated scheme48 from 0.57 (four years old) to 1.2. Changes include many
bug fixes and several "requests for implementation"s. This fixes PR 29788.
2005-05-25 22:31:06 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
itojun
5e7e980954 URL has to end with slash 2003-08-27 09:14:43 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
perry
a770d7cba8 r5rs, not r4rs 2002-07-29 23:38:09 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
jtb
72e135672e Update to 0.57. The changes from the previous pkgsrc version are
mostly bug fixes. (See release notes for details).
2001-07-24 23:56:49 +00:00
agc
8118fe36ae Move to sha1 digests, and add distfile sizes. 2001-04-19 15:00:47 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
itojun
72f99f5e7d upgrade to 0.53.
2/24/99  (version 0.53)
	 Additions:
	  DEFINE-FINITE-TYPE and DEFINE-ENUMERATED-TYPE (in structure
	   FINITE-TYPES; documented in doc/utilities.ps and
	   doc/html/utilities.html.
          Added CHAR-SOURCE->INPUT-PORT, CHAR-SINK->OUTPUT-PORT,
 	   MAKE-STRING-OUTPUT-PORT, STRING-OUTPUT-SOURCE-OUTPUT to
	   the extended-ports structure.
	  The structure BYTE-VECTORS is the same as CODE-VECTORS with `byte'
	   replacing `code' in all the names.  The underlying datatype is the
	   same for both, and uses `byte' when printing.
	  There is a new and much improved interface to C code, thanks to
           Mike Sperber.  It is documented in in doc/external.ps and
	   doc/html/external.html.
         Bug fixes:
	  Session-data and user-context records are no longer in the fluid env.
	  Lexical environments can now be nested up to 65k deep.
	  ,expand no longer prints `definition in expression context' warnings.
	  Added ARRAY? and SEARCH-TREE? to the array and search tree structures.
	  Flat environments work again.
	  Templates of the form `var ... ...' now work in syntax rules.
	  Reinstated caching of SCHEMIFY results to greatly reduce the space
           used by debugging info.
	  Added argument checking to STRING->NUMBER and NUMBER->STRING.
	  Fixed space blow-up in LOAD.
	  Unused ports are closed more reliably.
	 Changes:
	  The heap, gc, and image code is now in three separate modules.
          The symbol table is now held in a VM register.
	  Inlined SHOWING-FOCUS-VALUES into the main command loop and moved
	   the sentinal call to reduce the noise at the base of ,preview output.
	  The tables returned by MAKE-TABLE now use EQV? for comparison (instead
	   of EQ?).  This makes these tables about 50% slower when numbers are
           used as keys, but significantly more accurate.
	  Floating-point numbers are no longer double boxed.
	  The channels structure has been split into channels and low-channels.
2000-12-30 16:54:06 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
7bfb5c4758 Add package patch checksum files. 1999-07-09 13:54:06 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
jonb
f25eee6852 update scheme48 to version 0.52 1999-01-19 14:16:45 +00:00
frueauf
1da4ba0fbc pkglint: move NOT_FOR_ARCHS where it belongs. 1998-11-13 01:16:35 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
tsarna
6bd0d65c65 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.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
frueauf
9d70b8ebcd Update scheme48 to 0.51, inspired by pr 5808 from Jon Buller. 1998-07-21 10:50:47 +00:00
agc
daa3dd519a Update package Makefiles for automatic manual page handling. 1998-06-22 12:44:29 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
2cb12cba25 Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:19:34 +00:00
hubertf
fcdbdf190a portlint: fix RCS Id 1998-01-24 20:23:59 +00:00
hubertf
8639bafeaa Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
a1e545d031 Sync with reality 1997-10-13 02:33:46 +00:00
agc
e6cab1f0f3 Add NetBSD RCS Id. 1997-10-06 15:28:52 +00:00
agc
6f28891f98 Initial import of FreeBSD lang ports into the NetBSD
packages system.
1997-10-06 14:51:03 +00:00