diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-06 02:56:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-06 02:56:05 +0800 |
commit | 906255bd2f6b97888fe8db5de80fb33ae0b73bcb (patch) | |
tree | 4731b24c41f82d3cb37c3d7ec54957bafd165e15 /games | |
parent | 3d58c50fc09d8c210c5d0b87325d4ee6b599b3a2 (diff) | |
download | marcuscom-ports-906255bd2f6b97888fe8db5de80fb33ae0b73bcb.tar marcuscom-ports-906255bd2f6b97888fe8db5de80fb33ae0b73bcb.tar.gz marcuscom-ports-906255bd2f6b97888fe8db5de80fb33ae0b73bcb.tar.bz2 marcuscom-ports-906255bd2f6b97888fe8db5de80fb33ae0b73bcb.tar.lz marcuscom-ports-906255bd2f6b97888fe8db5de80fb33ae0b73bcb.tar.xz marcuscom-ports-906255bd2f6b97888fe8db5de80fb33ae0b73bcb.tar.zst marcuscom-ports-906255bd2f6b97888fe8db5de80fb33ae0b73bcb.zip |
Update to 2.13.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5254 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/atomix/Makefile | 31 | ||||
-rw-r--r-- | games/atomix/distinfo | 3 | ||||
-rw-r--r-- | games/atomix/pkg-descr | 8 | ||||
-rw-r--r-- | games/atomix/pkg-install | 13 | ||||
-rw-r--r-- | games/atomix/pkg-plist | 124 |
5 files changed, 179 insertions, 0 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile new file mode 100644 index 000000000..8fa3e3ad2 --- /dev/null +++ b/games/atomix/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: atomix +# Date created: 30 January 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD: ports/games/atomix/Makefile,v 1.26 2005/11/17 22:47:55 marcus Exp $ +# $MCom: ports-stable/games/atomix/Makefile,v 1.2 2005/08/04 04:03:32 marcus Exp $ +# + +PORTNAME= atomix +PORTVERSION= 2.13.2 +CATEGORIES= games gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A yet another little mind game + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_BZIP2= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/games/atomix/distinfo b/games/atomix/distinfo new file mode 100644 index 000000000..8e562ebcf --- /dev/null +++ b/games/atomix/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/atomix-2.13.2.tar.bz2) = 5d043a7ef54b1e80404612a5fe7103a1 +SHA256 (gnome2/atomix-2.13.2.tar.bz2) = 7cc7912c3356a6acba366cf93bafb4e91aa33d32683baab83c44b043860acb65 +SIZE (gnome2/atomix-2.13.2.tar.bz2) = 298189 diff --git a/games/atomix/pkg-descr b/games/atomix/pkg-descr new file mode 100644 index 000000000..f5caf2f97 --- /dev/null +++ b/games/atomix/pkg-descr @@ -0,0 +1,8 @@ +Atomix is a little mind game where you have to build molecules +out of single atoms. These are laying around between the walls +and obstacles on the playfield. Once you have pushed an atom in +one direction it moves until it hits an obstacle or another +atom. It needs some thinking how to construct complex +molecules with this atom behaviour. + +WWW: http://triq.net/~jens/atomix.php diff --git a/games/atomix/pkg-install b/games/atomix/pkg-install new file mode 100644 index 000000000..e4e48b646 --- /dev/null +++ b/games/atomix/pkg-install @@ -0,0 +1,13 @@ +#!/bin/sh + +if [ "$2" = "POST-INSTALL" ]; then + mkdir -p ${PKG_PREFIX}/share/gnome/games + SCORES="atomix.scores" + for i in ${SCORES}; do + if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then + touch -f ${PKG_PREFIX}/share/gnome/games/${i} + chown games:games ${PKG_PREFIX}/share/gnome/games/${i} + chmod 0664 ${PKG_PREFIX}/share/gnome/games/${i} + fi + done +fi diff --git a/games/atomix/pkg-plist b/games/atomix/pkg-plist new file mode 100644 index 000000000..90c4f4feb --- /dev/null +++ b/games/atomix/pkg-plist @@ -0,0 +1,124 @@ +bin/atomix +share/gnome/applications/atomix.desktop +share/gnome/atomix/atomix-logo.png +share/gnome/atomix/level/aceticacid.atomix.xml +share/gnome/atomix/level/acetone.atomix.xml +share/gnome/atomix/level/butanol.atomix.xml +share/gnome/atomix/level/cyclobutane.atomix.xml +share/gnome/atomix/level/dimethylether.atomix.xml +share/gnome/atomix/level/ethanal.atomix.xml +share/gnome/atomix/level/ethane.atomix.xml +share/gnome/atomix/level/ethanol.atomix.xml +share/gnome/atomix/level/ethylene.atomix.xml +share/gnome/atomix/level/glycerin.atomix.xml +share/gnome/atomix/level/lactic-acid.atomix.xml +share/gnome/atomix/level/methanal.atomix.xml +share/gnome/atomix/level/methane.atomix.xml +share/gnome/atomix/level/methanol.atomix.xml +share/gnome/atomix/level/propanal.atomix.xml +share/gnome/atomix/level/propylene.atomix.xml +share/gnome/atomix/level/pyran.atomix.xml +share/gnome/atomix/level/sequence +share/gnome/atomix/level/transbutylen.atomix.xml +share/gnome/atomix/level/water.atomix.xml +share/gnome/atomix/themes/default/arrow-bottom.png +share/gnome/atomix/themes/default/arrow-left.png +share/gnome/atomix/themes/default/arrow-right.png +share/gnome/atomix/themes/default/arrow-top.png +share/gnome/atomix/themes/default/atom-c.png +share/gnome/atomix/themes/default/atom-f.png +share/gnome/atomix/themes/default/atom-h.png +share/gnome/atomix/themes/default/atom-n.png +share/gnome/atomix/themes/default/atom-o.png +share/gnome/atomix/themes/default/cursor.png +share/gnome/atomix/themes/default/floor.png +share/gnome/atomix/themes/default/link-bottom-double.png +share/gnome/atomix/themes/default/link-bottom-left.png +share/gnome/atomix/themes/default/link-bottom-right.png +share/gnome/atomix/themes/default/link-bottom.png +share/gnome/atomix/themes/default/link-left-double.png +share/gnome/atomix/themes/default/link-left.png +share/gnome/atomix/themes/default/link-right-double.png +share/gnome/atomix/themes/default/link-right.png +share/gnome/atomix/themes/default/link-top-double.png +share/gnome/atomix/themes/default/link-top-left.png +share/gnome/atomix/themes/default/link-top-right.png +share/gnome/atomix/themes/default/link-top.png +share/gnome/atomix/themes/default/shadow-bottom-right.png +share/gnome/atomix/themes/default/shadow-left-top.png +share/gnome/atomix/themes/default/shadow-left.png +share/gnome/atomix/themes/default/shadow-top-left-both.png +share/gnome/atomix/themes/default/shadow-top-left.png +share/gnome/atomix/themes/default/shadow-top.png +share/gnome/atomix/themes/default/theme +share/gnome/atomix/themes/default/wall-bottom-left.png +share/gnome/atomix/themes/default/wall-bottom-right.png +share/gnome/atomix/themes/default/wall-horizontal-bottomx.png +share/gnome/atomix/themes/default/wall-horizontal-left-end.png +share/gnome/atomix/themes/default/wall-horizontal-right-end.png +share/gnome/atomix/themes/default/wall-horizontal-topx.png +share/gnome/atomix/themes/default/wall-horizontal.png +share/gnome/atomix/themes/default/wall-single.png +share/gnome/atomix/themes/default/wall-top-left.png +share/gnome/atomix/themes/default/wall-top-right.png +share/gnome/atomix/themes/default/wall-vertical-bottom-end.png +share/gnome/atomix/themes/default/wall-vertical-leftx.png +share/gnome/atomix/themes/default/wall-vertical-rightx.png +share/gnome/atomix/themes/default/wall-vertical-top-end.png +share/gnome/atomix/themes/default/wall-vertical.png +@unexec [ -s %D/share/gnome/games/atomix.scores ] || rm -f %D/share/gnome/games/atomix.scores +share/gnome/gnome-2.0/ui/atomix-ui.xml +share/gnome/pixmaps/atomix-icon.png +share/locale/am/LC_MESSAGES/atomix.mo +share/locale/az/LC_MESSAGES/atomix.mo +share/locale/be/LC_MESSAGES/atomix.mo +share/locale/bg/LC_MESSAGES/atomix.mo +share/locale/ca/LC_MESSAGES/atomix.mo +share/locale/cs/LC_MESSAGES/atomix.mo +share/locale/da/LC_MESSAGES/atomix.mo +share/locale/de/LC_MESSAGES/atomix.mo +share/locale/el/LC_MESSAGES/atomix.mo +share/locale/en_CA/LC_MESSAGES/atomix.mo +share/locale/en_GB/LC_MESSAGES/atomix.mo +share/locale/es/LC_MESSAGES/atomix.mo +share/locale/et/LC_MESSAGES/atomix.mo +share/locale/fa/LC_MESSAGES/atomix.mo +share/locale/fr/LC_MESSAGES/atomix.mo +share/locale/ga/LC_MESSAGES/atomix.mo +share/locale/gl/LC_MESSAGES/atomix.mo +share/locale/gu/LC_MESSAGES/atomix.mo +share/locale/he/LC_MESSAGES/atomix.mo +share/locale/hi/LC_MESSAGES/atomix.mo +share/locale/hu/LC_MESSAGES/atomix.mo +share/locale/is/LC_MESSAGES/atomix.mo +share/locale/it/LC_MESSAGES/atomix.mo +share/locale/ja/LC_MESSAGES/atomix.mo +share/locale/kn/LC_MESSAGES/atomix.mo +share/locale/ko/LC_MESSAGES/atomix.mo +share/locale/lv/LC_MESSAGES/atomix.mo +share/locale/ms/LC_MESSAGES/atomix.mo +share/locale/nb/LC_MESSAGES/atomix.mo +share/locale/nl/LC_MESSAGES/atomix.mo +share/locale/no/LC_MESSAGES/atomix.mo +share/locale/pa/LC_MESSAGES/atomix.mo +share/locale/pl/LC_MESSAGES/atomix.mo +share/locale/pt/LC_MESSAGES/atomix.mo +share/locale/pt_BR/LC_MESSAGES/atomix.mo +share/locale/ru/LC_MESSAGES/atomix.mo +share/locale/sk/LC_MESSAGES/atomix.mo +share/locale/sl/LC_MESSAGES/atomix.mo +share/locale/sq/LC_MESSAGES/atomix.mo +share/locale/sr/LC_MESSAGES/atomix.mo +share/locale/sr@Latn/LC_MESSAGES/atomix.mo +share/locale/sv/LC_MESSAGES/atomix.mo +share/locale/ta/LC_MESSAGES/atomix.mo +share/locale/tr/LC_MESSAGES/atomix.mo +share/locale/uk/LC_MESSAGES/atomix.mo +share/locale/vi/LC_MESSAGES/atomix.mo +share/locale/wa/LC_MESSAGES/atomix.mo +share/locale/zh_CN/LC_MESSAGES/atomix.mo +share/locale/zh_TW/LC_MESSAGES/atomix.mo +@dirrm share/gnome/atomix/themes/default +@dirrm share/gnome/atomix/themes +@dirrm share/gnome/atomix/level +@dirrm share/gnome/atomix |