1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 0.9.14

- Rename games/chromium to games/chromium-bsu (now the latter is `official' and used all over the package)
This commit is contained in:
Dmitry Marakasov 2009-04-26 23:36:13 +00:00
parent b8abdfd3db
commit 57f3db43b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232803
9 changed files with 35 additions and 166 deletions

1
MOVED
View File

@ -3939,3 +3939,4 @@ www/mod_mysqluserdir||2009-04-13|Depends on broken databases/mysql323-client
x11/nvidia-driver-71xx|x11/nvidia-driver-71|2009-04-13|Renamed
x11/nvidia-driver-96xx|x11/nvidia-driver-96|2009-04-13|Renamed
emulators/cpmtools27|emulators/cpmtools2|2009-04-25|Renamed
games/chromium|games/chromium-bsu|2009-04-26|Renamed

View File

@ -124,7 +124,7 @@
SUBDIR += cheech
SUBDIR += childsplay
SUBDIR += childsplay_plugins
SUBDIR += chromium
SUBDIR += chromium-bsu
SUBDIR += circuslinux
SUBDIR += cleanq3
SUBDIR += columns

View File

@ -5,10 +5,10 @@
# $FreeBSD$
#
PORTNAME= chromium
PORTVERSION= 0.9.13.3
PORTNAME= chromium-bsu
PORTVERSION= 0.9.14
CATEGORIES= games
MASTER_SITES= SF/chromium-bsu
MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= An arcade-style, top-scrolling space shooter
@ -21,11 +21,12 @@ GNU_CONFIGURE= yes
USE_GL= gl glu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-glc
MAKE_JOBS_SAFE= yes
PORTDOCS= *
MAN6= chromium.6
MAN6= chromium-bsu.6
OPTIONS= SDL_MIXER "Use SDL_mixer instead of openal for audio" off \
GLUT "Use GLUT instead of SDL for video" off
@ -34,9 +35,9 @@ OPTIONS= SDL_MIXER "Use SDL_mixer instead of openal for audio" off \
.if defined(WITH_GLUT)
USE_GL+= glut
CONFIGURE_ARGS+=--disable-sdl
CONFIGURE_ARGS+=--disable-sdl --disable-sdlimage
.else
USE_SDL+= sdl
USE_SDL+= sdl image
CONFIGURE_ARGS+=--disable-glut
.endif
@ -49,11 +50,22 @@ LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal \
CONFIGURE_ARGS+=--disable-sdlmixer
.endif
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/SUBDIRS/ s|doc||' ${WRKSRC}/data/Makefile.in
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
@${REINPLACE_CMD} -e '/^bindir=.*games/ d; /^datadir=.*games/ d' \
post-patch:
@${REINPLACE_CMD} -e '/^LIBS =/ s|$$| @INTLLIBS@|' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|\([A-Z][A-Z_]*[A-Z]\)\+="\(.*\)"$$|\1="$$\1 \2"|; \
s|\([A-Z][A-Z_]*[A-Z]\)\+=\(.*\)$$|\1="$$\1 \2"|' \
${WRKSRC}/configure
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/doc / d' ${WRKSRC}/data/Makefile.in
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (chromium-0.9.13.3.tar.gz) = 877a0412ae3839f5c1174922a655b405
SHA256 (chromium-0.9.13.3.tar.gz) = 60affa635624a992483da40de353c2681cd15aaaa52b2ae9753d38c865574c40
SIZE (chromium-0.9.13.3.tar.gz) = 1504097
MD5 (chromium-bsu-0.9.14.tar.gz) = 26df69b13e2ca370b6b45ac8e9efddd5
SHA256 (chromium-bsu-0.9.14.tar.gz) = 17e6f846458dff790d1d9c534bb5c9087ce97d6a4616f4cbd4851abdfb2d1709
SIZE (chromium-bsu-0.9.14.tar.gz) = 1615989

View File

@ -1,5 +1,5 @@
bin/chromium
share/applications/chromium.desktop
bin/chromium-bsu
share/applications/chromium-bsu.desktop
%%DATADIR%%/png/check.png
%%DATADIR%%/png/chrome.jpg
%%DATADIR%%/png/cursor.png
@ -49,6 +49,8 @@ share/applications/chromium.desktop
%%DATADIR%%/png/heroExplo02.png
%%DATADIR%%/png/heroShields.png
%%DATADIR%%/png/heroSuper.png
%%DATADIR%%/png/icon32.png
%%DATADIR%%/png/icon64.png
%%DATADIR%%/png/life.png
%%DATADIR%%/png/menu_back.png
%%DATADIR%%/png/menu_updown.png
@ -74,7 +76,10 @@ share/applications/chromium.desktop
%%DATADIR%%/wav/music_game.wav
%%DATADIR%%/wav/music_menu.wav
%%DATADIR%%/wav/power.wav
share/pixmaps/chromium.png
%%NLS%%share/locale/bg/LC_MESSAGES/chromium-bsu.mo
%%NLS%%share/locale/de/LC_MESSAGES/chromium-bsu.mo
%%NLS%%share/locale/es/LC_MESSAGES/chromium-bsu.mo
share/pixmaps/chromium-bsu.png
@dirrm %%DATADIR%%/wav
@dirrm %%DATADIR%%/png
@dirrm %%DATADIR%%

View File

@ -1,59 +0,0 @@
# New ports collection makefile for: chromium
# Date created: 17 Dec, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= chromium
PORTVERSION= 0.9.13.3
CATEGORIES= games
MASTER_SITES= SF/chromium-bsu
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= An arcade-style, top-scrolling space shooter
LIB_DEPENDS= glpng.1:${PORTSDIR}/graphics/glpng \
ftgl.2:${PORTSDIR}/graphics/ftgl \
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
GNU_CONFIGURE= yes
USE_GL= gl glu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_JOBS_SAFE= yes
PORTDOCS= *
MAN6= chromium.6
OPTIONS= SDL_MIXER "Use SDL_mixer instead of openal for audio" off \
GLUT "Use GLUT instead of SDL for video" off
.include <bsd.port.pre.mk>
.if defined(WITH_GLUT)
USE_GL+= glut
CONFIGURE_ARGS+=--disable-sdl
.else
USE_SDL+= sdl
CONFIGURE_ARGS+=--disable-glut
.endif
.if defined(WITH_SDL_MIXER)
USE_SDL+= mixer
CONFIGURE_ARGS+=--disable-openal
.else
LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal \
alut.1:${PORTSDIR}/audio/freealut
CONFIGURE_ARGS+=--disable-sdlmixer
.endif
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/SUBDIRS/ s|doc||' ${WRKSRC}/data/Makefile.in
.endif
@${REINPLACE_CMD} -e '/^bindir=.*games/ d; /^datadir=.*games/ d' \
${WRKSRC}/configure
.include <bsd.port.post.mk>

View File

@ -1,3 +0,0 @@
MD5 (chromium-0.9.13.3.tar.gz) = 877a0412ae3839f5c1174922a655b405
SHA256 (chromium-0.9.13.3.tar.gz) = 60affa635624a992483da40de353c2681cd15aaaa52b2ae9753d38c865574c40
SIZE (chromium-0.9.13.3.tar.gz) = 1504097

View File

@ -1,6 +0,0 @@
Chromium B.S.U. is a fast paced, arcade-style, top-scrolling space shooter.
WWW: http://www.reptilelabour.com/software/chromium/
- Eric Anholt
anholt@FreeBSD.org

View File

@ -1,81 +0,0 @@
bin/chromium
share/applications/chromium.desktop
%%DATADIR%%/png/check.png
%%DATADIR%%/png/chrome.jpg
%%DATADIR%%/png/cursor.png
%%DATADIR%%/png/darken.png
%%DATADIR%%/png/elect.png
%%DATADIR%%/png/electric.png
%%DATADIR%%/png/enemy00.png
%%DATADIR%%/png/enemy01-extra.png
%%DATADIR%%/png/enemy01-rot.png
%%DATADIR%%/png/enemy01.png
%%DATADIR%%/png/enemy02.png
%%DATADIR%%/png/enemy03-extra.png
%%DATADIR%%/png/enemy03.png
%%DATADIR%%/png/enemy04.png
%%DATADIR%%/png/enemy05.png
%%DATADIR%%/png/enemy06.png
%%DATADIR%%/png/enemyAmmo00.png
%%DATADIR%%/png/enemyAmmo01.png
%%DATADIR%%/png/enemyAmmo02.png
%%DATADIR%%/png/enemyAmmo03.png
%%DATADIR%%/png/enemyAmmo04.png
%%DATADIR%%/png/enemyAmmoExplo00.png
%%DATADIR%%/png/enemyAmmoExplo01.png
%%DATADIR%%/png/enemyAmmoExplo02.png
%%DATADIR%%/png/enemyAmmoExplo03.png
%%DATADIR%%/png/enemyAmmoExplo04.png
%%DATADIR%%/png/enemyExplo.png
%%DATADIR%%/png/explo.png
%%DATADIR%%/png/glitter.png
%%DATADIR%%/png/gndBaseSea.png
%%DATADIR%%/png/gndMetalBase00.png
%%DATADIR%%/png/gndMetalBase01.png
%%DATADIR%%/png/gndMetalBase02.png
%%DATADIR%%/png/gndMetalBlip.png
%%DATADIR%%/png/hero.png
%%DATADIR%%/png/heroAmmo00.png
%%DATADIR%%/png/heroAmmo01.png
%%DATADIR%%/png/heroAmmo02.png
%%DATADIR%%/png/heroAmmoExplo00.png
%%DATADIR%%/png/heroAmmoExplo01.png
%%DATADIR%%/png/heroAmmoExplo02.png
%%DATADIR%%/png/heroAmmoFlash00.png
%%DATADIR%%/png/heroAmmoFlash01.png
%%DATADIR%%/png/heroAmmoFlash02.png
%%DATADIR%%/png/heroExplo00.png
%%DATADIR%%/png/heroExplo01.png
%%DATADIR%%/png/heroExplo02.png
%%DATADIR%%/png/heroShields.png
%%DATADIR%%/png/heroSuper.png
%%DATADIR%%/png/life.png
%%DATADIR%%/png/menu_back.png
%%DATADIR%%/png/menu_updown.png
%%DATADIR%%/png/powerUpAmmo.png
%%DATADIR%%/png/powerUpShield.png
%%DATADIR%%/png/powerUpTex.png
%%DATADIR%%/png/reflect-blend.png
%%DATADIR%%/png/reflect-gnd.png
%%DATADIR%%/png/reflect.png
%%DATADIR%%/png/shields.png
%%DATADIR%%/png/stat-top.png
%%DATADIR%%/png/statBar.png
%%DATADIR%%/png/superBomb.png
%%DATADIR%%/png/useFocus.png
%%DATADIR%%/png/useItem00.png
%%DATADIR%%/png/useItem01.png
%%DATADIR%%/wav/boom.wav
%%DATADIR%%/wav/exploBig.wav
%%DATADIR%%/wav/exploPop.wav
%%DATADIR%%/wav/exploStd.wav
%%DATADIR%%/wav/life_add.wav
%%DATADIR%%/wav/life_lose.wav
%%DATADIR%%/wav/music_game.wav
%%DATADIR%%/wav/music_menu.wav
%%DATADIR%%/wav/power.wav
share/pixmaps/chromium.png
@dirrm %%DATADIR%%/wav
@dirrm %%DATADIR%%/png
@dirrm %%DATADIR%%
@dirrmtry share/applications