summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile.versions
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-29 21:34:13 +0000
committerghen <ghen@pkgsrc.org>2006-03-29 21:34:13 +0000
commit46f0901005786a239564587954289244ba088062 (patch)
tree4f91c1630d12948b5ba11fe7433b23670482e9b7 /lang/erlang/Makefile.versions
parentb515b8678673181e34a0b09402526b6fa3a5588e (diff)
downloadpkgsrc-46f0901005786a239564587954289244ba088062.tar.gz
Move all version info from Makefile and PLIST to Makefile.versions to make
updates easier. e.g. PLIST diffs will become much smaller and more readable.
Diffstat (limited to 'lang/erlang/Makefile.versions')
-rw-r--r--lang/erlang/Makefile.versions59
1 files changed, 59 insertions, 0 deletions
diff --git a/lang/erlang/Makefile.versions b/lang/erlang/Makefile.versions
new file mode 100644
index 00000000000..a5d1466b470
--- /dev/null
+++ b/lang/erlang/Makefile.versions
@@ -0,0 +1,59 @@
+# $NetBSD: Makefile.versions,v 1.1 2006/03/29 21:34:13 ghen Exp $
+
+ERLANG_VERSION= 10.1.9
+DIST_VERSION= R10B-9
+
+VERSION.appmon= 2.1.5
+VERSION.asn1= 1.4.4.9
+VERSION.compiler= 4.3.11
+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.4
+VERSION.erts= 5.4.12
+VERSION.esdl= 0.95.0630
+VERSION.et= 1.0
+VERSION.gs= 1.5.4
+VERSION.hipe= 3.5.4
+VERSION.ic= 4.2.9
+VERSION.inets= 4.6.2
+VERSION.jinterface= 1.3
+VERSION.kernel= 2.10.12
+VERSION.megaco= 3.2.3
+VERSION.mnemosyne= 1.2.5.1
+VERSION.mnesia= 4.2.3
+VERSION.mnesia_session= 1.1.5
+VERSION.observer= 0.9.6.2
+VERSION.orber= 3.6.2
+VERSION.os_mon= 1.8
+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.6.1
+VERSION.ssh= 0.9
+VERSION.ssl= 3.0.10
+VERSION.stdlib= 1.13.11
+VERSION.syntax_tools= 1.4.3
+VERSION.toolbar= 1.2.1
+VERSION.tools= 2.4.6
+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 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