pkgsrc-WIP-changes archive

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

pharo13: Import pharo13-13.0.0build708 as wip/pharo13



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Fri Oct 31 01:14:37 2025 +0900
Changeset:	f9c199bd90c814df5d96315e17c7f5003530ab13

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

Log Message:
pharo13: Import pharo13-13.0.0build708 as wip/pharo13

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=f9c199bd90c814df5d96315e17c7f5003530ab13

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

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

diffs:
diff --git a/Makefile b/Makefile
index be4e47e085..b49332bbf1 100644
--- a/Makefile
+++ b/Makefile
@@ -3200,6 +3200,7 @@ SUBDIR+=	pharo-vm10
 SUBDIR+=	pharo10
 SUBDIR+=	pharo11
 SUBDIR+=	pharo12
+SUBDIR+=	pharo13
 SUBDIR+=	pheanstalk
 SUBDIR+=	phonon-backend-xine
 SUBDIR+=	phoronix-test-suite
diff --git a/pharo13/DESCR b/pharo13/DESCR
new file mode 100644
index 0000000000..fcfd35fb6f
--- /dev/null
+++ b/pharo13/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/pharo13/Makefile b/pharo13/Makefile
new file mode 100644
index 0000000000..82e930b3de
--- /dev/null
+++ b/pharo13/Makefile
@@ -0,0 +1,48 @@
+# $NetBSD$
+
+PHARO_VER=	13.0
+PHARO_MAJOR=	${PHARO_VER:C/\..*//}
+PHARO_PATCH=	0
+PHARO_BUILD=	708
+PHARO_SHA=	f6790f92ec
+PHARO_ARCH=	64bit
+
+DISTNAME=	Pharo${PHARO_VER}-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-vm10-[0-9]*:../../wip/pharo-vm10
+
+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}
+
+PHARO_SHA7=${PHARO_SHA:C/^(.{7}).*/\1/}
+
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_VER}/, "$${PHARO_VER}");}
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_ARCH}/, "$${PHARO_ARCH}");}
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_SHA}/, "$${PHARO_SHA}");}
+PRINT_PLIST_AWK+=	{gsub(/${PHARO_SHA7}/, "$${PHARO_SHA7}");}
+
+PLIST_SUBST+=	PHARO_VER=${PHARO_VER:Q}
+PLIST_SUBST+=	PHARO_ARCH=${PHARO_ARCH:Q}
+PLIST_SUBST+=	PHARO_SHA=${PHARO_SHA:Q}
+PLIST_SUBST+=	PHARO_SHA7=${PHARO_SHA7:Q}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pharo13/PLIST b/pharo13/PLIST
new file mode 100644
index 0000000000..68ffbb8a13
--- /dev/null
+++ b/pharo13/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+share/pharo/${PHARO_VER}/Pharo${PHARO_VER}-SNAPSHOT-${PHARO_ARCH}-${PHARO_SHA}.changes
+share/pharo/${PHARO_VER}/Pharo${PHARO_VER}-SNAPSHOT-${PHARO_ARCH}-${PHARO_SHA}.image
+share/pharo/${PHARO_VER}/Pharo13.1-${PHARO_ARCH}-${PHARO_SHA7}.sources
+share/pharo/${PHARO_VER}/pharo.version
diff --git a/pharo13/distinfo b/pharo13/distinfo
new file mode 100644
index 0000000000..e84f5a31a3
--- /dev/null
+++ b/pharo13/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Pharo13.0-SNAPSHOT.build.708.sha.f6790f92ec.arch.64bit.zip) = e6422ac6ec847607f9a5d13627d2e8b36472a775f625530164cb1162edad1189
+SHA512 (Pharo13.0-SNAPSHOT.build.708.sha.f6790f92ec.arch.64bit.zip) = ee33825dcb3e1444eb599b740e7c6e1b026be49070b326fc2afbe2429c02ee189b7467f1bdd2a176599ebbf33b6932b588c3cabf0f1d5b87f8767ce42e6a9f8f
+Size (Pharo13.0-SNAPSHOT.build.708.sha.f6790f92ec.arch.64bit.zip) = 23830144 bytes


Home | Main Index | Thread Index | Old Index