FreeBSD Bugzilla – Attachment 204614 Details for
Bug 238132
New Port: games/dMagnetic: magnetic scrolls interpreter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The diff to the ports/games revision 502690, according to the porters handbook.
dMagnetic.diff (text/plain), 3.60 KB, created by
Thomas Dettbarn
on 2019-05-26 05:56:28 UTC
(
hide
)
Description:
The diff to the ports/games revision 502690, according to the porters handbook.
Filename:
MIME Type:
Creator:
Thomas Dettbarn
Created:
2019-05-26 05:56:28 UTC
Size:
3.60 KB
patch
obsolete
>Index: games/dMagnetic/Makefile >=================================================================== >--- games/dMagnetic/Makefile (nonexistent) >+++ games/dMagnetic/Makefile (working copy) >@@ -0,0 +1,30 @@ >+# $FreeBSD$ >+ >+PORTNAME= dMagnetic >+PORTVERSION= 0.13 >+CATEGORIES= games >+MASTER_SITES= http://www.dettus.net/dMagnetic/ >+DISTNAME= ${PORTNAME}_${PORTVERSION} >+ >+MAINTAINER= dettus@dettus.net >+COMMENT= Magnetic Scrolls Interpreter >+ >+LICENSE= BSD2CLAUSE >+ >+MANPAGE1= dMagnetic.1 >+MANPAGE5= dMagneticini.5 >+DATADIR= ${PREFIX}/share/dMagnetic/ >+DATA1= README.txt >+DATA2= LICENSE.txt >+DATA3= dMagnetic.ini >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/${MANPAGE1} ${STAGEDIR}${MANPREFIX}/man/man1 >+ ${INSTALL_MAN} ${WRKSRC}/${MANPAGE5} ${STAGEDIR}${MANPREFIX}/man/man5 >+ ${MKDIR} ${STAGEDIR}/${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/${DATA1} ${STAGEDIR}/${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/${DATA2} ${STAGEDIR}/${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/${DATA3} ${STAGEDIR}/${DATADIR} >+ >+.include <bsd.port.mk> > >Property changes on: games/dMagnetic/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/dMagnetic/distinfo >=================================================================== >--- games/dMagnetic/distinfo (nonexistent) >+++ games/dMagnetic/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (dMagnetic_0.13.tar.gz) = ccc2b7ab6028c770580567d3b6460811755047938f26a61adad20be569c37ec2 >+SIZE (dMagnetic_0.13.tar.gz) = 59962 > >Property changes on: games/dMagnetic/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/dMagnetic/pkg-descr >=================================================================== >--- games/dMagnetic/pkg-descr (nonexistent) >+++ games/dMagnetic/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+dMagnetic is a Magnetic Scrolls Interpreter. It allows to play classic text >+adventures such as "The Pawn", "The Guild of Thieves", "Fish!", "Jinxter", >+"Myth", "Corruption" and "Wonderland" in a terminal window. The beautiful >+graphics are being rendered in glorious ANSI art. >+ >+WWW: http://www.dettus.net/dMagnetic/ > >Property changes on: games/dMagnetic/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/dMagnetic/pkg-plist >=================================================================== >--- games/dMagnetic/pkg-plist (nonexistent) >+++ games/dMagnetic/pkg-plist (working copy) >@@ -0,0 +1,6 @@ >+bin/dMagnetic >+man/man1/dMagnetic.1.gz >+man/man5/dMagneticini.5.gz >+share/dMagnetic/README.txt >+share/dMagnetic/LICENSE.txt >+share/dMagnetic/dMagnetic.ini > >Property changes on: games/dMagnetic/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 238132
: 204614