Port details |
- scratch Scratch programing language
- 1.4.0.7 lang
=1 1.4.0.7Version of this port present on the latest quarterly branch. - Maintainer: takeshi.mutoh@gmail.com
 - Port Added: 2023-05-06 16:18:12
- Last Update: 2023-05-10 15:32:27
- Commit Hash: c9891eb
- People watching this port, also watch:: libjxl, tcpdump, ratproxy, tmux
- License: CC-BY-SA-3.0 GPLv2 MIT
- WWW:
- https://scratch.mit.edu/
- Description:
- A new programming language that makes it easy to create your own
interactive stories, animations, games, music, and art - and share your
creations on the web. Designed to help young people (ages 8 and up)
develop 21st century learning skills. As they create Scratch projects,
young people learn important mathematical and computational ideas, while
also gaining a deeper understanding of the process of design.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/scratch/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/scratch
- pkg install scratch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: scratch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1483355598
SHA256 (scratch-1.4.0.7.src.tar.gz) = b94d89278ecef2ba2d1147eec23936dd99697293ffa2c216c0a375ba98226a3e
SIZE (scratch-1.4.0.7.src.tar.gz) = 47617852
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- v4l_compat>=1.0.20100321 : multimedia/v4l_compat
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- squeak : lang/squeak
- Library dependencies:
-
- libv4l2.so : multimedia/libv4l
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_scratch
- USES:
- gnome pkgconfig
- pkg-message:
- For install:
- In current Scratch, some resource require at /usr/share/scratch.
This is hard coded at Scratch.image.
Some function assume Scratch resources at /usr/share/scratch like:
- locale for change languages,
- Media files: costume, sound, background, and so on
If you want to use these function, try create symbolic link AT YOUR OWN LISK.
# ln -s /usr/local/share/scratch /usr/share/scratch
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0.7 10 May 2023 15:32:27
    |
Norikatsu Shigemura (nork)  Author: Takeshi Mutoh |
lang/scratch: Change *_DEPENDS to USES macros
Pointed out by: diizzy
Approved by: takeshi.mutoh@gmail.com (maintainer), hrs (mentor) |
1.4.0.7 06 May 2023 16:10:52
    |
Norikatsu Shigemura (nork)  Author: Takeshi Mutoh |
lang/scratch: Add Scratch 1.4.0.7, is a new programing language
that makes it easy to create your own interactive stories, animations,
games, music, and art - and share your creations on the web.
WWW: https://scratch.mit.edu/
PR: 216811
Requested by: Takeshi Mutoh <takeshi.mutoh@gmail.com>
Approved by: hrs (mentor) |