Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 1998 13:42:47 +0300 (MSK)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5736: New port: xlines-1.0
Message-ID:  <199802131042.NAA00621@icc.surw.chel.su>

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

>Number:         5736
>Category:       ports
>Synopsis:       New port: xlines-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:   Fri Feb 13 02:50: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 the LINES game for X.

   XLines is an old game of balls where your goal is to remove
as many balls from the game field as you can.


# 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:
#
#	xlines-1.0
#	xlines-1.0/Makefile
#	xlines-1.0/files
#	xlines-1.0/files/md5
#	xlines-1.0/patches
#	xlines-1.0/patches/patch-aa
#	xlines-1.0/patches/patch-ab
#	xlines-1.0/pkg
#	xlines-1.0/pkg/PLIST
#	xlines-1.0/pkg/COMMENT
#	xlines-1.0/pkg/DESCR
#
echo c - xlines-1.0
mkdir -p xlines-1.0 > /dev/null 2>&1
echo x - xlines-1.0/Makefile
sed 's/^X//' >xlines-1.0/Makefile << 'END-of-xlines-1.0/Makefile'
X# New ports collection makefile for:	xlines
X# Version required:			1.0 
X# Date created:				11 February 1998
X# Whom:					Andrey Zakhvatov
X#
X#
X#
X
XDISTNAME=	xlines
XPKGNAME=	xlines-1.0
XCATEGORIES=	games x11
XMASTER_SITES=	ftp://risq.belcaf.minsk.by/pub/genie/
X
XMAINTAINER=	andy@icc.surw.chel.su
X
XUSE_X11=	yes
XWRKSRC=		${WRKDIR}
X
XLIB_DEPENDS=	qt\\.1\\.:${PORTSDIR}/x11/qt
XBUILD_DEPENDS=	moc:${PORTSDIR}/x11/qt
X
Xpre-patch:
X	 @ tr -d "\015" < ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.new
X	 @ mv ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin
X	@ ${MKDIR} ${PREFIX}/share/xlines
X	@ ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines
X	@ ${MKDIR} ${PREFIX}/share/doc/xlines
X	@ ${INSTALL_DATA} ${WRKSRC}/readme.lines ${PREFIX}/share/doc/xlines
X	@ ${INSTALL_DATA} ${WRKSRC}/readme.qt ${PREFIX}/share/doc/xlines
X
X.include <bsd.port.mk>
END-of-xlines-1.0/Makefile
echo c - xlines-1.0/files
mkdir -p xlines-1.0/files > /dev/null 2>&1
echo x - xlines-1.0/files/md5
sed 's/^X//' >xlines-1.0/files/md5 << 'END-of-xlines-1.0/files/md5'
XMD5 (xlines.tar.gz) = 9e456bb7419b8cda6bc44ac9940913e4
END-of-xlines-1.0/files/md5
echo c - xlines-1.0/patches
mkdir -p xlines-1.0/patches > /dev/null 2>&1
echo x - xlines-1.0/patches/patch-aa
sed 's/^X//' >xlines-1.0/patches/patch-aa << 'END-of-xlines-1.0/patches/patch-aa'
X*** Makefile	Fri Feb 13 06:58:43 1998
X--- /home/andy/tmp/wrk/Makefile	Wed Feb 11 17:09:21 1998
X***************
X*** 1,8 ****
X! INCDIR=/usr/local/qt/include
X  CFLAGS=-O2 -I/usr/X11/include 
X! LFLAGS=-L/usr/local/qt/lib -lqt -L/usr/X11/lib -lX11
X  CC=gcc
X! MOC=/usr/local/qt/bin/moc
X  
X  SRC=lines.cpp lines.moc
X  OBJECTS=lines.o
X--- 1,8 ----
X! INCDIR=/usr/X11R6/include/X11/qt
X  CFLAGS=-O2 -I/usr/X11/include 
X! LFLAGS=-L/usr/X11R6/lib -lX11 -lqt
X  CC=gcc
X! MOC=/usr/X11R6/bin/moc
X  
X  SRC=lines.cpp lines.moc
X  OBJECTS=lines.o
X***************
X*** 23,25 ****
X--- 23,26 ----
X  
X  lines.moc: lines.h
X  	$(MOC) lines.h -o lines.moc
X+ 
END-of-xlines-1.0/patches/patch-aa
echo x - xlines-1.0/patches/patch-ab
sed 's/^X//' >xlines-1.0/patches/patch-ab << 'END-of-xlines-1.0/patches/patch-ab'
X*** lines.cpp	Sat Jan 17 10:11:13 1998
X--- /home/andy/tmp/wrk/lines.cpp	Fri Feb 13 07:09:06 1998
X***************
X*** 502,508 ****
X     score->setGeometry(300,120,85,45);
X     curScore=0;
X     score->display(0);
X!    movie=new QMovie("trolltech.gif");
X     label=new QLabel(this,"label");
X     label->setFrameStyle(QFrame::Box|QFrame::Plain);
X     label->setMovie(*movie);
X--- 502,508 ----
X     score->setGeometry(300,120,85,45);
X     curScore=0;
X     score->display(0);
X!    movie=new QMovie("/usr/X11R6/share/xlines/trolltech.gif");
X     label=new QLabel(this,"label");
X     label->setFrameStyle(QFrame::Box|QFrame::Plain);
X     label->setMovie(*movie);
END-of-xlines-1.0/patches/patch-ab
echo c - xlines-1.0/pkg
mkdir -p xlines-1.0/pkg > /dev/null 2>&1
echo x - xlines-1.0/pkg/PLIST
sed 's/^X//' >xlines-1.0/pkg/PLIST << 'END-of-xlines-1.0/pkg/PLIST'
Xbin/xlines
Xshare/doc/xlines/readme.qt
Xshare/doc/xlines/readme.lines
Xshare/xlines/trolltech.gif
X@dirrm share/doc/xlines
X@dirrm share/xlines
END-of-xlines-1.0/pkg/PLIST
echo x - xlines-1.0/pkg/COMMENT
sed 's/^X//' >xlines-1.0/pkg/COMMENT << 'END-of-xlines-1.0/pkg/COMMENT'
XRemove as many balls from board as you can
END-of-xlines-1.0/pkg/COMMENT
echo x - xlines-1.0/pkg/DESCR
sed 's/^X//' >xlines-1.0/pkg/DESCR << 'END-of-xlines-1.0/pkg/DESCR'
X   XLines is an old game of balls where your goal is to remove
Xas many balls from the game field as you can.
X
X   I cannot  claim  the  copyright on the idea of this game so
Xall requests should go somewhere else.
X
X   If you need more  information or have any questions you can 
Xcontact me at:
X
X   e-mail: genie@ucsd.com or genie@risq.belcaf.minsk.by
X
X   ICQ UIN: 4096585
END-of-xlines-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?199802131042.NAA00621>