summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/Makefile1
-rw-r--r--lang/squeak1/Makefile50
-rw-r--r--lang/squeak1/distinfo2
-rw-r--r--lang/squeak1/files/patch-aa42
-rw-r--r--lang/squeak1/pkg-comment1
-rw-r--r--lang/squeak1/pkg-descr6
-rw-r--r--lang/squeak1/pkg-plist5
7 files changed, 0 insertions, 107 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 9891b5988b1a..a57a77154e53 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -133,7 +133,6 @@
SUBDIR += sml-nj
SUBDIR += sml-nj-devel
SUBDIR += snobol
- SUBDIR += squeak1
SUBDIR += squeak2
SUBDIR += sr
SUBDIR += starlogo
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile
deleted file mode 100644
index 5e8a1df63964..000000000000
--- a/lang/squeak1/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: squeak1
-# Date created: 20 December 1998
-# Whom: jesse@cs.uni-magdeburg.de
-#
-# $FreeBSD$
-#
-
-PORTNAME= squeak
-PORTVERSION= 1.31
-CATEGORIES= lang
-MASTER_SITES= http://www.apfel.de/~jesse/squeak/ \
- ftp://alix.inria.fr/pub/squeak/unix/ \
- ftp://st.cs.uiuc.edu/pub/Smalltalk/Squeak/unix/ \
- ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/ \
- ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/ \
- http://st-www.cs.uiuc.edu/ftp/Smalltalk/Squeak/ \
- ftp://uiarchive.cso.uiuc.edu/pub/lang/smalltalk/smalltalk/Squeak/ \
- http://wuarchive.wustl.edu/languages/smalltalk/smalltalk/Squeak/
-DISTNAME= ${PORTVERSION}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}
-
-MAINTAINER= jesse@cs.uni-magdeburg.de
-
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-USE_XLIB= yes
-DIST_SUBDIR= squeak
-SQUEAK_SRC= SqueakV1.sources
-USE_GMAKE= yes
-MAKEFILE= GNUmakefile
-VMBUILD= freebsd
-MAKE_ARGS= VMBUILD=${VMBUILD}
-PORTMAKE= ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
- ${MAKEFILE} ${MAKE_ARGS}
-
-do-build:
- @(cd ${WRKSRC} && ${PORTMAKE} mkdir)
- @(cd ${WRKSRC}/${VMBUILD} && ${PORTMAKE} interp)
-
-do-install:
- @(cd ${WRKSRC}/${VMBUILD} && \
- ${INSTALL_PROGRAM} SqueakVM-1.31-${VMBUILD} ${PREFIX}/bin/SqueakVM)
- ${MKDIR} ${PREFIX}/share/squeak
-.for f in Squeak1.31.changes Squeak1.31.image
- (cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f)
-.endfor
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \
- ${PREFIX}/share/squeak/${SQUEAK_SRC}
-
-.include <bsd.port.mk>
diff --git a/lang/squeak1/distinfo b/lang/squeak1/distinfo
deleted file mode 100644
index 0cb001d4aa27..000000000000
--- a/lang/squeak1/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (squeak/1.31.tar.gz) = b4ae8440a89573db57b034dd546ab122
-MD5 (squeak/SqueakV1.sources) = 72bb18e9b23f6a841efd332277c154d4
diff --git a/lang/squeak1/files/patch-aa b/lang/squeak1/files/patch-aa
deleted file mode 100644
index c5a10c35319c..000000000000
--- a/lang/squeak1/files/patch-aa
+++ /dev/null
@@ -1,42 +0,0 @@
-*** /usr/ports/lang/squeak1/work/1.31/src/GNUmakefile.conf Thu Mar 5 15:42:07 1998
---- src/GNUmakefile.conf Mon Dec 21 01:01:59 1998
-***************
-*** 27,33 ****
-
- # platform identification
-
-! UTSMAC:= $(shell arch | tr [A-Z] [a-z])
- UTSSYS:= $(shell uname -s | tr [A-Z] [a-z] | sed 's/-//g')
- UTSREL:= $(shell uname -r | tr [A-Z] [a-z])
-
---- 27,34 ----
-
- # platform identification
-
-! #UTSMAC:= $(shell arch | tr [A-Z] [a-z])
-! UTSMAC:= $(shell uname -m | tr [A-Z] [a-z])
- UTSSYS:= $(shell uname -s | tr [A-Z] [a-z] | sed 's/-//g')
- UTSREL:= $(shell uname -r | tr [A-Z] [a-z])
-
-***************
-*** 52,57 ****
---- 53,71 ----
- # #
- # START OF CONFIGURATION SECTION #
- # #
-+ ifeq ($(SYSTEM), freebsd)
-+ CC= gcc
-+ CCFLAGS:= -O3 -fomit-frame-pointer $(PROFILE)
-+ INCDIRS:= -I/usr/X11R6/include
-+ LDO= ld -r
-+ LD= gcc
-+ LDFLAGS:= $(PROFILE)
-+ LIBDIRS= -L/usr/X11R6/lib
-+ LIBS= -lX11 -lXext -lm
-+ GNU= gnu-
-+ GAWK= awk
-+ endif
-+
- ifeq ($(SYSTEM), linux)
- CC= gcc
- CCFLAGS:= -O2 -g $(PROFILE)
diff --git a/lang/squeak1/pkg-comment b/lang/squeak1/pkg-comment
deleted file mode 100644
index b092413e04e7..000000000000
--- a/lang/squeak1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Smalltalk system with graphical user interface
diff --git a/lang/squeak1/pkg-descr b/lang/squeak1/pkg-descr
deleted file mode 100644
index 4f430ce5da6e..000000000000
--- a/lang/squeak1/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is the port of squeak, a free smalltalk system with a graphical
-user interface.
-
-WWW: http://squeak.cs.uiuc.edu/
-
--- Roland Jesse <jesse@cs.uni-magdeburg.de>
diff --git a/lang/squeak1/pkg-plist b/lang/squeak1/pkg-plist
deleted file mode 100644
index 4cbdd797461b..000000000000
--- a/lang/squeak1/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/SqueakVM
-share/squeak/Squeak1.31.changes
-share/squeak/Squeak1.31.image
-share/squeak/SqueakV1.sources
-@dirrm share/squeak