FreeBSD Bugzilla – Attachment 123824 Details for
Bug 167237
[NEW PORT] games/sets: This is an implementation of the sets game
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
.shar
.shar (text/plain), 2.46 KB, created by
nemysis
on 2012-04-23 18:50:11 UTC
(
hide
)
Description:
.shar
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-04-23 18:50:11 UTC
Size:
2.46 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># sets ># sets/Makefile ># sets/pkg-descr ># sets/distinfo ># sets/pkg-plist ># sets/files ># sets/files/patch-Makefile ># sets/sets ># >echo c - sets >mkdir -p sets > /dev/null 2>&1 >echo x - sets/Makefile >sed 's/^X//' >sets/Makefile << '483ad6b7d01baca6df96cb1c3a5d205f' >X# New Ports collection makefile for: sets >X# Date created: 21 April 2012 >X# Whom: nemysis@gmx.ch >X# >X# $FreeBSD$ >X# >X >XPORTNAME= sets >XPORTVERSION= 1.0.0 >XCATEGORIES= games >XMASTER_SITES= http://www.linuxmotors.com/sets/downloads/ >XEXTRACT_SUFX= .tgz >X >XMAINTAINER= nemysis@gmx.ch >XCOMMENT= This is an implementation of the sets game >X >XLICENSE= GPLv3 >X >XUSE_GMAKE= yes >XUSE_SDL= sdl image >X >XPORTDOCS= README >X >Xdo-install: >X# Executable >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >X >Xpost-install: >X# Documentations >X.if !defined(NOPORTDOCS) >X ${MKDIR} ${DOCSDIR} >X.for f in ${PORTDOCS} >X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} >X.endfor >X.endif >X >X.include <bsd.port.mk> >483ad6b7d01baca6df96cb1c3a5d205f >echo x - sets/pkg-descr >sed 's/^X//' >sets/pkg-descr << 'ea783ba11315dac435e9d7586d1d9102' >XThis is an implementation of the sets game. >X >XWWW: http://www.linuxmotors.com/sets/ >ea783ba11315dac435e9d7586d1d9102 >echo x - sets/distinfo >sed 's/^X//' >sets/distinfo << '02f8d8931ce4e9450392ecee7fae4b5b' >XSHA256 (sets-1.0.0.tgz) = 2521ea6352a7925965051897e9c92293cccf72d27968eca142b79b88e6700aab >XSIZE (sets-1.0.0.tgz) = 10108 >02f8d8931ce4e9450392ecee7fae4b5b >echo x - sets/pkg-plist >sed 's/^X//' >sets/pkg-plist << 'ae4270a197c88e5ff919b842572a9061' >Xbin/sets >ae4270a197c88e5ff919b842572a9061 >echo c - sets/files >mkdir -p sets/files > /dev/null 2>&1 >echo x - sets/files/patch-Makefile >sed 's/^X//' >sets/files/patch-Makefile << '333d20aa3f9b88d5c211410f6d61ae24' >X--- Makefile.orig 2008-07-30 17:51:49.000000000 +0200 >X+++ Makefile 2012-04-21 14:25:52.000000000 +0200 >X@@ -1,5 +1,5 @@ >X-CFLAGS = -O2 -Wall $(shell sdl-config --cflags) >X-LDFLAGS = -lm $(shell sdl-config --libs) >X+CFLAGS = -O2 -Wall $(shell ${SDL_CONFIG} --cflags) >X+LDFLAGS = -lm $(shell ${SDL_CONFIG} --libs) >X >X all: sets >X >333d20aa3f9b88d5c211410f6d61ae24 >echo x - sets/sets >sed 's/^X//' >sets/sets << '8d83b90da22cffa2954de409e4fce07c' >X===> Creating shar file >8d83b90da22cffa2954de409e4fce07c >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 167237
: 123824