FreeBSD Bugzilla – Attachment 178677 Details for
Bug 209307
[New port] games/redorblack: a simple card game
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
updated shar
file_209307.txt (text/plain), 1.09 KB, created by
Nikolai Lifanov
on 2017-01-09 20:46:38 UTC
(
hide
)
Description:
updated shar
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2017-01-09 20:46:38 UTC
Size:
1.09 KB
patch
obsolete
>#!/bin/sh ># This is a shell archive >echo x redorblack >mkdir -p redorblack > /dev/null 2>&1 >echo x redorblack/Makefile >sed 's/^X//' > redorblack/Makefile << 'SHAR_END' >X# Created by: buratello@easy.com >X# $FreeBSD$ >X >XPORTNAME= redorblack >XPORTVERSION= 1.0 >XCATEGORIES= games >XMASTER_SITES= SF/redorb/ >X >XMAINTAINER= buratello@easy.com >XCOMMENT= Simple card game to test fortune and probability theory >X >XLICENSE= BSD2CLAUSE >X >XPLIST_FILES= bin/redorblack >X >Xdo-build: >X ${CXX} ${CXXFLAGS} -o ${WRKSRC}/redorblack ${WRKSRC}/redorblack.c >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/redorblack ${STAGEDIR}${PREFIX}/bin/ >X >X.include <bsd.port.mk> >SHAR_END >echo x redorblack/pkg-descr >sed 's/^X//' > redorblack/pkg-descr << 'SHAR_END' >XA simple card game to test fortune and probability theory. >X >XWWW: https://sourceforge.net/projects/redorb/ >SHAR_END >echo x redorblack/distinfo >sed 's/^X//' > redorblack/distinfo << 'SHAR_END' >XSHA256 (redorblack-1.0.tar.gz) = 93e4faf7efd12d98a9a595e93dd030585797b1ee6dbd28c571a0d8fc44baa23f >XSIZE (redorblack-1.0.tar.gz) = 2678 >SHAR_END >exit
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 Raw
Actions:
View
Attachments on
bug 209307
:
170023
|
178677
|
178678