-mit-scheme-blowfish NEWS -- history of user-visible changes.
+mit-scheme-pucked-blowfish NEWS -- history of user-visible changes.
+
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of a blowfish plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
-mit-scheme-pucked-blowfish 0.1 - Matt Birkholz, 2016-06-12
-==========================================================
+mit-scheme-pucked-blowfish 0.1.1 - Matt Birkholz, 2017-03-01
+============================================================
-* Use libtool and automake, rather than the microcode's disappearing
- module support. Use a -pucked project name. Support Debian
- packaging (dpkg-buildpackage).
+* Stolen from MIT/GNU Scheme.
AC_PREREQ([2.69])
AC_INIT([MIT/GNU Scheme Pucked blowfish plugin],
- [0.1],
+ [0.1.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-blowfish])
AC_CONFIG_SRCDIR([blowfish.pkg])
AC_CONFIG_MACRO_DIR([m4])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of a blowfish plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
AH_TOP([/*
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of a blowfish plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is a blowfish plugin for MIT/GNU Scheme Pucked.
+ This package is a blowfish plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme pucked cairo plugin],
+AC_INIT([MIT/GNU Scheme Pucked cairo plugin],
[0.5],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-cairo])
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
- 2017 Matthew Birkholz
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
License: GPL-2+
- This package is a Cairo plugin for MIT/GNU Scheme Pucked.
+ This package is a Cairo plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
mit-scheme-pucked-edwin NEWS -- history of user-visible changes.
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an Edwin plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of an Edwin plugin for MIT/GNU Scheme Pucked.
-
-This plugin is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
-This plugin is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
+MIT/GNU Scheme is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this plugin; if not, write to the Free Software Foundation,
-Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+02110-1301, USA.
-mit-scheme-pucked-edwin 3.116.1 - Matt Birkholz, 2016-06-12
+mit-scheme-pucked-edwin 3.116.1 - Matt Birkholz, 2017-03-01
===========================================================
* Edwin is now a separately buildable and installable automake
- package. It requires only MIT/GNU Scheme to build and operate, but
- will display only on a terminal. To display in an X window, Edwin
- needs the x11-screen option installed.
+ package. It requires only MIT/GNU Scheme Pucked to build and
+ operate, but will display only on a terminal. To display in an X
+ window, it needs the pucked x11-screen option installed.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([MIT/GNU Scheme pucked Edwin],
+AC_INIT([MIT/GNU Scheme Pucked edwin plugin],
[3.116.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-edwin])
AC_CONFIG_SRCDIR([edwin.pkg])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
- 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an Edwin plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
-This file is part of MIT/GNU Scheme.
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+ 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is an Edwin plugin for MIT/GNU Scheme Pucked.
+ This package is an Edwin plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
-mit-scheme-gdbm NEWS -- history of user-visible changes.
+mit-scheme-pucked-gdbm NEWS -- history of user-visible changes.
+
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of a gdbm plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
-mit-scheme-pucked-gdbm 0.1 - Matt Birkholz, 2016-06-12
-======================================================
+mit-scheme-pucked-gdbm 0.1.1 - Matt Birkholz, 2017-03-01
+========================================================
-* Use libtool and automake, rather than the microcode's disappearing
- module support. Use a -pucked project name. Support Debian
- packaging (dpkg-buildpackage).
+* Stolen from MIT/GNU Scheme.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme pucked gdbm plugin],
- [0.1],
+AC_INIT([MIT/GNU Scheme Pucked gdbm plugin],
+ [0.1.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-gdbm])
AC_CONFIG_SRCDIR([gdbm.pkg])
AC_CONFIG_MACRO_DIR([m4])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of a gdbm plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is a gdbm plugin for MIT/GNU Scheme Pucked.
+ This package is a gdbm plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme pucked gl plugin],
+AC_INIT([MIT/GNU Scheme Pucked gl plugin],
[0.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-gl])
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
- 2017 Matthew Birkholz
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
License: GPL-2+
- This package is an OpenGL plugin for MIT/GNU Scheme Pucked.
+ This package is an OpenGL plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme Pucked GLib plugin],
+AC_INIT([MIT/GNU Scheme Pucked glib plugin],
[0.5],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-glib])
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
- 2017 Matthew Birkholz
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
License: GPL-2+
- This package is a GLib plugin for MIT/GNU Scheme Pucked.
+ This package is a GLib plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
2016, 2017 Matthew Birkholz
-This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked.
+This file is part of a Gtk3 screen plugin for MIT/GNU Scheme Pucked.
This plugin is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([MIT/GNU Scheme Pucked Gtk screen plugin],
+AC_INIT([MIT/GNU Scheme Pucked gtk-screen plugin],
[0.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-gtk-screen])
AC_COPYRIGHT(
[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
- 2016, 2027 Matthew Birkholz
+ 2016, 2017 Matthew Birkholz
-This file is part of a Gtk screen plugin for MIT/GNU Scheme Pucked.
+This file is part of a Gtk3 screen plugin for MIT/GNU Scheme Pucked.
This plugin is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
- 2017 Matthew Birkholz
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
License: GPL-2+
- This package is a Gtk screen plugin for MIT/GNU Scheme Pucked.
+ This package is a Gtk3 screen plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
2016, 2017 Matthew Birkholz
-This file is part of a Gtk plugin for MIT/GNU Scheme Pucked.
+This file is part of a Gtk3 plugin for MIT/GNU Scheme Pucked.
This plugin is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme Pucked Gtk plugin],
+AC_INIT([MIT/GNU Scheme Pucked gtk plugin],
[0.5],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-gtk])
[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
2016, 2017 Matthew Birkholz
-This file is part of a Gtk plugin for MIT/GNU Scheme Pucked.
+This file is part of a Gtk3 plugin for MIT/GNU Scheme Pucked.
This plugin is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
- 2017 Matthew Birkholz
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
License: GPL-2+
- This package is a Gtk plugin for MIT/GNU Scheme Pucked.
+ This package is a Gtk3 plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
mit-scheme-pucked-imail NEWS -- history of user-visible changes.
-Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
- 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
- 2015, 2016 Massachusetts Institute of Technology
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an Imail plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
-This file is part of an Imail plugin for MIT/GNU Scheme Pucked.
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+ 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
-This plugin is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
-This plugin is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
+MIT/GNU Scheme is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this plugin; if not, write to the Free Software Foundation,
-Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+02110-1301, USA.
-mit-scheme-pucked-imail 1.21.1 - Matt Birkholz, 2016-06-12
+mit-scheme-pucked-imail 1.21.1 - Matt Birkholz, 2017-03-01
==========================================================
-* Use automake. Edwin is no longer a core option. Use a -pucked
- project name. Support Debian packaging (dpkg-buildpackage).
+* Imail is now a separately buildable and installable automake
+ package. It requires only the MIT/GNU Scheme Pucked and its Edwin
+ plugin to build and operate.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([MIT/GNU Scheme Pucked Imail plugin],
+AC_INIT([MIT/GNU Scheme Pucked imail plugin],
[1.21.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-imail])
AC_CONFIG_SRCDIR([imail.pkg])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
- 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an Imail plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
-This file is part of an Imail plugin for MIT/GNU Scheme Pucked.
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+ 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
-This plugin is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
-This plugin is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this plugin; if not, write to the Free Software Foundation,
-Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. ])
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+USA.
+])
AM_INIT_AUTOMAKE
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is an Imail plugin for MIT/GNU Scheme Pucked.
+ This package is an Imail plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
-mit-scheme-mcrypt NEWS -- history of user-visible changes.
+mit-scheme-pucked-mcrypt NEWS -- history of user-visible changes.
+
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an mcrypt plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
-mit-scheme-pucked-mcrypt 0.1 - Matt Birkholz, 2016-06-12
-========================================================
+mit-scheme-pucked-mcrypt 0.1.1 - Matt Birkholz, 2017-03-01
+==========================================================
-* Use libtool and automake, rather than the microcode's disappearing
- module support. Use a -pucked project name. Support Debian
- packaging (dpkg-buildpackage).
+* Stolen from MIT/GNU Scheme.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme pucked mcrypt plugin],
- [0.1],
+AC_INIT([MIT/GNU Scheme Pucked mcrypt plugin],
+ [0.1.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-mcrypt])
AC_CONFIG_SRCDIR([mcrypt.pkg])
AC_CONFIG_MACRO_DIR([m4])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an mcrypt plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
AH_TOP([/*
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an mcrypt plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is an mcrypt plugin for MIT/GNU Scheme Pucked.
+ This package is an mcrypt plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
-mit-scheme-md5 NEWS -- history of user-visible changes.
+mit-scheme-pucked-md5 NEWS -- history of user-visible changes.
+
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an md5 plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
-mit-scheme-pucked-md5 0.1 - Matt Birkholz, 2016-06-12
-=====================================================
+mit-scheme-pucked-md5 0.1.1 - Matt Birkholz, 2017-03-01
+=======================================================
-* Use libtool and automake, rather than the microcode's disappearing
- module support. Use a -pucked project name. Support Debian
- packaging (dpkg-buildpackage).
+* Stolen from MIT/GNU Scheme.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme pucked md5 plugin],
- [0.1],
+AC_INIT([MIT/GNU Scheme Pucked md5 plugin],
+ [0.1.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-md5])
AC_CONFIG_SRCDIR([md5.pkg])
AC_CONFIG_MACRO_DIR([m4])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an md5 plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
AH_TOP([/*
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an md5 plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is an md5 plugin for MIT/GNU Scheme Pucked.
+ This package is an md5 plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
-mit-scheme-mhash NEWS -- history of user-visible changes.
+mit-scheme-pucked-mhash NEWS -- history of user-visible changes.
+
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an mhash plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
-mit-scheme-pucked-mhash 0.1 - Matt Birkholz, 2016-06-12
-=======================================================
+mit-scheme-pucked-mhash 0.1.1 - Matt Birkholz, 2017-03-01
+=========================================================
-* Use libtool and automake, rather than the microcode's disappearing
- module support. Use a -pucked project name. Support Debian
- packaging (dpkg-buildpackage).
+* Stolen from MIT/GNU Scheme.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme pucked mhash plugin],
- [0.1],
+AC_INIT([MIT/GNU Scheme Pucked mhash plugin],
+ [0.1.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-mhash])
AC_CONFIG_SRCDIR([mhash.pkg])
AC_CONFIG_MACRO_DIR([m4])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an mhash plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
AH_TOP([/*
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an mhash plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of MIT/GNU Scheme.
-
MIT/GNU Scheme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is an mhash plugin for MIT/GNU Scheme Pucked.
+ This package is an mhash plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme Pucked Pango plugin],
+AC_INIT([MIT/GNU Scheme Pucked pango plugin],
[0.5],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-pango])
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
- 2017 Matthew Birkholz
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
License: GPL-2+
- This package is a Pango plugin for MIT/GNU Scheme Pucked.
+ This package is a Pango plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
- 2017 Matthew Birkholz
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
License: GPL-2+
- This package is a planetarium plugin for MIT/GNU Scheme Pucked.
+ This package is a planetarium plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
mit-scheme-pucked-x11-screen NEWS -- history of user-visible changes.
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an X11 screen plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of an x11 screen plugin for MIT/GNU Scheme Pucked.
-
-This plugin is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
-This plugin is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
+MIT/GNU Scheme is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this plugin; if not, write to the Free Software Foundation,
-Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+02110-1301, USA.
-mit-scheme-pucked-x11-screen 0.1 - Matt Birkholz, 2016-05-25
-============================================================
+mit-scheme-pucked-x11-screen 0.1.1 - Matt Birkholz, 2017-03-01
+==============================================================
-* The Edwin display type x11-screen is now a separately buildable and
- installable automake package. It requires MIT/GNU Scheme with an
- x11 plugin to build and operate.
+* Stolen from MIT/GNU Scheme.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([MIT/GNU Scheme Pucked X11 screen plugin],
- [0.1],
+AC_INIT([MIT/GNU Scheme Pucked x11-screen plugin],
+ [0.1.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-x11-screen])
AC_CONFIG_SRCDIR([x11-screen.pkg])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an X11 screen plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of an X11 screen plugin for MIT/GNU Scheme Pucked.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
-This plugin is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
-
-This plugin is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this plugin; if not, write to the Free Software Foundation,
-Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+USA.
])
AM_INIT_AUTOMAKE
AC_PROG_INSTALL
-
: ${MIT_SCHEME_EXE=mit-scheme}
MIT_SCHEME_LIBDIR=`( echo "(display (->namestring" ;\
echo " (system-library-directory-pathname)))" ) \
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is an X11 screen plugin for MIT/GNU Scheme Pucked.
+ This package is an X11 screen plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
mit-scheme-pucked-x11 NEWS -- history of user-visible changes.
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an X11 plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of an X11 plugin for MIT/GNU Scheme Pucked.
-
-This plugin is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
-This plugin is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
+MIT/GNU Scheme is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this plugin; if not, write to the Free Software Foundation,
-Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+02110-1301, USA.
-mit-scheme-pucked-x11 0.1 - Matt Birkholz, 2016-02-19
-=====================================================
+mit-scheme-pucked-x11 0.1.1 - Matt Birkholz, 2017-03-01
+=======================================================
-* Convert to a plugin. Move X11 data parsing (x_event_to_object) to
- Scheme/FFI code. Use libtool and automake.
+* Stolen from MIT/GNU Scheme.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([MIT/GNU Scheme Pucked X11 plugin],
- [0.1],
+AC_INIT([MIT/GNU Scheme Pucked x11 plugin],
+ [0.1.1],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-x11])
AC_CONFIG_SRCDIR([x11.pkg])
AC_CONFIG_MACRO_DIR([m4])
AC_COPYRIGHT(
-[Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+[Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+
+This file is part of an X11 plugin for MIT/GNU Scheme Pucked,
+an experimental version of MIT/GNU Scheme.
+
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017 Massachusetts Institute of Technology
-This file is part of an X11 plugin for MIT/GNU Scheme Pucked.
-
-This plugin is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
-This plugin is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this plugin; if not, write to the Free Software Foundation,
-Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+USA.
])
AM_INIT_AUTOMAKE
Source: http://birchwood-abbey.net/~matt/Scheme/
Files: *
-Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+Copyright:
+Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
+ 2016, 2017 Matthew Birkholz
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
- Massachusetts Institute of Technology
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
+ 2017 Massachusetts Institute of Technology
License: GPL-2+
- This package is an X11 plugin for MIT/GNU Scheme Pucked.
+ This package is an X11 plugin for MIT/GNU Scheme Pucked,
+ an experimental version of MIT/GNU Scheme.
.
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ MIT/GNU Scheme is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
.
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ MIT/GNU Scheme is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
- USA.
+ along with MIT/GNU Scheme; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
.
On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".