Date: Sun, 15 Mar 1998 08:33:32 +0300 (MSK) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/6007: New port: xtruco-1.0 Message-ID: <199803150533.IAA05321@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 6007 >Category: ports >Synopsis: New port: xtruco-1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 14 21:30:01 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of XTruco - simple version for X Windows of the famous card game named Super Truco. # 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: # # xtruco-1.0 # xtruco-1.0/Makefile # xtruco-1.0/files # xtruco-1.0/files/md5 # xtruco-1.0/patches # xtruco-1.0/patches/patch-aa # xtruco-1.0/pkg # xtruco-1.0/pkg/PLIST # xtruco-1.0/pkg/COMMENT # xtruco-1.0/pkg/DESCR # echo c - xtruco-1.0 mkdir -p xtruco-1.0 > /dev/null 2>&1 echo x - xtruco-1.0/Makefile sed 's/^X//' >xtruco-1.0/Makefile << 'END-of-xtruco-1.0/Makefile' X# New ports collection makefile for: xtruco X# Version required: 1.0 X# Date created: 14 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xtruco XPKGNAME= xtruco-1.0 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games X XMAINTAINER= andy@icc.surw.chel.su X XUSE_X11= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/doc/xtruco X @ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xtruco X X.include <bsd.port.mk> END-of-xtruco-1.0/Makefile echo c - xtruco-1.0/files mkdir -p xtruco-1.0/files > /dev/null 2>&1 echo x - xtruco-1.0/files/md5 sed 's/^X//' >xtruco-1.0/files/md5 << 'END-of-xtruco-1.0/files/md5' XMD5 (xtruco.tar.gz) = 4c725709731dfcde1af04f3ddb2538b6 END-of-xtruco-1.0/files/md5 echo c - xtruco-1.0/patches mkdir -p xtruco-1.0/patches > /dev/null 2>&1 echo x - xtruco-1.0/patches/patch-aa sed 's/^X//' >xtruco-1.0/patches/patch-aa << 'END-of-xtruco-1.0/patches/patch-aa' X--- Makefile Mon Oct 21 19:18:27 1996 X+++ /home/andy/tmp/wrk/Makefile Sat Mar 14 20:08:33 1998 X@@ -6,17 +6,17 @@ X # # X ################################ X X-INCLUDES = -I/usr/X11/include X+INCLUDES = -I/usr/X11R6/include X X # Remove '-DIPC_OK' if you have problems with 'shared-memory' (IPC routines) X OPC = -DIPC_OK X X-LIBRARIES = -lX11 -L/usr/X11/lib X+LIBRARIES = -lX11 -L/usr/X11R6/lib X X CFILES = xtruco.c bitmap.c cursor.c display.c event.c gc.c pixmap.c\ X topwind.c window.c color.c button.c font.c read.c X X-CC = gcc -O2 -g -Dlinux -DX11R6 $(INCLUDES) $(OPC) X+CC = gcc -DX11R6 $(INCLUDES) $(OPC) X X PROG=xtruco X X@@ -25,7 +25,7 @@ X OBJS=$(CFILES:.c=.o) X X all: $(OBJS) X- $(CC) -o $(PROG) $(LIBRARIES) $(OBJS) X+ $(CC) ${CFLAGS} -o $(PROG) $(LIBRARIES) $(OBJS) X # strip ${PROG} X X clean: END-of-xtruco-1.0/patches/patch-aa echo c - xtruco-1.0/pkg mkdir -p xtruco-1.0/pkg > /dev/null 2>&1 echo x - xtruco-1.0/pkg/PLIST sed 's/^X//' >xtruco-1.0/pkg/PLIST << 'END-of-xtruco-1.0/pkg/PLIST' Xbin/xtruco Xshare/doc/xtruco/COPYING X@dirrm share/doc/xtruco END-of-xtruco-1.0/pkg/PLIST echo x - xtruco-1.0/pkg/COMMENT sed 's/^X//' >xtruco-1.0/pkg/COMMENT << 'END-of-xtruco-1.0/pkg/COMMENT' XSimple version for X Window of the famous card game Super Truco. END-of-xtruco-1.0/pkg/COMMENT echo x - xtruco-1.0/pkg/DESCR sed 's/^X//' >xtruco-1.0/pkg/DESCR << 'END-of-xtruco-1.0/pkg/DESCR' X This is XTruco - simple version for X Windows Xof the famous card game named Super Truco. END-of-xtruco-1.0/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803150533.IAA05321>