pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44554: New package: games/lnl



>Number:         44554
>Category:       pkg
>Synopsis:       New package: games/lnl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 12 02:50:00 +0000 2011
>Originator:     ISIHARA Takanori
>Release:        NetBSD/i386
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc9.home 5.1_STABLE NetBSD 5.1_STABLE (ISHITPC9) #63: Wed Jan 19 
23:54:00 JST 2011  
sysbuild%ishitPc9.home@localhost:/opt/sysbuild/netbsd-5/obj/i386/sys/arch/i386/compile/ISHITPC9
 i386

>Description:
New package: games/lnl.
Import from pkgsrc-wip-jp.

lnl(Labyrinths & Legends) is party & turn based rogue-like game.

>How-To-Repeat:

>Fix:
# 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:
#
#       .
#       ./patches
#       ./patches/patch-aa
#       ./Makefile
#       ./DESCR
#       ./distinfo
#       ./PLIST
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./patches
mkdir -p ./patches > /dev/null 2>&1
echo x - ./patches/patch-aa
sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
X$NetBSD$
X
X--- sh/scp-web-img.orig        2004-03-18 18:58:12.000000000 +0900
X+++ sh/scp-web-img
X@@ -11,7 +11,7 @@ if [ ! -d "$src_dir" ]; then
X fi
X 
X for f in ${src_dir}/* ; do
X-      if [ "$f" == ${src_dir}/images ]; then
X+      if [ "$f" = ${src_dir}/images ]; then
X               scp -rp $f "${site}:${dst_dir}"
X       fi
X done
END-of-./patches/patch-aa
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# $NetBSD$
X
XDISTNAME=      lnl-3.4.19
XCATEGORIES=    wip-jp games
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=lnl/50524/}
X
XMAINTAINER=    pkgsrc-users%NetBSD.org@localhost
XHOMEPAGE=      http://lnl.sourceforge.jp/
XCOMMENT=       Party & turn based rogue-like game
XLICENSE=       gnu-gpl-v2
X
XPKG_DESTDIR_SUPPORT=   user-destdir
X
XUSE_PKGLOCALEDIR=      yes
XGNU_CONFIGURE=         yes
X
XUSE_LANGUAGES+=        c c++
X
XINSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
X
X.include "../../mk/bsd.pkg.mk"
END-of-./Makefile
echo x - ./DESCR
sed 's/^X//' >./DESCR << 'END-of-./DESCR'
XLabyrinths & Legends is party & turn based rogue-like game.
END-of-./DESCR
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
X$NetBSD$
X
XSHA1 (lnl-3.4.19.tar.gz) = d6c76c6a57f178db24d7d93ed6458f143defb808
XRMD160 (lnl-3.4.19.tar.gz) = 4e86918c8dad83d261423f97eadb15b6d5cf2061
XSize (lnl-3.4.19.tar.gz) = 1083451 bytes
XSHA1 (patch-aa) = 8a1ec85b16996d431918b0d8ce2f62d0b488942c
END-of-./distinfo
echo x - ./PLIST
sed 's/^X//' >./PLIST << 'END-of-./PLIST'
X@comment $NetBSD$
Xbin/lnl
Xman/man6/lnl-faq.6
Xman/man6/lnl.6
END-of-./PLIST
exit




Home | Main Index | Thread Index | Old Index