General overhaul.
This commit is contained in:
parent
85bc65d237
commit
55a722f03b
27 changed files with 196 additions and 212 deletions
33
e17/Makefile
33
e17/Makefile
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.6 2007/12/04 04:39:00 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2007/12/05 06:29:49 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= enlightenment-0.16.999.041
|
||||
PKGNAME= ${DISTNAME:S/enlightenment/e17/}
|
||||
PKGREVISION= 1
|
||||
DISTNAME= e17-0.16.999.041
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
MASTER_SITES= http://www.yazzy.org/pkgsrc/e17/ \
|
||||
http://jfranz.users.bsdprojects.net/pkgsrc/e17/
|
||||
|
||||
MAINTAINER= yazzy@yazzy.org
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
|
@ -13,7 +13,12 @@ COMMENT= Enlightenment Window Manager, Development Release
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
USE_TOOLS= gmake pkg-config automake autoconf
|
||||
#USE_DIRS+= xdg-1.4
|
||||
|
||||
CONF_FILES= etc/enlightenment/sysactions.conf
|
||||
|
||||
CONFIGURE_ARGS+= --enable-zoom --enable-fsstd --with-imlib2
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.e17
|
||||
PKG_SUPPORTED_OPTIONS= dbus
|
||||
|
@ -21,17 +26,13 @@ PKG_SUPPORTED_OPTIONS= dbus
|
|||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mdbus)
|
||||
CONFIGURE_ARGS+= --enable-edbus
|
||||
. include "../../wip/edbus/buildlink3.mk"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-edbus
|
||||
.endif
|
||||
|
||||
.include "../../wip/eet/buildlink3.mk"
|
||||
.include "../../wip/edje/buildlink3.mk"
|
||||
.include "../../wip/efreet/buildlink3.mk"
|
||||
.include "../../wip/embryo/buildlink3.mk"
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../wip/ecore/buildlink3.mk"
|
||||
|
||||
.include "../../wip/ecore/buildlink3.mk"
|
||||
.include "../../wip/edje/buildlink3.mk"
|
||||
.include "../../wip/eet/buildlink3.mk"
|
||||
.include "../../wip/efreet/buildlink3.mk"
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../graphics/imlib2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
12
e17/PLIST
12
e17/PLIST
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2007/12/04 04:17:23 netcap Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2007/12/05 06:29:49 netcap Exp $
|
||||
bin/enlightenment
|
||||
bin/enlightenment-config
|
||||
bin/enlightenment_fm
|
||||
|
@ -7,7 +7,6 @@ bin/enlightenment_remote
|
|||
bin/enlightenment_start
|
||||
bin/enlightenment_sys
|
||||
bin/enlightenment_thumb
|
||||
etc/enlightenment/sysactions.conf
|
||||
include/enlightenment/e.h
|
||||
include/enlightenment/e_about.h
|
||||
include/enlightenment/e_actions.h
|
||||
|
@ -79,6 +78,12 @@ include/enlightenment/e_module.h
|
|||
include/enlightenment/e_mouse.h
|
||||
include/enlightenment/e_moveresize.h
|
||||
include/enlightenment/e_msg.h
|
||||
include/enlightenment/e_msgbus.h
|
||||
include/enlightenment/e_fm_hal.h
|
||||
include/enlightenment/e_config_data.h
|
||||
include/enlightenment/e_intl_data.h
|
||||
include/enlightenment/e_toolbar.h
|
||||
include/enlightenment/e_int_toolbar_config.h
|
||||
include/enlightenment/e_obj_dialog.h
|
||||
include/enlightenment/e_object.h
|
||||
include/enlightenment/e_order.h
|
||||
|
@ -327,6 +332,8 @@ share/enlightenment/data/input_methods/uim.imc
|
|||
share/enlightenment/data/other/applications.tar.gz
|
||||
share/enlightenment/data/other/efm_favorites.tar.gz
|
||||
share/enlightenment/data/other/icon_example.tar.gz
|
||||
share/enlightenment/data/other/desktop_files.tar.gz
|
||||
share/enlightenment/data/other/desktop_order.tar.gz
|
||||
share/enlightenment/data/themes/default.edj
|
||||
share/enlightenment/doc/FDO.txt
|
||||
share/enlightenment/doc/cache.txt
|
||||
|
@ -458,6 +465,7 @@ share/xsessions/enlightenment.desktop
|
|||
@dirrm lib/enlightenment/modules/clock
|
||||
@dirrm lib/enlightenment/modules/battery/${LOWER_OPSYS}elf-${MACHINE_ARCH}
|
||||
@dirrm lib/enlightenment/modules/battery
|
||||
@dirrm lib/enlightenment/modules/msgbus_lang
|
||||
@dirrm lib/enlightenment/modules
|
||||
@dirrm lib/enlightenment
|
||||
@dirrm include/enlightenment
|
||||
|
|
12
e17/distinfo
12
e17/distinfo
|
@ -1,6 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.3 2007/12/04 04:17:23 netcap Exp $
|
||||
$NetBSD: distinfo,v 1.4 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
SHA1 (enlightenment-0.16.999.041.tar.gz) = 4cc3e7e6a60649d16f5319e4218c81c748159c2d
|
||||
RMD160 (enlightenment-0.16.999.041.tar.gz) = a7d333c97709504628c7cc575a7afda4800a8082
|
||||
Size (enlightenment-0.16.999.041.tar.gz) = 33189272 bytes
|
||||
SHA1 (patch-aa) = 250a7f07615f79bc8c6c01d704e18eca47adbc36
|
||||
SHA1 (e17-0.16.999.041.tar.gz) = 3205e5e47dd21c5d4f01948a30547757f8a97bbb
|
||||
RMD160 (e17-0.16.999.041.tar.gz) = 1b7866cb3596b7deaf1e0f68654cd36cfc3f2bd8
|
||||
Size (e17-0.16.999.041.tar.gz) = 33974211 bytes
|
||||
SHA1 (patch-aa) = faf4c355b3f008b025fcbf435577cedb48cbd6f6
|
||||
SHA1 (patch-ab) = 2cb3a755e7303c64ab5297ee351095cf241db431
|
||||
SHA1 (patch-ac) = 25a812cd87c22ce40561667e306645381bbe1c28
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
$NetBSD: patch-aa,v 1.1 2007/12/04 04:17:23 netcap Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
--- src/bin/e.h.orig 2007-08-15 14:28:17.000000000 +0200
|
||||
--- src/bin/e.h.orig 2007-09-25 16:26:36.000000000 +0200
|
||||
+++ src/bin/e.h
|
||||
@@ -16,6 +16,10 @@
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#endif
|
||||
@@ -6,6 +6,14 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
+#ifndef _POSIX_HOST_NAME_MAX
|
||||
+#define _POSIX_HOST_NAME_MAX 255
|
||||
+#ifdef _SYS_PARAM_H_
|
||||
+#define _POSIX_HOST_NAME_MAX MAXHOSTNAMELEN
|
||||
+#else
|
||||
+#define _POSIX_HOST_NAME_MAX 256
|
||||
+#endif
|
||||
+#endif
|
||||
+
|
||||
#ifdef __linux__
|
||||
#include <features.h>
|
||||
#endif
|
||||
#define USE_IPC
|
||||
#if 0
|
||||
#define OBJECT_PARANOIA_CHECK
|
||||
|
|
19
e17/patches/patch-ab
Normal file
19
e17/patches/patch-ab
Normal file
|
@ -0,0 +1,19 @@
|
|||
$NetBSD: patch-ab,v 1.1 2007/12/05 06:29:49 netcap Exp $
|
||||
--- data/etc/sysactions.conf.orig 2007-12-04 18:31:27.000000000 +0100
|
||||
+++ data/etc/sysactions.conf 2007-12-04 18:32:19.000000000 +0100
|
||||
@@ -45,12 +45,13 @@
|
||||
|
||||
action: halt /sbin/shutdown -h now
|
||||
action: reboot /sbin/shutdown -r now
|
||||
-action: suspend /etc/acpi/sleep.sh force
|
||||
-action: hibernate /etc/acpi/hibernate.sh force
|
||||
+action: suspend /usr/sbin/apm -z
|
||||
+action: hibernate /usr/sbin/apm -S
|
||||
|
||||
# root is allowed to do anything - but it needs to be here explicitly anyway
|
||||
user: root allow: *
|
||||
# members of operator, staff and admin groups should be able to do all
|
||||
+group: wheel allow: *
|
||||
group: operator allow: *
|
||||
group: staff allow: *
|
||||
group: admin allow: *
|
|
@ -1,23 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.13 2007/12/04 18:27:25 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2007/12/05 06:29:49 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ecore-0.9.9.041
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
MASTER_SITES= http://www.yazzy.org/pkgsrc/e17/ \
|
||||
http://jfranz.users.bsdprojects.net/pkgsrc/e17/
|
||||
|
||||
MAINTAINER= yazzy@yazzy.org
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
COMMENT= Event Abstraction and Modular Convenience Library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
CONFIGURE_ARGS+= --disable-openssl --disable-ecore-directfb
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
|
||||
CONFIGURE_ARGS+= --disable-openssl \
|
||||
--disable-ecore-directfb \
|
||||
--enable-ecore-evas-x11-16 \
|
||||
--enable-ecore-desktop
|
||||
|
||||
.include "../../wip/eet/buildlink3.mk"
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../x11/libXdamage/buildlink3.mk"
|
||||
.include "../../x11/libXp/buildlink3.mk"
|
||||
|
|
12
ecore/PLIST
12
ecore/PLIST
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2007/12/02 14:50:13 hoka_adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2007/12/05 06:29:49 netcap Exp $
|
||||
bin/ecore_config
|
||||
include/Ecore.h
|
||||
include/Ecore_Con.h
|
||||
|
@ -7,6 +7,8 @@ include/Ecore_Data.h
|
|||
include/Ecore_Desktop.h
|
||||
include/Ecore_Evas.h
|
||||
include/Ecore_File.h
|
||||
include/Ecore_IMF.h
|
||||
include/Ecore_IMF_Evas.h
|
||||
include/Ecore_Ipc.h
|
||||
include/Ecore_Job.h
|
||||
include/Ecore_Str.h
|
||||
|
@ -35,6 +37,12 @@ lib/libecore_file.a
|
|||
lib/libecore_ipc.so
|
||||
lib/libecore_ipc.la
|
||||
lib/libecore_ipc.a
|
||||
lib/libecore_imf.so
|
||||
lib/libecore_imf.la
|
||||
lib/libecore_imf.a
|
||||
lib/libecore_imf_evas.so
|
||||
lib/libecore_imf_evas.la
|
||||
lib/libecore_imf_evas.a
|
||||
lib/libecore_job.so
|
||||
lib/libecore_job.la
|
||||
lib/libecore_job.a
|
||||
|
@ -51,6 +59,8 @@ lib/pkgconfig/ecore-config.pc
|
|||
lib/pkgconfig/ecore-file.pc
|
||||
lib/pkgconfig/ecore-desktop.pc
|
||||
lib/pkgconfig/ecore-ipc.pc
|
||||
lib/pkgconfig/ecore-imf-evas.pc
|
||||
lib/pkgconfig/ecore-imf.pc
|
||||
lib/pkgconfig/ecore-job.pc
|
||||
lib/pkgconfig/ecore-txt.pc
|
||||
lib/pkgconfig/ecore-x.pc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.7 2007/12/02 14:50:13 hoka_adam Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.8 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
ECORE_BUILDLINK3_MK:= ${ECORE_BUILDLINK3_MK}+
|
||||
|
@ -16,10 +16,13 @@ BUILDLINK_API_DEPENDS.ecore+= ecore>=0.9.9.041
|
|||
BUILDLINK_PKGSRCDIR.ecore?= ../../wip/ecore
|
||||
.endif # ECORE_BUILDLINK3_MK
|
||||
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../x11/libXdamage/buildlink3.mk"
|
||||
.include "../../x11/libXp/buildlink3.mk"
|
||||
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../wip/eet/buildlink3.mk"
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../x11/libXdamage/buildlink3.mk"
|
||||
.include "../../x11/libXp/buildlink3.mk"
|
||||
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2007/12/04 04:17:23 netcap Exp $
|
||||
$NetBSD: distinfo,v 1.7 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
SHA1 (ecore-0.9.9.041.tar.gz) = 9f878a79fe29bf0aa8abf64e2a9ff573da2e0e99
|
||||
RMD160 (ecore-0.9.9.041.tar.gz) = a343859101ccec5d7e4088dc11d885991b312da8
|
||||
Size (ecore-0.9.9.041.tar.gz) = 822370 bytes
|
||||
SHA1 (ecore-0.9.9.041.tar.gz) = 6c96821bf95fbeeb4099db9317ee1f53106dd9b1
|
||||
RMD160 (ecore-0.9.9.041.tar.gz) = 0c61751afcb3e9c826bc0324e1b0669e2afe4d09
|
||||
Size (ecore-0.9.9.041.tar.gz) = 4818554 bytes
|
||||
|
|
|
@ -1,19 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/12/04 03:50:24 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2007/12/05 06:29:49 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= e_dbus-0.1.0.003
|
||||
DISTNAME= e_dbus-0.01
|
||||
PKGNAME= ${DISTNAME:S/_//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
MASTER_SITES= http://www.yazzy.org/pkgsrc/e17/ \
|
||||
http://jfranz.users.bsdprojects.net/pkgsrc/e17/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
COMMENT= E17 library to utilize dbus
|
||||
COMMENT= Convenience wrappers around dbus to ease integrating dbus with E17.
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
.include "../../wip/ecore/buildlink3.mk"
|
||||
.include "../../wip/efreet/buildlink3.mk"
|
||||
.include "../../sysutils/dbus/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/12/04 03:50:24 netcap Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
EDBUS_BUILDLINK3_MK:= ${EDBUS_BUILDLINK3_MK}+
|
||||
|
@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= edbus
|
|||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}edbus
|
||||
|
||||
.if ${EDBUS_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.edbus+= edbus>=0.1.0.003
|
||||
BUILDLINK_API_DEPENDS.edbus+= edbus>=0.01
|
||||
BUILDLINK_PKGSRCDIR.edbus?= ../../wip/edbus
|
||||
.endif # EDBUS_BUILDLINK3_MK
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/12/04 03:50:24 netcap Exp $
|
||||
$NetBSD: distinfo,v 1.2 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
SHA1 (e_dbus-0.1.0.003.tar.gz) = 876f163472a215b60344ceed82b104ec035bb85f
|
||||
RMD160 (e_dbus-0.1.0.003.tar.gz) = 9e49ce9045d927ca91099262693b2f6575965253
|
||||
Size (e_dbus-0.1.0.003.tar.gz) = 359915 bytes
|
||||
SHA1 (e_dbus-0.01.tar.gz) = bc98a9a450ec29e62fe4ef4aa36ca1b455df6aa9
|
||||
RMD160 (e_dbus-0.01.tar.gz) = 591cdc9d0880f1a30e8acecbfb45dd14f1dc98f5
|
||||
Size (e_dbus-0.01.tar.gz) = 695680 bytes
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.14 2007/12/04 18:55:51 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2007/12/05 06:29:49 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= edje-0.5.0.041
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
MASTER_SITES= http://www.yazzy.org/pkgsrc/e17/ \
|
||||
http://jfranz.users.bsdprojects.net/pkgsrc/e17/
|
||||
|
||||
MAINTAINER= yazzy@yazzy.org
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2007/12/02 14:50:13 hoka_adam Exp $
|
||||
$NetBSD: distinfo,v 1.6 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
SHA1 (edje-0.5.0.041.tar.gz) = add2e7f940d597c2b01fc67fa8929393e5260642
|
||||
RMD160 (edje-0.5.0.041.tar.gz) = 7a74d98003b8c98c7cc0926fcfd88604cd37cc19
|
||||
Size (edje-0.5.0.041.tar.gz) = 442300 bytes
|
||||
SHA1 (edje-0.5.0.041.tar.gz) = 50b19223beb2b71c836122bdab04d185fbfbd914
|
||||
RMD160 (edje-0.5.0.041.tar.gz) = 88d43e82f82745808b1899aa9dbf278e1c7f5804
|
||||
Size (edje-0.5.0.041.tar.gz) = 1810785 bytes
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.6 2007/12/04 18:24:25 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2007/12/05 06:29:48 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= eet-0.9.10.041
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
MASTER_SITES= http://www.yazzy.org/pkgsrc/e17/ \
|
||||
http://jfranz.users.bsdprojects.net/pkgsrc/e17/
|
||||
|
||||
MAINTAINER= yazzy@yazzy.org
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2007/12/04 04:17:22 netcap Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2007/12/05 06:29:48 netcap Exp $
|
||||
bin/eet
|
||||
include/Eet.h
|
||||
lib/libeet.la
|
||||
lib/libeet.a
|
||||
|
|
10
eet/distinfo
10
eet/distinfo
|
@ -1,7 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2007/12/04 04:17:22 netcap Exp $
|
||||
$NetBSD: distinfo,v 1.6 2007/12/05 06:29:48 netcap Exp $
|
||||
|
||||
SHA1 (eet-0.9.10.041.tar.gz) = 40f36a8242240db52d243551932bfb34b15e4987
|
||||
RMD160 (eet-0.9.10.041.tar.gz) = 154808a3a3940c5050bb2890be7c991b9f482598
|
||||
Size (eet-0.9.10.041.tar.gz) = 349351 bytes
|
||||
SHA1 (patch-aa) = 764dd2d6b30e2a894a9215c1f1b2708cb5b4f3b6
|
||||
SHA1 (patch-ab) = 964fd342ed4eeabfbb333dcf715556b450d54ade
|
||||
SHA1 (eet-0.9.10.041.tar.gz) = 5fb9943e1de95d9fb9b15648013fdb5c5f88f3d8
|
||||
RMD160 (eet-0.9.10.041.tar.gz) = 2618dde5e13c9dcf37aec105bb976eab201273eb
|
||||
Size (eet-0.9.10.041.tar.gz) = 1672591 bytes
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2007/04/28 19:26:57 grzela1 Exp $
|
||||
|
||||
diff -u configure.orig configure
|
||||
--- configure.orig 2007-04-18 22:04:21.000000000 +0200
|
||||
+++ configure 2007-04-18 22:04:47.000000000 +0200
|
||||
@@ -22020,11 +22020,11 @@
|
||||
|
||||
|
||||
|
||||
-{ echo "$as_me:$LINENO: checking OS libc C99 '%a' support" >&5
|
||||
-echo $ECHO_N "checking OS libc C99 '%a' support... $ECHO_C" >&6; }
|
||||
+{ echo "$as_me:$LINENO: checking OS libc C99 '%e' support" >&5
|
||||
+echo $ECHO_N "checking OS libc C99 '%e' support... $ECHO_C" >&6; }
|
||||
if test "$cross_compiling" = yes; then
|
||||
- { echo "$as_me:$LINENO: WARNING: Cannot check when cross-compiling -- assuming C99 '%a' support is OK" >&5
|
||||
-echo "$as_me: WARNING: Cannot check when cross-compiling -- assuming C99 '%a' support is OK" >&2;}
|
||||
+ { echo "$as_me:$LINENO: WARNING: Cannot check when cross-compiling -- assuming C99 '%e' support is OK" >&5
|
||||
+echo "$as_me: WARNING: Cannot check when cross-compiling -- assuming C99 '%e' support is OK" >&2;}
|
||||
|
||||
else
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
@@ -22038,8 +22038,8 @@
|
||||
int main(int argc, char **argv) {
|
||||
char buf[4096];
|
||||
float ival = 0.1234, oval = 0.0;
|
||||
- snprintf(buf, sizeof(buf), "%a", (double)ival);
|
||||
- sscanf(buf, "%a", &oval);
|
||||
+ snprintf(buf, sizeof(buf), "%e", (double)ival);
|
||||
+ sscanf(buf, "%e", &oval);
|
||||
if (ival != oval) return -1;
|
||||
return 0;
|
||||
}
|
||||
@@ -22077,14 +22077,14 @@
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
{ { echo "$as_me:$LINENO: error: Unsupported Operating System!
|
||||
-Your OS does not support C99's '%a' string format. Eet cannot function without
|
||||
-it. Please contact your OS vendor to get updates for C99 '%a' floating point
|
||||
+Your OS does not support C99's '%e' string format. Eet cannot function without
|
||||
+it. Please contact your OS vendor to get updates for C99 '%e' floating point
|
||||
format read/write support or change operating systems for one with support
|
||||
for an already very old standard. (Linux is known to support this, as is
|
||||
Solaris 10)" >&5
|
||||
echo "$as_me: error: Unsupported Operating System!
|
||||
-Your OS does not support C99's '%a' string format. Eet cannot function without
|
||||
-it. Please contact your OS vendor to get updates for C99 '%a' floating point
|
||||
+Your OS does not support C99's '%e' string format. Eet cannot function without
|
||||
+it. Please contact your OS vendor to get updates for C99 '%e' floating point
|
||||
format read/write support or change operating systems for one with support
|
||||
for an already very old standard. (Linux is known to support this, as is
|
||||
Solaris 10)" >&2;}
|
|
@ -1,47 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.1.1.1 2007/04/28 19:26:57 grzela1 Exp $
|
||||
|
||||
diff -u src/lib/eet_data.c.orig src/lib/eet_data.c
|
||||
--- src/lib/eet_data.c.orig 2007-04-18 22:04:21.000000000 +0200
|
||||
+++ src/lib/eet_data.c 2007-04-18 22:05:13.000000000 +0200
|
||||
@@ -371,9 +371,9 @@
|
||||
str[len] = 0;
|
||||
|
||||
prev_locale = setlocale(LC_NUMERIC, "C");
|
||||
-/* solaris atof is broken and doesnt understand %a format as a float */
|
||||
+/* solaris atof is broken and doesnt understand %e format as a float */
|
||||
/* *d = (float)atof(str); */
|
||||
- sscanf(str, "%a", &tf);
|
||||
+ sscanf(str, "%e", &tf);
|
||||
*d = (float)tf;
|
||||
if (prev_locale) setlocale(LC_NUMERIC, prev_locale);
|
||||
|
||||
@@ -389,7 +389,7 @@
|
||||
|
||||
s = (float *)src;
|
||||
prev_locale = setlocale(LC_NUMERIC, "C");
|
||||
- snprintf(buf, sizeof(buf), "%a", (double)(*s));
|
||||
+ snprintf(buf, sizeof(buf), "%e", (double)(*s));
|
||||
if (prev_locale) setlocale(LC_NUMERIC, prev_locale);
|
||||
len = strlen(buf);
|
||||
d = malloc(len + 1);
|
||||
@@ -418,9 +418,9 @@
|
||||
str[len] = 0;
|
||||
|
||||
prev_locale = setlocale(LC_NUMERIC, "C");
|
||||
-/* solaris atof is broken and doesnt understand %a format as a float */
|
||||
+/* solaris atof is broken and doesnt understand %e format as a float */
|
||||
/* *d = (double)atof(str); */
|
||||
- sscanf(str, "%a", &tf);
|
||||
+ sscanf(str, "%e", &tf);
|
||||
*d = (double)tf;
|
||||
if (prev_locale) setlocale(LC_NUMERIC, prev_locale);
|
||||
|
||||
@@ -436,7 +436,7 @@
|
||||
|
||||
s = (double *)src;
|
||||
prev_locale = setlocale(LC_NUMERIC, "C");
|
||||
- snprintf(buf, sizeof(buf), "%a", (double)(*s));
|
||||
+ snprintf(buf, sizeof(buf), "%e", (double)(*s));
|
||||
if (prev_locale) setlocale(LC_NUMERIC, prev_locale);
|
||||
len = strlen(buf);
|
||||
d = malloc(len + 1);
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 2007/12/04 18:20:10 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2007/12/05 06:29:49 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= efreet-0.0.3.006
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
MASTER_SITES= http://www.yazzy.org/pkgsrc/e17/ \
|
||||
http://jfranz.users.bsdprojects.net/pkgsrc/e17/
|
||||
|
||||
MAINTAINER= yazzy@yazzy.org
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/12/02 14:53:40 hoka_adam Exp $
|
||||
$NetBSD: distinfo,v 1.2 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
SHA1 (efreet-0.0.3.006.tar.gz) = 1221db90d1d5954ef2d3da5b49152c2501aba6e7
|
||||
RMD160 (efreet-0.0.3.006.tar.gz) = 82f9998cd88bf048c6ac4395800cf7e3c5c4c93e
|
||||
Size (efreet-0.0.3.006.tar.gz) = 406092 bytes
|
||||
SHA1 (efreet-0.0.3.006.tar.gz) = cd527248e85779d93d02d6fa2d4f6723a37abe52
|
||||
RMD160 (efreet-0.0.3.006.tar.gz) = e891bbc148babbb9f78b5a06c59c526d3479b324
|
||||
Size (efreet-0.0.3.006.tar.gz) = 960341 bytes
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.9 2007/12/04 04:17:22 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2007/12/05 06:29:49 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= embryo-0.9.1.041
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
MASTER_SITES= http://www.yazzy.org/pkgsrc/e17/ \
|
||||
http://jfranz.users.bsdprojects.net/pkgsrc/e17/
|
||||
|
||||
MAINTAINER= grzela@seculture.com
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2007/12/04 04:17:22 netcap Exp $
|
||||
$NetBSD: distinfo,v 1.7 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
SHA1 (embryo-0.9.1.041.tar.gz) = ab0da4fa0e18e0f64fb7a9aab688c9c319ba787c
|
||||
RMD160 (embryo-0.9.1.041.tar.gz) = 7f78a2edf50141a6479d57432a5e95daaa329235
|
||||
Size (embryo-0.9.1.041.tar.gz) = 470925 bytes
|
||||
SHA1 (embryo-0.9.1.041.tar.gz) = ba9a29fad780cce89e0e82fb655a502cf0d95f22
|
||||
RMD160 (embryo-0.9.1.041.tar.gz) = 1dbd82dc5c429722996dc02b21882d40a31f89e3
|
||||
Size (embryo-0.9.1.041.tar.gz) = 1814725 bytes
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.14 2007/12/04 04:17:23 netcap Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2007/12/05 06:29:49 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= evas-0.9.9.041
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.enlightenment.org/snapshots/2007-08-26/
|
||||
MASTER_SITES= http://www.yazzy.org/pkgsrc/e17/ \
|
||||
http://jfranz.users.bsdprojects.net/pkgsrc/e17/
|
||||
|
||||
MAINTAINER= yazzy@yazzy.org
|
||||
HOMEPAGE= http://enlightenment.org/
|
||||
|
@ -14,12 +15,21 @@ GNU_CONFIGURE= yes
|
|||
USE_LIBTOOL= yes
|
||||
USE_TOOLS= gmake pkg-config
|
||||
|
||||
.include "../../wip/eet/buildlink3.mk"
|
||||
.include "../../databases/edb/buildlink3.mk"
|
||||
.include "../../graphics/librsvg/buildlink3.mk"
|
||||
.include "../../graphics/libungif/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --disable-pthreads --disable-directfb \
|
||||
--disable-valgrind --enable-glitz \
|
||||
--enable-sdl --enable-image-loader-edb
|
||||
|
||||
.include "../../wip/eet/buildlink3.mk"
|
||||
.include "../../wip/libxcb/buildlink3.mk"
|
||||
.include "../../wip/xcb-proto/buildlink3.mk"
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
.include "../../databases/edb/buildlink3.mk"
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/librsvg/buildlink3.mk"
|
||||
.include "../../graphics/libungif/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../graphics/glitz/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2007/12/04 04:17:23 netcap Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2007/12/05 06:29:49 netcap Exp $
|
||||
include/Evas.h
|
||||
include/Evas_Engine_Buffer.h
|
||||
include/Evas_Engine_SDL.h
|
||||
include/Evas_Engine_Software_X11.h
|
||||
include/Evas_Engine_XRender_X11.h
|
||||
lib/evas/modules/engines/buffer/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.so
|
||||
|
@ -9,6 +10,9 @@ lib/evas/modules/engines/buffer/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.a
|
|||
lib/evas/modules/engines/software_generic/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.so
|
||||
lib/evas/modules/engines/software_generic/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.la
|
||||
lib/evas/modules/engines/software_generic/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.a
|
||||
lib/evas/modules/engines/software_sdl/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.a
|
||||
lib/evas/modules/engines/software_sdl/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.la
|
||||
lib/evas/modules/engines/software_sdl/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.so
|
||||
lib/evas/modules/engines/software_x11/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.so
|
||||
lib/evas/modules/engines/software_x11/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.la
|
||||
lib/evas/modules/engines/software_x11/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.a
|
||||
|
@ -58,6 +62,7 @@ lib/libevas.so
|
|||
lib/libevas.la
|
||||
lib/libevas.a
|
||||
lib/pkgconfig/evas.pc
|
||||
lib/pkgconfig/evas-software-sdl.pc
|
||||
lib/pkgconfig/evas-software-x11.pc
|
||||
lib/pkgconfig/evas-software-buffer.pc
|
||||
lib/pkgconfig/evas-xrender-x11.pc
|
||||
|
@ -97,6 +102,8 @@ lib/pkgconfig/evas-xrender-x11.pc
|
|||
@dirrm lib/evas/modules/engines/software_generic
|
||||
@dirrm lib/evas/modules/engines/buffer/${LOWER_OPSYS}elf-${MACHINE_ARCH}
|
||||
@dirrm lib/evas/modules/engines/buffer
|
||||
@dirrm lib/evas/modules/engines/software_sdl/${LOWER_OPSYS}elf-${MACHINE_ARCH}
|
||||
@dirrm lib/evas/modules/engines/software_sdl
|
||||
@dirrm lib/evas/modules/engines
|
||||
@dirrm lib/evas/modules
|
||||
@dirrm lib/evas
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.11 2007/12/04 04:17:23 netcap Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.12 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
EVAS_BUILDLINK3_MK:= ${EVAS_BUILDLINK3_MK}+
|
||||
|
@ -16,12 +16,18 @@ BUILDLINK_API_DEPENDS.evas+= evas>=0.9.9.041
|
|||
BUILDLINK_PKGSRCDIR.evas?= ../../wip/evas
|
||||
.endif # EVAS_BUILDLINK3_MK
|
||||
|
||||
.include "../../wip/eet/buildlink3.mk"
|
||||
.include "../../databases/edb/buildlink3.mk"
|
||||
.include "../../graphics/librsvg/buildlink3.mk"
|
||||
.include "../../graphics/libungif/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../wip/eet/buildlink3.mk"
|
||||
.include "../../wip/libxcb/buildlink3.mk"
|
||||
.include "../../wip/xcb-proto/buildlink3.mk"
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
.include "../../databases/edb/buildlink3.mk"
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/librsvg/buildlink3.mk"
|
||||
.include "../../graphics/libungif/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../graphics/glitz/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2007/12/04 04:17:23 netcap Exp $
|
||||
$NetBSD: distinfo,v 1.7 2007/12/05 06:29:49 netcap Exp $
|
||||
|
||||
SHA1 (evas-0.9.9.041.tar.gz) = f99d6791f80538f141d100213c1709bb10f9cf1b
|
||||
RMD160 (evas-0.9.9.041.tar.gz) = 45c0d7e25e7e25f9fe601e950307d12a70fa5fe7
|
||||
Size (evas-0.9.9.041.tar.gz) = 1049826 bytes
|
||||
SHA1 (evas-0.9.9.041.tar.gz) = 0bb9696e0dd57c688e546880aedd2274ddd70dfa
|
||||
RMD160 (evas-0.9.9.041.tar.gz) = de31574a1f4e51340b6834970dcee03790f3cf8d
|
||||
Size (evas-0.9.9.041.tar.gz) = 5093786 bytes
|
||||
|
|
Loading…
Reference in a new issue