summaryrefslogtreecommitdiff
path: root/lang/tinyscheme
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-2/+2
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2015-12-29Add patch comments.dholland2-3/+6
2015-11-03Add SHA512 digests for distfiles for lang categoryagc1-1/+2
Problems found with existing digests: Package nhc98 distfile nhc98src-1.22.tar.gz a8adc8f22371998ee0657bc0e01058a57d876abc [recorded] 81975fcb5f1dda5efeaabc30ce8c6dceae55e591 [calculated] Problems found locating distfiles: Package gcc-aux: missing distfile ada-bootstrap.i386.dragonfly.36A.tar.bz2 Package gcc-aux: missing distfile ada-bootstrap.i386.freebsd.84.tar.bz2 Package gcc-aux: missing distfile ada-bootstrap.x86_64.dragonfly.36A.tar.bz2 Package gcc-aux: missing distfile ada-bootstrap.x86_64.freebsd.84.tar.bz2 Package gcc-aux: missing distfile ada-bootstrap.x86_64.solaris.511.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.i386.dragonfly.36A.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.i386.freebsd.84.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.x86_64.dragonfly.36A.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.x86_64.freebsd.84.tar.bz2 Package gcc5-aux: missing distfile ada-bootstrap.x86_64.solaris.511.tar.bz2 Package ghc7: missing distfile ghc-7.6.3-boot-i386-unknown-freebsd.tar.xz Package icc11: missing distfile l_cproc_p_11.1.080.tgz Package jini: missing distfile jini-1_2_1_001-src.zip Package oo2c: missing distfile oo2c_32-2.0.11.tar.bz2 Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-6-i386-20150301.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz Package openjdk7: missing distfile openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2 Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-6-i386-20150301.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz Package openjdk8: missing distfile openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2 Package oracle-jdk8: missing distfile jdk-8u60-linux-i586.tar.gz Package oracle-jdk8: missing distfile jdk-8u60-solaris-x64.tar.gz Package oracle-jre8: missing distfile jre-8u60-linux-i586.tar.gz Package oracle-jre8: missing distfile jre-8u60-solaris-x64.tar.gz Package sun-jdk6: missing distfile jdk-6u45-linux-i586.bin Package sun-jdk6: missing distfile jdk-6u45-solaris-i586.sh Package sun-jdk7: missing distfile jdk-7u72-linux-i586.tar.gz Package sun-jdk7: missing distfile jdk-7u72-solaris-i586.tar.gz Package sun-jre6: missing distfile jce_policy-6.zip Package sun-jre6: missing distfile jre-6u45-linux-x64.bin Package sun-jre6: missing distfile jre-6u45-solaris-x64.sh Package sun-jre7: missing distfile jre-7u72-linux-i586.tar.gz Package sun-jre7: missing distfile jre-7u72-solaris-i586.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-04-29fix the location of the init file for tinyschemeagc3-2/+25
bump PKGREVISION
2013-04-06Various MASTER_SITES-related fixes.rodent1-3/+3
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-06Fix build failure on Linux(PR 44628).cheusov3-28/+9
I think Haiku vs. -lm is a separate issue. Also, I don't think .ifdef-ing all packages that use -lm is impractical.
2011-05-02reorder entries with standard format.obache1-3/+5
2011-04-16Update TinyScheme to version 1.40.asau3-40/+33
Changes are unknown (ChangeLog doesn't say anything since version 1.38).
2010-08-12Update to TinyScheme 1.39asau4-9094/+69
Changes: Version 1.39 Drew Yao fixed buffer overflow problems in mk_sharp_const. Version 1.38 Interim release until the rewrite, mostly incorporating modifications from Kevin Cozens. Small addition for Cygwin in the makefile, and modifications by Andrew Guenther for Apple platforms. Version 1.37 Joe Buehler submitted reserve_cells. Version 1.36 Joe Buehler fixed a patch in the allocator. Alexander Shendi moved the comment handling in the scanner, which fixed an obscure bug for which Mike E had provided a patch as well. Kevin Cozens has submitted some fixes and modifications which have not been incorporated yet in their entirety.
2009-11-26Just use our CC, don't override it. Helps libtool-2.2.joerg2-4/+4
2009-07-07Update for ${DESTDIR} support, and add an explicit license statement to theagc3-11/+13
Makefile
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+3
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-03-24Update tinyscheme from version 1.33 to 1.35, to pick up bugfixes:agc4-119/+9071
Version 1.35 Todd Showalter discovered that the number of free cells reported after GC was incorrect, which could also cause unnecessary allocations. Version 1.34 Long missing version. Lots of bugfixes have accumulated in my email, so I had to start using them. In this version, Keenan Pepper has submitted a bugfix for the string comparison library procedure, Wouter Boeke modified some code that was casting to the wrong type and crashed on some machines, "SheppardCo" submitted a replacement "modulo" code and Scott Fenton submitted lots of corrections that shut up some compiler warnings. Brian Maher submitted instructions on how to build on OS-X. I have to dig deeper into my mailbox and find earlier emails, too. Additional pkgsrc fix: use BSD_INSTALL_LIB to install libraries.
2005-02-24Add RMD160 digestsagc1-1/+2
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw3-13/+24
problems found after fixing malloc problems
2004-04-08Fix LP64 issues with a patch from Richard Rauch in PR 24757.kristerw3-6/+43
Bump PKGREVISION.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-29Update to version 1.33.jtb2-5/+5
Version 1.33 Charles Hayden fixed a nasty GC bug of the new stack frame, while in the process of porting TinyScheme to C++. He also submitted other changes, and other people also had comments or requests, but the GC bug was so important that this version is put through the door to correct it. Version 1.32 Stephen Gildea put some quality time on TinyScheme again, and made a whole lot of changes to the interpreter that made it noticeably faster.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2002-10-30Install the scheme.h file as include/tinyscheme.h, to make this packageagc3-5/+7
useful in embedded environments. Fix from Eric Gillespie in PR 18857.
2002-10-28Import tinyscheme-1.31, a small, embeddable BSD-licensed schemeagc6-0/+133
interpreter, into the NetBSD Packages Collection. TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint. As an embedded interpreter, it allows multiple interpreter states to coexist in the same program, without any interference between them. Programmatically, foreign functions in C can be added and values can be defined in the Scheme environment. Being quite a small program, it is easy to comprehend, get to grips with, and use.