aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-26 06:36:44 +0800
committerbapt <bapt@FreeBSD.org>2012-10-26 06:36:44 +0800
commitc6da995e6baa50b604074111ffa08dd277b4f466 (patch)
tree4267986638bd6a27f64834495b4aa4474322524a /lang
parent4def5b9698a44d167e01df21acd704e7a4a0ee38 (diff)
downloadfreebsd-ports-gnome-c6da995e6baa50b604074111ffa08dd277b4f466.tar.gz
freebsd-ports-gnome-c6da995e6baa50b604074111ffa08dd277b4f466.tar.zst
freebsd-ports-gnome-c6da995e6baa50b604074111ffa08dd277b4f466.zip
2012-10-20 lang/ironpython: No more public distfiles
2012-10-20 lang/cu-prolog: No more public distfiles 2012-10-20 japanese/stardict-dict-ja: No more public distfiles 2012-10-20 japanese/otojiro-fpw: No more public distfiles 2012-10-20 japanese/hex: No more public distfiles 2012-10-20 japanese/gxditview: No more public distfiles 2012-10-20 graphics/view3ds: No more public distfiles 2012-10-20 graphics/photoclip: No more public distfiles 2012-10-20 graphics/multivideo: Abandonware, no more upstream, depends on the deprecated wxGTK 2.4 2012-10-20 graphics/kphotoalbum: No more public distfiles 2012-10-20 graphics/jpegpixi: No more public distfiles 2012-10-20 graphics/gimp-manual-pdf: No more public distfiles 2012-10-20 graphics/exifprobe: No more public distfiles Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile2
-rw-r--r--lang/cu-prolog/Makefile41
-rw-r--r--lang/cu-prolog/distinfo4
-rw-r--r--lang/cu-prolog/files/patch-aa16
-rw-r--r--lang/cu-prolog/files/patch-ab28
-rw-r--r--lang/cu-prolog/files/patch-ac14
-rw-r--r--lang/cu-prolog/files/patch-ad13
-rw-r--r--lang/cu-prolog/files/patch-ae21
-rw-r--r--lang/cu-prolog/files/patch-syspred1.c32
-rw-r--r--lang/cu-prolog/pkg-descr11
-rw-r--r--lang/cu-prolog/pkg-plist10
-rw-r--r--lang/ironpython/Makefile48
-rw-r--r--lang/ironpython/distinfo2
-rw-r--r--lang/ironpython/files/patch-Src-makefile8
-rw-r--r--lang/ironpython/pkg-descr24
-rw-r--r--lang/ironpython/pkg-plist6
16 files changed, 0 insertions, 280 deletions
diff --git a/lang/Makefile b/lang/Makefile
index f3876193747c..6631ed29e09c 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -41,7 +41,6 @@
SUBDIR += cocor
SUBDIR += cparser
SUBDIR += csharp-mode.el
- SUBDIR += cu-prolog
SUBDIR += cython
SUBDIR += dice
SUBDIR += diveintopython
@@ -127,7 +126,6 @@
SUBDIR += intel2gas
SUBDIR += intercal
SUBDIR += io
- SUBDIR += ironpython
SUBDIR += itcl
SUBDIR += jakarta-commons-jelly
SUBDIR += jruby
diff --git a/lang/cu-prolog/Makefile b/lang/cu-prolog/Makefile
deleted file mode 100644
index b004e0980958..000000000000
--- a/lang/cu-prolog/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: cu-Prolog
-# Date created: 7 July 1999
-# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cu-prolog
-PORTVERSION= 3.94
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.icot.or.jp/ifs/kbms-clp/unix/cuprolog/ \
- http://mbsd.msk.ru/dist/
-DISTNAME= cupsrc
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} cupdoc${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Experimental constraint logic programming language
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-WRKSRC= ${WRKDIR}/src
-MAKEFILE= makefile
-ALL_TARGET= cup
-PORTDOCS= *
-MYPORTDOCS= CHANGES COPYRIGHT COPYRIGHT.j INSTALL INSTALL.j README \
- README.j doc/cu3eman.dvi doc/cu3man.dvi doc/newpred_e.doc \
- doc/newpred_j.doc
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cup3 ${PREFIX}/bin/cuprolog
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKDIR}/sample/* ${EXAMPLESDIR}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in ${MYPORTDOCS}
- ${INSTALL_DATA} ${WRKDIR}/$i ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/lang/cu-prolog/distinfo b/lang/cu-prolog/distinfo
deleted file mode 100644
index 3535b2a8f7eb..000000000000
--- a/lang/cu-prolog/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (cupsrc.tar.gz) = 5110723a4b93d1e103cf3a71da6ca3c56ee0da3f5bb0a7f74ba66861dbd85587
-SIZE (cupsrc.tar.gz) = 211847
-SHA256 (cupdoc.tar.gz) = 5e7d1287f1b06e5e4f168012dc03e9604a562495198e0c167ce832f5ed3c3302
-SIZE (cupdoc.tar.gz) = 136474
diff --git a/lang/cu-prolog/files/patch-aa b/lang/cu-prolog/files/patch-aa
deleted file mode 100644
index 71217e1d4125..000000000000
--- a/lang/cu-prolog/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- makefile.old Wed Jul 7 02:03:58 1999
-+++ makefile Wed Jul 7 02:04:19 1999
-@@ -6,11 +6,11 @@
- refute.o unify.o defsysp.o syspred1.o\
- syspred2.o trans.o tr_sub.o tr_split.o
- #CFLAGS = -g
--CFLAGS = -pg -g # for debug
-+CFLAGS?= -pg -g # for debug
- #CFLAGS = -O2 # for optimization
- #CFLAGS = -O4
- #CC = gcc
--CC = cc
-+CC?= cc
- FLAGS = -lm
-
- cup: $(OBJECTS)
diff --git a/lang/cu-prolog/files/patch-ab b/lang/cu-prolog/files/patch-ab
deleted file mode 100644
index 4508cb32b44d..000000000000
--- a/lang/cu-prolog/files/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
---- include.h.orig Fri Jan 27 16:38:48 1995
-+++ include.h Wed Jul 7 02:25:14 1999
-@@ -28,7 +28,11 @@
- * else #define CPUTIME 0
- */
-
-+#ifdef __FreeBSD__
-+#define CPUTIME 60
-+#else
- #define SUN4 1
-+#endif
- #define KANJI 1 /* 1: allow EUC Kanji for str functions */
-
- /* Tee print macro */
-@@ -135,8 +139,13 @@
- #define head_of_list(Term) (((struct clause *)Term)->c_form)
- #define tail_of_list(Term) ((struct term *)((struct clause *)Term)->c_link)
-
-+#ifdef __FreeBSD__
-+#define is_readable(FP) (FP->_flags & __SRD)
-+#define is_writable(FP) (FP->_flags & __SWR)
-+#else
- #define is_readable(FP) (FP->_flag & _IOREAD)
- #define is_writable(FP) (FP->_flag & _IOWRT)
-+#endif
-
- #define is_functor(Term) ((Term)->type.ident > CONST_LIST_TYPE)
- #define isconst_functor(Term) ((Term)->t_arity <= 0)
diff --git a/lang/cu-prolog/files/patch-ac b/lang/cu-prolog/files/patch-ac
deleted file mode 100644
index d2fb8d0e0d17..000000000000
--- a/lang/cu-prolog/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- defsysp.c.old Wed Jul 7 02:21:11 1999
-+++ defsysp.c Wed Jul 7 02:21:32 1999
-@@ -932,9 +932,9 @@
- t1 = t2 = Nnum_val(0.0,TEMPORAL);
- #else
- times(&TIMES);
-- t1 = Nnum_val(((float)(TIMES.tms_stime+TIMES.tms_utime-OLD_TIME))/CPUTIME.0,
-+ t1 = Nnum_val(((float)(TIMES.tms_stime+TIMES.tms_utime-OLD_TIME))/(float)CPUTIME,
- TEMPORAL);
-- t2 = Nnum_val(((float)CONSTRAINT_HANDLING_TIME)/CPUTIME.0,TEMPORAL);
-+ t2 = Nnum_val(((float)CONSTRAINT_HANDLING_TIME)/(float)CPUTIME,TEMPORAL);
- #endif
- #endif
- upush(&(p1->p_body)); upush(&(p1->p_env));
diff --git a/lang/cu-prolog/files/patch-ad b/lang/cu-prolog/files/patch-ad
deleted file mode 100644
index c3e7d500cf95..000000000000
--- a/lang/cu-prolog/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- mainsub.c.old Wed Jul 7 02:22:15 1999
-+++ mainsub.c Wed Jul 7 02:22:30 1999
-@@ -1238,8 +1238,8 @@
- times(&TIMES); /* get time */
- ttemp = TIMES.tms_stime + TIMES.tms_utime;
- tprint2 ("CPU time = %.3lf sec (Constraints Handling = %.3lf sec)\n",
-- (ttemp - TIMESAVE) / CPUTIME.0,
-- (CONSTRAINT_HANDLING_TIME / CPUTIME.0));
-+ (ttemp - TIMESAVE) / (float)CPUTIME,
-+ (CONSTRAINT_HANDLING_TIME / (float)CPUTIME));
- }
-
- void settimer() { /* set clock */
diff --git a/lang/cu-prolog/files/patch-ae b/lang/cu-prolog/files/patch-ae
deleted file mode 100644
index 92d9238faa23..000000000000
--- a/lang/cu-prolog/files/patch-ae
+++ /dev/null
@@ -1,21 +0,0 @@
---- main.c.old Wed Jul 7 02:26:00 1999
-+++ main.c Wed Jul 7 02:27:38 1999
-@@ -303,13 +303,16 @@
-
- void heap_realloc() /* reallocate system/user heaps */
- {
-+#if SUN4 == 1
- cfree((char *)sheap); SHEAP_SIZE=SHEAP_SIZE*1.2; system_heap_alloc();
--/* free(heap); HEAP_SIZE *= 1.2;
-+#else
-+ free(heap); HEAP_SIZE *= 1.2;
- free(cheap); CHEAP_SIZE *= 1.2;
- free(eheap); ESP_SIZE *= 1.2;
- free(ustack); USTACK_SIZE *= 1.2;
- free(nheap); NAME_SIZE *= 1.2;
-- heap_alloc(); */
-+ heap_alloc();
-+#endif /* SUN4 */
- init_status();
- }
-
diff --git a/lang/cu-prolog/files/patch-syspred1.c b/lang/cu-prolog/files/patch-syspred1.c
deleted file mode 100644
index 52379121573e..000000000000
--- a/lang/cu-prolog/files/patch-syspred1.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- syspred1.c.orig Thu Dec 14 22:30:29 2006
-+++ syspred1.c Thu Dec 14 22:35:14 2006
-@@ -1094,6 +1094,7 @@
- struct clause *root;
- register struct term *tt, *temp;
- int pos = 0, arity;
-+ struct term *tt1;
-
- if (is_atomic(t)) return((struct clause *)NIL);
- if ((arity = t->t_arity)==0) return((struct clause *)NIL);
-@@ -1105,8 +1106,9 @@
- head_of_list(tt) = Arg(t,pos);
- pos++;
- if (pos >= arity) break;
-- tail_of_list(tt) = temp =
-- (struct term *)Nlist(NIL,(struct clause *)NIL,TEMPORAL);
-+ tt1 = tail_of_list(tt);
-+ temp = (struct term *)Nlist(NIL,(struct clause *)NIL,TEMPORAL);
-+ tt1 = (struct term *)Nlist(NIL,(struct clause *)NIL,TEMPORAL);
- tt = temp;
- }
- return(root);
-@@ -1227,8 +1229,7 @@
- head_of_list(t) = Nstr(s, TEMPORAL);
- }
- if (nbuf[pos] == '\0') return(root);
-- t = (tail_of_list(t) =
-- (struct term *)Nlist(NIL,(struct clause *)NIL,TEMPORAL));
-+ t = (struct term *)Nlist(NIL,(struct clause *)NIL,TEMPORAL);
- }
- }
-
diff --git a/lang/cu-prolog/pkg-descr b/lang/cu-prolog/pkg-descr
deleted file mode 100644
index cb5a75a3bc37..000000000000
--- a/lang/cu-prolog/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-cu-Prolog is an experimental constraint logic programming language.
-Unlike most conventional CLP systems, cu-Prolog allows user-defined
-predicates as constraints and is suitable for implementing a natural
-language processing system based on the unification-based
-grammar. As an application of cu-Prolog, we developed
-a JPSG (Japanese Phrase Structure Grammar) parser
-with the JPSG Working Group (the chairman is Prof. GUNJI, Takao of
-Osaka University) at ICOT.
-
-cu-Prolog is also the complete implementation of the constraint
-unification and its name (cu) comes from the technique.
diff --git a/lang/cu-prolog/pkg-plist b/lang/cu-prolog/pkg-plist
deleted file mode 100644
index 4e1983160e45..000000000000
--- a/lang/cu-prolog/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/cuprolog
-%%EXAMPLESDIR%%/README
-%%EXAMPLESDIR%%/bagof.p
-%%EXAMPLESDIR%%/eisele.p
-%%EXAMPLESDIR%%/hpsg.p
-%%EXAMPLESDIR%%/jpsg.p
-%%EXAMPLESDIR%%/kasper.p
-%%EXAMPLESDIR%%/marcus.p
-%%EXAMPLESDIR%%/memap.p
-@dirrm %%EXAMPLESDIR%%
diff --git a/lang/ironpython/Makefile b/lang/ironpython/Makefile
deleted file mode 100644
index 8c56428a4c1a..000000000000
--- a/lang/ironpython/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: ironpython
-# Date created: 29 July 2004
-# Whom: Hye-Shik Chang
-#
-# $FreeBSD$
-#
-
-PORTNAME= ironpython
-PORTVERSION= 1.0.1
-PORTREVISION= 2
-CATEGORIES= lang python
-MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
-DISTNAME= IronPython-1.0.1-Src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= New Python implementation targeting the .NET
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
-
-BROKEN= does not build
-
-WRKSRC= ${WRKDIR}/IronPython-${PORTVERSION}
-USE_ZIP= yes
-USE_GMAKE= yes
-
-post-extract:
- @(${ECHO} '#!${SH}' > ${WRKDIR}/ironpython)
- @(${ECHO} '${LOCALBASE}/bin/mono ${PREFIX}/lib/ironpython/ipy.exe -X:ColorfulConsole $$*' \
- >> ${WRKDIR}/ironpython)
-
-pre-build:
- @${MKDIR} ${WRKSRC}/Src/IronPythonTest/bin
-
-do-build:
- cd ${WRKSRC}/Src && ${GMAKE}
-
-do-install:
- @${MKDIR} ${PREFIX}/lib/ironpython
- cd ${WRKSRC}; for f in *.exe *.dll; do \
- ${INSTALL_DATA} $$f ${PREFIX}/lib/ironpython; \
- done
- @${INSTALL_SCRIPT} ${WRKDIR}/ironpython ${PREFIX}/bin/
-
-.include <bsd.port.mk>
diff --git a/lang/ironpython/distinfo b/lang/ironpython/distinfo
deleted file mode 100644
index be63214fb4d4..000000000000
--- a/lang/ironpython/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (IronPython-1.0.1-Src.zip) = a406d7e5ad8903c950bf148634417eef8f9586b20260762a20d8d3eb7676bbf8
-SIZE (IronPython-1.0.1-Src.zip) = 1579582
diff --git a/lang/ironpython/files/patch-Src-makefile b/lang/ironpython/files/patch-Src-makefile
deleted file mode 100644
index 6ae6ae34413a..000000000000
--- a/lang/ironpython/files/patch-Src-makefile
+++ /dev/null
@@ -1,8 +0,0 @@
---- Src/makefile.orig Mon Oct 9 11:29:35 2006
-+++ Src/makefile Mon Oct 9 11:29:45 2006
-@@ -1,4 +1,4 @@
--CSC=csc
-+CSC=gmcs
-
- all:../IronMath.dll ../IronPython.dll ../ipy.exe ../ipyw.exe IronPythonTest/bin/Debug/IronPythonTest.dll
-
diff --git a/lang/ironpython/pkg-descr b/lang/ironpython/pkg-descr
deleted file mode 100644
index 353732349132..000000000000
--- a/lang/ironpython/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-IronPython is a new Python implementation targeting the .NET and
-Mono platforms. It is...
-
-* Fast - IronPython-0.6 is up to 1.7x faster than Python-2.3 on the
-standard pystone benchmark. An early performance report is are
-contained in this paper for PyCon 2004.
-
-* Integrated with the Common Language Runtime - IronPython code can
-easily use CLR libraries and Python classes can extend CLR classes.
-
-* Fully dynamic - IronPython supports an interactive interpreter
-and transparent on-the-fly compilation of source files just like
-standard Python.
-
-* Optionally static - IronPython also supports static compilation
-of Python code to produce static executables (.exe's) that can be
-run directly or static libraries (.dll's) that can be called from
-other CLR languages including C#, VB, managed C++ and many more.
-
-* Managed and verifiable - IronPython generates verifiable assemblies
-with no dependencies on native libraries that can run in environments
-which require verifiable managed code.
-
-WWW: http://www.ironpython.com/
diff --git a/lang/ironpython/pkg-plist b/lang/ironpython/pkg-plist
deleted file mode 100644
index 2fcfb8a1c4ac..000000000000
--- a/lang/ironpython/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/ironpython
-lib/ironpython/IronMath.dll
-lib/ironpython/IronPython.dll
-lib/ironpython/ipy.exe
-lib/ironpython/ipyw.exe
-@dirrm lib/ironpython