pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opendylan: Import opendylan-2014.1 as wip/opendylan
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Sep 23 23:07:27 2015 +0200
Changeset: d0dd79097a7540ef8d8839dacb1e69e7d41262cb
Added Files:
opendylan/DESCR
opendylan/Makefile
opendylan/PLIST
opendylan/distinfo
Log Message:
opendylan: Import opendylan-2014.1 as wip/opendylan
Dylan is a multi-paradigm functional and object-oriented programming language.
It is dynamic while providing a programming model designed to support efficient
machine code generation, including fine-grained control over dynamic and static
behaviors.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0dd79097a7540ef8d8839dacb1e69e7d41262cb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opendylan/DESCR | 4 ++++
opendylan/Makefile | 21 +++++++++++++++++++++
opendylan/PLIST | 1 +
opendylan/distinfo | 5 +++++
4 files changed, 31 insertions(+)
diffs:
diff --git a/opendylan/DESCR b/opendylan/DESCR
new file mode 100644
index 0000000..5ffb625
--- /dev/null
+++ b/opendylan/DESCR
@@ -0,0 +1,4 @@
+Dylan is a multi-paradigm functional and object-oriented programming language.
+It is dynamic while providing a programming model designed to support efficient
+machine code generation, including fine-grained control over dynamic and static
+behaviors.
diff --git a/opendylan/Makefile b/opendylan/Makefile
new file mode 100644
index 0000000..cd4fe16
--- /dev/null
+++ b/opendylan/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= opendylan-2014.1
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dylan-lang/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+USE_TOOLS+= autoconf automake autoreconf perl gmake
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${MASTER_SITE_GITHUB:=dylan-lang/opendylan/}
+COMMENT= Multi-paradigm functional and OO programming language
+#LICENSE= # TODO: (see mk/license.mk)
+GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= no
+
+pre-configure:
+ ${RUN} cd ${WRKSRC} && ./autogen.sh
+
+.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/opendylan/PLIST b/opendylan/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/opendylan/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/opendylan/distinfo b/opendylan/distinfo
new file mode 100644
index 0000000..a67d396
--- /dev/null
+++ b/opendylan/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (opendylan-2014.1.tar.gz) = 8d372abe5b25004531529059b868d7ea88e98afc
+RMD160 (opendylan-2014.1.tar.gz) = 2c6dc6e75896ea39635b9a404f763634a557eb89
+Size (opendylan-2014.1.tar.gz) = 9890943 bytes
Home |
Main Index |
Thread Index |
Old Index