diff options
author | kris <kris@FreeBSD.org> | 2004-06-21 07:40:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-21 07:40:39 +0800 |
commit | 3b2246ad826ef71c45e3aea1722aa1332f3b70b3 (patch) | |
tree | b70a05d4d75af71a7f706aad606c66cea069ea5b /lang | |
parent | 501574ad0ee44d6ea35c05f9b9a8ecb598f2c578 (diff) | |
download | freebsd-ports-gnome-3b2246ad826ef71c45e3aea1722aa1332f3b70b3.tar.gz freebsd-ports-gnome-3b2246ad826ef71c45e3aea1722aa1332f3b70b3.tar.zst freebsd-ports-gnome-3b2246ad826ef71c45e3aea1722aa1332f3b70b3.zip |
Remove expired ports, plus the three ports that depended on them.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/qc--/Makefile | 42 | ||||
-rw-r--r-- | lang/qc--/distinfo | 1 | ||||
-rw-r--r-- | lang/qc--/files/patch-camlburg:mkfile | 21 | ||||
-rw-r--r-- | lang/qc--/files/patch-doc:mkfile | 15 | ||||
-rw-r--r-- | lang/qc--/files/patch-interp:features.nw | 13 | ||||
-rw-r--r-- | lang/qc--/files/patch-interp:mkfile | 11 | ||||
-rw-r--r-- | lang/qc--/files/patch-src:mkfile | 15 | ||||
-rw-r--r-- | lang/qc--/files/patch-tools:mkfile | 21 | ||||
-rw-r--r-- | lang/qc--/pkg-descr | 12 | ||||
-rw-r--r-- | lang/qc--/pkg-plist | 8 |
11 files changed, 0 insertions, 160 deletions
diff --git a/lang/Makefile b/lang/Makefile index e4471ed48d58..6f0362a96dbe 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -204,7 +204,6 @@ SUBDIR += python21 SUBDIR += python22 SUBDIR += q - SUBDIR += qc-- SUBDIR += qscheme SUBDIR += quack SUBDIR += ratfor diff --git a/lang/qc--/Makefile b/lang/qc--/Makefile deleted file mode 100644 index fd80ea85ac03..000000000000 --- a/lang/qc--/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: qc-- -# Date created: Nov 10, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= qc-- -PORTVERSION= 20031201 -CATEGORIES= lang -MASTER_SITES= http://www.cminusminus.org/rsync/dist/ \ - http://sheepkiller.nerim.net/ports/qc/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Quick C-- Compiler - -BROKEN= "Configure fails with current version of ocaml" -DEPRECATED= "Uses snapshots and is unmaintained" -EXPIRATION_DATE=2004-06-18 - -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - notangle:${PORTSDIR}/devel/noweb \ - latex:${PORTSDIR}/print/teTeX \ - mk:${PORTSDIR}/devel/mk \ - gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua - -USE_PERL5_BUILD= yes -HAS_CONFIGURE= yes - -MAN1= camlburg.1 camlburgfix.1 nofake.1 ocamlerror.1 \ - qc--.1 qc--internals.1 qc--interp.1 - -do-build: - @(cd ${WRKSRC} && mk timestamps && mk all.opt) - -do-install: - @(cd ${WRKSRC} && mk install.opt) - -.include <bsd.port.mk> diff --git a/lang/qc--/distinfo b/lang/qc--/distinfo deleted file mode 100644 index 561888910cf1..000000000000 --- a/lang/qc--/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qc--20031201.tar.gz) = 4aba28a276ffbc220fb7ea8f15ca100f diff --git a/lang/qc--/files/patch-camlburg:mkfile b/lang/qc--/files/patch-camlburg:mkfile deleted file mode 100644 index 6135505e3de3..000000000000 --- a/lang/qc--/files/patch-camlburg:mkfile +++ /dev/null @@ -1,21 +0,0 @@ ---- camlburg/mkfile.orig Tue Dec 2 14:16:57 2003 -+++ camlburg/mkfile Tue Dec 2 14:17:33 2003 -@@ -63,13 +63,13 @@ - cp ocamlburgfix.1 $MANDIR/man1 - - install:V: all -- install -D ocamlburg $install_bin/ocamlburg -- install -D ocamlburgfix $install_bin/camlburgfix -- install -m 644 -D ocamlburg.1 $install_man1/camlburg.1 -- install -m 644 -D ocamlburgfix.1 $install_man1/camlburgfix.1 -+ install ocamlburg $install_bin/ocamlburg -+ install ocamlburgfix $install_bin/camlburgfix -+ install -m 644 ocamlburg.1 $install_man1/camlburg.1 -+ install -m 644 ocamlburgfix.1 $install_man1/camlburgfix.1 - - install.opt:V: install all.opt -- install -D -s ocamlburg.opt $install_bin/ocamlburg.opt -+ install -s ocamlburg.opt $install_bin/ocamlburg.opt - - dvi:V: $DVI - html:V: $HTML diff --git a/lang/qc--/files/patch-doc:mkfile b/lang/qc--/files/patch-doc:mkfile deleted file mode 100644 index 0f2574340791..000000000000 --- a/lang/qc--/files/patch-doc:mkfile +++ /dev/null @@ -1,15 +0,0 @@ ---- doc/mkfile.orig Tue Dec 2 14:14:04 2003 -+++ doc/mkfile Tue Dec 2 14:14:45 2003 -@@ -31,9 +31,9 @@ - update.opt:V: update - - install:V: man -- install -m 644 -D qc--.1 $install_man1/qc--.1 -- install -m 644 -D qc--internals.1 $install_man1/qc--internals.1 -- install -m 644 -D qc--interp.1 $install_man1/qc--interp.1 -+ install -m 644 qc--.1 $install_man1/qc--.1 -+ install -m 644 qc--internals.1 $install_man1/qc--internals.1 -+ install -m 644 qc--interp.1 $install_man1/qc--interp.1 - - install.opt:V: install - diff --git a/lang/qc--/files/patch-interp:features.nw b/lang/qc--/files/patch-interp:features.nw deleted file mode 100644 index 9a2887e6c68d..000000000000 --- a/lang/qc--/files/patch-interp:features.nw +++ /dev/null @@ -1,13 +0,0 @@ ---- interp/features.nw.orig Fri Sep 6 04:01:44 2002 -+++ interp/features.nw Mon Nov 10 16:46:33 2003 -@@ -119,8 +119,8 @@ - #ifndef _FLOAT_FEATURES_H - #define _FLOAT_FEATURES_H - --#include <fenv.h> --#pragma STDC FENV_ACCESS ON -+/* #include <fenv.h> */ -+/* #pragma STDC FENV_ACCESS ON */ - - #endif /* _FLOAT_FEATURES_H */ - @ diff --git a/lang/qc--/files/patch-interp:mkfile b/lang/qc--/files/patch-interp:mkfile deleted file mode 100644 index 637fb69268ba..000000000000 --- a/lang/qc--/files/patch-interp:mkfile +++ /dev/null @@ -1,11 +0,0 @@ ---- interp/mkfile.orig Mon Nov 10 13:39:30 2003 -+++ interp/mkfile Mon Nov 10 13:39:39 2003 -@@ -359,7 +359,7 @@ - $NOTANGLE -R$target $prereq > $target - - inspect.clua:D: inspect.lua -- sed -e 's/\\/\\\\/g' \ -+ gsed -e 's/\\/\\\\/g' \ - -e 's/"/\\"/g' \ - -e 'i \' \ - -e '\"\\' \ diff --git a/lang/qc--/files/patch-src:mkfile b/lang/qc--/files/patch-src:mkfile deleted file mode 100644 index f38532768860..000000000000 --- a/lang/qc--/files/patch-src:mkfile +++ /dev/null @@ -1,15 +0,0 @@ ---- src/mkfile.orig Tue Dec 2 14:27:06 2003 -+++ src/mkfile Tue Dec 2 14:27:22 2003 -@@ -61,10 +61,10 @@ - update.opt:V: $BINDIR/$NAME.opt - - install:V: all -- install -D $NAME $install_bin/$NAME -+ install $NAME $install_bin/$NAME - - install.opt:V: install all.opt -- install -D -s $NAME.opt $install_bin/$NAME.opt -+ install -s $NAME.opt $install_bin/$NAME.opt - - depend:V: $DEPEND - diff --git a/lang/qc--/files/patch-tools:mkfile b/lang/qc--/files/patch-tools:mkfile deleted file mode 100644 index cc8ada47aaaf..000000000000 --- a/lang/qc--/files/patch-tools:mkfile +++ /dev/null @@ -1,21 +0,0 @@ ---- tools/mkfile.orig Tue Dec 2 14:15:05 2003 -+++ tools/mkfile Tue Dec 2 14:15:52 2003 -@@ -47,13 +47,13 @@ - cp newer $BINDIR - - install:V: all -- install -D ocamlerror $install_bin/ocamlerror -- install -m 644 -D ocamlerror.1 $install_man1/ocamlerror.1 -- install -D nofake $install_bin/nofake -- install -m 644 -D nofake.1 $install_man1/nofake.1 -+ install ocamlerror $install_bin/ocamlerror -+ install -m 644 ocamlerror.1 $install_man1/ocamlerror.1 -+ install nofake $install_bin/nofake -+ install -m 644 nofake.1 $install_man1/nofake.1 - - install.opt:V: install all -- install -D -s ocamlerror.opt $install_bin/ocamlerror.opt -+ install -s ocamlerror.opt $install_bin/ocamlerror.opt - - dvi:V: $INC - html:V: $HTML diff --git a/lang/qc--/pkg-descr b/lang/qc--/pkg-descr deleted file mode 100644 index ae484d131377..000000000000 --- a/lang/qc--/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -C-- is intended as a "portable assembly language" that can replace C as a -target language used by compiler writers. The goal of the Quick C-- project is -to test those ideas in an implementation. Quick C-- is intended to be a simple, -nonoptimizing compiler that supports the run-time interface. Our primary goal -is to to validate our design experimentally. A secondary, but still significant -goal is to provide a vehicle for experimenting with new techniques for building -retargetable compilers. We want the compiler to be - 1. Easy to retarget to the platform of choice - 2. Easy to specialize, say for a new calling convention - 3. Fast - -WWW: http://www.cminusminus.org/qc--.html diff --git a/lang/qc--/pkg-plist b/lang/qc--/pkg-plist deleted file mode 100644 index 6d44f5d7b5d2..000000000000 --- a/lang/qc--/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/camlburgfix -bin/nofake -bin/ocamlburg -bin/ocamlburg.opt -bin/ocamlerror -bin/ocamlerror.opt -bin/qc-- -bin/qc--.opt |