From ebc73a8b30d5bc9f52bc279a233736c4e4b397c3 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 24 Dec 2012 09:03:07 +0100 Subject: Packages: remove microperl Signed-off-by: Abdoulaye Walsimou Gaye --- packages/scripting-languages/perl/perl.kconfig | 56 ------------------ packages/scripting-languages/perl/perl.mk | 66 ---------------------- .../scripting-languages.kconfig | 5 +- .../scripting-languages/scripting-languages.mk | 6 +- 4 files changed, 2 insertions(+), 131 deletions(-) delete mode 100644 packages/scripting-languages/perl/perl.kconfig delete mode 100644 packages/scripting-languages/perl/perl.mk (limited to 'packages') diff --git a/packages/scripting-languages/perl/perl.kconfig b/packages/scripting-languages/perl/perl.kconfig deleted file mode 100644 index 01db1bd..0000000 --- a/packages/scripting-languages/perl/perl.kconfig +++ /dev/null @@ -1,56 +0,0 @@ -################################################################################ -# Embtoolkit -# Copyright(C) 2009-2011 GAYE Abdoulaye Walsimou. -# -# This program is free software; you can distribute it and/or modify it -# under the terms of the GNU General Public License -# (Version 2 or later) published by the Free Software Foundation. -# -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. -################################################################################ -# -# \file perl.kconfig -# \brief perl.kconfig of Embtoolkit -# \author GAYE Abdoulaye Walsimou, -# \date December 2009 -################################################################################ - -config EMBTK_HAVE_MICROPERL - bool "Have microperl" - select OPTION_EGLIBC_LIBM if EMBTK_CLIB_EGLIBC - select KEMBTK_UCLIBC_UCLIBC_HAS_FLOATS if EMBTK_CLIB_UCLIBC - help - microperl is supposed to be a really minimal perl, on the other - hand this means that interfaces between Perl and your operating - system are left very minimal. - -choice - prompt "perl version you wish" - depends on EMBTK_HAVE_MICROPERL - help - Here you can choose which version of libpng you want to use. - - config EMBTK_PERL_VERSION_5_10_1 - bool "perl-5.10.1" - select EMBTK_PERL_NEED_PATCH -endchoice - -config EMBTK_PERL_VERSION_STRING - string - default "5.10.1" if EMBTK_PERL_VERSION_5_10_1 - -config EMBTK_PERL_NEED_PATCH - bool -config EMBTK_PERL_NEED_AUTORECONF - bool -config EMBTK_PERL_PKG_IS_TARGZ - bool -config EMBTK_PERL_PKG_IS_TARBZ2 - bool diff --git a/packages/scripting-languages/perl/perl.mk b/packages/scripting-languages/perl/perl.mk deleted file mode 100644 index 00ade78..0000000 --- a/packages/scripting-languages/perl/perl.mk +++ /dev/null @@ -1,66 +0,0 @@ -################################################################################ -# Embtoolkit -# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE. -# -# This program is free software; you can distribute it and/or modify it -# under the terms of the GNU General Public License -# (Version 2 or later) published by the Free Software Foundation. -# -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. -################################################################################ -# -# \file perl.mk -# \brief perl.mk of Embtoolkit -# \author Abdoulaye Walsimou GAYE -# \date December 2009 -################################################################################ - -PERL_NAME := perl -PERL_VERSION := $(call embtk_get_pkgversion,perl) -PERL_SITE := http://www.cpan.org/src -PERL_PACKAGE := perl-$(PERL_VERSION).tar.gz -PERL_SRC_DIR := $(embtk_pkgb)/perl-$(PERL_VERSION) -PERL_BUILD_DIR := $(embtk_pkgb)/perl-$(PERL_VERSION) - - -# -# microperl -# -MICROPERL_NAME := $(PERL_NAME) -MICROPERL_VERSION := $(PERL_VERSION) -MICROPERL_SITE := $(PERL_SITE) -MICROPERL_PACKAGE := $(PERL_PACKAGE) -MICROPERL_SRC_DIR := $(PERL_SRC_DIR) -MICROPERL_BUILD_DIR := $(embtk_pkgb)/perl-$(PERL_VERSION) - -microperl_install: $(MICROPERL_BUILD_DIR)/.installed - $(call embtk_pinfo,"Successfully installed microperl") - -$(MICROPERL_BUILD_DIR)/.installed: download_microperl \ - $(PERL_BUILD_DIR)/.decompressed - $(call embtk_pinfo,"Compiling and installing \ - microperl-$(PERL_VERSION) in your root filesystem...") - $(Q)$(MAKE) -C $(MICROPERL_BUILD_DIR) -f Makefile.micro \ - OPTIMIZE="$(TARGET_CFLAGS)" CC=$(TARGETCC_CACHED) - $(Q)mkdir -p $(embtk_rootfs) - $(Q)mkdir -p $(embtk_rootfs)/usr - $(Q)mkdir -p $(embtk_rootfs)/usr/bin - $(Q)cp $(MICROPERL_BUILD_DIR)/microperl $(embtk_rootfs)/usr/bin - $(Q)cd $(embtk_rootfs)/usr/bin; ln -sf microperl perl - $(Q)touch $@ - -$(PERL_BUILD_DIR)/.decompressed: - $(call embtk_decompress_pkg,perl) - -microperl_clean: - $(call embtk_cleanup_pkg,perl) - -download_microperl download_perl: - $(call embtk_download_pkg,perl) diff --git a/packages/scripting-languages/scripting-languages.kconfig b/packages/scripting-languages/scripting-languages.kconfig index f6f04fd..63572e9 100644 --- a/packages/scripting-languages/scripting-languages.kconfig +++ b/packages/scripting-languages/scripting-languages.kconfig @@ -1,6 +1,6 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2010-2011 Abdoulaye Walsimou GAYE. +# Copyright(C) 2010-2012 Abdoulaye Walsimou GAYE. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,6 +32,3 @@ source packages/scripting-languages/lua-modules/luafilesystem/luafilesystem.kcon source packages/scripting-languages/lua-modules/rings/rings.kconfig source packages/scripting-languages/lua-modules/cgilua/cgilua.kconfig -# microperl -source packages/scripting-languages/perl/perl.kconfig - diff --git a/packages/scripting-languages/scripting-languages.mk b/packages/scripting-languages/scripting-languages.mk index c67396a..fb72605 100644 --- a/packages/scripting-languages/scripting-languages.mk +++ b/packages/scripting-languages/scripting-languages.mk @@ -1,6 +1,6 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2010-2011 Abdoulaye Walsimou GAYE. +# Copyright(C) 2010-2012 Abdoulaye Walsimou GAYE. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,7 +36,3 @@ ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_RINGS) += rings_install include packages/scripting-languages/lua-modules/cgilua/cgilua.mk ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_CGILUA) += cgilua_install -#microperl -include packages/scripting-languages/perl/perl.mk -ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_MICROPERL) += microperl_install - -- cgit v1.2.3