blob: 18d678452c532052f18e7ea7d4cca0eebc8f198c (
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
|
# $NetBSD: Makefile.versions,v 1.2 2006/03/29 21:40:12 ghen Exp $
ERLANG_VERSION= 10.1.10
DIST_VERSION= R10B-10
VERSION.appmon= 2.1.5
VERSION.asn1= 1.4.4.9
VERSION.compiler= 4.3.12
VERSION.cosEvent= 2.1
VERSION.cosEventDomain= 1.1
VERSION.cosFileTransfer= 1.1.2
VERSION.cosNotification= 1.1.2
VERSION.cosProperty= 1.1.1
VERSION.cosTime= 1.1
VERSION.cosTransactions= 1.2
VERSION.crypto= 1.4
VERSION.debugger= 3.0.1
VERSION.edoc= 0.6.8
VERSION.erl_interface= 3.5.5
VERSION.erts= 5.4.13
VERSION.esdl= 0.95.0630
VERSION.et= 1.0
VERSION.gs= 1.5.4
VERSION.hipe= 3.5.5
VERSION.ic= 4.2.9
VERSION.inets= 4.7.2
VERSION.jinterface= 1.3
VERSION.kernel= 2.10.13
VERSION.megaco= 3.3
VERSION.mnemosyne= 1.2.5.1
VERSION.mnesia= 4.2.5
VERSION.mnesia_session= 1.1.5
VERSION.odbc= 2.0.6
VERSION.observer= 0.9.6.2
VERSION.orber= 3.6.2
VERSION.os_mon= 2.0
VERSION.otp_mibs= 1.0.4
VERSION.parsetools= 1.3.2
VERSION.pman= 2.5.2
VERSION.runtime_tools= 1.5.1.1
VERSION.sasl= 2.1.1
VERSION.snmp= 4.7.1
VERSION.ssh= 0.9.1
VERSION.ssl= 3.0.11
VERSION.stdlib= 1.13.12
VERSION.syntax_tools= 1.4.3
VERSION.toolbar= 1.2.1
VERSION.tools= 2.4.7
VERSION.tv= 2.1.2
VERSION.webtool= 0.8.2
VERSION.xmerl= 1.0.3
.for version in appmon asn1 compiler cosEvent cosEventDomain cosFileTransfer \
cosNotification cosProperty cosTime cosTransactions crypto debugger \
edoc erl_interface erts esdl et gs hipe ic inets 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
|