From owner-freebsd-ports Fri Jul 9 17:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A688514CCE for ; Fri, 9 Jul 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA04176; Fri, 9 Jul 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id ACBE214C37 for ; Fri, 9 Jul 1999 17:19:57 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id AAA05889; Sat, 10 Jul 1999 00:23:23 GMT (envelope-from rover) Message-Id: <199907100023.AAA05889@fly.lglobus.ru> Date: Sat, 10 Jul 1999 00:23:23 GMT From: "Oleg V. Volkov" Reply-To: rover@fly.lglobus.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12581: New port: games/linux_adom Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12581 >Category: ports >Synopsis: New port: games/linux_adom >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 Jul 9 17:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Doesn't matter. >Description: ADOM is advanced rogue-like game with color support and many other features. This is a binary port. >How-To-Repeat: No way. >Fix: Shell archive follows: <<>> # 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: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (adom-099g14-elf.tar.gz) = c4421fa9bba043d45afbfa5c6133fe23 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XAn rogue-like advanced rpg with color support (binary port) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XAncient Domains of Mystery (ADOM for short) is a rogue-like game Xwhich means that it is a single-user game featuring the exploration Xof a dungeon complex (and in the case of ADOM a few other games of Xthis genre: the exploration of a large wilderness area with Xvillages and many special locations). You control a fictional Xcharacter described by race, class, attributes, skills, and Xequipment. This fictional character is trying to achieve a specific Xgoal and succeed in a difficult quest. To fulfill the Xquest, you have to explore previously undiscovered tunnels and Xdungeons, fight hideous monsters, uncover long forgotten secrets, Xand find treasures of all kind. X XPlease read manual in /usr/local/share/doc/adom (or wherever ${PREFIX} was Xpointing) after installation. X XYou may have to build terminfo database in order to run ADOM. Read "readme.1st" Xsection VI.E for details. X XWWW: http://www.adom.de/ END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/adom Xshare/doc/adom/readme.1st Xshare/doc/adom/adomfaq.txt Xshare/doc/adom/manual.doc X@dirrm share/doc/adom END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: linux-adom X# http://www.adom.de/ X# Version required: 0.99g14 X# Date created: 10 July 1999 X# Whom: Oleg V. Volkov X# X# $Id$ X# X XDISTNAME= adom-099g14-elf XPKGNAME= linux_adom-0.99.g14 XCATEGORIES= games XMASTER_SITES= http://www.adom.de/adom/ X XMAINTAINER= rover@lglobus.ru X XRUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_lib X XWRKSRC= ${WRKDIR}/adom X XONLY_FOR_ARCHS= i386 XNO_PACKAGE= Only unmodified original package can be distributed X XNO_WRKSUBDIR= yes XSTRIP= # empty: do not touch linux binary! X Xdo-patch: Xdo-configure: Xdo-build: Xdo-install: X cd ${WRKSRC} && \ X ${INSTALL_PROGRAM} adom ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ X ${PREFIX}/share/doc/adom X cd ${WRKSRC} && \ X ${INSTALL_MAN} readme.1st adomfaq.txt manual.doc \ X ${PREFIX}/share/doc/adom X.endif X X.include END-of-./Makefile exit <<>> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message