packages/erlang: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40048 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9817b65bb1
commit
0124fd3fa0
@ -13,7 +13,7 @@ PKG_RELEASE:=1
|
|||||||
|
|
||||||
PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= http://www.erlang.org/download/ \
|
PKG_SOURCE_URL:= http://www.erlang.org/download/ \
|
||||||
http://erlang.mirror.su.se/
|
http://erlang.mirror.su.se/
|
||||||
PKG_MD5SUM:= ca63bcde0e5ae0f2df9457f97b3115a4
|
PKG_MD5SUM:= ca63bcde0e5ae0f2df9457f97b3115a4
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=erlang/host openssl
|
PKG_BUILD_DEPENDS:=erlang/host openssl
|
||||||
@ -33,8 +33,8 @@ define Package/erlang/Default
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/erlang/Default/description
|
define Package/erlang/Default/description
|
||||||
Erlang/OTP is a general-purpose programming language and runtime
|
Erlang/OTP is a general-purpose programming language and runtime
|
||||||
environment. Erlang has built-in support for concurrency, distribution
|
environment. Erlang has built-in support for concurrency, distribution
|
||||||
and fault tolerance.
|
and fault tolerance.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ endef
|
|||||||
define Package/erlang/description
|
define Package/erlang/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This package contains the runtime implementation and a minimal set of
|
This package contains the runtime implementation and a minimal set of
|
||||||
modules (erts, kernel, sasl & stdlib).
|
modules (erts, kernel, sasl & stdlib).
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ endef
|
|||||||
define Package/erlang-asn1/description
|
define Package/erlang-asn1/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides Abstract Syntax Notation One (ASN.1)
|
This Erlang/OTP package provides Abstract Syntax Notation One (ASN.1)
|
||||||
support.
|
support.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ endef
|
|||||||
define Package/erlang-compiler/description
|
define Package/erlang-compiler/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides a byte code compiler for Erlang which
|
This Erlang/OTP package provides a byte code compiler for Erlang which
|
||||||
produces highly compact code.
|
produces highly compact code.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ endef
|
|||||||
define Package/erlang-crypto/description
|
define Package/erlang-crypto/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides functions for computation of message
|
This Erlang/OTP package provides functions for computation of message
|
||||||
digests, and encryption and decryption functions.
|
digests, and encryption and decryption functions.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -107,7 +107,7 @@ endef
|
|||||||
define Package/erlang-hipe/description
|
define Package/erlang-hipe/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides HiPE (High Performance Erlang)
|
This Erlang/OTP package provides HiPE (High Performance Erlang)
|
||||||
support.
|
support.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -122,8 +122,8 @@ endef
|
|||||||
define Package/erlang-inets/description
|
define Package/erlang-inets/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides a container for Internet clients and
|
This Erlang/OTP package provides a container for Internet clients and
|
||||||
servers. Currently a FTP client, a HTTP client and server, and a tftp
|
servers. Currently a FTP client, a HTTP client and server, and a tftp
|
||||||
client and server have been incorporated in Inets.
|
client and server have been incorporated in Inets.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -138,9 +138,9 @@ endef
|
|||||||
define Package/erlang-mnesia/description
|
define Package/erlang-mnesia/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides a distributed DataBase Management
|
This Erlang/OTP package provides a distributed DataBase Management
|
||||||
System (DBMS), appropriate for telecommunications applications and
|
System (DBMS), appropriate for telecommunications applications and
|
||||||
other Erlang applications which require continuous operation and
|
other Erlang applications which require continuous operation and
|
||||||
exhibit soft real-time properties.
|
exhibit soft real-time properties.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -155,7 +155,7 @@ endef
|
|||||||
define Package/erlang-runtime-tools/description
|
define Package/erlang-runtime-tools/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides low footprint tracing/debugging tools
|
This Erlang/OTP package provides low footprint tracing/debugging tools
|
||||||
suitable for inclusion in a production system.
|
suitable for inclusion in a production system.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -170,8 +170,8 @@ endef
|
|||||||
define Package/erlang-snmp/description
|
define Package/erlang-snmp/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides Simple Network Management Protocol
|
This Erlang/OTP package provides Simple Network Management Protocol
|
||||||
(SNMP) support including a MIB compiler and tools for creating SNMP
|
(SNMP) support including a MIB compiler and tools for creating SNMP
|
||||||
agents.
|
agents.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -186,7 +186,7 @@ endef
|
|||||||
define Package/erlang-ssh/description
|
define Package/erlang-ssh/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides an implementation of the Secure Shell
|
This Erlang/OTP package provides an implementation of the Secure Shell
|
||||||
protocol, with SSH & SFTP support.
|
protocol, with SSH & SFTP support.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -201,8 +201,8 @@ endef
|
|||||||
define Package/erlang-ssl/description
|
define Package/erlang-ssl/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides support for secure communication over
|
This Erlang/OTP package provides support for secure communication over
|
||||||
sockets.
|
sockets.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
@ -216,7 +216,7 @@ endef
|
|||||||
define Package/erlang-syntax-tools/description
|
define Package/erlang-syntax-tools/description
|
||||||
$(call Package/erlang/Default/description)
|
$(call Package/erlang/Default/description)
|
||||||
.
|
.
|
||||||
This Erlang/OTP package provides support for handling abstract Erlang
|
This Erlang/OTP package provides support for handling abstract Erlang
|
||||||
syntax trees.
|
syntax trees.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -226,7 +226,7 @@ endef
|
|||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
--disable-hipe \
|
--disable-hipe \
|
||||||
--disable-smp-support \
|
--disable-smp-support \
|
||||||
--without-javac
|
--without-javac
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR) all
|
$(MAKE) -C $(HOST_BUILD_DIR) all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user