pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pharo: Import pharo-9.0.0.1565 as wip/pharo



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Fri Nov 5 00:44:04 2021 +0900
Changeset:	dc7dea8ceaee3ab3158b5d22e0007e7ac6817bcd

Modified Files:
	Makefile
Added Files:
	pharo/DESCR
	pharo/Makefile
	pharo/PLIST
	pharo/distinfo

Log Message:
pharo: Import pharo-9.0.0.1565 as wip/pharo

Pharo is a mininal, elegant, pure, reflective object language (and
fully open-source).

    - Yes in Pharo they are only objects! Nothing else.
    - Yes the complete syntax of Pharo fits on a postcard and
    - Yes we code in the debugger and Pharo has super cool tools that
      empower you and make you super efficient.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dc7dea8ceaee3ab3158b5d22e0007e7ac6817bcd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile       |  1 +
 pharo/DESCR    |  7 +++++++
 pharo/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++
 pharo/PLIST    |  4 ++++
 pharo/distinfo |  5 +++++
 5 files changed, 59 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5b76569a8f..f210f296ec 100644
--- a/Makefile
+++ b/Makefile
@@ -3122,6 +3122,7 @@ SUBDIR+=	phaethon
 SUBDIR+=	phalanx
 SUBDIR+=	phantomjs
 SUBDIR+=	phantomjs2
+SUBDIR+=	pharo
 SUBDIR+=	pharo-vm
 SUBDIR+=	pheanstalk
 SUBDIR+=	phonon-backend-xine
diff --git a/pharo/DESCR b/pharo/DESCR
new file mode 100644
index 0000000000..fcfd35fb6f
--- /dev/null
+++ b/pharo/DESCR
@@ -0,0 +1,7 @@
+Pharo is a mininal, elegant, pure, reflective object language (and
+fully open-source).
+
+    - Yes in Pharo they are only objects! Nothing else.
+    - Yes the complete syntax of Pharo fits on a postcard and
+    - Yes we code in the debugger and Pharo has super cool tools that
+      empower you and make you super efficient.
diff --git a/pharo/Makefile b/pharo/Makefile
new file mode 100644
index 0000000000..c5b6f0a3f4
--- /dev/null
+++ b/pharo/Makefile
@@ -0,0 +1,42 @@
+# $NetBSD$
+
+PHARO_BUILD=	1565
+PHARO_SHA=	38c49c2
+PHARO_ARCH=	64bit
+
+DISTNAME=	Pharo9.0-SNAPSHOT.build.${PHARO_BUILD}.sha.${PHARO_SHA}.arch.${PHARO_ARCH}
+PKGNAME=	pharo-9.0.0.${PHARO_BUILD}
+CATEGORIES=	lang
+MASTER_SITES=	http://files.pharo.org/image/90/
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://files.pharo.org/image/90/
+COMMENT=	Pure object-oriented programming language and a powerful environment
+LICENSE=	mit AND apache-2.0
+
+DEPENDS+=	pharo-vm-[0-9]*:../../wip/pharo-vm
+
+WRKSRC=		${WRKDIR}
+USE_LANGUAGES=	# none
+
+NO_CONFIGURE=	yes
+NO_BUILD=	yes
+
+INSTALLATION_DIRS=	share/pharo
+
+PHARO_SRC=	${WRKSRC}/Pharo9.0-SNAPSHOT-${PHARO_ARCH}-${PHARO_SHA}
+PHARO_DST=	${DESTDIR}${PREFIX}/share/pharo/
+
+do-install:
+	${INSTALL_DATA} ${PHARO_SRC}.image   ${PHARO_DST}/Pharo.image
+	${INSTALL_DATA} ${PHARO_SRC}.changes ${PHARO_DST}/Pharo.changes
+	${INSTALL_DATA} ${PHARO_SRC:C/SNAPSHOT-//}.sources ${PHARO_DST}
+
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_ARCH}/, "$${PHARO_ARCH}");}
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_SHA}/, "$${PHARO_SHA}");}
+
+PLIST_SUBST+=	PHARO_ARCH=${PHARO_ARCH:Q}
+PLIST_SUBST+=	PHARO_SHA=${PHARO_SHA:Q}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pharo/PLIST b/pharo/PLIST
new file mode 100644
index 0000000000..41eae4e407
--- /dev/null
+++ b/pharo/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+share/pharo/Pharo.changes
+share/pharo/Pharo.image
+share/pharo/Pharo9.0-${PHARO_ARCH}-${PHARO_SHA}.sources
diff --git a/pharo/distinfo b/pharo/distinfo
new file mode 100644
index 0000000000..ba4dfe27f0
--- /dev/null
+++ b/pharo/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Pharo9.0-SNAPSHOT.build.1565.sha.38c49c2.arch.64bit.zip) = 1c02567a5b667fa67e57bf6cc6b4170f01b1318f98437888f8f76503cf203081
+SHA512 (Pharo9.0-SNAPSHOT.build.1565.sha.38c49c2.arch.64bit.zip) = e8c03aee5181c7d71d29b75348c154030f15b50e24e35f268bfb8f6c7731abd8c20d9a70a1764ca647aad99c903b8a9f84080c6644a728c1a3068eae9c273ba5
+Size (Pharo9.0-SNAPSHOT.build.1565.sha.38c49c2.arch.64bit.zip) = 24744105 bytes


Home | Main Index | Thread Index | Old Index