FreshPorts -- The Place For Ports Tue, 9 Feb 2010 1:02 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
squeak 3.9 lang on this many watch lists=2 search for ports that depend on this port
Ignore IGNORE: is only for i386, while you are running amd64
Full Smalltalk 80 with portability to UNIX, Mac, and Windows
Maintained by: mutoh@openedu.org search for ports maintained by this maintainer
Port Added: 03 Jun 2004 08:16:53


Squeak is an open, highly-portable Smalltalk-80 implementation whose
virtual machine is written entirely in Smalltalk, making it easy to
debug, analyze, and change; it includes among other things:
    * a rapid-turn-around Smalltalk-80 compiler,
    * a caching-JIT run-time virtual machine (with full source in
      Smalltalk),
    * large class libraries with portable data and GUI models, and
    * an integrated development environment with powerful coding
      tools and GUI construction tools.

Squeak was developed at Apple Labs, Walt Disney and has been ported
to a variety of computers (including most flavors of UNIX and Windows).
Compared to other Smalltalk systems, Squeak has 4 important features:
    * Portability (to Mac, Windows, WinCE, and many flavors of UNIX);
    * Speed (it uses native C for compute-intensive code);
    * Price (free, including all source code and the right to distribute
      applications!); and
    * Sophistication (full Smalltalk-80 language, libraries, and tools).

Squeak comes under an open source license, meaning that you can
download and use it for free.

WWW: http://www.squeak.org/ (Squeak project)
     http://www-sor.inria.fr/~piumarta/squeak/ (Unix Squeak)
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: archivers/unzip, devel/gmake, x11/libX11
Required To Run: shells/bash, x11/libX11
Required Libraries: audio/nas, devel/libffi, graphics/libGLU

To install the port: cd /usr/ports/lang/squeak/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for squeak-3.9:
     MPG_MMX=off (default) "MMX support (MPG plugin)"
     NPSQUEAK=on (default) "browser plugin support"
     RFB=on (default) "remote frame buffer support"
     X=on (default) "X Windows support"
     XIM=off (default) "XIM support (Implies X)"
===> Use 'make config' to modify these settings

Master Sites:
http://www.squeakvm.org/unix/release/
http://ftp.squeak.org/3.9/
http://ftp.squeak.org/3.9/unix-linux/
ftp://st.cs.uiuc.edu/Smalltalk/Squeak/3.9/
ftp://st.cs.uiuc.edu/Smalltalk/Squeak/3.9/unix-linux/
ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/3.9/
ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/3.9/unix-linux/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/squeak/
Port Moves
  • port moved here from lang/squeak3 on 2004-06-03
    REASON: New stable version

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Apr 2009 21:55:49
Original commit files touched by this commit  3.9
wxs search for other commits by this committer
- Fix build on -CURRENT.

PR:             ports/133598
Submitted by:   Kai Wang <kaiwang27@gmail.com>
Approved by:    Takeshi MUTOH <mutoh@openedu.org> (maintainer)
25 Aug 2008 22:04:42
Original commit files touched by this commit  3.9
miwi search for other commits by this committer
- Update to 3.9-7

PR:             126298
Submitted by:   Takeshi MUTOH <mutoh@openedu.org> (maintainer)
01 Aug 2008 13:32:35
Original commit files touched by this commit  3.7_3
pav search for other commits by this committer
- Reorganize Makefile to only download distfiles relevant to enabled OPTIONS
- Update WWW

PR:             ports/126081
Submitted by:   Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Approved by:    Takeshi MUTOH <mutoh@openedu.org> (maintainer)
06 Jun 2008 14:41:15
Original commit files touched by this commit  3.7_3
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 18:56:05
Original commit files touched by this commit  3.7_2
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
24 Mar 2008 17:02:27
Original commit files touched by this commit  3.7_2
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
08 Oct 2007 06:27:22
Original commit files touched by this commit  3.7_1
rafan search for other commits by this committer
- Fix build after removal of objformat

PR:             ports/117006
Submitted by:   Takeshi MUTOH <mutoh at openedu.org> (maintainer)
19 May 2007 21:32:57
Original commit files touched by this commit  3.7_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
08 Jan 2007 10:45:34
Original commit files touched by this commit  3.7
itetcu search for other commits by this committer
I forgot to move pkg-message to files/pkg-message.in in previous commit:
        - update to 3.7 [1]
        - fix MASTER_SITES [1]
        - use SUB_FILES from pkg-plist [2]

        PR:             ports/107650 [1]
        Submitted by:   Takeshi MUTOH <mutoh@openedu.org> (maintainer) [1]
                        itetcu (me) [2]

Submitted by:   maintainer
Pointyhat to :  itetcu (me)
07 Jan 2007 22:55:23
Original commit files touched by this commit  3.7
itetcu search for other commits by this committer
- update to 3.7 [1]
- fix MASTER_SITES [1]
- use SUB_FILES from pkg-plist [2]

PR:             ports/107650 [1]
Submitted by:   Takeshi MUTOH <mutoh@openedu.org> (maintainer) [1]
                itetcu (me) [2]
27 Dec 2006 14:01:42
Original commit files touched by this commit  3.6_7
miwi search for other commits by this committer
- Respect X11BASE
- Fix pkg-plist with NAS plugin
- Bump PORTREVISION

Submitted by:   Takeshi MUTOH <mutoh@openedu.org> (maintainer via privat mail)
23 Dec 2006 21:12:21
Original commit files touched by this commit  3.6_6
miwi search for other commits by this committer
- Add missing NAS plugin

PR:             ports/107136
Submitted by:   Takeshi MUTOH <mutoh@openedu.org> (maintainer)
11 Dec 2006 11:00:37
Original commit files touched by this commit  3.6_5
rafan search for other commits by this committer
- Respect X11BASE by GNU_CONFIGURE + USE_XLIB
  The configure script is generated by autotools.

Reported by:    pointyhat
Approved by:    portmgr (linimon)
05 Dec 2006 00:06:23
Original commit files touched by this commit  3.6_5
miwi search for other commits by this committer
- Respect X11BASE

PR:             105812
Submitted by:   Takeshi MUTOH <mutoh@openedu.org> (Maintainer)
05 Oct 2006 20:16:59
Original commit files touched by this commit  3.6_5
stefan search for other commits by this committer
- Add XIM support.
- Transfer maintainership to submitter.

PR:             103474
Submitted by:   Takeshi MUTOH <mutoh@openedu.org>
Approved by:    old maintainer
29 Jul 2006 21:48:49
Original commit files touched by this commit  3.6_4
miwi search for other commits by this committer
- Add OPTIONS dialog
- Split message for users from Makefile to pkg-message
- Bump PORTREVISION

PR:             ports/100894
Submitted by:   Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:    krion (mentor), maintainer
13 Jun 2006 17:05:16
Original commit files touched by this commit  3.6_3
stefan search for other commits by this committer
- Fix plist by removing a superfluous '/'.
- Bump PORTREVISION.

Noticed by:     kris/pointyhat
Approved by:    arved (mentor)
09 May 2006 21:52:24
Original commit files touched by this commit  3.6_1
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
22 Jan 2006 12:42:24
Original commit files touched by this commit  3.6_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
07 Jan 2006 18:37:39
Original commit files touched by this commit  3.6_1
pav search for other commits by this committer
- Don't touch what comes from mtree

Approved by:    maintainer
29 Nov 2004 01:25:32
Original commit files touched by this commit  3.6_1
hq search for other commits by this committer
Disable the port on sparc64 temporary until the problem has been fixed by the
developers.

PR:             74491
Submitted by:   maintainer
Reported by:    kris
05 Nov 2004 15:03:42
Original commit files touched by this commit  3.6_1
arved search for other commits by this committer
Don't depend on XLIB in case a build without X is requested

PR:             73003
Submitted by:   Chris Burkert <chris@chrisburkert.de>
03 Jun 2004 08:15:50
Original commit files touched by this commit  3.6
vs search for other commits by this committer
Resurrect lang/squeak: Squeak3 is the latest stable version.

Resurrection suggested by: marcus

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 8
new 48 hours10
new 7 days31
new fortnight88
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.225 seconds.