summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-10 09:31:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-10 09:31:49 +0000
commit112cdcc946cca6379fb89966c2e9e6c7576b52c5 (patch)
tree4bf49ca4b30319a4943833919ffd459bc447b538 /lang
parentAdded mpd. (diff)
A smalltalk system with a graphical user interface.
PR: 3458 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
Notes
Notes: svn path=/head/; revision=6838
Diffstat (limited to 'lang')
-rw-r--r--lang/squeak1/Makefile25
-rw-r--r--lang/squeak1/distinfo1
-rw-r--r--lang/squeak1/files/patch-aa24
-rw-r--r--lang/squeak1/pkg-comment1
-rw-r--r--lang/squeak1/pkg-descr4
-rw-r--r--lang/squeak1/pkg-plist4
-rw-r--r--lang/squeak2/Makefile25
-rw-r--r--lang/squeak2/distinfo1
-rw-r--r--lang/squeak2/files/patch-aa24
-rw-r--r--lang/squeak2/pkg-comment1
-rw-r--r--lang/squeak2/pkg-descr4
-rw-r--r--lang/squeak2/pkg-plist4
-rw-r--r--lang/squeak3/Makefile25
-rw-r--r--lang/squeak3/distinfo1
-rw-r--r--lang/squeak3/files/patch-aa24
-rw-r--r--lang/squeak3/pkg-comment1
-rw-r--r--lang/squeak3/pkg-descr4
-rw-r--r--lang/squeak3/pkg-plist4
18 files changed, 177 insertions, 0 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile
new file mode 100644
index 000000000000..b04d84867318
--- /dev/null
+++ b/lang/squeak1/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: squeak
+# Version required: 1.18
+# Date created: 25 April 1997
+# Whom: jesse
+#
+# $Id$
+#
+
+DISTNAME= Squeak-1.18
+PKGNAME= squeak-1.18
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/fbsd/
+
+MAINTAINER= jesse@cs.uni-magdeburg.de
+
+WRKSRC= $(WRKDIR)/Squeak-1.18/src
+
+do-install:
+ ${INSTALL_PROGRAM} $(WRKSRC)/SqueakVM $(PREFIX)/bin
+ ${MKDIR} $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/SqueakV1.sources $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/Squeak1.18.image $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/Squeak1.18.changes $(PREFIX)/share/squeak
+
+.include <bsd.port.mk>
diff --git a/lang/squeak1/distinfo b/lang/squeak1/distinfo
new file mode 100644
index 000000000000..3d88a2adf8ee
--- /dev/null
+++ b/lang/squeak1/distinfo
@@ -0,0 +1 @@
+MD5 (Squeak-1.18.tar.gz) = 87e8db2d63b7b582b7874aa30dc37efe
diff --git a/lang/squeak1/files/patch-aa b/lang/squeak1/files/patch-aa
new file mode 100644
index 000000000000..3eb64bcdf6ec
--- /dev/null
+++ b/lang/squeak1/files/patch-aa
@@ -0,0 +1,24 @@
+*** /usr/ports/lang/squeak/work/Squeak-1.18/src/Makefile Sun Jan 19 00:29:00 1997
+--- Makefile Fri Apr 25 18:12:29 1997
+***************
+*** 23,32 ****
+
+ CC= gcc
+ LD= gcc
+! CCFLAGS= -O3 -funroll-loops -g
+ LDFLAGS=
+! LIBS= -lX11 -lm
+! INCLUDE=
+
+ # top-level targets -- default is to build just the VM
+
+--- 23,32 ----
+
+ CC= gcc
+ LD= gcc
+! CCFLAGS= -O2 -funroll-loops
+ LDFLAGS=
+! LIBS= -L${X11BASE}/lib -lX11 -lm
+! INCLUDE= -I${X11BASE}/include
+
+ # top-level targets -- default is to build just the VM
diff --git a/lang/squeak1/pkg-comment b/lang/squeak1/pkg-comment
new file mode 100644
index 000000000000..095395b1b271
--- /dev/null
+++ b/lang/squeak1/pkg-comment
@@ -0,0 +1 @@
+A Smalltalk system with graphical user interface.
diff --git a/lang/squeak1/pkg-descr b/lang/squeak1/pkg-descr
new file mode 100644
index 000000000000..e2eb8e0d13a9
--- /dev/null
+++ b/lang/squeak1/pkg-descr
@@ -0,0 +1,4 @@
+This is the port of squeak, a free smalltalk system with a graphical
+user interface.
+
+-- Roland Jesse <jesse@cs.uni-magdeburg.de>
diff --git a/lang/squeak1/pkg-plist b/lang/squeak1/pkg-plist
new file mode 100644
index 000000000000..43d0ca125fa9
--- /dev/null
+++ b/lang/squeak1/pkg-plist
@@ -0,0 +1,4 @@
+bin/SqueakVM
+share/squeak/SqueakV1.sources
+share/squeak/Squeak1.18.image
+share/squeak/Squeak1.18.changes
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile
new file mode 100644
index 000000000000..b04d84867318
--- /dev/null
+++ b/lang/squeak2/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: squeak
+# Version required: 1.18
+# Date created: 25 April 1997
+# Whom: jesse
+#
+# $Id$
+#
+
+DISTNAME= Squeak-1.18
+PKGNAME= squeak-1.18
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/fbsd/
+
+MAINTAINER= jesse@cs.uni-magdeburg.de
+
+WRKSRC= $(WRKDIR)/Squeak-1.18/src
+
+do-install:
+ ${INSTALL_PROGRAM} $(WRKSRC)/SqueakVM $(PREFIX)/bin
+ ${MKDIR} $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/SqueakV1.sources $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/Squeak1.18.image $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/Squeak1.18.changes $(PREFIX)/share/squeak
+
+.include <bsd.port.mk>
diff --git a/lang/squeak2/distinfo b/lang/squeak2/distinfo
new file mode 100644
index 000000000000..3d88a2adf8ee
--- /dev/null
+++ b/lang/squeak2/distinfo
@@ -0,0 +1 @@
+MD5 (Squeak-1.18.tar.gz) = 87e8db2d63b7b582b7874aa30dc37efe
diff --git a/lang/squeak2/files/patch-aa b/lang/squeak2/files/patch-aa
new file mode 100644
index 000000000000..3eb64bcdf6ec
--- /dev/null
+++ b/lang/squeak2/files/patch-aa
@@ -0,0 +1,24 @@
+*** /usr/ports/lang/squeak/work/Squeak-1.18/src/Makefile Sun Jan 19 00:29:00 1997
+--- Makefile Fri Apr 25 18:12:29 1997
+***************
+*** 23,32 ****
+
+ CC= gcc
+ LD= gcc
+! CCFLAGS= -O3 -funroll-loops -g
+ LDFLAGS=
+! LIBS= -lX11 -lm
+! INCLUDE=
+
+ # top-level targets -- default is to build just the VM
+
+--- 23,32 ----
+
+ CC= gcc
+ LD= gcc
+! CCFLAGS= -O2 -funroll-loops
+ LDFLAGS=
+! LIBS= -L${X11BASE}/lib -lX11 -lm
+! INCLUDE= -I${X11BASE}/include
+
+ # top-level targets -- default is to build just the VM
diff --git a/lang/squeak2/pkg-comment b/lang/squeak2/pkg-comment
new file mode 100644
index 000000000000..095395b1b271
--- /dev/null
+++ b/lang/squeak2/pkg-comment
@@ -0,0 +1 @@
+A Smalltalk system with graphical user interface.
diff --git a/lang/squeak2/pkg-descr b/lang/squeak2/pkg-descr
new file mode 100644
index 000000000000..e2eb8e0d13a9
--- /dev/null
+++ b/lang/squeak2/pkg-descr
@@ -0,0 +1,4 @@
+This is the port of squeak, a free smalltalk system with a graphical
+user interface.
+
+-- Roland Jesse <jesse@cs.uni-magdeburg.de>
diff --git a/lang/squeak2/pkg-plist b/lang/squeak2/pkg-plist
new file mode 100644
index 000000000000..43d0ca125fa9
--- /dev/null
+++ b/lang/squeak2/pkg-plist
@@ -0,0 +1,4 @@
+bin/SqueakVM
+share/squeak/SqueakV1.sources
+share/squeak/Squeak1.18.image
+share/squeak/Squeak1.18.changes
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile
new file mode 100644
index 000000000000..b04d84867318
--- /dev/null
+++ b/lang/squeak3/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: squeak
+# Version required: 1.18
+# Date created: 25 April 1997
+# Whom: jesse
+#
+# $Id$
+#
+
+DISTNAME= Squeak-1.18
+PKGNAME= squeak-1.18
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/fbsd/
+
+MAINTAINER= jesse@cs.uni-magdeburg.de
+
+WRKSRC= $(WRKDIR)/Squeak-1.18/src
+
+do-install:
+ ${INSTALL_PROGRAM} $(WRKSRC)/SqueakVM $(PREFIX)/bin
+ ${MKDIR} $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/SqueakV1.sources $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/Squeak1.18.image $(PREFIX)/share/squeak
+ ${INSTALL_DATA} $(WRKSRC)/../image/Squeak1.18.changes $(PREFIX)/share/squeak
+
+.include <bsd.port.mk>
diff --git a/lang/squeak3/distinfo b/lang/squeak3/distinfo
new file mode 100644
index 000000000000..3d88a2adf8ee
--- /dev/null
+++ b/lang/squeak3/distinfo
@@ -0,0 +1 @@
+MD5 (Squeak-1.18.tar.gz) = 87e8db2d63b7b582b7874aa30dc37efe
diff --git a/lang/squeak3/files/patch-aa b/lang/squeak3/files/patch-aa
new file mode 100644
index 000000000000..3eb64bcdf6ec
--- /dev/null
+++ b/lang/squeak3/files/patch-aa
@@ -0,0 +1,24 @@
+*** /usr/ports/lang/squeak/work/Squeak-1.18/src/Makefile Sun Jan 19 00:29:00 1997
+--- Makefile Fri Apr 25 18:12:29 1997
+***************
+*** 23,32 ****
+
+ CC= gcc
+ LD= gcc
+! CCFLAGS= -O3 -funroll-loops -g
+ LDFLAGS=
+! LIBS= -lX11 -lm
+! INCLUDE=
+
+ # top-level targets -- default is to build just the VM
+
+--- 23,32 ----
+
+ CC= gcc
+ LD= gcc
+! CCFLAGS= -O2 -funroll-loops
+ LDFLAGS=
+! LIBS= -L${X11BASE}/lib -lX11 -lm
+! INCLUDE= -I${X11BASE}/include
+
+ # top-level targets -- default is to build just the VM
diff --git a/lang/squeak3/pkg-comment b/lang/squeak3/pkg-comment
new file mode 100644
index 000000000000..095395b1b271
--- /dev/null
+++ b/lang/squeak3/pkg-comment
@@ -0,0 +1 @@
+A Smalltalk system with graphical user interface.
diff --git a/lang/squeak3/pkg-descr b/lang/squeak3/pkg-descr
new file mode 100644
index 000000000000..e2eb8e0d13a9
--- /dev/null
+++ b/lang/squeak3/pkg-descr
@@ -0,0 +1,4 @@
+This is the port of squeak, a free smalltalk system with a graphical
+user interface.
+
+-- Roland Jesse <jesse@cs.uni-magdeburg.de>
diff --git a/lang/squeak3/pkg-plist b/lang/squeak3/pkg-plist
new file mode 100644
index 000000000000..43d0ca125fa9
--- /dev/null
+++ b/lang/squeak3/pkg-plist
@@ -0,0 +1,4 @@
+bin/SqueakVM
+share/squeak/SqueakV1.sources
+share/squeak/Squeak1.18.image
+share/squeak/Squeak1.18.changes