mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
remove squeak1, distfile is no longer available.
There is successor of this port, squeak2. PR: 26147 Submitted by: maintainer
This commit is contained in:
parent
2e72555c3a
commit
c3e934e1d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40456
@ -133,7 +133,6 @@
|
||||
SUBDIR += sml-nj
|
||||
SUBDIR += sml-nj-devel
|
||||
SUBDIR += snobol
|
||||
SUBDIR += squeak1
|
||||
SUBDIR += squeak2
|
||||
SUBDIR += sr
|
||||
SUBDIR += starlogo
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
MD5 (squeak/1.31.tar.gz) = b4ae8440a89573db57b034dd546ab122
|
||||
MD5 (squeak/SqueakV1.sources) = 72bb18e9b23f6a841efd332277c154d4
|
@ -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)
|
@ -1 +0,0 @@
|
||||
A Smalltalk system with graphical user interface
|
@ -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>
|
@ -1,5 +0,0 @@
|
||||
bin/SqueakVM
|
||||
share/squeak/Squeak1.31.changes
|
||||
share/squeak/Squeak1.31.image
|
||||
share/squeak/SqueakV1.sources
|
||||
@dirrm share/squeak
|
Loading…
Reference in New Issue
Block a user