Skip site navigation (1)Skip section navigation (2)
Date:      16 Sep 1997 19:54:07 -0000
From:      vanilla@MinJe.com.TW
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4557: New ports: xjig 2.4 
Message-ID:  <19970916195407.7818.qmail@MinJe.com.TW>
Resent-Message-ID: <199709162010.NAA17194@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4557
>Category:       ports
>Synopsis:       New ports: xjig 2.4
>Confidential:   Yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 16 13:10:01 PDT 1997
>Last-Modified:
>Originator:     Vanill I. Shu
>Organization:
Cray running FreeBSD
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	FreeBSD 3.0c
	XFree 3.3 with big5-patch

>Description:

	xjig is a jigsaw puzzle game for X11

>How-To-Repeat:


>Fix:
	
diff -bcrNp xjig.orig/Makefile xjig/Makefile
*** xjig.orig/Makefile	Thu Jan  1 08:00:00 1970
--- xjig/Makefile	Wed Sep 17 03:44:58 1997
***************
*** 0 ****
--- 1,24 ----
+ # New ports collection makefile for:	xjig
+ # Version required:	2.4
+ # Date Created:		17 Sep 1997
+ # Whom:			Vanilla I. Shu <vanilla@MinJe.com.TW>
+ #
+ # $Id$
+ #
+ 
+ DISTNAME=	xjig-2.4
+ CATEGORIES=	games
+ MASTER_SITES=	${MASTER_SITE_XCONTRIB}
+ MASTER_SITE_SUBDIR=	games
+ EXTRACT_SUFX=	.tgz
+ 
+ MAINTAINER=	vanilla@MinJe.com.TW
+ 
+ MAKEFILE=	Makefile.Linux
+ MAN1=		xjig.1
+ 
+ do-install:
+ 	@ ${INSTALL_PROGRAM} ${WRKSRC}/xjig ${PREFIX}/bin/xjig
+ 	@ ${INSTALL_MAN} ${WRKSRC}/xjig.man ${PREFIX}/man/man1/xjig.1
+ 
+ .include <bsd.port.mk>
diff -bcrNp xjig.orig/files/md5 xjig/files/md5
*** xjig.orig/files/md5	Thu Jan  1 08:00:00 1970
--- xjig/files/md5	Wed Sep 17 03:33:48 1997
***************
*** 0 ****
--- 1,2 ----
+ MD5 (md5) = d41d8cd98f00b204e9800998ecf8427e
+ MD5 (xjig-2.4.tgz) = a5eafd17de8d11e32c1664728144331e
diff -bcrNp xjig.orig/patches/patch-aa xjig/patches/patch-aa
*** xjig.orig/patches/patch-aa	Thu Jan  1 08:00:00 1970
--- xjig/patches/patch-aa	Wed Sep 17 03:52:06 1997
***************
*** 0 ****
--- 1,36 ----
+ *** Makefile.Linux.orig	Thu Jul 18 04:10:55 1996
+ --- Makefile.Linux	Wed Sep 17 03:51:48 1997
+ ***************
+ *** 1,7 ****
+   
+   ### compiler section
+   CXX			= gcc -Wall -fstrength-reduce -fpcc-struct-return
+ ! CXXFLAGS	   = -g -DUSE_MIT_SHM
+   
+   ### default file to be used, when no options are set
+   
+ --- 1,7 ----
+   
+   ### compiler section
+   CXX			= gcc -Wall -fstrength-reduce -fpcc-struct-return
+ ! CXXFLAGS	   += -DUSE_MIT_SHM -I${X_INCLUDE}
+   
+   ### default file to be used, when no options are set
+   
+ *************** LDFLAGS		= -L$(XLIB_DIR)
+ *** 20,26 ****
+   .SUFFIXES: .C .o
+   
+   .C.o:
+ ! 	$(CXX) -I$(X_INCLUDE) $(CXXFLAGS) -c $<
+   
+   LD	      = $(CXX)
+   
+ --- 20,26 ----
+   .SUFFIXES: .C .o
+   
+   .C.o:
+ ! 	$(CXX) $(CXXFLAGS) -c $<
+   
+   LD	      = $(CXX)
+   
diff -bcrNp xjig.orig/pkg/COMMENT xjig/pkg/COMMENT
*** xjig.orig/pkg/COMMENT	Thu Jan  1 08:00:00 1970
--- xjig/pkg/COMMENT	Wed Sep 17 03:34:48 1997
***************
*** 0 ****
--- 1 ----
+ jigsaw puzzle game for X11
diff -bcrNp xjig.orig/pkg/DESCR xjig/pkg/DESCR
*** xjig.orig/pkg/DESCR	Thu Jan  1 08:00:00 1970
--- xjig/pkg/DESCR	Wed Sep 17 03:35:19 1997
***************
*** 0 ****
--- 1,7 ----
+       XJig is a puzzle, that tries to replicate a jigsaw puzzle on the
+       screen as close as possible. Gif-images can be loaded and sliced
+       into pieces and as in every jigsaw puzzle, the goal is to
+       set the parts together again.
+ 
+ - Vanilla
+ vanilla@MinJe.com.TW
diff -bcrNp xjig.orig/pkg/PLIST xjig/pkg/PLIST
*** xjig.orig/pkg/PLIST	Thu Jan  1 08:00:00 1970
--- xjig/pkg/PLIST	Wed Sep 17 03:41:15 1997
***************
*** 0 ****
--- 1,2 ----
+ bin/xjig
+ man/man1/xjig.1.gz
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970916195407.7818.qmail>