Page MenuHomeDevCentral

D3474.diff
No OneTemporary

D3474.diff

Index: README
===================================================================
--- README
+++ README
@@ -11,6 +11,8 @@
│   └── p5-Inline-Python To test
├── french
│   └── fortunes-fr Ok in default encoding, adding UTF-8 support before submitting
+├── games
+│   └── roll Still to fix GitHub download, build and installation OK
├── irc
│   └── irccat Port installs and uninstalls, but software have a ruby path problem
├── misc
Index: games/roll/Makefile
===================================================================
--- /dev/null
+++ games/roll/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= roll
+PORTVERSION= 2.6.1
+CATEGORIES= games
+
+MAINTAINER= dereckson@gmail.com
+COMMENT= Roll dices using dice expressions
+WWW= https://matteocorti.github.io/roll/
+
+LICENSE= GPLv2
+
+USES= autoreconf
+GNU_CONFIGURE= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= matteocorti
+
+INSTALL_TARGET=install-strip
+
+PLIST_FILES= bin/roll \
+ share/bash-completion/completions/roll \
+ share/man/man1/roll.1.gz
+
+.include <bsd.port.mk>
Index: games/roll/distinfo
===================================================================
--- /dev/null
+++ games/roll/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1727809928
+SHA256 (matteocorti-roll-2.6.1_GH0.tar.gz) = 399bd4958d92f82fb75ff308decb2d482c9a8db80234014f6d42f6513b144179
+SIZE (matteocorti-roll-2.6.1_GH0.tar.gz) = 160521
Index: games/roll/pkg-descr
===================================================================
--- /dev/null
+++ games/roll/pkg-descr
@@ -0,0 +1,2 @@
+An utility to roll dies using expressions from roleplay games
+like 1d6 or 2d10+3.

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 19, 10:15 (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2202951
Default Alt Text
D3474.diff (1 KB)

Event Timeline