FreeBSD Bugzilla – Attachment 227947 Details for
Bug 258521
[new port] lang/scratch: graphical programming language for kids
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch with some more refinements to pet portlint and portclippy
patch-lang_scratch.diff (text/plain), 2.48 KB, created by
Rainer Hurling
on 2021-09-16 19:37:09 UTC
(
hide
)
Description:
patch with some more refinements to pet portlint and portclippy
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2021-09-16 19:37:09 UTC
Size:
2.48 KB
patch
obsolete
>diff --git a/lang/scratch/Makefile b/lang/scratch/Makefile >new file mode 100644 >index 000000000000..fcf56eca2ceb >--- /dev/null >+++ b/lang/scratch/Makefile >@@ -0,0 +1,30 @@ >+PORTNAME= scratch >+PORTVERSION= 1.4.0.7 >+CATEGORIES= lang >+MASTER_SITES= https://github.com/LLK/Scratch_1.4/raw/master/ \ >+ https://codeberg.org/glowiak/dotfiles/raw/branch/master/scratch-port/ \ >+ https://img.informer.com/icons/png/128/6501/ >+DISTFILES= Scratch.image 6501214.png scratch.sh Scratch14.desktop >+EXTRACT_ONLY= # none >+ >+MAINTAINER= glowiak1111@yandex.com >+COMMENT= Scratch 1.4 Offline Editor >+ >+LICENSE= GPLv2 >+ >+RUN_DEPENDS= squeak>0:lang/squeak >+ >+NO_BUILD= yes >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}${PREFIX} >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons >+ ${MKDIR} ${STAGEDIR}${PREFIX}/bin >+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/scratch14 >+ ${CP} ${PORTSDIR}/distfiles/Scratch.image ${STAGEDIR}${PREFIX}/lib/scratch14/Scratch.image >+ ${CP} ${PORTSDIR}/distfiles/6501214.png ${STAGEDIR}${PREFIX}/share/icons/Scratch14.png >+ ${CP} ${PORTSDIR}/distfiles/scratch.sh ${STAGEDIR}${PREFIX}/bin/scratch14 >+ ${CP} ${PORTSDIR}/distfiles/Scratch14.desktop ${STAGEDIR}${PREFIX}/share/applications/Scratch14.desktop >+ >+.include <bsd.port.mk> >diff --git a/lang/scratch/distinfo b/lang/scratch/distinfo >new file mode 100644 >index 000000000000..248eb9f8eb60 >--- /dev/null >+++ b/lang/scratch/distinfo >@@ -0,0 +1,9 @@ >+TIMESTAMP = 1631796412 >+SHA256 (Scratch.image) = 100c7ef83c2f0e2b3e885b645199bc70596fe93f036a312a45e209c0abb0191c >+SIZE (Scratch.image) = 5682544 >+SHA256 (6501214.png) = 787f9212b35953643963bd27873de28cb7c26d7c9d3246555e516efcb311073a >+SIZE (6501214.png) = 12297 >+SHA256 (scratch.sh) = ec76a370098f6e8b241d76bb591e35f5e38d79c5d9a49df2987f54a2fc17df9e >+SIZE (scratch.sh) = 109 >+SHA256 (Scratch14.desktop) = cc9a1c970af9b93bf584c82c71f469adddacfda01d5cc08afb2fc7faf74630b8 >+SIZE (Scratch14.desktop) = 191 >diff --git a/lang/scratch/pkg-descr b/lang/scratch/pkg-descr >new file mode 100644 >index 000000000000..92039083a098 >--- /dev/null >+++ b/lang/scratch/pkg-descr >@@ -0,0 +1,4 @@ >+Scratch is graphical programing language to learn >+how it works >+ >+WWW: https://scratch.mit.edu >diff --git a/lang/scratch/pkg-plist b/lang/scratch/pkg-plist >new file mode 100644 >index 000000000000..c9052eadb250 >--- /dev/null >+++ b/lang/scratch/pkg-plist >@@ -0,0 +1,8 @@ >+@mode 0755 >+bin/scratch14 >+@mode >+lib/scratch14/Scratch.image >+@mode 0755 >+share/applications/Scratch14.desktop >+@mode >+share/icons/Scratch14.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258521
:
227925
|
227942
| 227947