summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2014-11-25 03:07:22 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2014-11-25 03:07:22 +0000
commit273c6e6d76de909e0b97d381d45340af8e91a37e (patch)
treea3ede366da71e5f2c9d8a5565a987a08de3b99d0 /lang
parent- Update to 2.2.5. (diff)
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0 - Update x11-wm/enlightenment to 0.19.1 - Update graphics/evas_generic_loaders-* to 1.12.0 - Update devel/e_dbus to 1.7.10 - Update benchmarks/expedite to 1.7.10 - Move some of x11-wm/e17-module-* to x11-wm/e-module-* and update to recent snapshots - Add multimedia/emotion_generic_players-vlc - Add multimedia/rage Reviewed by: crees, antoine
Notes
Notes: svn path=/head/; revision=373393
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/embryo/Makefile28
-rw-r--r--lang/embryo/distinfo2
-rw-r--r--lang/embryo/files/extra-patch-src-lib-embryo_float.c10
-rw-r--r--lang/embryo/pkg-descr6
-rw-r--r--lang/embryo/pkg-plist6
6 files changed, 0 insertions, 53 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 52c855c9a4d4..6cb5a8884d97 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -54,7 +54,6 @@
SUBDIR += elixir
SUBDIR += elk
SUBDIR += emacs-lisp-intro
- SUBDIR += embryo
SUBDIR += erlang
SUBDIR += erlang-runtime15
SUBDIR += erlang-runtime16
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile
deleted file mode 100644
index 0bb420830d35..000000000000
--- a/lang/embryo/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= embryo
-PORTVERSION= 1.7.9
-PORTEPOCH= 2
-CATEGORIES= lang enlightenment
-MASTER_SITES= http://download.enlightenment.org/releases/ \
- LOCAL/gblach/e17/
-
-MAINTAINER= gblach@FreeBSD.org
-COMMENT= C like scripting language used in Enlightenment
-
-LICENSE= BSD
-
-DIST_SUBDIR= e17
-GNU_CONFIGURE= yes
-USES= pathfix pkgconfig tar:bzip2
-USE_EFL= eina libtool_hack librt_hack
-USE_LDCONFIG= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 803000
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-lib-embryo_float.c
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/lang/embryo/distinfo b/lang/embryo/distinfo
deleted file mode 100644
index 74bf0f561965..000000000000
--- a/lang/embryo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (e17/embryo-1.7.9.tar.bz2) = 4e796e8f30bffedf2a11884c46de025fbf7f10440008be71339deed8e6be6b64
-SIZE (e17/embryo-1.7.9.tar.bz2) = 456577
diff --git a/lang/embryo/files/extra-patch-src-lib-embryo_float.c b/lang/embryo/files/extra-patch-src-lib-embryo_float.c
deleted file mode 100644
index 676836faa441..000000000000
--- a/lang/embryo/files/extra-patch-src-lib-embryo_float.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/lib/embryo_float.c.orig 2012-11-12 14:59:38.000000000 +0100
-+++ src/lib/embryo_float.c 2012-11-12 15:00:04.000000000 +0100
-@@ -263,7 +263,6 @@
- return 0;
- }
- if (ff == 10.0) f = log10f(f);
-- else if (ff == 2.0) f = log2f(f);
- else
- {
- tf = logf(ff);
diff --git a/lang/embryo/pkg-descr b/lang/embryo/pkg-descr
deleted file mode 100644
index f4ee0608a9e4..000000000000
--- a/lang/embryo/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Embryo is a tiny library designed interpret limited small programs compiled
-by the included small compiler. This is mostly cleaning up and reduction
-in size of the original small abstract machine. The compiler itself has been
-left alone almost completely.
-
-WWW: http://docs.enlightenment.org/auto/embryo/
diff --git a/lang/embryo/pkg-plist b/lang/embryo/pkg-plist
deleted file mode 100644
index 40734079ebe1..000000000000
--- a/lang/embryo/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/embryo_cc
-include/embryo-1/Embryo.h
-lib/libembryo.so
-lib/libembryo.so.8
-libdata/pkgconfig/embryo.pc
-%%DATADIR%%/include/default.inc