pkgsrc-WIP-changes archive

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

pharo11: Import pharo11-11.0.0.build689 as wip/pharo11



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun May 14 18:57:09 2023 +0900
Changeset:	50edc06f807348809fbccaf4727e795a5195768c

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

Log Message:
pharo11: Import pharo11-11.0.0.build689 as wip/pharo11

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=50edc06f807348809fbccaf4727e795a5195768c

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

diffstat:
 Makefile         |  1 +
 pharo11/DESCR    |  7 +++++++
 pharo11/Makefile | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 pharo11/PLIST    |  5 +++++
 pharo11/distinfo |  5 +++++
 5 files changed, 66 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f52df79f97..9ef4640a44 100644
--- a/Makefile
+++ b/Makefile
@@ -3151,6 +3151,7 @@ SUBDIR+=	pharo
 SUBDIR+=	pharo-vm
 SUBDIR+=	pharo-vm10
 SUBDIR+=	pharo10
+SUBDIR+=	pharo11
 SUBDIR+=	pheanstalk
 SUBDIR+=	phonon-backend-xine
 SUBDIR+=	phoronix-test-suite
diff --git a/pharo11/DESCR b/pharo11/DESCR
new file mode 100644
index 0000000000..fcfd35fb6f
--- /dev/null
+++ b/pharo11/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/pharo11/Makefile b/pharo11/Makefile
new file mode 100644
index 0000000000..aecc089b87
--- /dev/null
+++ b/pharo11/Makefile
@@ -0,0 +1,48 @@
+# $NetBSD$
+
+PHARO_VER=	11.0
+PHARO_MAJOR=	${PHARO_VER:C/\..*//}
+PHARO_PATCH=	0
+PHARO_BUILD=	689
+PHARO_SHA=	8986777
+PHARO_ARCH=	64bit
+
+DISTNAME=	Pharo${PHARO_MAJOR}-SNAPSHOT.build.${PHARO_BUILD}.sha.${PHARO_SHA}.arch.${PHARO_ARCH}
+PKGNAME=	pharo${PHARO_MAJOR}-${PHARO_VER}.${PHARO_PATCH}.build${PHARO_BUILD}
+CATEGORIES=	lang
+MASTER_SITES=	http://files.pharo.org/image/${PHARO_VER:C/\.//}/
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pharo.org/
+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
+
+PHARO_DST=	share/pharo/${PHARO_VER}
+
+INSTALLATION_DIRS=	${PHARO_DST}
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/* ${DESTDIR}${PREFIX}/${PHARO_DST}
+
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_VER}/, "$${PHARO_VER}");}
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_MAJOR}/, "$${PHARO_MAJOR}");}
+PRINT_PLIST_AWK+=	{gsub(/\.${PHARO_PATCH}/, ".$${PHARO_PATCH}");}
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_ARCH}/, "$${PHARO_ARCH}");}
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_SHA}/, "$${PHARO_SHA}");}
+
+PLIST_SUBST+=	PHARO_VER=${PHARO_VER:Q}
+PLIST_SUBST+=	PHARO_MAJOR=${PHARO_MAJOR:Q}
+PLIST_SUBST+=	PHARO_PATCH=${PHARO_PATCH:Q}
+PLIST_SUBST+=	PHARO_ARCH=${PHARO_ARCH:Q}
+PLIST_SUBST+=	PHARO_SHA=${PHARO_SHA:Q}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pharo11/PLIST b/pharo11/PLIST
new file mode 100644
index 0000000000..62ea92c801
--- /dev/null
+++ b/pharo11/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+share/pharo/${PHARO_VER}/Pharo${PHARO_VER}-${PHARO_ARCH}-${PHARO_SHA}.sources
+share/pharo/${PHARO_VER}/Pharo${PHARO_MAJOR}-SNAPSHOT-${PHARO_ARCH}-${PHARO_SHA}.changes
+share/pharo/${PHARO_VER}/Pharo${PHARO_MAJOR}-SNAPSHOT-${PHARO_ARCH}-${PHARO_SHA}.image
+share/pharo/${PHARO_VER}/pharo.version
diff --git a/pharo11/distinfo b/pharo11/distinfo
new file mode 100644
index 0000000000..230b2bfde6
--- /dev/null
+++ b/pharo11/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Pharo11-SNAPSHOT.build.689.sha.8986777.arch.64bit.zip) = 449a5aa68fab1dcd5718db6d3cd116a0e059624e6d98d34eed24324f81005c67
+SHA512 (Pharo11-SNAPSHOT.build.689.sha.8986777.arch.64bit.zip) = 52b46726f8d121edef517d251e8bc8f0433938953a57a1839e7481382d7c3915a445f1e623d4f26474b692762d56bf63d9c9c6c7e058972d6d973f2aa0b71f88
+Size (Pharo11-SNAPSHOT.build.689.sha.8986777.arch.64bit.zip) = 23460077 bytes


Home | Main Index | Thread Index | Old Index