diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 09:53:23 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 09:53:23 +0800 |
commit | cfae54e359786f80d3c85e976a3adeb004b38525 (patch) | |
tree | 6ed668a5f67af6713dc8fb1078917e0598666b60 | |
parent | 2ca29d9a76dd87242131def2d4c4ff3d3f5b4fae (diff) | |
download | marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.gz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.bz2 marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.lz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.xz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.zst marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8804 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/xpuyopuyo/Makefile | 51 | ||||
-rw-r--r-- | games/xpuyopuyo/distinfo | 3 | ||||
-rw-r--r-- | games/xpuyopuyo/files/patch-aa | 11 | ||||
-rw-r--r-- | games/xpuyopuyo/files/patch-ab | 11 | ||||
-rw-r--r-- | games/xpuyopuyo/pkg-descr | 20 | ||||
-rw-r--r-- | games/xpuyopuyo/pkg-plist | 220 | ||||
-rw-r--r-- | games/xscorch/Makefile | 45 | ||||
-rw-r--r-- | games/xscorch/distinfo | 3 | ||||
-rw-r--r-- | games/xscorch/pkg-descr | 13 | ||||
-rw-r--r-- | games/xscorch/pkg-plist | 14 | ||||
-rw-r--r-- | graphics/electriceyes/Makefile | 30 | ||||
-rw-r--r-- | graphics/electriceyes/distinfo | 3 | ||||
-rw-r--r-- | graphics/electriceyes/files/patch-aa | 22 | ||||
-rw-r--r-- | graphics/electriceyes/files/patch-ab | 19 | ||||
-rw-r--r-- | graphics/electriceyes/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/electriceyes/pkg-plist | 55 | ||||
-rw-r--r-- | graphics/frontline/Makefile | 29 | ||||
-rw-r--r-- | graphics/frontline/distinfo | 3 | ||||
-rw-r--r-- | graphics/frontline/pkg-descr | 12 | ||||
-rw-r--r-- | graphics/frontline/pkg-plist | 24 | ||||
-rw-r--r-- | graphics/jumpgis/Makefile | 70 | ||||
-rw-r--r-- | graphics/jumpgis/distinfo | 9 | ||||
-rw-r--r-- | graphics/jumpgis/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/jumpgis/pkg-plist | 15 |
24 files changed, 694 insertions, 0 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile new file mode 100644 index 000000000..53a59001e --- /dev/null +++ b/games/xpuyopuyo/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: xpuyopuyo +# Date created: 19 Sep 1999 +# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= xpuyopuyo +PORTVERSION= 0.9.8 +PORTREVISION= 3 +CATEGORIES= games +MASTER_SITES= http://chaos2.org/xpuyopuyo/ + +MAINTAINER= yinjieh@csie.nctu.edu.tw +COMMENT= A puzzle game, somewhat like Tetris + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_XPM= yes +USE_AUTOTOOLS= autoconf:213 +USE_GNOME= gtk12 +WANT_GNOME= yes + +MAN6= xpuyopuyo.6 + +OPTIONS= MIKMOD "libmikmod support" off \ + ROTATE_FIXED "Fix position of one blob during rotation" off \ + AIBREED "Allow AI breeding" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_MIKMOD) || exists(${LOCALBASE}/lib/libmikmod.a) +LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod +CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE} +.endif + +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomelibs gnomehack +PKGNAMESUFFIX= -gnome +.else +CONFIGURE_ARGS+= --without-gnome +.endif + +.if defined(WITH_ROTATE_FIXED) +CONFIGURE_ARGS+=--enable-rotate-fixed +.endif +.if defined(WITH_AIBREED) +CONFIGURE_ARGS+=--enable-aibreed +.endif + +.include <bsd.port.post.mk> diff --git a/games/xpuyopuyo/distinfo b/games/xpuyopuyo/distinfo new file mode 100644 index 000000000..b037d864b --- /dev/null +++ b/games/xpuyopuyo/distinfo @@ -0,0 +1,3 @@ +MD5 (xpuyopuyo-0.9.8.tar.gz) = 5286312415d632011cfd0e603f55c428 +SHA256 (xpuyopuyo-0.9.8.tar.gz) = 29bcc028e027c3c3d8706a85cb3611ceadfc3119016cde14419eb0364cbe04d4 +SIZE (xpuyopuyo-0.9.8.tar.gz) = 1235619 diff --git a/games/xpuyopuyo/files/patch-aa b/games/xpuyopuyo/files/patch-aa new file mode 100644 index 000000000..e16f8929f --- /dev/null +++ b/games/xpuyopuyo/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Sep 25 18:11:27 1999 ++++ Makefile.in Fri Oct 8 10:34:51 1999 +@@ -135,7 +135,7 @@ + @GTK_FALSE@xpuyopuyo_DEPENDENCIES = libxpuyopuyo.a + @GTK_TRUE@xpuyopuyo_DEPENDENCIES = libxpuyopuyo.a + xpuyopuyo_LDFLAGS = +-CFLAGS = @CFLAGS@ ++CFLAGS += @CFLAGS@ + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) diff --git a/games/xpuyopuyo/files/patch-ab b/games/xpuyopuyo/files/patch-ab new file mode 100644 index 000000000..87a41ba40 --- /dev/null +++ b/games/xpuyopuyo/files/patch-ab @@ -0,0 +1,11 @@ +--- pgame/Makefile.in.orig Tue Jul 18 10:31:49 2000 ++++ pgame/Makefile.in Tue Jul 18 10:32:05 2000 +@@ -117,7 +117,7 @@ + libxpp_game_a_SOURCES = pconfig.c pfield.c pgame.c phighscore.c pinfo.c pmanip.c ppiece.c pplayer.c ptournament.c pconfig.h pconfigm.h pfield.h pgame.h phighscore.h pinfo.h pmanip.h ppiece.h pplayer.h ptime.h ptournament.h pwindow.h + + +-INCLUDES = -I../putil -I../pai -I../pnet -I../psound ++INCLUDES = $(LIBMIKMOD_CFLAGS) -I../putil -I../pai -I../pnet -I../psound + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff --git a/games/xpuyopuyo/pkg-descr b/games/xpuyopuyo/pkg-descr new file mode 100644 index 000000000..d629186d6 --- /dev/null +++ b/games/xpuyopuyo/pkg-descr @@ -0,0 +1,20 @@ +From its homepage: + + xpuyopuyo is a UNIX port of a very big time sink :) . Puyo puyo is a puzzle +game, somewhat like Tetris, where you strive to match up four "blobs" of the +same color. Each match you make gives points, and also dumps gray rocks on +the opponent which are irritating and troublesome to get rid of. Multiple +matches at a time score more points, and dump more rocks on the opponent (a +quintuple-match will dump around 20 rocks on the opponent, all at once). + + We ported it overnight to Linux, so we could play whenever we felt like. The +AI's evolved more slowly, over the course of a week or so. I welcome sugges- +tions on how to make the AI's more difficult during the game; currently, they +are rather easy to beat on easy level, but more difficult on hard. There are +still gaping holes in the game interface which should be fixed soon. Sugges- +tions for improvements are welcome. + +WWW: http://chaos2.org/xpuyopuyo/ + +- Yin-Jieh Chen +yinjieh@csie.nctu.edu.tw diff --git a/games/xpuyopuyo/pkg-plist b/games/xpuyopuyo/pkg-plist new file mode 100644 index 000000000..5f9d26a2b --- /dev/null +++ b/games/xpuyopuyo/pkg-plist @@ -0,0 +1,220 @@ +bin/xpuyopuyo +%%GNOME:%%share/gnome/apps/Games/xpuyopuyo.desktop +%%GNOME:%%share/pixmaps/xpuyopuyo.xpm +%%DATADIR%%/copying.txt +%%DATADIR%%/sounds/game.xm +%%DATADIR%%/sounds/gameover.xm +%%DATADIR%%/sounds/prelude.xm +%%DATADIR%%/themes/3dRokz/img_0.xpm +%%DATADIR%%/themes/3dRokz/img_0j.xpm +%%DATADIR%%/themes/3dRokz/img_1.xpm +%%DATADIR%%/themes/3dRokz/img_1j.xpm +%%DATADIR%%/themes/3dRokz/img_2.xpm +%%DATADIR%%/themes/3dRokz/img_2j.xpm +%%DATADIR%%/themes/3dRokz/img_3.xpm +%%DATADIR%%/themes/3dRokz/img_3j.xpm +%%DATADIR%%/themes/3dRokz/img_4.xpm +%%DATADIR%%/themes/3dRokz/img_4j.xpm +%%DATADIR%%/themes/3dRokz/img_5.xpm +%%DATADIR%%/themes/3dRokz/img_5j.xpm +%%DATADIR%%/themes/3dRokz/img_clear.xpm +%%DATADIR%%/themes/3dRokz/img_clearb.xpm +%%DATADIR%%/themes/3dRokz/img_expl.xpm +%%DATADIR%%/themes/3dRokz/img_gameover.xpm +%%DATADIR%%/themes/3dRokz/img_ind.xpm +%%DATADIR%%/themes/3dRokz/img_num0.xpm +%%DATADIR%%/themes/3dRokz/img_num1.xpm +%%DATADIR%%/themes/3dRokz/img_num2.xpm +%%DATADIR%%/themes/3dRokz/img_num3.xpm +%%DATADIR%%/themes/3dRokz/img_num4.xpm +%%DATADIR%%/themes/3dRokz/img_num5.xpm +%%DATADIR%%/themes/3dRokz/img_num6.xpm +%%DATADIR%%/themes/3dRokz/img_num7.xpm +%%DATADIR%%/themes/3dRokz/img_num8.xpm +%%DATADIR%%/themes/3dRokz/img_num9.xpm +%%DATADIR%%/themes/3dRokz/img_rock.xpm +%%DATADIR%%/themes/3dRokz/img_rockbig.xpm +%%DATADIR%%/themes/3dRokz/img_rockdemon.xpm +%%DATADIR%%/themes/3dRokz/img_side.xpm +%%DATADIR%%/themes/3dRokz/img_tile_bottom1.xpm +%%DATADIR%%/themes/3dRokz/img_tile_bottom2.xpm +%%DATADIR%%/themes/3dRokz/img_tile_bottom3.xpm +%%DATADIR%%/themes/3dRokz/img_tile_left.xpm +%%DATADIR%%/themes/3dRokz/img_tile_leftbottom.xpm +%%DATADIR%%/themes/3dRokz/img_tile_lefttop.xpm +%%DATADIR%%/themes/3dRokz/img_tile_ltrans.xpm +%%DATADIR%%/themes/3dRokz/img_tile_right.xpm +%%DATADIR%%/themes/3dRokz/img_tile_rightbottom.xpm +%%DATADIR%%/themes/3dRokz/img_tile_righttop.xpm +%%DATADIR%%/themes/3dRokz/img_tile_rtrans.xpm +%%DATADIR%%/themes/3dRokz/img_tile_top.xpm +%%DATADIR%%/themes/3dRokz/img_title.xpm +%%DATADIR%%/themes/3dRokz/img_top.xpm +%%DATADIR%%/themes/3dRokz/img_trans.xpm +%%DATADIR%%/themes/default/img_0.xpm +%%DATADIR%%/themes/default/img_0j.xpm +%%DATADIR%%/themes/default/img_1.xpm +%%DATADIR%%/themes/default/img_1j.xpm +%%DATADIR%%/themes/default/img_2.xpm +%%DATADIR%%/themes/default/img_2j.xpm +%%DATADIR%%/themes/default/img_3.xpm +%%DATADIR%%/themes/default/img_3j.xpm +%%DATADIR%%/themes/default/img_4.xpm +%%DATADIR%%/themes/default/img_4j.xpm +%%DATADIR%%/themes/default/img_5.xpm +%%DATADIR%%/themes/default/img_5j.xpm +%%DATADIR%%/themes/default/img_clear.xpm +%%DATADIR%%/themes/default/img_clearb.xpm +%%DATADIR%%/themes/default/img_expl.xpm +%%DATADIR%%/themes/default/img_gameover.xpm +%%DATADIR%%/themes/default/img_ind.xpm +%%DATADIR%%/themes/default/img_num0.xpm +%%DATADIR%%/themes/default/img_num1.xpm +%%DATADIR%%/themes/default/img_num2.xpm +%%DATADIR%%/themes/default/img_num3.xpm +%%DATADIR%%/themes/default/img_num4.xpm +%%DATADIR%%/themes/default/img_num5.xpm +%%DATADIR%%/themes/default/img_num6.xpm +%%DATADIR%%/themes/default/img_num7.xpm +%%DATADIR%%/themes/default/img_num8.xpm +%%DATADIR%%/themes/default/img_num9.xpm +%%DATADIR%%/themes/default/img_paused.xpm +%%DATADIR%%/themes/default/img_rock.xpm +%%DATADIR%%/themes/default/img_rockbig.xpm +%%DATADIR%%/themes/default/img_rockdemon.xpm +%%DATADIR%%/themes/default/img_side.xpm +%%DATADIR%%/themes/default/img_tile_bottom1.xpm +%%DATADIR%%/themes/default/img_tile_bottom2.xpm +%%DATADIR%%/themes/default/img_tile_bottom3.xpm +%%DATADIR%%/themes/default/img_tile_left.xpm +%%DATADIR%%/themes/default/img_tile_leftbottom.xpm +%%DATADIR%%/themes/default/img_tile_lefttop.xpm +%%DATADIR%%/themes/default/img_tile_ltrans.xpm +%%DATADIR%%/themes/default/img_tile_right.xpm +%%DATADIR%%/themes/default/img_tile_rightbottom.xpm +%%DATADIR%%/themes/default/img_tile_righttop.xpm +%%DATADIR%%/themes/default/img_tile_rtrans.xpm +%%DATADIR%%/themes/default/img_tile_top.xpm +%%DATADIR%%/themes/default/img_title.xpm +%%DATADIR%%/themes/default/img_top.xpm +%%DATADIR%%/themes/default/img_trans.xpm +%%DATADIR%%/themes/fabo/img_0.xpm +%%DATADIR%%/themes/fabo/img_0j.xpm +%%DATADIR%%/themes/fabo/img_1.xpm +%%DATADIR%%/themes/fabo/img_1j.xpm +%%DATADIR%%/themes/fabo/img_2.xpm +%%DATADIR%%/themes/fabo/img_2j.xpm +%%DATADIR%%/themes/fabo/img_3.xpm +%%DATADIR%%/themes/fabo/img_3j.xpm +%%DATADIR%%/themes/fabo/img_4.xpm +%%DATADIR%%/themes/fabo/img_4j.xpm +%%DATADIR%%/themes/fabo/img_5.xpm +%%DATADIR%%/themes/fabo/img_5j.xpm +%%DATADIR%%/themes/fabo/img_clear.xpm +%%DATADIR%%/themes/fabo/img_clearb.xpm +%%DATADIR%%/themes/fabo/img_expl.xpm +%%DATADIR%%/themes/fabo/img_gameover.xpm +%%DATADIR%%/themes/fabo/img_ind.xpm +%%DATADIR%%/themes/fabo/img_num0.xpm +%%DATADIR%%/themes/fabo/img_num1.xpm +%%DATADIR%%/themes/fabo/img_num2.xpm +%%DATADIR%%/themes/fabo/img_num3.xpm +%%DATADIR%%/themes/fabo/img_num4.xpm +%%DATADIR%%/themes/fabo/img_num5.xpm +%%DATADIR%%/themes/fabo/img_num6.xpm +%%DATADIR%%/themes/fabo/img_num7.xpm +%%DATADIR%%/themes/fabo/img_num8.xpm +%%DATADIR%%/themes/fabo/img_num9.xpm +%%DATADIR%%/themes/fabo/img_paused.xpm +%%DATADIR%%/themes/fabo/img_rock.xpm +%%DATADIR%%/themes/fabo/img_rockbig.xpm +%%DATADIR%%/themes/fabo/img_rockdemon.xpm +%%DATADIR%%/themes/fabo/img_side.xpm +%%DATADIR%%/themes/fabo/img_tile_bottom1.xpm +%%DATADIR%%/themes/fabo/img_tile_bottom2.xpm +%%DATADIR%%/themes/fabo/img_tile_bottom3.xpm +%%DATADIR%%/themes/fabo/img_tile_left.xpm +%%DATADIR%%/themes/fabo/img_tile_leftbottom.xpm +%%DATADIR%%/themes/fabo/img_tile_lefttop.xpm +%%DATADIR%%/themes/fabo/img_tile_ltrans.xpm +%%DATADIR%%/themes/fabo/img_tile_right.xpm +%%DATADIR%%/themes/fabo/img_tile_rightbottom.xpm +%%DATADIR%%/themes/fabo/img_tile_righttop.xpm +%%DATADIR%%/themes/fabo/img_tile_rtrans.xpm +%%DATADIR%%/themes/fabo/img_tile_top.xpm +%%DATADIR%%/themes/fabo/img_title.xpm +%%DATADIR%%/themes/fabo/img_top.xpm +%%DATADIR%%/themes/fabo/img_trans.xpm +%%DATADIR%%/themes/smileys/img_0.xpm +%%DATADIR%%/themes/smileys/img_0j.xpm +%%DATADIR%%/themes/smileys/img_1.xpm +%%DATADIR%%/themes/smileys/img_1j.xpm +%%DATADIR%%/themes/smileys/img_2.xpm +%%DATADIR%%/themes/smileys/img_2j.xpm +%%DATADIR%%/themes/smileys/img_3.xpm +%%DATADIR%%/themes/smileys/img_3j.xpm +%%DATADIR%%/themes/smileys/img_4.xpm +%%DATADIR%%/themes/smileys/img_4j.xpm +%%DATADIR%%/themes/smileys/img_5.xpm +%%DATADIR%%/themes/smileys/img_5j.xpm +%%DATADIR%%/themes/smileys/img_expl.xpm +%%DATADIR%%/themes/smileys/img_ind.xpm +%%DATADIR%%/themes/smileys/img_rock.xpm +%%DATADIR%%/themes/smileys/img_rockbig.xpm +%%DATADIR%%/themes/smileys/img_rockdemon.xpm +%%DATADIR%%/themes/spheres/img_0.xpm +%%DATADIR%%/themes/spheres/img_0j.xpm +%%DATADIR%%/themes/spheres/img_1.xpm +%%DATADIR%%/themes/spheres/img_1j.xpm +%%DATADIR%%/themes/spheres/img_2.xpm +%%DATADIR%%/themes/spheres/img_2j.xpm +%%DATADIR%%/themes/spheres/img_3.xpm +%%DATADIR%%/themes/spheres/img_3j.xpm +%%DATADIR%%/themes/spheres/img_4.xpm +%%DATADIR%%/themes/spheres/img_4j.xpm +%%DATADIR%%/themes/spheres/img_5.xpm +%%DATADIR%%/themes/spheres/img_5j.xpm +%%DATADIR%%/themes/spheres/img_clear.xpm +%%DATADIR%%/themes/spheres/img_clearb.xpm +%%DATADIR%%/themes/spheres/img_expl.xpm +%%DATADIR%%/themes/spheres/img_gameover.xpm +%%DATADIR%%/themes/spheres/img_ind.xpm +%%DATADIR%%/themes/spheres/img_num0.xpm +%%DATADIR%%/themes/spheres/img_num1.xpm +%%DATADIR%%/themes/spheres/img_num2.xpm +%%DATADIR%%/themes/spheres/img_num3.xpm +%%DATADIR%%/themes/spheres/img_num4.xpm +%%DATADIR%%/themes/spheres/img_num5.xpm +%%DATADIR%%/themes/spheres/img_num6.xpm +%%DATADIR%%/themes/spheres/img_num7.xpm +%%DATADIR%%/themes/spheres/img_num8.xpm +%%DATADIR%%/themes/spheres/img_num9.xpm +%%DATADIR%%/themes/spheres/img_paused.xpm +%%DATADIR%%/themes/spheres/img_rock.xpm +%%DATADIR%%/themes/spheres/img_rockbig.xpm +%%DATADIR%%/themes/spheres/img_rockdemon.xpm +%%DATADIR%%/themes/spheres/img_side.xpm +%%DATADIR%%/themes/spheres/img_tile_bottom1.xpm +%%DATADIR%%/themes/spheres/img_tile_bottom2.xpm +%%DATADIR%%/themes/spheres/img_tile_bottom3.xpm +%%DATADIR%%/themes/spheres/img_tile_left.xpm +%%DATADIR%%/themes/spheres/img_tile_leftbottom.xpm +%%DATADIR%%/themes/spheres/img_tile_lefttop.xpm +%%DATADIR%%/themes/spheres/img_tile_ltrans.xpm +%%DATADIR%%/themes/spheres/img_tile_right.xpm +%%DATADIR%%/themes/spheres/img_tile_rightbottom.xpm +%%DATADIR%%/themes/spheres/img_tile_righttop.xpm +%%DATADIR%%/themes/spheres/img_tile_rtrans.xpm +%%DATADIR%%/themes/spheres/img_tile_top.xpm +%%DATADIR%%/themes/spheres/img_title.xpm +%%DATADIR%%/themes/spheres/img_top.xpm +%%DATADIR%%/themes/spheres/img_trans.xpm +%%DATADIR%%/xpuyopuyo.txt +@dirrm %%DATADIR%%/themes/spheres +@dirrm %%DATADIR%%/themes/smileys +@dirrm %%DATADIR%%/themes/fabo +@dirrm %%DATADIR%%/themes/default +@dirrm %%DATADIR%%/themes/3dRokz +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%% diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile new file mode 100644 index 000000000..9d851332c --- /dev/null +++ b/games/xscorch/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: xscorch +# Date created: 19 Apr 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= xscorch +PORTVERSION= 0.2.0 +PORTREVISION= 2 +CATEGORIES= games +MASTER_SITES= http://chaos2.org/xscorch/ \ + http://mirror.dok.org/xscorch/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Multiplayer tank shoot-em-up + +LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod + +USE_X_PREFIX= yes +USE_XPM= yes +USE_GMAKE= yes +USE_GNOME= gtk12 +WANT_GNOME= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk + +MAN6= xscorch.6 +NOMANCOMPRESS= yes + +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomeprefix gnomelibs +PKGNAMESUFFIX= -gnome +.else +CONFIGURE_ARGS+= --without-gnome +.endif + +post-patch: + @${REINPLACE_CMD} -e 's,MSG_NOSIGNAL,0,' \ + ${WRKSRC}/snet/tcpnet/tn_internal.c \ + ${WRKSRC}/snet/tcpnet/tn_read.c + +.include <bsd.port.post.mk> diff --git a/games/xscorch/distinfo b/games/xscorch/distinfo new file mode 100644 index 000000000..42e123271 --- /dev/null +++ b/games/xscorch/distinfo @@ -0,0 +1,3 @@ +MD5 (xscorch-0.2.0.tar.gz) = 42862dbde1d0ebf87be30f7e04462a66 +SHA256 (xscorch-0.2.0.tar.gz) = f91ebdaf3d11cb5681d1bcca7540fab3b0262cd0b4375785122fdf269ccac68a +SIZE (xscorch-0.2.0.tar.gz) = 818449 diff --git a/games/xscorch/pkg-descr b/games/xscorch/pkg-descr new file mode 100644 index 000000000..335edb591 --- /dev/null +++ b/games/xscorch/pkg-descr @@ -0,0 +1,13 @@ +XScorch is a clone of the olden-days DOS game "Scorch". +It is an extremely addictive war game where any mixture of +humans and computer AIs control separate tanks (teams are +possible) and attempt to blow up or arrange to blow up the +other tanks on the field (which can vary from rugged, +mountainous terrain to flat plains). The last tank on the +field is the winner. + +WWW: http://www.xscorch.org/ +Author: Justin David Smith <justins@chaos2.org> + +- Pete +petef@FreeBSD.org diff --git a/games/xscorch/pkg-plist b/games/xscorch/pkg-plist new file mode 100644 index 000000000..d8002a0b2 --- /dev/null +++ b/games/xscorch/pkg-plist @@ -0,0 +1,14 @@ +bin/xscorch +bin/xscorch-server +share/xscorch/accessories.def +share/xscorch/copying.txt +share/xscorch/images/xscorch-icon.xpm +share/xscorch/images/xscorch-logo.xpm +share/xscorch/profiles.def +share/xscorch/scorings.def +share/xscorch/sounds/README +share/xscorch/weapons.def +share/xscorch/xscorch.txt +@dirrm share/xscorch/sounds +@dirrm share/xscorch/images +@dirrm share/xscorch diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile new file mode 100644 index 000000000..88d338199 --- /dev/null +++ b/graphics/electriceyes/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: electriceyes +# Date created: 21 August 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> +# +# $FreeBSD$ +# + +PORTNAME= electriceyes +PORTVERSION= 0.3.12 +PORTREVISION= 3 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/ee/0.3 +DISTNAME= ee-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A graphic view base imlib & gtk + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +post-install: + ${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes + +.include <bsd.port.mk> diff --git a/graphics/electriceyes/distinfo b/graphics/electriceyes/distinfo new file mode 100644 index 000000000..72e46c7df --- /dev/null +++ b/graphics/electriceyes/distinfo @@ -0,0 +1,3 @@ +MD5 (ee-0.3.12.tar.gz) = d7e92c1cc560ce76e439353462b8aa7e +SHA256 (ee-0.3.12.tar.gz) = fbe48abea39675e21e2572c060be4bad492c749a61c489d20cb67931afee30f5 +SIZE (ee-0.3.12.tar.gz) = 437916 diff --git a/graphics/electriceyes/files/patch-aa b/graphics/electriceyes/files/patch-aa new file mode 100644 index 000000000..2a5894e59 --- /dev/null +++ b/graphics/electriceyes/files/patch-aa @@ -0,0 +1,22 @@ +--- configure.orig Fri Feb 12 23:04:17 1999 ++++ configure Sat May 22 21:45:25 1999 +@@ -4766,15 +4766,15 @@ + fi + + +- USE_INCLUDED_LIBINTL=yes ++# USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.gmo + INSTOBJEXT=.mo + DATADIRNAME=share +- INTLDEPS='$(top_builddir)/intl/libintl.a' ++ INTLDEPS='-lintl' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` +- nls_cv_header_intl=intl/libintl.h +- nls_cv_header_libgt=intl/libgettext.h ++# nls_cv_header_intl=intl/libintl.h ++# nls_cv_header_libgt=intl/libgettext.h + fi + + if test "$XGETTEXT" != ":"; then diff --git a/graphics/electriceyes/files/patch-ab b/graphics/electriceyes/files/patch-ab new file mode 100644 index 000000000..a6709f3f8 --- /dev/null +++ b/graphics/electriceyes/files/patch-ab @@ -0,0 +1,19 @@ +--- ee.desktop.orig Mon Jul 17 16:38:16 2000 ++++ ee.desktop Wed Aug 2 11:33:00 2000 +@@ -34,7 +34,7 @@ + Comment[pt_BR]=Programa para visualização de imagens + Comment[ru]=ðÒÏÇÒÁÍÍÁ ÐÒÏÓÍÏÔÒÁ ÉÚÏÂÒÁÖÅÎÉÊ + Comment[wa]=Programe po voer des imådjes +-Exec=ee %f ++Exec=ElectricEyes %f + Icon=gnome-ee.png + Terminal=0 + Type=Application +--- ee.keys.orig Wed Feb 24 06:32:02 1999 ++++ ee.keys Wed Feb 24 06:32:15 1999 +@@ -1,3 +1,3 @@ + image/*: +- open=ee %f +- view=ee %f ++ open=ElectricEyes %f ++ view=ElectricEyes %f diff --git a/graphics/electriceyes/pkg-descr b/graphics/electriceyes/pkg-descr new file mode 100644 index 000000000..fc9e1a94b --- /dev/null +++ b/graphics/electriceyes/pkg-descr @@ -0,0 +1,4 @@ +Also known as EE or ee, ElectricEyes is a generic image viewer for Gnome. EE +also contains simple image editing capabilities and has the ability to save +images in a number of popular formats. EE is designed to fit seamlessly into +the Gnome desktop environment. diff --git a/graphics/electriceyes/pkg-plist b/graphics/electriceyes/pkg-plist new file mode 100644 index 000000000..52783794e --- /dev/null +++ b/graphics/electriceyes/pkg-plist @@ -0,0 +1,55 @@ +bin/ElectricEyes +share/gnome/apps/Graphics/ee.desktop +share/gnome/help/ee/C/ee.jpg +share/gnome/help/ee/C/index.html +share/locale/ca/LC_MESSAGES/ee.mo +share/locale/da/LC_MESSAGES/ee.mo +share/locale/de/LC_MESSAGES/ee.mo +share/locale/el/LC_MESSAGES/ee.mo +share/locale/en_GB/LC_MESSAGES/ee.mo +share/locale/es/LC_MESSAGES/ee.mo +share/locale/fi/LC_MESSAGES/ee.mo +share/locale/fr/LC_MESSAGES/ee.mo +share/locale/ga/LC_MESSAGES/ee.mo +share/locale/gl/LC_MESSAGES/ee.mo +share/locale/hu/LC_MESSAGES/ee.mo +share/locale/it/LC_MESSAGES/ee.mo +share/locale/ja/LC_MESSAGES/ee.mo +share/locale/ko/LC_MESSAGES/ee.mo +share/locale/lt/LC_MESSAGES/ee.mo +share/locale/nl/LC_MESSAGES/ee.mo +share/locale/no/LC_MESSAGES/ee.mo +share/locale/pl/LC_MESSAGES/ee.mo +share/locale/pt/LC_MESSAGES/ee.mo +share/locale/pt_BR/LC_MESSAGES/ee.mo +share/locale/ro/LC_MESSAGES/ee.mo +share/locale/ru/LC_MESSAGES/ee.mo +share/locale/sv/LC_MESSAGES/ee.mo +share/locale/tr/LC_MESSAGES/ee.mo +share/locale/uk/LC_MESSAGES/ee.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ee.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ee.mo +share/mime-info/ee.keys +share/pixmaps/gnome-ee.png +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/no/LC_MESSAGES +@dirrmtry share/locale/no +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrm share/gnome/help/ee/C +@dirrm share/gnome/help/ee diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile new file mode 100644 index 000000000..4ea11d77c --- /dev/null +++ b/graphics/frontline/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: frontline +# Date created: 12 September 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= frontline +PORTVERSION= 0.5.4 +PORTREVISION= 4 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= autotrace + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An autotrace GUI FRONTend like streamLINE(TM) + +LIB_DEPENDS= autotrace.3:${PORTSDIR}/graphics/autotrace \ + popt.0:${PORTSDIR}/devel/popt + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs imlib libartlgpl2 +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/graphics/frontline/distinfo b/graphics/frontline/distinfo new file mode 100644 index 000000000..3faa805cb --- /dev/null +++ b/graphics/frontline/distinfo @@ -0,0 +1,3 @@ +MD5 (frontline-0.5.4.tar.gz) = 5fc2c3459b153dbc2b3138c1133f927e +SHA256 (frontline-0.5.4.tar.gz) = bce699a473c4d2d3f7943e2d6d9c269723c6f57a5b7205d141217f5285283997 +SIZE (frontline-0.5.4.tar.gz) = 259064 diff --git a/graphics/frontline/pkg-descr b/graphics/frontline/pkg-descr new file mode 100644 index 000000000..c1e5e9120 --- /dev/null +++ b/graphics/frontline/pkg-descr @@ -0,0 +1,12 @@ +Frontline provides a gtk+/gnome based GUI frontend for +autotrace (http://autotrace.sourceforge.net) in 4 ways. + +1. Stand alone program. A command `frontline' runs as a stand alone + program. It will work well with Gnome desktop and nautilus. + +2. Reusable library. A library `libfrontline.a' could be used as a + building block of your application that needs the autotrace function. + APIs are listed in frontline.h. The stand alone program frontline + itself uses libfrontline.a. + +WWW: http://autotrace.sourceforge.net/frontline/ diff --git a/graphics/frontline/pkg-plist b/graphics/frontline/pkg-plist new file mode 100644 index 000000000..c821c87fb --- /dev/null +++ b/graphics/frontline/pkg-plist @@ -0,0 +1,24 @@ +bin/frontline +bin/frontline-config +include/frontline/fl_ask.h +include/frontline/fl_dialog.h +include/frontline/fl_ext.h +include/frontline/fl_fsel.h +include/frontline/fl_opt.h +include/frontline/fl_preview.h +include/frontline/fl_prog.h +include/frontline/frontline.h +include/gundo/gundo.h +include/gundo/gundo_ui.h +lib/libfrontline.a +lib/libgundo.a +libdata/pkgconfig/frontline.pc +share/aclocal/frontline.m4 +share/gnome/apps/Graphics/frontline.desktop +share/mime-info/frontline.keys +share/mime-info/frontline.mime +share/pixmaps/fl-splash.png +share/pixmaps/frontline.png +share/locale/ja/LC_MESSAGES/frontline.mo +@dirrm include/gundo +@dirrm include/frontline diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile new file mode 100644 index 000000000..1573ffd63 --- /dev/null +++ b/graphics/jumpgis/Makefile @@ -0,0 +1,70 @@ +# New ports collection makefile for: JUMP Unified Mapping Platform +# Date created: June 16 2004 +# Whom: Sam Lawrance <boris@brooknet.com.au> +# +# $FreeBSD$ +# + +PORTNAME= jumpgis +PORTVERSION= 1.1.2 +PORTREVISION= 3 +CATEGORIES= graphics java +MASTER_SITES= http://www.jump-project.org/downloads/jump/:main \ + http://people.tecnik93.com/~sam/ports/:extra +DISTFILES= jump-${PORTVERSION}.zip:main \ + jump.png:extra jump.desktop:extra +EXTRACT_ONLY= jump-${PORTVERSION}.zip + +MAINTAINER= ports@FreeBSD.org +COMMENT= A GUI based application for viewing and processing spatial data + +WRKSRC= ${WRKDIR}/jump +EXTRACT_AFTER_ARGS= -d ${WRKSRC} +TARGET_DIR= ${PREFIX}/${PORTNAME} + +USE_JAVA= yes +JAVA_VERSION= 1.3+ +USE_ZIP= yes +NO_BUILD= yes +WANT_GNOME= yes +PORTDOCS= * + +REINPLACE_ARGS= -i "" + +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mgnomelibs}!="" +PLIST_SUB+= GNOMELINKS="" +.else +PLIST_SUB+= GNOMELINKS="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e "s,#!sh,#!/bin/sh,g" \ + -e "s,^LIB=../lib,LIB=${TARGET_DIR}/lib,g" \ + -e "s,workbench-properties.xml,~/.jump-workbench-properties.xml,g" \ + ${WRKSRC}/bin/JUMPWorkbench-unix.sh + +do-install: + @${ECHO_CMD} "---> Installing JAR files" + ${MKDIR} ${TARGET_DIR}/lib + ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib + ${MKDIR} ${TARGET_DIR}/lib/ext + @${ECHO_MSG} "Installing startup script" + ${INSTALL_SCRIPT} ${WRKSRC}/bin/JUMPWorkbench-unix.sh ${PREFIX}/bin/jumpgis + +.if !defined(NOPORTDOCS) + @${ECHO_MSG} "---> Installing documentation" + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} +.else + @${ECHO_MSG} "---> Skipping documentation" +.endif + +.if ${HAVE_GNOME:Mgnomelibs}!="" + @${ECHO_MSG} "---> Installing GNOME application links" + ${INSTALL_DATA} ${DISTDIR}/jump.desktop ${LOCALBASE}/share/applications/ + ${INSTALL_DATA} ${DISTDIR}/jump.png ${LOCALBASE}/share/pixmaps/ +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/jumpgis/distinfo b/graphics/jumpgis/distinfo new file mode 100644 index 000000000..d1b2ada68 --- /dev/null +++ b/graphics/jumpgis/distinfo @@ -0,0 +1,9 @@ +MD5 (jump-1.1.2.zip) = 6fc0a448ba99a64c75d3a561d5410112 +SHA256 (jump-1.1.2.zip) = b1e1991cb0494e3c8e6229637f28f1891cc7fe7990d9a58d6640aeae5fe392bb +SIZE (jump-1.1.2.zip) = 8813307 +MD5 (jump.png) = d9f137f2afd0c1a1c2e109a3360f9e06 +SHA256 (jump.png) = e3ab487f5ad3592de80f7a24af2d1d32502b9610d47476123326fa12bd0d3895 +SIZE (jump.png) = 786 +MD5 (jump.desktop) = e9f066dca2aea1f809764a33c1d021fc +SHA256 (jump.desktop) = e2224a44720945807b398cbf69f2a135fa7e880d0d0a4989127d8e221cea3b29 +SIZE (jump.desktop) = 232 diff --git a/graphics/jumpgis/pkg-descr b/graphics/jumpgis/pkg-descr new file mode 100644 index 000000000..acf84b7a1 --- /dev/null +++ b/graphics/jumpgis/pkg-descr @@ -0,0 +1,8 @@ +The JUMP Unified Mapping Platform (JUMP) is a GUI-based application for +viewing and processing spatial data. It includes many functions common +to other popular GIS products for the analysis and manipulation of +geospatial data. The JUMP also provides a highly extensible framework +for the development and execution of custom spatial data processing +applications. + +WWW: http://www.jump-project.org/ diff --git a/graphics/jumpgis/pkg-plist b/graphics/jumpgis/pkg-plist new file mode 100644 index 000000000..36c273f04 --- /dev/null +++ b/graphics/jumpgis/pkg-plist @@ -0,0 +1,15 @@ +bin/jumpgis +jumpgis/lib/bsh-2.0b1.jar +jumpgis/lib/Jama-1.0.1.jar +jumpgis/lib/jdom.jar +jumpgis/lib/jts-1.4.1-RC1.jar +jumpgis/lib/jump-1.1.2.jar +jumpgis/lib/junit.jar +jumpgis/lib/xercesImpl.jar +jumpgis/lib/xml-apis.jar +%%GNOMELINKS%%share/applications/jump.desktop +%%GNOMELINKS%%share/pixmaps/jump.png +@exec mkdir -p %D/jumpgis/lib/ext +@dirrm jumpgis/lib/ext +@dirrm jumpgis/lib +@dirrm jumpgis |