Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

8
games/InterLOGIC/DESCR Normal file
View File

@@ -0,0 +1,8 @@
The game InterLOGIC is based on the old Amiga logic game "Balls".
The object of the game is to move balls of different colors through
a maze, connecting them with other balls of the same color. Two or
more connected balls of the same color will disappear. The aim of
the game is to clean the whole maze in this way. The balls are
connected if they are right next to each other horizontally or
vertically, but not diagonally. The current release contains 30
mind-breaking levels for you to solve.

28
games/InterLOGIC/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.14 2012/10/06 11:54:29 asau Exp $
#
DISTNAME= interLOGIC-src-0.30
# authors' preferred casing
PKGNAME= InterLOGIC-0.30
PKGREVISION= 9
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=interlogic/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/interlogic/
COMMENT= Logic/puzzle game based on the old Amiga game "Balls"
WRKSRC= ${WRKDIR}/interlogic
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/doc/InterLOGIC
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/InterLOGIC
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
games/InterLOGIC/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:56:38 joerg Exp $
bin/interlogic
share/doc/InterLOGIC/README

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2011/12/10 01:11:44 marino Exp $
SHA1 (interLOGIC-src-0.30.tar.gz) = 8cf6957e88b06a76479834ebb3608536b8ea84e3
RMD160 (interLOGIC-src-0.30.tar.gz) = f39cf78f230cdc52388009722ca3bd6553e73cf3
Size (interLOGIC-src-0.30.tar.gz) = 1731894 bytes
SHA1 (patch-configure) = c0cbe4a932651c842261901ed72d7d4db2d67062

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-configure,v 1.1 2011/12/10 01:11:44 marino Exp $
--- configure.orig 2005-09-18 13:01:22.000000000 +0000
+++ configure
@@ -6229,7 +6229,7 @@ echo "${ECHO_T}no" >&6
exit 1
fi
gentoo_lt_version="1.5.18"
-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'`
+gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6