diff options
author | sno <sno@pkgsrc.org> | 2013-06-16 18:56:04 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-06-16 18:56:04 +0000 |
commit | 615c93a9892c31dac76377759293f3776773f9f0 (patch) | |
tree | 623927a32c2936544542f5724e9ca67d4888379f /lang | |
parent | 0ec94ed0651442560f914d413b14a21f4680e466 (diff) | |
download | pkgsrc-615c93a9892c31dac76377759293f3776773f9f0.tar.gz |
Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3
libraries and enlightenment 0.17.3 itself.
Upstream changes of Eina (to get an impression):
Eina 1.7.7
Changes since Eina 1.7.6:
-------------------------
No changes, just updating to keep in sync with last release.
Changes since Eina 1.7.5:
-------------------------
Improvements:
* Honor tile size in Eina_Tiler.
Fixes:
* Prevent denial of service on Eina_Hash function.
* Fix map leak in Eina_File infrastructure.
* Fix portability issue on 64bits system for Eina_CList.
* Fix magic failure in eina_value_array_count when array has not been allocated
Changes since Eina 1.7.4:
-------------------------
No changes, just updating to keep in sync with last release.
Changes since Eina 1.7.3:
-------------------------
Fixes:
* Fix EINA_INLIST_FOREACH_SAFE macro
* Add XML output to doc
* Add installation rule for doc
* Fix build for Windows platforms.
Changes since Eina 1.7.2:
-------------------------
* Fix Solaris build.
* Don't leak fd after exec.
Changes since Eina 1.7.1:
-------------------------
No changes, just updating to keep in sync with last release.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/embryo/Makefile | 7 | ||||
-rw-r--r-- | lang/embryo/buildlink3.mk | 4 | ||||
-rw-r--r-- | lang/embryo/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index abb1ecfc740..08c691e82c4 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/10/02 20:11:38 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/06/16 18:56:05 sno Exp $ # -DISTNAME= embryo-1.1.0 +DISTNAME= embryo-1.7.7 CATEGORIES= lang MASTER_SITES= http://download.enlightenment.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -10,6 +10,9 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://enlightenment.org/ COMMENT= Embeddable Scripting Language +# some potions of the code have a special license - but it's free, too +LICENSE= 2-clause-bsd + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config diff --git a/lang/embryo/buildlink3.mk b/lang/embryo/buildlink3.mk index 01950a5382b..3cdb34b3323 100644 --- a/lang/embryo/buildlink3.mk +++ b/lang/embryo/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.4 2011/12/05 17:17:36 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2013/06/16 18:56:05 sno Exp $ BUILDLINK_TREE+= embryo .if !defined(EMBRYO_BUILDLINK3_MK) EMBRYO_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.embryo+= embryo>=1.1.0 +BUILDLINK_API_DEPENDS.embryo+= embryo>=1.7.7 BUILDLINK_PKGSRCDIR.embryo?= ../../lang/embryo .include "../../devel/eina/buildlink3.mk" diff --git a/lang/embryo/distinfo b/lang/embryo/distinfo index a1ec00aef52..966a6e68e79 100644 --- a/lang/embryo/distinfo +++ b/lang/embryo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/12/05 17:17:36 joerg Exp $ +$NetBSD: distinfo,v 1.7 2013/06/16 18:56:05 sno Exp $ -SHA1 (embryo-1.1.0.tar.bz2) = 02f5c2b882c973a539ed28094609264c4b6e9d9b -RMD160 (embryo-1.1.0.tar.bz2) = ac8ec525b05e0875ea97f7dd655bd008e35f88b0 -Size (embryo-1.1.0.tar.bz2) = 443457 bytes +SHA1 (embryo-1.7.7.tar.bz2) = 80b0efd5eff98f22dd6fa4107499475d8bb922d3 +RMD160 (embryo-1.7.7.tar.bz2) = 9b5e8af643554c92c783ec1ffea6e0fb88030416 +Size (embryo-1.7.7.tar.bz2) = 461222 bytes |