aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-11-18 21:54:17 +0800
committerrene <rene@FreeBSD.org>2013-11-18 21:54:17 +0800
commitc225a7f40f72f7af7bc30432772720ccfe214443 (patch)
tree8bbe6309fbfd817c5f4e580937a797191f79eb88 /lang
parentce612bb0983780285d5656a97f5fe94e8cef0b47 (diff)
downloadfreebsd-ports-gnome-c225a7f40f72f7af7bc30432772720ccfe214443.tar.gz
freebsd-ports-gnome-c225a7f40f72f7af7bc30432772720ccfe214443.tar.zst
freebsd-ports-gnome-c225a7f40f72f7af7bc30432772720ccfe214443.zip
Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month 2013-11-18 deskutils/google-gadgets: Broken for more than 6 month 2013-11-18 palm/synce-trayicon: Broken for more than 6 month 2013-11-18 security/linux-pam-docs: Broken for more than 6 month 2013-11-18 net-p2p/mooseekd: Broken for more than 6 month 2013-11-18 textproc/p5-Lucene: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month 2013-11-18 x11-wm/fbpager: BRoken for more than 6 month 2013-11-18 net/hf6to4: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month 2013-11-18 security/dissembler: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month 2013-11-18 textproc/rst.el: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month 2013-11-18 databases/drizzle: Broken for more than 6 month 2013-11-18 devel/p5-File-Lock: Broken for more than 6 month 2013-11-18 devel/valide: Broken for more than 6 month 2013-11-18 databases/gomysql: Broken for more than 6 month 2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month 2013-11-18 devel/monodevelop-vala: Broken for more than 6 month 2013-11-18 devel/gonzui: Broken for more than 6 month 2013-11-18 devel/monodevelop-java: Broken for more than 6 month 2013-11-18 lang/objc: Broken for more than 6 month 2013-11-18 devel/klee: Broken for more than 6 month 2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month 2013-11-18 devel/simulavr: Broken for more than 6 month 2013-11-18 japanese/mobileimap: Broken for more than 6 month 2013-11-18 devel/libYGP: Broken for more than 6 month 2013-11-18 devel/monodevelop-python: Broken for more than 6 month
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/objc/Makefile42
-rw-r--r--lang/objc/distinfo4
-rw-r--r--lang/objc/files/manpages.mk46
-rw-r--r--lang/objc/files/patch-ab11
-rw-r--r--lang/objc/files/patch-src_objc_Makefile.in11
-rw-r--r--lang/objc/pkg-descr10
-rw-r--r--lang/objc/pkg-plist240
8 files changed, 0 insertions, 365 deletions
diff --git a/lang/Makefile b/lang/Makefile
index c29fb8e2728f..48999877ab03 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -189,7 +189,6 @@
SUBDIR += nqc
SUBDIR += nwcc
SUBDIR += nx
- SUBDIR += objc
SUBDIR += ocaml
SUBDIR += ocaml-autoconf
SUBDIR += ocaml-camlidl
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
deleted file mode 100644
index bb056161c56e..000000000000
--- a/lang/objc/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: chuckr@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= objc
-PORTVERSION= 3.2.11
-CATEGORIES= lang
-MASTER_SITES= http://users.telenet.be/stes/
-DISTFILES= objc-bootstrap-${BOOTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Portable Object Compiler
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-11-18
-
-BOOTVERSION= 3.2.11
-
-BROKEN= fails to build
-
-ALL_TARGET= default
-MAKE_ENV= PATH=${WRKDIR}/bin:${PATH}
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= PATH=${WRKDIR}/bin:${PATH}
-MAKE_JOBS_UNSAFE= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-pre-configure:
- cd ${WRKDIR}/${PORTNAME}-bootstrap-${BOOTVERSION};\
- ${CONFIGURE_ENV} ${MAKE_ENV} ./configure --prefix=${WRKDIR};${MAKE};${MAKE} install
-
-pre-install:
- ${MKDIR} ${PREFIX}/share/doc/objc
- ${MKDIR} ${PREFIX}/share/doc/objc/examples
- ${MKDIR} ${PREFIX}/share/doc/objc/html
- ${TAR} -cf - -C ${WRKSRC}/examples . | ${TAR} xpf - -C ${PREFIX}/share/doc/objc/examples
- ${TAR} -cf - -C ${WRKSRC}/html . | ${TAR} xpf - -C ${PREFIX}/share/doc/objc/html
-
-.include "${FILESDIR}/manpages.mk"
-
-.include <bsd.port.post.mk>
diff --git a/lang/objc/distinfo b/lang/objc/distinfo
deleted file mode 100644
index 3f7a7086d74c..000000000000
--- a/lang/objc/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (objc-bootstrap-3.2.11.tar.gz) = d8d86635e2ae0bcd132d8d72da648dc2f523a9806a74bece2b2393253a9e7068
-SIZE (objc-bootstrap-3.2.11.tar.gz) = 369623
-SHA256 (objc-3.2.11.tar.gz) = 9b68e74a19f1e6fc3907d793ff6b48bdb1cc8f24fa375f03bab39efdd876f40f
-SIZE (objc-3.2.11.tar.gz) = 918400
diff --git a/lang/objc/files/manpages.mk b/lang/objc/files/manpages.mk
deleted file mode 100644
index 81b12f183a0f..000000000000
--- a/lang/objc/files/manpages.mk
+++ /dev/null
@@ -1,46 +0,0 @@
-MAN1+= cvtimport.1
-MAN1+= objc.1
-MAN1+= postlink.1
-MAN1+= vici.1
-MAN3+= AsciiFiler.3
-MAN3+= Array.3
-MAN3+= BigInt.3
-MAN3+= BadVersion.3
-MAN3+= Bag.3
-MAN3+= CAObject.3
-MAN3+= Block.3
-MAN3+= Complex.3
-MAN3+= Cltn.3
-MAN3+= Dictionary.3
-MAN3+= Exception.3
-MAN3+= Float.3
-MAN3+= Fraction.3
-MAN3+= IdArray.3
-MAN3+= IntArray.3
-MAN3+= IntegerModp.3
-MAN3+= Matrix.3
-MAN3+= Message.3
-MAN3+= Monomial.3
-MAN3+= NotFound.3
-MAN3+= Object.3
-MAN3+= OrdCltn.3
-MAN3+= OutOfBounds.3
-MAN3+= OutOfMemory.3
-MAN3+= Paragraph.3
-MAN3+= Point.3
-MAN3+= Polynomial.3
-MAN3+= Rectangle.3
-MAN3+= RunArray.3
-MAN3+= Set.3
-MAN3+= Sequence.3
-MAN3+= SortCltn.3
-MAN3+= Stack.3
-MAN3+= String.3
-MAN3+= Symbol.3
-MAN3+= Term.3
-MAN3+= Text.3
-MAN3+= TextAttribute.3
-MAN3+= TextStyle.3
-MAN3+= TypeInconsistency.3
-MAN3+= UnknownType.3
-MAN3+= Vector.3
diff --git a/lang/objc/files/patch-ab b/lang/objc/files/patch-ab
deleted file mode 100644
index 0a82a7deb112..000000000000
--- a/lang/objc/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sat Jan 8 00:59:34 2000
-+++ configure Sat Jan 8 00:59:44 2000
-@@ -1779,7 +1779,7 @@
- *mwc*)
- DOTSHLIBSUFFIX=".o";;
- *freebsd*)
-- DOTSHLIBSUFFIX=".so.2.1";;
-+ DOTSHLIBSUFFIX=".so.2";;
- *hpux*)
- DOTSHLIBSUFFIX=".sl";;
- *)
diff --git a/lang/objc/files/patch-src_objc_Makefile.in b/lang/objc/files/patch-src_objc_Makefile.in
deleted file mode 100644
index b664f6f60a2a..000000000000
--- a/lang/objc/files/patch-src_objc_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/objc/Makefile.in.orig Mon Nov 13 14:10:19 2006
-+++ src/objc/Makefile.in Mon Nov 13 14:10:49 2006
-@@ -82,7 +82,7 @@
- $(YACC) $*.ym
- -$(CP) $(YTABH) $*.h
- -$(CP) $(YTABC) $*.m
-- $(OBJC) -c $(MFLAGS) $(IFLAGS) $*.m
-+ $(OBJC) -c $(MFLAGS) -Dlint $(IFLAGS) $*.m
- -$(RM) $(YTABC)
- -$(RM) $*.m
-
diff --git a/lang/objc/pkg-descr b/lang/objc/pkg-descr
deleted file mode 100644
index 909988e9966e..000000000000
--- a/lang/objc/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This is an independent implementation of Objective C - independent
-of Stepstone's, NeXT's, GNU's (Free Software Foundation) or SunSoft's
-Objective C implementation.
-
-Like the GNU compiler, the "objc" grammar is written in YACC. The lexical
-ananlyzer is written in LEX, and the compiler itself in the Bourne
-shell and in Objective C. (the optional Objective C link editor is
-written in AWK).
-
-WWW: http://users.telenet.be/stes/compiler.html
diff --git a/lang/objc/pkg-plist b/lang/objc/pkg-plist
deleted file mode 100644
index 764e212ffadb..000000000000
--- a/lang/objc/pkg-plist
+++ /dev/null
@@ -1,240 +0,0 @@
-bin/cvtimport
-bin/objc
-bin/objc1
-bin/postlink
-include/cakit/cakit.h
-include/cakit/ccltn.h
-include/cakit/ccomplex.h
-include/cakit/cfloat.h
-include/cakit/cobject.h
-include/cakit/cseq.h
-include/cakit/fraction.h
-include/cakit/integer.h
-include/cakit/intmodp.h
-include/cakit/matrix.h
-include/cakit/monomial.h
-include/cakit/polynom.h
-include/cakit/symbol.h
-include/cakit/term.h
-include/cakit/vector.h
-include/objcrt/Block.h
-include/objcrt/Exceptn.h
-include/objcrt/Message.h
-include/objcrt/Object.h
-include/objcrt/OutOfMem.h
-include/objcrt/objc.h
-include/objcrt/objcrt.h
-include/objpak/array.h
-include/objpak/ascfiler.h
-include/objpak/badvers.h
-include/objpak/bag.h
-include/objpak/cltn.h
-include/objpak/dictnary.h
-include/objpak/idarray.h
-include/objpak/intarray.h
-include/objpak/notfound.h
-include/objpak/objpak.h
-include/objpak/ocstring.h
-include/objpak/octext.h
-include/objpak/ordcltn.h
-include/objpak/outofbnd.h
-include/objpak/paragrph.h
-include/objpak/point.h
-include/objpak/rectangl.h
-include/objpak/runarray.h
-include/objpak/sequence.h
-include/objpak/set.h
-include/objpak/sortcltn.h
-include/objpak/stack.h
-include/objpak/txtattr.h
-include/objpak/txtstyle.h
-include/objpak/typeinc.h
-include/objpak/unknownt.h
-include/oclib/addrof.h
-include/oclib/arrowxpr.h
-include/oclib/arydecl.h
-include/oclib/assign.h
-include/oclib/bflddecl.h
-include/oclib/binxpr.h
-include/oclib/blockxpr.h
-include/oclib/btincall.h
-include/oclib/casestmt.h
-include/oclib/castxpr.h
-include/oclib/classdef.h
-include/oclib/commaxpr.h
-include/oclib/compdef.h
-include/oclib/compstmt.h
-include/oclib/condxpr.h
-include/oclib/constxpr.h
-include/oclib/contstmt.h
-include/oclib/cppdirec.h
-include/oclib/datadef.h
-include/oclib/decl.h
-include/oclib/def.h
-include/oclib/deref.h
-include/oclib/dfltstmt.h
-include/oclib/dostmt.h
-include/oclib/dotxpr.h
-include/oclib/enumsp.h
-include/oclib/enumtor.h
-include/oclib/expr.h
-include/oclib/exprstmt.h
-include/oclib/forstmt.h
-include/oclib/funbody.h
-include/oclib/funcall.h
-include/oclib/fundecl.h
-include/oclib/fundef.h
-include/oclib/gasmop.h
-include/oclib/gasmstmt.h
-include/oclib/gatrdecl.h
-include/oclib/gattrib.h
-include/oclib/gotostmt.h
-include/oclib/identxpr.h
-include/oclib/ifstmt.h
-include/oclib/indexxpr.h
-include/oclib/initdecl.h
-include/oclib/keywdecl.h
-include/oclib/keywxpr.h
-include/oclib/lblstmt.h
-include/oclib/listxpr.h
-include/oclib/methdef.h
-include/oclib/method.h
-include/oclib/msgxpr.h
-include/oclib/namedecl.h
-include/oclib/node.h
-include/oclib/options.h
-include/oclib/parmdef.h
-include/oclib/parmlist.h
-include/oclib/pfixdecl.h
-include/oclib/pfixxpr.h
-include/oclib/pointer.h
-include/oclib/precdecl.h
-include/oclib/precxpr.h
-include/oclib/relxpr.h
-include/oclib/rtrnstmt.h
-include/oclib/selector.h
-include/oclib/selxpr.h
-include/oclib/shared.h
-include/oclib/sizeof.h
-include/oclib/stardecl.h
-include/oclib/stclass.h
-include/oclib/stmt.h
-include/oclib/structsp.h
-include/oclib/switstmt.h
-include/oclib/symbol.h
-include/oclib/trlunit.h
-include/oclib/type.h
-include/oclib/typeof.h
-include/oclib/unyxpr.h
-include/oclib/util.h
-include/oclib/whilstmt.h
-include/ppi/Array.h
-include/ppi/Assoc.h
-include/ppi/Filer.h
-include/ppi/Graph.h
-include/ppi/ICpak101.h
-include/ppi/IPSequence.h
-include/ppi/IdArray.h
-include/ppi/IntArray.h
-include/ppi/OrdCltn.h
-include/ppi/Sequence.h
-include/ppi/SortCltn.h
-include/ppi/String.h
-include/ppi/StringCl.h
-include/ppi/mivarargs.h
-include/ppi/vectors.h
-lib/_predll.o
-lib/_prelink.o
-lib/cakit.a
-lib/cakitr.a
-lib/objcdlso.ld
-lib/objchelp.txt
-lib/objcrt.a
-lib/objcrtr.a
-lib/objpak.a
-lib/objpakr.a
-%%DOCSDIR%%/examples/Makefile
-%%DOCSDIR%%/examples/Makefile.in
-%%DOCSDIR%%/examples/README
-%%DOCSDIR%%/examples/all.m
-%%DOCSDIR%%/examples/assoc.m
-%%DOCSDIR%%/examples/become.m
-%%DOCSDIR%%/examples/block.m
-%%DOCSDIR%%/examples/blrefcnt.m
-%%DOCSDIR%%/examples/blvar.m
-%%DOCSDIR%%/examples/classvars.m
-%%DOCSDIR%%/examples/delegate.m
-%%DOCSDIR%%/examples/dlopen.m
-%%DOCSDIR%%/examples/during.h
-%%DOCSDIR%%/examples/during.m
-%%DOCSDIR%%/examples/dynclass.m
-%%DOCSDIR%%/examples/esql.em
-%%DOCSDIR%%/examples/except.m
-%%DOCSDIR%%/examples/gdb.m
-%%DOCSDIR%%/examples/howmany.m
-%%DOCSDIR%%/examples/ifExcept.m
-%%DOCSDIR%%/examples/loop.m
-%%DOCSDIR%%/examples/memory.m
-%%DOCSDIR%%/examples/nextinst.m
-%%DOCSDIR%%/examples/poseAs.m
-%%DOCSDIR%%/examples/problem3n1.m
-%%DOCSDIR%%/examples/shlload.m
-%%DOCSDIR%%/examples/signal.m
-%%DOCSDIR%%/examples/sumit.m
-%%DOCSDIR%%/examples/super.m
-%%DOCSDIR%%/examples/tail.m
-%%DOCSDIR%%/examples/timeblock.m
-%%DOCSDIR%%/examples/varscope.m
-%%DOCSDIR%%/html/cakit/BigInt.html
-%%DOCSDIR%%/html/cakit/CAObject.html
-%%DOCSDIR%%/html/cakit/Complex.html
-%%DOCSDIR%%/html/cakit/Float.html
-%%DOCSDIR%%/html/cakit/Fraction.html
-%%DOCSDIR%%/html/cakit/IntegerModp.html
-%%DOCSDIR%%/html/cakit/Matrix.html
-%%DOCSDIR%%/html/cakit/Monomial.html
-%%DOCSDIR%%/html/cakit/Polynomial.html
-%%DOCSDIR%%/html/cakit/Symbol.html
-%%DOCSDIR%%/html/cakit/Term.html
-%%DOCSDIR%%/html/cakit/Vector.html
-%%DOCSDIR%%/html/objcrt/Block.html
-%%DOCSDIR%%/html/objcrt/Exception.html
-%%DOCSDIR%%/html/objcrt/Message.html
-%%DOCSDIR%%/html/objcrt/Object.html
-%%DOCSDIR%%/html/objcrt/OutOfMemory.html
-%%DOCSDIR%%/html/objpak/Array.html
-%%DOCSDIR%%/html/objpak/AsciiFiler.html
-%%DOCSDIR%%/html/objpak/BadVersion.html
-%%DOCSDIR%%/html/objpak/Bag.html
-%%DOCSDIR%%/html/objpak/Cltn.html
-%%DOCSDIR%%/html/objpak/Dictionary.html
-%%DOCSDIR%%/html/objpak/IdArray.html
-%%DOCSDIR%%/html/objpak/IntArray.html
-%%DOCSDIR%%/html/objpak/NotFound.html
-%%DOCSDIR%%/html/objpak/OrdCltn.html
-%%DOCSDIR%%/html/objpak/OutOfBounds.html
-%%DOCSDIR%%/html/objpak/Paragraph.html
-%%DOCSDIR%%/html/objpak/Point.html
-%%DOCSDIR%%/html/objpak/Rectangle.html
-%%DOCSDIR%%/html/objpak/RunArray.html
-%%DOCSDIR%%/html/objpak/Sequence.html
-%%DOCSDIR%%/html/objpak/Set.html
-%%DOCSDIR%%/html/objpak/SortCltn.html
-%%DOCSDIR%%/html/objpak/Stack.html
-%%DOCSDIR%%/html/objpak/String.html
-%%DOCSDIR%%/html/objpak/Text.html
-%%DOCSDIR%%/html/objpak/TextAttribute.html
-%%DOCSDIR%%/html/objpak/TextStyle.html
-%%DOCSDIR%%/html/objpak/TypeInconsistency.html
-%%DOCSDIR%%/html/objpak/UnknownType.html
-@dirrm %%DOCSDIR%%/html/objpak
-@dirrm %%DOCSDIR%%/html/objcrt
-@dirrm %%DOCSDIR%%/html/cakit
-@dirrm %%DOCSDIR%%/html
-@dirrm %%DOCSDIR%%/examples
-@dirrm %%DOCSDIR%%
-@dirrm include/ppi
-@dirrm include/oclib
-@dirrm include/objpak
-@dirrm include/objcrt
-@dirrm include/cakit