- update to cosmosmash-1.4.2

from Serge Basterot <sb at wo-do dot com> (MAINTAINER)
This commit is contained in:
ajacoutot 2007-10-16 16:28:36 +00:00
parent 31d33af0a3
commit 1bdb2e787e
6 changed files with 59 additions and 29 deletions

View File

@ -1,28 +1,31 @@
# $OpenBSD: Makefile,v 1.9 2007/09/15 18:01:01 simon Exp $
# $OpenBSD: Makefile,v 1.10 2007/10/16 16:28:36 ajacoutot Exp $
COMMENT= astrosmash clone for X
DISTNAME= cosmosmash-1.3
DISTNAME= cosmosmash-1.4.2
CATEGORIES= games
HOMEPAGE= http://www3.sympatico.ca/sarrazip/dev/cosmosmash.html
HOMEPAGE= http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html
MAINTAINER= Sean Escriva <eliab@spack.org>
MAINTAINER= Serge Basterot <sb@wo-do.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL SDL_image X11 Xext c m pthread stdc++ usbhid
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
WANTLIB= SDL c m pthread stdc++
LIB_DEPENDS= gengameng.>=4.1::devel/gengameng \
SDL_mixer::devel/sdl-mixer
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
LIB_DEPENDS= flatzebra-0.1::devel/flatzebra \
SDL_mixer::devel/sdl-mixer \
SDL_image::devel/sdl-image
ksh: q: not found
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (cosmosmash-1.3.tar.gz) = bTdRHcZHENAu6SCXcCkXsw==
RMD160 (cosmosmash-1.3.tar.gz) = KyxhMNP3oVWp2MuJ3KFV6EFmg5M=
SHA1 (cosmosmash-1.3.tar.gz) = 8FiO5ZLEplaAL+nI7RLR36h9Pa8=
SHA256 (cosmosmash-1.3.tar.gz) = dwCzbtuYx9IwdXyJD/IdMkjRe90Yl/E66izn3en8uwg=
SIZE (cosmosmash-1.3.tar.gz) = 155194
MD5 (cosmosmash-1.4.2.tar.gz) = yRGduB3GfDEukhOlOU5plQ==
RMD160 (cosmosmash-1.4.2.tar.gz) = VfHT6Yts/OGGmsnQbWPvrDPEeR8=
SHA1 (cosmosmash-1.4.2.tar.gz) = elnal5WxytEYvyCm8JloxCutOQg=
SHA256 (cosmosmash-1.4.2.tar.gz) = uOO4b8/BXdLzj5yF6WoMMw6Wn/7kvrBSjx8w77xr75k=
SIZE (cosmosmash-1.4.2.tar.gz) = 165362

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-Makefile_in,v 1.1 2007/10/16 16:28:36 ajacoutot Exp $
--- Makefile.in.orig Thu Jun 21 03:58:29 2007
+++ Makefile.in Thu Oct 11 18:43:55 2007
@@ -179,7 +179,7 @@ target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = src
man_MANS = doc/cosmosmash.6
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
doc_DATA = \
AUTHORS \
COPYING \
@@ -638,7 +638,7 @@ info: info-recursive
info-am:
-install-data-am: install-docDATA install-man
+install-data-am: install-man
install-exec-am:

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-configure,v 1.2 2003/01/21 09:39:42 pvalchev Exp $
--- configure.orig Sat Jan 18 15:23:32 2003
+++ configure Sat Jan 18 15:24:52 2003
@@ -1707,10 +1707,6 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst
# Checks for programs.
-if test "_$CXXFLAGS" = _; then
- CXXFLAGS="-g"
-fi
-
ac_ext=cc
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2007/10/16 16:28:36 ajacoutot Exp $
--- src/Makefile.in.orig Tue Oct 16 18:23:58 2007
+++ src/Makefile.in Tue Oct 16 18:24:06 2007
@@ -588,8 +588,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
check: all
@HAVE_GETOPT_LONG_TRUE@ test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
-@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --version >& /dev/null
-@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --help >& /dev/null
+@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --version > /dev/null
+@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --help > /dev/null
run: check all
PKGSOUNDDIR=$(srcdir)/sounds ./$(PACKAGE)

View File

@ -1,6 +1,10 @@
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 00:46:08 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2007/10/16 16:28:36 ajacoutot Exp $
bin/cosmosmash
@man man/man6/cosmosmash.6
share/applications/
share/applications/cosmosmash.desktop
share/pixmaps/
share/pixmaps/cosmosmash.png
share/sounds/
share/sounds/cosmosmash/
share/sounds/cosmosmash/hyperspace.wav
@ -9,3 +13,5 @@ share/sounds/cosmosmash/pulsar-beep.wav
share/sounds/cosmosmash/rock-hit-0.wav
share/sounds/cosmosmash/rock-hit-1.wav
share/sounds/cosmosmash/saucer-shooting.wav
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database