Bug 162516 - New port: games/minecraft-client A block building game
Summary: New port: games/minecraft-client A block building game
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 11:40 UTC by Martin Kropfinger
Modified: 2011-12-21 17:10 UTC (History)
0 users

See Also:


Attachments
minecraft-client.shar (2.67 KB, text/plain)
2011-11-13 11:40 UTC, Martin Kropfinger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Kropfinger 2011-11-13 11:40:08 UTC
Minecraft is a block building game written in java
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2011-12-10 05:13:58 UTC
State Changed
From-To: open->	 open

I'll take it 


Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2011-12-10 05:13:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2011-12-17 13:28:42 UTC
State Changed
From-To: open->analyzed

Testing, minor Makefile/pkg-desc mods to keep portlint/cluster happy 
diff -bBru ./Makefile /var/tmp/client/Makefile 
--- ./Makefile	2011-12-17 08:27:33.000000000 -0500 
+++ /var/tmp/client/Makefile	2011-12-17 08:24:31.000000000 -0500 
@@ -6,11 +6,10 @@ 
# 

PORTNAME=		minecraft-client 
-PORTVERSION=	1 
-CATEGORIES=		games 
+PORTVERSION=	1.0.0 
+CATEGORIES=	games java 
MASTER_SITES=	http://s3.amazonaws.com/MinecraftDownload/launcher/:minecraft  
http://www.minecraftwiki.net/images/c/c5/:icon 
- 
DISTNAME=		minecraft 
DISTFILES=		minecraft.jar:minecraft  
Grass.png:icon 
@@ -14,13 +13,13 @@ 
DISTNAME=		minecraft 
DISTFILES=		minecraft.jar:minecraft  
Grass.png:icon 
+EXTRACT_ONLY= 

MAINTAINER=		freebsd@rakor-net.de 
COMMENT=		Client for the block building game 

WRKSRC=			${WRKDIR} 
NO_BUILD=		yes 
-EXTRACT_ONLY= 
USE_JAVA=		yes 
JAVA_VERSION=	1.6 
JAVA_OS=		linux 
diff -bBru ./pkg-descr /var/tmp/client/pkg-descr 
--- ./pkg-descr	2011-12-17 08:27:33.000000000 -0500 
+++ /var/tmp/client/pkg-descr	2011-12-17 08:14:56.000000000 -0500 
@@ -1,3 +1,3 @@ 
This is the popular block building game Minecraft. 

-www: http://www.minecraft.net/ 
+WWW: http://www.minecraft.net/
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-12-21 17:04:42 UTC
scheidell    2011-12-21 17:04:33 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/minecraft-client Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Client for block building game minecraft
  
  PR:             ports/162516
  Submitted by:   Martin Kropfinger <freebsd@rakor-net.de>
  Approved by:    gabor (mentor)
  
  Revision  Changes    Path
  1.1399    +1 -0      ports/games/Makefile
  1.1       +38 -0     ports/games/minecraft-client/Makefile (new)
  1.1       +4 -0      ports/games/minecraft-client/distinfo (new)
  1.1       +3 -0      ports/games/minecraft-client/pkg-descr (new)
  1.1       +4 -0      ports/games/minecraft-client/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2011-12-21 17:04:50 UTC
State Changed
From-To: analyzed->closed

Committed with changes, thanks