Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 11:30:41 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6684: New port: xzip-1.7
Message-ID:  <199805190730.LAA28208@icc.surw.chel.su>

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

>Number:         6684
>Category:       ports
>Synopsis:       New port: xzip-1.7
>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:   Tue May 19 00:30:01 PDT 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 Infocom games interpreter for X Window System.
It allows running most of Infocom ZIP story files.


# 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:
#
#	xzip-1.7
#	xzip-1.7/Makefile
#	xzip-1.7/files
#	xzip-1.7/files/md5
#	xzip-1.7/pkg
#	xzip-1.7/pkg/PLIST
#	xzip-1.7/pkg/COMMENT
#	xzip-1.7/pkg/DESCR
#	xzip-1.7/patches
#	xzip-1.7/patches/patch-aa
#
echo c - xzip-1.7
mkdir -p xzip-1.7 > /dev/null 2>&1
echo x - xzip-1.7/Makefile
sed 's/^X//' >xzip-1.7/Makefile << 'END-of-xzip-1.7/Makefile'
X# New ports collection makefile for:	xzip
X# Version required:			1.7
X# Date created:				17 May 1998
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=		xzip170
XPKGNAME=		xzip-1.7
XCATEGORIES=		games x11
XMASTER_SITES=		ftp://ftp.gmd.ed/if-archive/infocom/interpreters/zip/
XEXTRACT_SUFX=		.tar.Z
X
XMAINTAINER=		andy@icc.surw.chel.su
X
XALL_TARGET=
XUSE_X11=		yes
XWRKSRC=			${WRKDIR}/xzip
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/xzip ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${PREFIX}/share/doc/xzip
X	@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xzip
X.endif
X
X.include <bsd.port.mk>
END-of-xzip-1.7/Makefile
echo c - xzip-1.7/files
mkdir -p xzip-1.7/files > /dev/null 2>&1
echo x - xzip-1.7/files/md5
sed 's/^X//' >xzip-1.7/files/md5 << 'END-of-xzip-1.7/files/md5'
XMD5 (xzip170.tar.Z) = f71c2d96f7a229c1b92b68fdab9e501d
END-of-xzip-1.7/files/md5
echo c - xzip-1.7/pkg
mkdir -p xzip-1.7/pkg > /dev/null 2>&1
echo x - xzip-1.7/pkg/PLIST
sed 's/^X//' >xzip-1.7/pkg/PLIST << 'END-of-xzip-1.7/pkg/PLIST'
Xbin/xzip
Xshare/doc/xzip/README
X@dirrm share/doc/xzip
END-of-xzip-1.7/pkg/PLIST
echo x - xzip-1.7/pkg/COMMENT
sed 's/^X//' >xzip-1.7/pkg/COMMENT << 'END-of-xzip-1.7/pkg/COMMENT'
XInfocom games interpreter for X Window System.
END-of-xzip-1.7/pkg/COMMENT
echo x - xzip-1.7/pkg/DESCR
sed 's/^X//' >xzip-1.7/pkg/DESCR << 'END-of-xzip-1.7/pkg/DESCR'
XInfocom games interpreter for X Window System.
XIt allows running most of Infocom ZIP story files.
END-of-xzip-1.7/pkg/DESCR
echo c - xzip-1.7/patches
mkdir -p xzip-1.7/patches > /dev/null 2>&1
echo x - xzip-1.7/patches/patch-aa
sed 's/^X//' >xzip-1.7/patches/patch-aa << 'END-of-xzip-1.7/patches/patch-aa'
X--- Makefile	Sat Jan  3 18:42:44 1998
X+++ /home/andy/tmp/wrk/Makefile	Sat May 16 23:29:55 1998
X@@ -60,21 +60,21 @@
X #SYSTEMFLAGS = -DBIG_END_MODE
X 
X # definitions for some arbitrary little-endian system
X-#SYSTEMFLAGS = -DLITTLE_END_MODE
X+SYSTEMFLAGS = -DLITTLE_END_MODE
X 
X # --------------------
X 
X # definitions for where the X lib and include directories are
X-XDIR = /usr
X-XINCLUDE = $(XDIR)/include/X11
X-XLIB = $(XDIR)/lib/X11
X+XDIR = ${X11BASE}
X+XINCLUDE = $(XDIR)/include
X+XLIB = $(XDIR)/lib
X 
X # definition for where to install xzip executable and man page
X DESTDIR = /usr/local
X 
X # --------------------
X 
X-CFLAGS = -O $(SYSTEMFLAGS) -I$(XINCLUDE)
X+CFLAGS+= $(SYSTEMFLAGS) -I$(XINCLUDE)
X LDFLAGS =
X LIBS = -L$(XLIB) -lX11 $(SYSTEMLIBS)
X 
END-of-xzip-1.7/patches/patch-aa
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?199805190730.LAA28208>