summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile.versions
blob: e0503f4280e9eeed706ad02c20b6e3537bd49914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# $NetBSD: Makefile.versions,v 1.3 2006/08/17 16:16:30 ghen Exp $

ERLANG_VERSION=			11.0
DIST_VERSION=			R11B-0

VERSION.appmon=			2.1.6
VERSION.asn1=			1.4.4.10
VERSION.compiler=		4.4
VERSION.cosEvent=		2.1
VERSION.cosEventDomain=		1.1
VERSION.cosFileTransfer=	1.1.2
VERSION.cosNotification=	1.1.3
VERSION.cosProperty=		1.1.1
VERSION.cosTime=		1.1
VERSION.cosTransactions=	1.2
VERSION.crypto=			1.5
VERSION.debugger=		3.1
VERSION.dialyzer=		1.4.1
VERSION.edoc=			0.6.9
VERSION.erl_interface=		3.5.5
VERSION.erts=			5.5
VERSION.esdl=			0.95.0630
VERSION.et=			1.0
VERSION.gs=			1.5.5
VERSION.hipe=			3.5.5
VERSION.ic=			4.2.11
VERSION.inets=			4.7.4
VERSION.inviso=			0.1
VERSION.jinterface=		1.3
VERSION.kernel=			2.11
VERSION.megaco=			3.3.5
VERSION.mnemosyne=		1.2.6
VERSION.mnesia=			4.3.1
VERSION.mnesia_session=		1.1.6
VERSION.odbc=			2.0.6
VERSION.observer=		0.9.7
VERSION.orber=			3.6.3
VERSION.os_mon=			2.1
VERSION.otp_mibs=		1.0.4
VERSION.parsetools=		1.4
VERSION.pman=			2.5.2
VERSION.runtime_tools=		1.6
VERSION.sasl=			2.1.2
VERSION.snmp=			4.7.4
VERSION.ssh=			0.9.2
VERSION.ssl=			3.0.12
VERSION.stdlib=			1.14
VERSION.syntax_tools=		1.5.0
VERSION.toolbar=		1.3
VERSION.tools=			2.5
VERSION.tv=			2.1.3
VERSION.webtool=		0.8.3
VERSION.xmerl=			1.0.5

.for version in appmon asn1 compiler cosEvent cosEventDomain cosFileTransfer  \
	cosNotification cosProperty cosTime cosTransactions crypto debugger   \
	dialyzer edoc erl_interface erts esdl et gs hipe ic inets inviso      \
	jinterface kernel megaco mnemosyne mnesia mnesia_session odbc         \
	observer orber os_mon otp_mibs parsetools pman runtime_tools sasl     \
	snmp ssh ssl stdlib syntax_tools toolbar tools tv webtool xmerl
PLIST_SUBST+=	VERSION.${version}=${VERSION.${version}}
.endfor