aboutsummaryrefslogtreecommitdiff
path: root/lang/drscheme
Commit message (Collapse)AuthorAgeFilesLines
* Remove unmaintained lang/drscheme port, which is superceded byJimmy Olgeni2010-01-076-8350/+0
| | | | | | | | lang/plt-scheme. According to pointyhat lang/drscheme it has been broken since 2007/06. Notes: svn path=/head/; revision=247343
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Mark IGNORED on pointyhat - receives signal 10 during build on pointyhat, butPav Lucistnik2008-06-221-0/+4
| | | | | | | builds on my regular workstation Notes: svn path=/head/; revision=215537
* - Fix segfaults, unbreakPav Lucistnik2008-06-193-3/+51
| | | | | | | | | | - Add missed xorg dependency PR: ports/118808 Submitted by: Andrew Reilly <areilly@bigpond.net.au> Notes: svn path=/head/; revision=215227
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Reset maintainership.Joseph Koshy2008-04-101-1/+1
| | | | Notes: svn path=/head/; revision=210984
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209644
* Now is getting signal 11 everywhere on the cluster, not just problemsMark Linimon2007-11-251-3/+1
| | | | | | | | | with gcc4.2. Approved by: portmgr (self) Notes: svn path=/head/; revision=202831
* Mark BROKEN with GCC 4.2.Joseph Koshy2007-10-291-0/+4
| | | | Notes: svn path=/head/; revision=202256
* Fix a memory corruption/core dump that is reproduceable in myJoseph Koshy2007-10-261-3/+6
| | | | | | | | | FreeBSD/amd64 6-stable environment [1]. Unbreak the port. Submitted by: Matthew Flatt <mflatt at cs dot utah dot edu> [1] Notes: svn path=/head/; revision=202053
* BROKEN: Segfault during buildKris Kennaway2007-07-281-0/+2
| | | | Notes: svn path=/head/; revision=196516
* Upgrade to v370. The port now unconditionally depends on CairoJoseph Koshy2007-06-075-240/+383
| | | | | | | | | | | | | | | | | | | | graphics. Additional upstream changes include: - The conservative garbage collector (CGC) has been replaced with a precise garbage collector (3m) in the standard build. For most users, this change simply amounts to "better performance in space and time". Use the port knob 'CGC' to build DrScheme with the conservative garbage collector. - Unit-based servlets are no longer supported in the web server. Use module-based servlets, instead. - A new `(lib "unit.ss")' library replaces the old one and provides a simpler and more flexible syntax. - The HtDP "world.ss" and "image.ss" teachpacks have been revised, including support for the creation of animated GIFs and DrScheme's teachpack GUI now works only with the HtDP languages. In other languages, use `require' to access teachpacks. Notes: svn path=/head/; revision=192990
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Upgrade to v360. Upstream changes include:Joseph Koshy2007-01-267-329/+478
| | | | | | | | | | | | | - A new macro stepper that traces through macro expansion step by step. - A new "Lazy Scheme" language level. - New support for prompts and composable continuations. - Regexp support now includes the usual collection of "Perl-compatible" features. - Compiler improvements and bug fixes. Notes: svn path=/head/; revision=183327
* Fix compilation on FreeBSD 5.X.Joseph Koshy2006-11-301-2/+28
| | | | | | | | PR: ports/105381 Submitted by: Thorolf (thorolf at grid einherjar de) Notes: svn path=/head/; revision=178306
* - Upgrade to v352. This is a bug-fix release.Joseph Koshy2006-09-227-22/+244
| | | | | | | | | - Tweak the port's build to detect and use libpng and libjpeg present in $LOCALBASE. - Build this port for the amd64 architecture in addition to i386. Notes: svn path=/head/; revision=173593
* - Bring down the parts of upstream change SVN#4389 that makeJoseph Koshy2006-09-203-3/+28
| | | | | | | | | | | .zo file generation more deterministic. Package building should work reliably now, so unbreak the port. - Explicitly depend on -lXft. - Change the build to always use the libjpeg and libpng libraries bundled with the source package. Notes: svn path=/head/; revision=173446
* BROKEN: Does not compileKris Kennaway2006-09-171-0/+2
| | | | Notes: svn path=/head/; revision=173192
* Update to v351.Joseph Koshy2006-07-254-84/+145
| | | | | | | | | | | | | | Upstream changes include: - bug-fixes, - improved 3m performance, - HtDC libraries have been reorganized into four packages, - improvements to the 'Debug' button, including persistent breakpoints, - expressiveness improvements and a 2x performance boost for tight loops that do a lot of contract checking. Notes: svn path=/head/; revision=168691
* This port no longer requires `gmake`.Joseph Koshy2006-07-151-1/+0
| | | | Notes: svn path=/head/; revision=167864
* Upgrade to v350.Joseph Koshy2006-07-144-7308/+7618
| | | | | | | | | | | | | | | | Major changes include: - A new JIT compiler for mzscheme. - The installed port uses a hier(7)-compatible directory structure under ${PREFIX}. - ProfessorJ includes a unit-testing mechanism. - The default exception handler in mzscheme now shows stack-trace information. The port now offers a new option 'MMM' that builds DrScheme with the experimental 3M garbage collector. Notes: svn path=/head/; revision=167796
* Upgrade to v301 --- bug fixes and changes to the demos.Joseph Koshy2006-01-183-7/+75
| | | | Notes: svn path=/head/; revision=153825
* - Upgrade to v300. This DrScheme release offers Unicode support,Joseph Koshy2005-12-215-473/+1287
| | | | | | | | | | | a foreign function interface, anti-aliased text, and many other extensions and improvements. - Add a port knob 'CAIRO' to conditionally allow compilation with the Cairo graphics library. Notes: svn path=/head/; revision=151780
* Add SA256 checksums.Joseph Koshy2005-12-131-0/+1
| | | | Notes: svn path=/head/; revision=151108
* X11BASE and portlint cleanups.Joseph Koshy2005-10-251-3/+5
| | | | Notes: svn path=/head/; revision=146337
* Upgrade to v209.Joseph Koshy2005-02-263-62/+187
| | | | Notes: svn path=/head/; revision=129817
* Fix fetch breakage.Joseph Koshy2004-10-201-3/+4
| | | | | | | Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=119857
* Upgrade to v208.Joseph Koshy2004-10-193-195/+863
| | | | Notes: svn path=/head/; revision=119803
* Remove unneccessary bsd.port.(pre|post).mk inclusion.Kris Kennaway2004-03-131-3/+1
| | | | Notes: svn path=/head/; revision=103867
* Fix installation glitch that caused a slowdown of DrScheme. BumpJoseph Koshy2004-03-073-28/+2020
| | | | | | | | | | | PORTREVISION. Correct typo (ONLY_FOR_ARCH -> ONLY_FOR_ARCHS). PR: ports/63782 Notes: svn path=/head/; revision=103182
* Upgrade to v206p1. Mark as 'only for i386', till the ports to otherJoseph Koshy2004-03-034-1792/+745
| | | | | | | Tier-1 architectures are completed. Notes: svn path=/head/; revision=102846
* BROKEN on !i386: Does not compileKris Kennaway2004-02-251-1/+7
| | | | Notes: svn path=/head/; revision=102068
* Update to v205.Joseph Koshy2003-12-103-50/+396
| | | | Notes: svn path=/head/; revision=95515
* Use the virtual category "scheme" (part ii)Edwin Groothuis2003-08-281-1/+1
| | | | | | | | | | | | Add the virtual category "scheme" to the maintained ports (except sxm). I guess no maintainer would deny this trivial change. PR: ports/56052 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=87818
* Upgrade to v204.Joseph Koshy2003-06-293-276/+674
| | | | Notes: svn path=/head/; revision=83802
* Bundle in the 'include/' and 'lib/' directories to support extensionJoseph Koshy2003-05-022-1/+19
| | | | | | | | | | writers. PR: ports/51644 Submitted by: Martin Vito Cruz <sleepinghead@netzero.com> Notes: svn path=/head/; revision=79978
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to v203.Joseph Koshy2003-02-053-16/+273
| | | | Notes: svn path=/head/; revision=74875
* Sort PLIST.Joseph Koshy2003-02-051-2792/+2792
| | | | Notes: svn path=/head/; revision=74873
* better for future maintainYing-Chieh Liao2002-09-181-5/+5
| | | | Notes: svn path=/head/; revision=66583
* Correct ${MASTER_SITE}, update checksums.Joseph Koshy2002-09-182-6/+6
| | | | | | | Submitted by: Paul Gabriel <paul@pogo.franken.de> Notes: svn path=/head/; revision=66574
* Move downloaded distfile to a directory numbered by ${PORTVERSION} toJoseph Koshy2002-09-132-1/+2
| | | | | | | | | compensate for the fact the master tarball does not have a version number in its filename. This prevents older copies of the sources being picked up during the "fetch" phase. Notes: svn path=/head/; revision=66226
* Update to v202.Joseph Koshy2002-09-093-612/+1262
| | | | Notes: svn path=/head/; revision=65905
* Upgrade to v200.Joseph Koshy2002-07-246-2021/+2621
| | | | | | | Requested by: Austus <austus@adelphia.net> Notes: svn path=/head/; revision=63470
* Upgrade to v103p1.Joseph Koshy2001-12-133-5/+6
| | | | Notes: svn path=/head/; revision=51459
* Remove redundant spaces at EOL.Akinori MUSHA2001-10-211-1/+1
| | | | Notes: svn path=/head/; revision=49045
* A port of `DrScheme', a graphical teaching environment and IDE for Scheme.Joseph Koshy2001-06-266-0/+2455
Notes: svn path=/head/; revision=44445