diff options
author | wiz <wiz@pkgsrc.org> | 2022-05-12 10:13:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-05-12 10:13:36 +0000 |
commit | fef78b84fb9959e8b46fd6db416511adf20c1462 (patch) | |
tree | 841d91062172c4aa98d90d14f06a8f50e894e781 | |
parent | e50b385232eeb05471d15e073ee5372058ed1d2f (diff) | |
download | pkgsrc-fef78b84fb9959e8b46fd6db416511adf20c1462.tar.gz |
genecys-client, genecys-data: remove
No successful build on any platform in the bulktracker,
last upstream release from 2004, homepage dead
-rw-r--r-- | doc/CHANGES-2022 | 4 | ||||
-rw-r--r-- | games/Makefile | 4 | ||||
-rw-r--r-- | games/genecys-client/DESCR | 9 | ||||
-rw-r--r-- | games/genecys-client/Makefile | 32 | ||||
-rw-r--r-- | games/genecys-client/PLIST | 2 | ||||
-rw-r--r-- | games/genecys-client/distinfo | 11 | ||||
-rw-r--r-- | games/genecys-client/patches/patch-aa | 57 | ||||
-rw-r--r-- | games/genecys-client/patches/patch-ab | 30 | ||||
-rw-r--r-- | games/genecys-client/patches/patch-ac | 22 | ||||
-rw-r--r-- | games/genecys-client/patches/patch-ad | 19 | ||||
-rw-r--r-- | games/genecys-client/patches/patch-ae | 12 | ||||
-rw-r--r-- | games/genecys-client/patches/patch-common_pngloader.c | 119 | ||||
-rw-r--r-- | games/genecys-data/DESCR | 1 | ||||
-rw-r--r-- | games/genecys-data/Makefile | 25 | ||||
-rw-r--r-- | games/genecys-data/PLIST | 744 | ||||
-rw-r--r-- | games/genecys-data/distinfo | 5 |
16 files changed, 4 insertions, 1092 deletions
diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022 index 26294f8038e..c07f61bcda2 100644 --- a/doc/CHANGES-2022 +++ b/doc/CHANGES-2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2520 2022/05/12 09:33:30 pin Exp $ +$NetBSD: CHANGES-2022,v 1.2521 2022/05/12 10:13:36 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3891,3 +3891,5 @@ Changes to the packages collection and infrastructure in 2022: Added textproc/py-yamllint version 1.26.3 [adam 2022-05-12] Updated devel/py-freezegun to 1.2.1 [wiz 2022-05-12] Updated sysutils/dua-cli to 2.17.4 [pin 2022-05-12] + Removed games/genecys-client [wiz 2022-05-12] + Removed games/genecys-data [wiz 2022-05-12] diff --git a/games/Makefile b/games/Makefile index 06834c72a0e..5f08c7da14e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.513 2022/05/02 21:02:33 pin Exp $ +# $NetBSD: Makefile,v 1.514 2022/05/12 10:13:36 wiz Exp $ # COMMENT= Games @@ -164,8 +164,6 @@ SUBDIR+= gbrainy SUBDIR+= gcompris SUBDIR+= gemdropx SUBDIR+= gemrb -SUBDIR+= genecys-client -SUBDIR+= genecys-data SUBDIR+= ggz-client-libs SUBDIR+= glaxium SUBDIR+= glickomania diff --git a/games/genecys-client/DESCR b/games/genecys-client/DESCR deleted file mode 100644 index d11a2152ced..00000000000 --- a/games/genecys-client/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -Genecys is, or will be, a Massively Multi-player Online RPG or MMORPG. The -intent of the Genecys project, is to design a completely free and open -source online RPG for all to play, run, or modify. On a higher level.. one -of the fundamental design goals of Genecys, is that it becomes a -completely dynamic environment. Each server will be completely unique, and -follow it's own progression of events. Maps will be generated randomly, at -server startup, as will towns and NPCs. NPCs will be AI controlled, and ha -ve their own lives in the game, and exist to interact with the players, -not just be slaughtered by them and re-pop. diff --git a/games/genecys-client/Makefile b/games/genecys-client/Makefile deleted file mode 100644 index 47956d6ea42..00000000000 --- a/games/genecys-client/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $NetBSD: Makefile,v 1.61 2022/04/18 19:11:04 adam Exp $ -# - -DISTNAME= genecys-0.2 -PKGNAME= genecys-client-0.2 -PKGREVISION= 47 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=genecys/} - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.genecys.org/ -COMMENT= Client for Genecys MMORPG -LICENSE= gnu-gpl-v2 - -DEPENDS+= genecys-data>=0.2:../../games/genecys-data - -GNU_CONFIGURE= yes -#CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client -#BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client -LIBS+= -lm -CONFIGURE_ARGS+= --disable-server --disable-metaserver --disable-utils -CONFIGURE_ARGS+= --with-cal3d=${BUILDLINK_PREFIX.cal3d} -CONFIGURE_ARGS+= --with-openrm=${BUILDLINK_PREFIX.OpenRM} -USE_TOOLS+= pkg-config - -.include "../../graphics/cal3d/buildlink3.mk" -.include "../../graphics/OpenRM/buildlink3.mk" -.include "../../graphics/gtkglext/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/games/genecys-client/PLIST b/games/genecys-client/PLIST deleted file mode 100644 index 482919c2938..00000000000 --- a/games/genecys-client/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $ -bin/gencli diff --git a/games/genecys-client/distinfo b/games/genecys-client/distinfo deleted file mode 100644 index a25a85d73ba..00000000000 --- a/games/genecys-client/distinfo +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:44:01 nia Exp $ - -BLAKE2s (genecys-0.2.tar.gz) = a1a8c22ffdb3c6b92d69b8bd86f81e2b25aedfd87e2bfff954d8a96bd8017fd5 -SHA512 (genecys-0.2.tar.gz) = a93e0e556855f361fdc25d2ce927b8ea3481662156e53879edde665ab7670909fec247c4104f8659c97611868d1f083376a9e1d2a75e0242eb8c9ce55247297b -Size (genecys-0.2.tar.gz) = 786136 bytes -SHA1 (patch-aa) = db825cb0ae83091babe798be06623a8067d59d7f -SHA1 (patch-ab) = 6a9b73b9d45779bdc57061bed9baf058a3433c1f -SHA1 (patch-ac) = d178b0adbb8ace283e248afa1c1d946b7c439c22 -SHA1 (patch-ad) = d5ba82edcfe988022d073d73bd780e77e2a8672e -SHA1 (patch-ae) = 2d5f2c04bccc4854796490ff3aa4982e2253f677 -SHA1 (patch-common_pngloader.c) = 21de098409d36dbf52ac300e71a2602775c8fb2c diff --git a/games/genecys-client/patches/patch-aa b/games/genecys-client/patches/patch-aa deleted file mode 100644 index 7aa85558d88..00000000000 --- a/games/genecys-client/patches/patch-aa +++ /dev/null @@ -1,57 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2006/05/06 12:45:32 joerg Exp $ - ---- client/configure.orig 2004-04-05 10:58:32.000000000 +0000 -+++ client/configure -@@ -3088,7 +3088,7 @@ if test $ac_cv_lib_X11_XFreePixmap = yes - #define HAVE_LIBX11 1 - _ACEOF - -- LIBS="-lX11 $LIBS" -+ LIBS="-lX11 -lXext $LIBS" - - else - { echo "$as_me:$LINENO: WARNING: \"cannot find required X11 library.\"" >&5 -@@ -3102,7 +3102,7 @@ if test "${ac_cv_lib_GL_glBegin+set}" = - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lGL $LIBS" -+LIBS="-lGL $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3648,7 +3648,7 @@ if test "${ac_cv_lib_rm_rmInit+set}" = s - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lrm -lpthread $LIBS" -+LIBS="-lrm ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3720,13 +3720,13 @@ echo "$as_me: error: \"Unable to find li - fi - - --echo "$as_me:$LINENO: checking for pthread_mutex_lock in -lpthread" >&5 --echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5 -+echo $ECHO_N "checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6 - if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3789,7 +3789,7 @@ if test $ac_cv_lib_pthread_pthread_mutex - #define HAVE_LIBPTHREAD 1 - _ACEOF - -- LIBS="-lpthread $LIBS" -+ LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - - else - { { echo "$as_me:$LINENO: error: \"Unable to find pthread library\"" >&5 diff --git a/games/genecys-client/patches/patch-ab b/games/genecys-client/patches/patch-ab deleted file mode 100644 index 7cab102f1cf..00000000000 --- a/games/genecys-client/patches/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/05/06 12:45:32 joerg Exp $ - ---- server/configure.orig 2006-05-06 12:01:42.000000000 +0000 -+++ server/configure -@@ -3156,13 +3156,13 @@ echo "$as_me: error: \"Unable to find li - fi - - --echo "$as_me:$LINENO: checking for pthread_mutex_lock in -lpthread" >&5 --echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5 -+echo $ECHO_N "checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6 - if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3225,7 +3225,7 @@ if test $ac_cv_lib_pthread_pthread_mutex - #define HAVE_LIBPTHREAD 1 - _ACEOF - -- LIBS="-lpthread $LIBS" -+ LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - - else - { { echo "$as_me:$LINENO: error: \"Unable to find pthread library\"" >&5 diff --git a/games/genecys-client/patches/patch-ac b/games/genecys-client/patches/patch-ac deleted file mode 100644 index f2c4d3a5465..00000000000 --- a/games/genecys-client/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2006/05/06 12:45:32 joerg Exp $ - ---- genmdlviewer/configure.orig 2006-05-06 12:01:58.000000000 +0000 -+++ genmdlviewer/configure -@@ -3446,7 +3446,7 @@ if test "${ac_cv_lib_rm_rmInit+set}" = s - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lrm -lpthread $LIBS" -+LIBS="-lrm ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3524,7 +3524,7 @@ if test "${ac_cv_lib_rmaux_rmauxSetGeomT - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lrmaux -lpthread -lrm $LIBS" -+LIBS="-lrmaux ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} -lrm $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/games/genecys-client/patches/patch-ad b/games/genecys-client/patches/patch-ad deleted file mode 100644 index c25ab172ad0..00000000000 --- a/games/genecys-client/patches/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2006/05/06 12:45:32 joerg Exp $ - ---- common/utils.c.orig 2006-05-06 12:11:07.000000000 +0000 -+++ common/utils.c -@@ -126,11 +126,10 @@ void LOG(int severity, const char *s, .. - */ - void _bailout(char *file, int line) - { -- char *pname; -- extern int errno; -+ const char *pname = ""; - --#if defined(__NetBSD__) -- pname = (char *)getprogname(); -+#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) -+ pname = getprogname(); - #elif defined(__linux__) - pname = program_invocation_name; - #endif diff --git a/games/genecys-client/patches/patch-ae b/games/genecys-client/patches/patch-ae deleted file mode 100644 index 0e698ac5a54..00000000000 --- a/games/genecys-client/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2006/05/06 12:45:32 joerg Exp $ - ---- client/net.c.orig 2006-05-06 12:27:42.000000000 +0000 -+++ client/net.c -@@ -86,7 +86,6 @@ parsefunc_t parsefunc[] = { - }; - - extern uniqid_t player_id; --extern int errno; - - char *in_buf; /* Input buffer */ - char *out_buf; /* Output buffer */ diff --git a/games/genecys-client/patches/patch-common_pngloader.c b/games/genecys-client/patches/patch-common_pngloader.c deleted file mode 100644 index 6045af9acb0..00000000000 --- a/games/genecys-client/patches/patch-common_pngloader.c +++ /dev/null @@ -1,119 +0,0 @@ -$NetBSD: patch-common_pngloader.c,v 1.2 2012/08/12 21:41:02 wiz Exp $ - -Fix build with png-1.5. -https://sourceforge.net/tracker/?func=detail&aid=3556781&group_id=92651&atid=601520 - ---- common/pngloader.c.orig 2004-03-17 03:43:53.000000000 +0000 -+++ common/pngloader.c -@@ -90,10 +90,10 @@ uint8_t **parse_pngmap8bit(char* file_na - - png_read_info(png_ptr, info_ptr); - -- if (width != info_ptr->width || height != info_ptr->height) -+ if (width != png_get_image_width(png_ptr, info_ptr) || height != png_get_image_height(png_ptr, info_ptr)) - LOG(LOG_FATAL, "width/height of map do not match that of image"); -- color_type = info_ptr->color_type; -- bit_depth = info_ptr->bit_depth; -+ color_type = png_get_color_type(png_ptr, info_ptr); -+ bit_depth = png_get_bit_depth(png_ptr, info_ptr); - - number_of_passes = png_set_interlace_handling(png_ptr); - png_read_update_info(png_ptr, info_ptr); -@@ -104,11 +104,11 @@ uint8_t **parse_pngmap8bit(char* file_na - - row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * height); - for (y=0; y<height; y++) -- row_pointers[y] = (png_byte*) malloc(info_ptr->rowbytes); -+ row_pointers[y] = (png_byte*) malloc(png_get_rowbytes(png_ptr, info_ptr)); - - png_read_image(png_ptr, row_pointers); - -- if (info_ptr->color_type != PNG_COLOR_TYPE_GRAY) -+ if (png_get_color_type(png_ptr, info_ptr) != PNG_COLOR_TYPE_GRAY) - LOG(LOG_FATAL, "Image %s is not grayscale", file_name); - - map = safer_malloc(sizeof(uint8_t *) * height); -@@ -172,10 +172,10 @@ int16_t **parse_pngmap16bit(char* file_n - - png_read_info(png_ptr, info_ptr); - -- if (width != info_ptr->width || height != info_ptr->height) -+ if (width != png_get_image_width(png_ptr, info_ptr) || height != png_get_image_height(png_ptr, info_ptr)) - LOG(LOG_FATAL, "width/height of map do not match that of image"); -- color_type = info_ptr->color_type; -- bit_depth = info_ptr->bit_depth; -+ color_type = png_get_color_type(png_ptr, info_ptr); -+ bit_depth = png_get_bit_depth(png_ptr, info_ptr); - - number_of_passes = png_set_interlace_handling(png_ptr); - png_read_update_info(png_ptr, info_ptr); -@@ -186,11 +186,11 @@ int16_t **parse_pngmap16bit(char* file_n - - row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * height); - for (y=0; y<height; y++) -- row_pointers[y] = (png_byte*) malloc(info_ptr->rowbytes); -+ row_pointers[y] = (png_byte*) malloc(png_get_rowbytes(png_ptr, info_ptr)); - - png_read_image(png_ptr, row_pointers); - -- if (info_ptr->color_type != PNG_COLOR_TYPE_RGB) -+ if (png_get_color_type(png_ptr, info_ptr) != PNG_COLOR_TYPE_RGB) - LOG(LOG_FATAL, "Image %s is not RGB", file_name); - - map = safer_malloc(sizeof(int16_t *) * height); -@@ -254,10 +254,10 @@ uint8_t *parse_pngRGBA(char* file_name, - - png_read_info(png_ptr, info_ptr); - -- /*if (width != info_ptr->width || height != info_ptr->height) -+ /*if (width != png_get_image_width(png_ptr, info_ptr) || height != png_get_image_height(png_ptr, info_ptr)) - LOG(LOG_FATAL, "width/height of map do not match that of image");*/ -- color_type = info_ptr->color_type; -- bit_depth = info_ptr->bit_depth; -+ color_type = png_get_color_type(png_ptr, info_ptr); -+ bit_depth = png_get_bit_depth(png_ptr, info_ptr); - - number_of_passes = png_set_interlace_handling(png_ptr); - png_read_update_info(png_ptr, info_ptr); -@@ -266,30 +266,30 @@ uint8_t *parse_pngRGBA(char* file_name, - if (setjmp(png_jmpbuf(png_ptr))) - bailout(); - -- row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * info_ptr->height); -- for (y=0; y < info_ptr->height; y++) -- row_pointers[y] = (png_byte*) malloc(info_ptr->rowbytes); -+ row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * png_get_image_height(png_ptr, info_ptr)); -+ for (y=0; y < png_get_image_height(png_ptr, info_ptr); y++) -+ row_pointers[y] = (png_byte*) malloc(png_get_rowbytes(png_ptr, info_ptr)); - - png_read_image(png_ptr, row_pointers); - -- if (info_ptr->color_type != PNG_COLOR_TYPE_RGBA) -+ if (png_get_color_type(png_ptr, info_ptr) != PNG_COLOR_TYPE_RGBA) - LOG(LOG_FATAL, "Image %s is not RGBA", file_name); - -- row_stride = info_ptr->width * 4; -+ row_stride = png_get_image_width(png_ptr, info_ptr) * 4; - -- map = safer_malloc(sizeof(uint8_t) * info_ptr->height * -- info_ptr->width * 4); -+ map = safer_malloc(sizeof(uint8_t) * png_get_image_height(png_ptr, info_ptr) * -+ png_get_image_width(png_ptr, info_ptr) * 4); - --/* indx = row_stride * (info_ptr->height-1); */ -+/* indx = row_stride * (png_get_image_height(png_ptr, info_ptr)-1); */ - indx = 0; -- for (y=0; y < info_ptr->height; y++) { -+ for (y=0; y < png_get_image_height(png_ptr, info_ptr); y++) { - png_byte* row = row_pointers[y]; - memcpy(map+indx, row, row_stride); - indx += row_stride; - } - -- *height = info_ptr->height; -- *width = info_ptr->width; -+ *height = png_get_image_height(png_ptr, info_ptr); -+ *width = png_get_image_width(png_ptr, info_ptr); - - return(map); - } diff --git a/games/genecys-data/DESCR b/games/genecys-data/DESCR deleted file mode 100644 index fcc504ccef8..00000000000 --- a/games/genecys-data/DESCR +++ /dev/null @@ -1 +0,0 @@ -Game data files for Genecys diff --git a/games/genecys-data/Makefile b/games/genecys-data/Makefile deleted file mode 100644 index 84cecc33e08..00000000000 --- a/games/genecys-data/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2013/01/11 13:25:40 joerg Exp $ -# - -DISTNAME= genecys-data-0.2 -PKGREVISION= 2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=genecys/} - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.genecys.org/ -COMMENT= Game datafiles for Genecys - -WRKSRC= ${WRKDIR} -NO_BUILD= YES -NO_CONFIGURE= YES -USE_TOOLS+= bsdtar - -do-extract: - -do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/genecys - cd ${DESTDIR}${PREFIX}/share/genecys && \ - ${GZCAT} ${DISTDIR}/${DISTFILES} | ${TOOLS_PATH.bsdtar} xmf - - -.include "../../mk/bsd.pkg.mk" diff --git a/games/genecys-data/PLIST b/games/genecys-data/PLIST deleted file mode 100644 index 3edd6cab90b..00000000000 --- a/games/genecys-data/PLIST +++ /dev/null @@ -1,744 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:56:46 joerg Exp $ -share/genecys/arch/animals/mammals/quadrupeds/cogre/cogre.cmf -share/genecys/arch/animals/mammals/quadrupeds/cogre/cogre.xcm -share/genecys/arch/animals/mammals/quadrupeds/pig/pig.cmf -share/genecys/arch/animals/mammals/quadrupeds/pig/pig.xcm -share/genecys/arch/animals/mammals/quadrupeds/pigidle.caf -share/genecys/arch/animals/mammals/quadrupeds/pigskel.csf -share/genecys/arch/animals/mammals/quadrupeds/pigwalk.caf -share/genecys/arch/armor/body/cuirass1.xgm -share/genecys/arch/armor/body/pauldron_l1.xgm -share/genecys/arch/armor/body/pauldron_r1.xgm -share/genecys/arch/armor/body/plate1.xgm -share/genecys/arch/armor/body/tassets1.xgm -share/genecys/arch/armor/body/tassets2.xgm -share/genecys/arch/armor/boots/leftsabaton1.xgm -share/genecys/arch/armor/boots/rightsabaton1.xgm -share/genecys/arch/armor/gloves/lgauntlet1.xgm -share/genecys/arch/armor/gloves/rgauntlet1.xgm -share/genecys/arch/armor/helmets/horned1.xgm -share/genecys/arch/armor/helmets/skullcap1.xgm -share/genecys/arch/armor/helmets/visoredhelm1.xgm -share/genecys/arch/armor/shields/round1.xgm -share/genecys/arch/armor/shields/shield1.xgm -share/genecys/arch/demihumans/bugbear/bugbear.cmf -share/genecys/arch/demihumans/bugbear/bugbear.csf -share/genecys/arch/demihumans/bugbear/bugbear.xcm -share/genecys/arch/demihumans/bugbear/idle.caf -share/genecys/arch/demihumans/bugbear/jog.caf -share/genecys/arch/demihumans/bugbear/walk.caf -share/genecys/arch/demihumans/goblin/goblin.cmf -share/genecys/arch/demihumans/goblin/goblin.csf -share/genecys/arch/demihumans/goblin/goblin.xcm -share/genecys/arch/demihumans/goblin/idle.caf -share/genecys/arch/demihumans/goblin/run.caf -share/genecys/arch/demihumans/goblin/walk.caf -share/genecys/arch/demihumans/orc/idle.caf -share/genecys/arch/demihumans/orc/jog.caf -share/genecys/arch/demihumans/orc/orc.cmf -share/genecys/arch/demihumans/orc/orc.csf -share/genecys/arch/demihumans/orc/orc.xcm -share/genecys/arch/demihumans/orc/walk.caf -share/genecys/arch/humans/females/paladin/paladin.csf -share/genecys/arch/humans/females/paladin/paladin.xcm -share/genecys/arch/humans/females/paladin/paladin_body.cmf -share/genecys/arch/humans/females/paladin/paladin_cape.cmf -share/genecys/arch/humans/females/paladin/paladin_idle.caf -share/genecys/arch/humans/females/paladin/paladin_idle2.caf -share/genecys/arch/humans/females/paladin/paladin_jog.caf -share/genecys/arch/humans/females/paladin/paladin_loincloth.cmf -share/genecys/arch/humans/females/paladin/paladin_shoot_arrow.caf -share/genecys/arch/humans/females/paladin/paladin_sneak.caf -share/genecys/arch/humans/females/paladin/paladin_strut.caf -share/genecys/arch/humans/females/paladin/paladin_walk.caf -share/genecys/arch/humans/females/paladin/paladin_wave.caf -share/genecys/arch/humans/males/farmer/arms.cmf -share/genecys/arch/humans/males/farmer/boots_tall.cmf -share/genecys/arch/humans/males/farmer/farmer.xcm -share/genecys/arch/humans/males/farmer/hat.cmf -share/genecys/arch/humans/males/farmer/head_basic.cmf -share/genecys/arch/humans/males/farmer/head_hawkish.cmf -share/genecys/arch/humans/males/farmer/male_face.cmf -share/genecys/arch/humans/males/farmer/pants.cmf -share/genecys/arch/humans/males/farmer/shirt_long.cmf -share/genecys/arch/humans/males/farmer/shirt_short.cmf -share/genecys/arch/humans/males/male1.csf -share/genecys/arch/humans/males/male1_idle.caf -share/genecys/arch/humans/males/male1_jog.caf -share/genecys/arch/humans/males/male1_walk.caf -share/genecys/arch/objects/boats/canoe1.xgm -share/genecys/arch/objects/containers/bag1.xgm -share/genecys/arch/objects/containers/barrel1.xgm -share/genecys/arch/objects/containers/bottle1.xgm -share/genecys/arch/objects/containers/bowl1.xgm -share/genecys/arch/objects/containers/bowl2.xgm -share/genecys/arch/objects/containers/bucket1.xgm -share/genecys/arch/objects/containers/bucket2.xgm -share/genecys/arch/objects/containers/bucket3.xgm -share/genecys/arch/objects/containers/bucket4.xgm -share/genecys/arch/objects/containers/bucket5.xgm -share/genecys/arch/objects/containers/bucket6.xgm -share/genecys/arch/objects/containers/casket1.xgm -share/genecys/arch/objects/containers/chalice1.xgm -share/genecys/arch/objects/containers/crate1.xgm -share/genecys/arch/objects/containers/flowerpot1.xgm -share/genecys/arch/objects/containers/flowerpot2.xgm -share/genecys/arch/objects/containers/flowerpot2_dirt.xgm -share/genecys/arch/objects/containers/jar1.xgm -share/genecys/arch/objects/containers/jar2.xgm -share/genecys/arch/objects/containers/jar3.xgm -share/genecys/arch/objects/containers/jar4.xgm -share/genecys/arch/objects/containers/jar5.xgm -share/genecys/arch/objects/containers/jar6.xgm -share/genecys/arch/objects/containers/jar7.xgm -share/genecys/arch/objects/containers/jar8.xgm -share/genecys/arch/objects/containers/jar9.xgm -share/genecys/arch/objects/containers/mailbox1.xgm -share/genecys/arch/objects/containers/planter1.xgm -share/genecys/arch/objects/farm/scarecrow1.xgm -share/genecys/arch/objects/farm/strawbale1.xgm -share/genecys/arch/objects/food/banana1.xgm -share/genecys/arch/objects/food/broccoli1.xgm -share/genecys/arch/objects/food/grapebowl1.xgm -share/genecys/arch/objects/food/milk1.xgm -share/genecys/arch/objects/food/soup1.xgm -share/genecys/arch/objects/furniture/chairs/bench1.xgm -share/genecys/arch/objects/furniture/chairs/chair1.xgm -share/genecys/arch/objects/furniture/chairs/chair2.xgm -share/genecys/arch/objects/furniture/chairs/stonechair1.xgm -share/genecys/arch/objects/furniture/chairs/stool1.xgm -share/genecys/arch/objects/furniture/fireplace1.xgm -share/genecys/arch/objects/furniture/shelves/bookshelf1.xgm -share/genecys/arch/objects/furniture/shelves/bookshelf2.xgm -share/genecys/arch/objects/furniture/shelves/coatrack1.xgm -share/genecys/arch/objects/furniture/tables/pictable1.xgm -share/genecys/arch/objects/furniture/tables/table1.xgm -share/genecys/arch/objects/furniture/tables/table2.xgm -share/genecys/arch/objects/furniture/tables/table3.xgm -share/genecys/arch/objects/furniture/tables/table4.xgm -share/genecys/arch/objects/furniture/tables/table5.xgm -share/genecys/arch/objects/lights/chandelier1.xgm -share/genecys/arch/objects/lights/lantern1.xgm -share/genecys/arch/objects/magic/cauldron1.xgm -share/genecys/arch/objects/magic/cauldron2.xgm -share/genecys/arch/objects/magic/potions/flask1.xgm -share/genecys/arch/objects/magic/potions/flask2.xgm -share/genecys/arch/objects/magic/scrolls/scroll1.xgm -share/genecys/arch/objects/misc/candlestick1.xgm -share/genecys/arch/objects/misc/candlestick2.xgm -share/genecys/arch/objects/misc/candlestick3.xgm -share/genecys/arch/objects/misc/feather1.xgm -share/genecys/arch/objects/misc/shell1.xgm -share/genecys/arch/objects/musical/shinai1.xgm -share/genecys/arch/objects/musical/sitar1.xgm -share/genecys/arch/objects/readables/book1.xgm -share/genecys/arch/objects/readables/book2.xgm -share/genecys/arch/objects/readables/book3.xgm -share/genecys/arch/objects/rocks/rock1.xgm -share/genecys/arch/objects/rocks/rock10.xgm -share/genecys/arch/objects/rocks/rock11.xgm -share/genecys/arch/objects/rocks/rock12.xgm -share/genecys/arch/objects/rocks/rock2.xgm -share/genecys/arch/objects/rocks/rock3.xgm -share/genecys/arch/objects/rocks/rock4.xgm -share/genecys/arch/objects/rocks/rock5.xgm -share/genecys/arch/objects/rocks/rock6.xgm -share/genecys/arch/objects/rocks/rock7.xgm -share/genecys/arch/objects/rocks/rock8.xgm -share/genecys/arch/objects/rocks/rock9.xgm -share/genecys/arch/objects/signs/banner1.xgm -share/genecys/arch/objects/signs/gravestone1.xgm -share/genecys/arch/objects/signs/pictureframe1.xgm -share/genecys/arch/objects/signs/pictureframe2.xgm -share/genecys/arch/objects/signs/sign1.xgm -share/genecys/arch/objects/signs/tombstone1.xgm -share/genecys/arch/objects/statues/celticcross1.xgm -share/genecys/arch/objects/statues/easter1.xgm -share/genecys/arch/objects/statues/monument1.xgm -share/genecys/arch/objects/tools/anvil1.xgm -share/genecys/arch/objects/tools/broom1.xgm -share/genecys/arch/objects/tools/ladder1.xgm -share/genecys/arch/objects/tools/ladder2.xgm -share/genecys/arch/objects/tools/pitchfork1.xgm -share/genecys/arch/objects/tools/rollingpin1.xgm -share/genecys/arch/objects/tools/saw1.xgm -share/genecys/arch/objects/traps/punji1.xgm -share/genecys/arch/objects/wheeled/wagon1.xgm -share/genecys/arch/objects/wheeled/wagon2.xgm -share/genecys/arch/objects/wheeled/wagon3.xgm -share/genecys/arch/plants/flowers/cattail1.xgm -share/genecys/arch/plants/flowers/daisy1.xgm -share/genecys/arch/plants/flowers/daisy2.xgm -share/genecys/arch/plants/flowers/flower1.xgm -share/genecys/arch/plants/flowers/flower2.xgm -share/genecys/arch/plants/flowers/flower3.xgm -share/genecys/arch/plants/flowers/flower4.xgm -share/genecys/arch/plants/flowers/flower5.xgm -share/genecys/arch/plants/flowers/flower6.xgm -share/genecys/arch/plants/flowers/flower7.xgm -share/genecys/arch/plants/flowers/flower8.xgm -share/genecys/arch/plants/flowers/flower9.xgm -share/genecys/arch/plants/flowers/lilly1.xgm -share/genecys/arch/plants/flowers/lilly2.xgm -share/genecys/arch/plants/flowers/pottedflower1.xgm -share/genecys/arch/plants/flowers/purpleflower1.xgm -share/genecys/arch/plants/flowers/purpleflower2.xgm -share/genecys/arch/plants/flowers/redflower1.xgm -share/genecys/arch/plants/flowers/tulip1.xgm -share/genecys/arch/plants/shrubs/bush1.xgm -share/genecys/arch/plants/shrubs/bush2.xgm -share/genecys/arch/plants/shrubs/cactus1.xgm -share/genecys/arch/plants/shrubs/fern1.xgm -share/genecys/arch/plants/shrubs/grass1.xgm -share/genecys/arch/plants/shrubs/mushroom1.xgm -share/genecys/arch/plants/shrubs/reed1.xgm -share/genecys/arch/plants/shrubs/reed2.xgm -share/genecys/arch/plants/shrubs/shrub1.xgm -share/genecys/arch/plants/shrubs/shrub2.xgm -share/genecys/arch/plants/shrubs/weed1.xgm -share/genecys/arch/plants/trees/deadtree1.xgm -share/genecys/arch/plants/trees/deadtree2.xgm -share/genecys/arch/plants/trees/deadtree3.xgm -share/genecys/arch/plants/trees/douflan_pine.xgm -share/genecys/arch/plants/trees/palm1.xgm -share/genecys/arch/plants/trees/sapling1.xgm -share/genecys/arch/plants/trees/sapling2.xgm -share/genecys/arch/plants/trees/tree10.xgm -share/genecys/arch/plants/trees/tree11.xgm -share/genecys/arch/plants/trees/tree12.xgm -share/genecys/arch/plants/trees/tree2.xgm -share/genecys/arch/plants/trees/tree3.xgm -share/genecys/arch/plants/trees/tree4.xgm -share/genecys/arch/plants/trees/tree5.xgm -share/genecys/arch/plants/trees/tree6.xgm -share/genecys/arch/plants/trees/tree7.xgm -share/genecys/arch/plants/trees/tree8.xgm -share/genecys/arch/plants/trees/tree9.xgm -share/genecys/arch/spells/cold/snowflake1.xgm -share/genecys/arch/structures/animal/nest1.xgm -share/genecys/arch/structures/barns/barn1.xgm -share/genecys/arch/structures/bridges/bridge1.xgm -share/genecys/arch/structures/castles/castle1.xgm -share/genecys/arch/structures/castles/pyramid1.xgm -share/genecys/arch/structures/execution/executionblock1.xgm -share/genecys/arch/structures/execution/gallows1.xgm -share/genecys/arch/structures/houses/outhouse1.xgm -share/genecys/arch/structures/houses/pueblo1.xgm -share/genecys/arch/structures/houses/shack1.xgm -share/genecys/arch/structures/houses/simple/high-house.xgm -share/genecys/arch/structures/houses/simple/igloo1.xgm -share/genecys/arch/structures/houses/simple/richfarm.xgm -share/genecys/arch/structures/houses/simple/teepee1.xgm -share/genecys/arch/structures/houses/simple/village-house.xgm -share/genecys/arch/structures/parks/gazebo1.xgm -share/genecys/arch/structures/piers/pier1.xgm -share/genecys/arch/structures/temples/church1.xgm -share/genecys/arch/structures/temples/church2.xgm -share/genecys/arch/structures/temples/crypt1.xgm -share/genecys/arch/structures/temples/crypt2.xgm -share/genecys/arch/structures/temples/dojo1.xgm -share/genecys/arch/structures/temples/dojo2.xgm -share/genecys/arch/structures/temples/mausoleum1.xgm -share/genecys/arch/structures/temples/sphinx1.xgm -share/genecys/arch/structures/towers/guardtower1.xgm -share/genecys/arch/structures/towers/lighthouse1.xgm -share/genecys/arch/structures/towers/tower1.xgm -share/genecys/arch/structures/towers/tower2.xgm -share/genecys/arch/structures/towers/windmill1.xgm -share/genecys/arch/structures/walls/fence1.xgm -share/genecys/arch/structures/walls/fence2.xgm -share/genecys/arch/structures/walls/fence3.xgm -share/genecys/arch/structures/walls/fencepost1.xgm -share/genecys/arch/structures/walls/gate1.xgm -share/genecys/arch/structures/wells/fountain1.xgm -share/genecys/arch/structures/wells/shaft1.xgm -share/genecys/arch/structures/wells/well1.xgm -share/genecys/arch/structures/wells/well2.xgm -share/genecys/arch/structures/wells/well3.xgm -share/genecys/arch/weapons/axes/battleaxe1.xgm -share/genecys/arch/weapons/axes/battleaxe2.xgm -share/genecys/arch/weapons/axes/battleaxe3.xgm -share/genecys/arch/weapons/axes/battleaxe4.xgm -share/genecys/arch/weapons/axes/battleaxe5.xgm -share/genecys/arch/weapons/axes/stoneaxe1.xgm -share/genecys/arch/weapons/axes/tomahawk1.xgm -share/genecys/arch/weapons/bludgeon/ballmace1.xgm -share/genecys/arch/weapons/bludgeon/club1.xgm -share/genecys/arch/weapons/bludgeon/mace1.xgm -share/genecys/arch/weapons/bludgeon/spikeclub1.xgm -share/genecys/arch/weapons/bludgeon/spikeclub2.xgm -share/genecys/arch/weapons/bludgeon/spikeclub3.xgm -share/genecys/arch/weapons/knives/dagger1.xgm -share/genecys/arch/weapons/knives/dagger2.xgm -share/genecys/arch/weapons/knives/dagger3.xgm -share/genecys/arch/weapons/knives/dagger4.xgm -share/genecys/arch/weapons/knives/knife1.xgm -share/genecys/arch/weapons/knives/sai1.xgm -share/genecys/arch/weapons/projectiles/arrow1.xgm -share/genecys/arch/weapons/shooters/cataplut1.xgm -share/genecys/arch/weapons/shooters/slingshot1.xgm -share/genecys/arch/weapons/spears/lance1.xgm -share/genecys/arch/weapons/spears/naginata1.xgm -share/genecys/arch/weapons/spears/polearm1.xgm -share/genecys/arch/weapons/spears/polearm2.xgm -share/genecys/arch/weapons/spears/polearm3.xgm -share/genecys/arch/weapons/spears/polearm4.xgm -share/genecys/arch/weapons/swords/claymore1.xgm -share/genecys/arch/weapons/swords/katana1.xgm -share/genecys/arch/weapons/swords/katana2.xgm -share/genecys/arch/weapons/swords/rapier1.xgm -share/genecys/arch/weapons/swords/rapier2.xgm -share/genecys/arch/weapons/swords/short_sword1.xgm -share/genecys/arch/weapons/swords/sword1.xgm -share/genecys/arch/weapons/swords/sword3.xgm -share/genecys/arch/weapons/swords/sword4.xgm -share/genecys/arch/weapons/swords/sword5.xgm -share/genecys/arch/weapons/swords/sword6.xgm -share/genecys/arch/weapons/swords/sword7.xgm -share/genecys/arch/weapons/swords/sword8.xgm -share/genecys/arch/weapons/swords/sword9.xgm -share/genecys/etc/archetypes.xml -share/genecys/etc/languages.xml -share/genecys/etc/motd -share/genecys/libdata/elvish.lang -share/genecys/libdata/gtextures.xml -share/genecys/libdata/skymaps.xml -share/genecys/map/mapgroups.xml -share/genecys/map/world01/big.png -share/genecys/map/world01/elev_00_00.png -share/genecys/map/world01/elev_00_01.png -share/genecys/map/world01/elev_00_02.png -share/genecys/map/world01/elev_01_00.png -share/genecys/map/world01/elev_01_01.png -share/genecys/map/world01/elev_01_02.png -share/genecys/map/world01/elev_02_00.png -share/genecys/map/world01/elev_02_01.png -share/genecys/map/world01/elev_02_02.png -share/genecys/map/world01/map_00_00.xml -share/genecys/map/world01/map_00_01.xml -share/genecys/map/world01/map_00_02.xml -share/genecys/map/world01/map_01_00.xml -share/genecys/map/world01/map_01_01.xml -share/genecys/map/world01/map_01_02.xml -share/genecys/map/world01/map_02_00.xml -share/genecys/map/world01/map_02_01.xml -share/genecys/map/world01/map_02_02.xml -share/genecys/map/world01/mapgroup.xml -share/genecys/map/world01/terr_00_00.png -share/genecys/map/world01/terr_00_01.png -share/genecys/map/world01/terr_00_02.png -share/genecys/map/world01/terr_01_00.png -share/genecys/map/world01/terr_01_01.png -share/genecys/map/world01/terr_01_02.png -share/genecys/map/world01/terr_02_00.png -share/genecys/map/world01/terr_02_01.png -share/genecys/map/world01/terr_02_02.png -share/genecys/textures/animals/quadrupeds/cogre/cogre_skin.crf -share/genecys/textures/animals/quadrupeds/cogre/cogre_skin.jpg -share/genecys/textures/animals/quadrupeds/pig/pig_brown_fur.crf -share/genecys/textures/animals/quadrupeds/pig/pig_brown_fur.jpg -share/genecys/textures/animals/quadrupeds/pig/pig_pink.crf -share/genecys/textures/animals/quadrupeds/pig/pig_pink.jpg -share/genecys/textures/animals/quadrupeds/pig/pig_skeletal.crf -share/genecys/textures/animals/quadrupeds/pig/pig_skeletal.png -share/genecys/textures/animals/quadrupeds/pig/pig_white_fur.crf -share/genecys/textures/animals/quadrupeds/pig/pig_white_fur.jpg -share/genecys/textures/animals/quadrupeds/pig/pig_zombie.crf -share/genecys/textures/animals/quadrupeds/pig/pig_zombie.jpg -share/genecys/textures/armor/crispy1.jpg -share/genecys/textures/armor/gloves/lglove1.jpg -share/genecys/textures/armor/gloves/rglove1.jpg -share/genecys/textures/armor/knight1.jpg -share/genecys/textures/armor/shields/shield1.jpg -share/genecys/textures/body/eyes/eyebl1.png -share/genecys/textures/body/eyes/eyebr1.png -share/genecys/textures/body/eyes/eyebr2.jpg -share/genecys/textures/brick/brick-beige-house.jpg -share/genecys/textures/brick/brick-brightgray-small.jpg -share/genecys/textures/brick/brick-darkgray-deco.jpg -share/genecys/textures/brick/brick-darkgray-irregular.jpg -share/genecys/textures/brick/brick-darkgray-old.jpg -share/genecys/textures/brick/brick-gray-dirty.jpg -share/genecys/textures/brick/brick-green-old.jpg -share/genecys/textures/brick/brick-limestone.jpg -share/genecys/textures/brick/brick-limestone1.jpg -share/genecys/textures/brick/brick-multicolor-lowres.jpg -share/genecys/textures/brick/brick-orange-creneaux.jpg -share/genecys/textures/brick/brick-parpen-modern.jpg -share/genecys/textures/brick/brick-red-dirty.jpg -share/genecys/textures/brick/brick-red-small.jpg -share/genecys/textures/brick/brick-tan-old.jpg -share/genecys/textures/brick/brick-veryold-door.jpg -share/genecys/textures/brick/brick-veryold-lowres.jpg -share/genecys/textures/ceramic/blue1.jpg -share/genecys/textures/ceramic/rough-terracotta1.jpg -share/genecys/textures/ceramic/smooth-terracotta1.jpg -share/genecys/textures/cloth/blackleather1.jpg -share/genecys/textures/cloth/buff1.jpg -share/genecys/textures/cloth/leather1.jpg -share/genecys/textures/cloth/orangeleather1.jpg -share/genecys/textures/clothing/hats/hat.crf -share/genecys/textures/clothing/hats/hat.png -share/genecys/textures/clothing/pants/pants.crf -share/genecys/textures/clothing/pants/pants.jpg -share/genecys/textures/clothing/shirts/shirt_white.crf -share/genecys/textures/clothing/shirts/shirt_white.jpg -share/genecys/textures/clothing/shirts/shirtbr.crf -share/genecys/textures/clothing/shirts/shirtbr.jpg -share/genecys/textures/clothing/shoes/moccasin.crf -share/genecys/textures/clothing/shoes/moccasin.jpg -share/genecys/textures/demihumans/bugbear/bugbear1.crf -share/genecys/textures/demihumans/bugbear/bugbear2.crf -share/genecys/textures/demihumans/bugbear/bugbear3.crf -share/genecys/textures/demihumans/bugbear/bugbear_skin1.jpg -share/genecys/textures/demihumans/bugbear/bugbear_skin2.jpg -share/genecys/textures/demihumans/bugbear/bugbear_skin3.jpg -share/genecys/textures/demihumans/goblin/goblin1.crf -share/genecys/textures/demihumans/goblin/goblin1.jpg -share/genecys/textures/demihumans/orc/orc1.crf -share/genecys/textures/demihumans/orc/orc1.jpg -share/genecys/textures/elements/fire/fire1.jpg -share/genecys/textures/elements/fire/fire2.jpg -share/genecys/textures/elements/fire/fire3.jpg -share/genecys/textures/elements/fire/firecone1.jpg -share/genecys/textures/elements/ice/ice1.jpg -share/genecys/textures/elements/ice/ice2.jpg -share/genecys/textures/elements/water/water1.jpg -share/genecys/textures/ground/ground-carrelage.jpg -share/genecys/textures/ground/ground-dallage-old.jpg -share/genecys/textures/ground/ground-dirt-gray1.jpg -share/genecys/textures/ground/ground-dirt-gray2.jpg -share/genecys/textures/ground/ground-dirt-gray3.jpg -share/genecys/textures/ground/ground-dirty-broken.jpg -share/genecys/textures/ground/ground-granite-gray.jpg -share/genecys/textures/ground/ground-granite-orangeblack.jpg -share/genecys/textures/ground/ground-grass-dry.jpg -share/genecys/textures/ground/ground-grass-greenyellow.jpg -share/genecys/textures/ground/ground-grass.jpg -share/genecys/textures/ground/ground-grass1.jpg -share/genecys/textures/ground/ground-grass2.jpg -share/genecys/textures/ground/ground-gravel.jpg -share/genecys/textures/ground/ground-graystone-irregular.jpg -share/genecys/textures/ground/ground-mixed-brown.jpg -share/genecys/textures/ground/ground-mud-dry.jpg -share/genecys/textures/ground/ground-mud-loosedrt.jpg -share/genecys/textures/ground/ground-mud-sandy.jpg -share/genecys/textures/ground/ground-pave.jpg -share/genecys/textures/ground/ground-red-lava.jpg -share/genecys/textures/ground/ground-red-mosaic.jpg -share/genecys/textures/ground/ground-sand-brown.jpg -share/genecys/textures/ground/ground-snow-rubble.jpg -share/genecys/textures/ground/ground-snow.jpg -share/genecys/textures/ground/sky-starmap.jpg -share/genecys/textures/human/faces/blue_porcelain.crf -share/genecys/textures/human/faces/blue_porcelain.jpg -share/genecys/textures/human/faces/foxylady.crf -share/genecys/textures/human/faces/foxylady.jpg -share/genecys/textures/human/faces/headman1.crf -share/genecys/textures/human/faces/headman1.jpg -share/genecys/textures/human/faces/headman2.crf -share/genecys/textures/human/faces/headman2.jpg -share/genecys/textures/human/faces/oldman.crf -share/genecys/textures/human/faces/oldman.jpg -share/genecys/textures/human/faces/paladin.crf -share/genecys/textures/human/faces/paladin.jpg -share/genecys/textures/human/faces/woman1.crf -share/genecys/textures/human/faces/woman1.jpg -share/genecys/textures/human/faces/woman2.crf -share/genecys/textures/human/faces/woman2.jpg -share/genecys/textures/human/faces/worker.crf -share/genecys/textures/human/faces/worker.jpg -share/genecys/textures/human/faces/youngman.crf -share/genecys/textures/human/faces/youngman.jpg -share/genecys/textures/metal/chrome1.jpg -share/genecys/textures/metal/chrome2.jpg -share/genecys/textures/metal/galvplate1.jpg -share/genecys/textures/metal/gold1.jpg -share/genecys/textures/metal/metal-bronze-hilite.jpg -share/genecys/textures/metal/metal-bronze-natural.jpg -share/genecys/textures/metal/metal-bronze.jpg -share/genecys/textures/metal/metal-brown-oldoxyded.jpg -share/genecys/textures/metal/metal-brown-oxided.jpg -share/genecys/textures/metal/metal-filtr.jpg -share/genecys/textures/metal/metal-rust-odd.jpg -share/genecys/textures/metal/metal-rusts.jpg -share/genecys/textures/metal/steel-swirl1.jpg -share/genecys/textures/metal/steel1.jpg -share/genecys/textures/metal/steel2.jpg -share/genecys/textures/metal/steel3.jpg -share/genecys/textures/models/paladin/paladin_arm.jpg -share/genecys/textures/models/paladin/paladin_arm_left.crf -share/genecys/textures/models/paladin/paladin_arm_right.crf -share/genecys/textures/models/paladin/paladin_cape.crf -share/genecys/textures/models/paladin/paladin_cape.jpg -share/genecys/textures/models/paladin/paladin_chest.crf -share/genecys/textures/models/paladin/paladin_chest.jpg -share/genecys/textures/models/paladin/paladin_cloth.jpg -share/genecys/textures/models/paladin/paladin_edge.crf -share/genecys/textures/models/paladin/paladin_edge.jpg -share/genecys/textures/models/paladin/paladin_edge_alpha.jpg -share/genecys/textures/models/paladin/paladin_edge_alpha.png -share/genecys/textures/models/paladin/paladin_flesh.crf -share/genecys/textures/models/paladin/paladin_flesh.jpg -share/genecys/textures/models/paladin/paladin_gird.crf -share/genecys/textures/models/paladin/paladin_gird.jpg -share/genecys/textures/models/paladin/paladin_head.crf -share/genecys/textures/models/paladin/paladin_head.jpg -share/genecys/textures/models/paladin/paladin_leg_left.crf -share/genecys/textures/models/paladin/paladin_leg_right.crf -share/genecys/textures/models/paladin/paladin_legging.jpg -share/genecys/textures/models/paladin/paladin_legguard.jpg -share/genecys/textures/models/paladin/paladin_legguard_left.crf -share/genecys/textures/models/paladin/paladin_legguard_right.crf -share/genecys/textures/models/paladin/paladin_legplate_left.crf -share/genecys/textures/models/paladin/paladin_legplate_left.jpg -share/genecys/textures/models/paladin/paladin_legplate_right.crf -share/genecys/textures/models/paladin/paladin_legplate_right.jpg -share/genecys/textures/models/paladin/paladin_loin_lower.crf -share/genecys/textures/models/paladin/paladin_loin_upper.crf -share/genecys/textures/models/paladin/paladin_plate.jpg -share/genecys/textures/models/paladin/paladin_ponytail.crf -share/genecys/textures/models/paladin/paladin_ponytail.jpg -share/genecys/textures/models/paladin/paladin_shoe.crf -share/genecys/textures/models/paladin/paladin_shoe.jpg -share/genecys/textures/models/paladin/paladin_stripe.crf -share/genecys/textures/models/paladin/paladin_stripe.jpg -share/genecys/textures/objects/boats/canoe1.jpg -share/genecys/textures/objects/boxes/boxside-brightwood-crossed.jpg -share/genecys/textures/objects/boxes/boxside-brightwood.jpg -share/genecys/textures/objects/boxes/boxside-darkwood-crossed.jpg -share/genecys/textures/objects/boxes/boxside-darkwood.jpg -share/genecys/textures/objects/containers/bag1.jpg -share/genecys/textures/objects/containers/bottle1.jpg -share/genecys/textures/objects/containers/casket1.jpg -share/genecys/textures/objects/containers/crate1.jpg -share/genecys/textures/objects/containers/jar1.jpg -share/genecys/textures/objects/containers/lakerem2.jpg -share/genecys/textures/objects/containers/mailbox1.jpg -share/genecys/textures/objects/containers/tonneau_diffuse.jpg -share/genecys/textures/objects/farm/scarecrow1.jpg -share/genecys/textures/objects/farm/straw1.jpg -share/genecys/textures/objects/food/banana1.jpg -share/genecys/textures/objects/food/broccoli1.jpg -share/genecys/textures/objects/food/grapebowl1.jpg -share/genecys/textures/objects/food/milk1.jpg -share/genecys/textures/objects/food/soup1.jpg -share/genecys/textures/objects/furniture/bench1.jpg -share/genecys/textures/objects/furniture/bookshelf1.jpg -share/genecys/textures/objects/furniture/bookshelf2.jpg -share/genecys/textures/objects/furniture/chair1.jpg -share/genecys/textures/objects/furniture/chair2.jpg -share/genecys/textures/objects/furniture/fireplacebricks1.jpg -share/genecys/textures/objects/furniture/fireplacemantle1.jpg -share/genecys/textures/objects/furniture/pictable1.jpg -share/genecys/textures/objects/furniture/stool1.jpg -share/genecys/textures/objects/furniture/table1.jpg -share/genecys/textures/objects/furniture/table2.jpg -share/genecys/textures/objects/furniture/table3.jpg -share/genecys/textures/objects/furniture/table4.jpg -share/genecys/textures/objects/furniture/table5.jpg -share/genecys/textures/objects/lights/candle1.jpg -share/genecys/textures/objects/lights/candle2.jpg -share/genecys/textures/objects/lights/chandelier1.jpg -share/genecys/textures/objects/lights/chandelier2.jpg -share/genecys/textures/objects/lights/lantern1.jpg -share/genecys/textures/objects/magic/potions/flask_glass.png -share/genecys/textures/objects/magic/potions/flask_liquid.png -share/genecys/textures/objects/misc/shell1.jpg -share/genecys/textures/objects/musical/shinai1.jpg -share/genecys/textures/objects/musical/sitar1.jpg -share/genecys/textures/objects/readables/book1.jpg -share/genecys/textures/objects/readables/book2.jpg -share/genecys/textures/objects/rocks/caillou1.jpg -share/genecys/textures/objects/signs/banner1.jpg -share/genecys/textures/objects/signs/pictureframe1.jpg -share/genecys/textures/objects/signs/pictureframe2.jpg -share/genecys/textures/objects/signs/sign.jpg -share/genecys/textures/objects/signs/tombstone1.jpg -share/genecys/textures/objects/tools/anvil1.jpg -share/genecys/textures/objects/tools/broom1.jpg -share/genecys/textures/objects/tools/pitchfork1.jpg -share/genecys/textures/objects/tools/rollingpin1.jpg -share/genecys/textures/objects/tools/saw1.jpg -share/genecys/textures/objects/traps/punji1.jpg -share/genecys/textures/objects/wheeled/wagon1.jpg -share/genecys/textures/objects/wheeled/wagon2.jpg -share/genecys/textures/paper/paper1.jpg -share/genecys/textures/paper/paper2.jpg -share/genecys/textures/plants/branch1.jpg -share/genecys/textures/plants/flowers/cattail1.jpg -share/genecys/textures/plants/flowers/daisy1.jpg -share/genecys/textures/plants/flowers/daisy2.jpg -share/genecys/textures/plants/flowers/fleur1.png -share/genecys/textures/plants/flowers/flower1.jpg -share/genecys/textures/plants/flowers/flower2.png -share/genecys/textures/plants/flowers/flower3.jpg -share/genecys/textures/plants/flowers/flower4.jpg -share/genecys/textures/plants/flowers/flowerhead1.jpg -share/genecys/textures/plants/flowers/leaf1.jpg -share/genecys/textures/plants/flowers/lilly1.jpg -share/genecys/textures/plants/flowers/lilly2.jpg -share/genecys/textures/plants/flowers/lotus1.jpg -share/genecys/textures/plants/flowers/moto1.jpg -share/genecys/textures/plants/flowers/petal1.jpg -share/genecys/textures/plants/flowers/petal2.jpg -share/genecys/textures/plants/flowers/purpleflower1.jpg -share/genecys/textures/plants/flowers/redflower1.jpg -share/genecys/textures/plants/flowers/stem1.jpg -share/genecys/textures/plants/flowers/stem2.jpg -share/genecys/textures/plants/flowers/tulip1.jpg -share/genecys/textures/plants/leaves/arbre.png -share/genecys/textures/plants/leaves/arbre_feuille1.png -share/genecys/textures/plants/leaves/arbre_feuille2.png -share/genecys/textures/plants/leaves/arbre_feuille_pompon.png -share/genecys/textures/plants/leaves/arttree1.jpg -share/genecys/textures/plants/leaves/bush1.jpg -share/genecys/textures/plants/leaves/cactus1.jpg -share/genecys/textures/plants/leaves/fern1.jpg -share/genecys/textures/plants/leaves/leaves.png -share/genecys/textures/plants/leaves/leaves1.jpg -share/genecys/textures/plants/leaves/leaves2.jpg -share/genecys/textures/plants/leaves/palm1.jpg -share/genecys/textures/plants/leaves/palm2.jpg -share/genecys/textures/plants/leaves/seaweed1.jpg -share/genecys/textures/plants/leaves/tree1.jpg -share/genecys/textures/plants/leaves/tree2.jpg -share/genecys/textures/plants/leaves/tree3.jpg -share/genecys/textures/plants/leaves/tree4.jpg -share/genecys/textures/plants/leaves/tree5.jpg -share/genecys/textures/plants/leaves/tuckbush1.jpg -share/genecys/textures/plants/mushcap1.jpg -share/genecys/textures/plants/mushstalk1.jpg -share/genecys/textures/plants/palmbark1.jpg -share/genecys/textures/plants/sapling1.jpg -share/genecys/textures/plants/sapling2.jpg -share/genecys/textures/skin/elephant1.jpg -share/genecys/textures/skin/male1_body.crf -share/genecys/textures/skin/male1_body.jpg -share/genecys/textures/sky/sky_light_clouds_day.png -share/genecys/textures/sky/sky_light_clouds_night.png -share/genecys/textures/sky/sky_no_clouds_night.png -share/genecys/textures/stone/decorative_stone1.jpg -share/genecys/textures/stone/decorative_stone2.jpg -share/genecys/textures/stone/limestone1.jpg -share/genecys/textures/stone/stone1.jpg -share/genecys/textures/stone/stone2.jpg -share/genecys/textures/stone/stone3.jpg -share/genecys/textures/stone/stone4.jpg -share/genecys/textures/stone/stone5.jpg -share/genecys/textures/stone/stone6.jpg -share/genecys/textures/stone/stone7.jpg -share/genecys/textures/stone/stucco1.jpg -share/genecys/textures/stone/travertn1.jpg -share/genecys/textures/structures/animal/nest1.jpg -share/genecys/textures/structures/animal/nest2.jpg -share/genecys/textures/structures/barns/barn1.jpg -share/genecys/textures/structures/bridges/bridge1.jpg -share/genecys/textures/structures/castles/castlebody.jpg -share/genecys/textures/structures/castles/castlebridge.jpg -share/genecys/textures/structures/castles/castledoor.jpg -share/genecys/textures/structures/castles/castlewall.jpg -share/genecys/textures/structures/castles/pyramid1.jpg -share/genecys/textures/structures/houses/haute_mur.jpg -share/genecys/textures/structures/houses/haute_toit.jpg -share/genecys/textures/structures/houses/heute_cheminee.jpg -share/genecys/textures/structures/houses/igloo1.jpg -share/genecys/textures/structures/houses/maison_cheminee1.jpg -share/genecys/textures/structures/houses/maison_fenetre1.jpg -share/genecys/textures/structures/houses/maison_mur1.jpg -share/genecys/textures/structures/houses/maison_mur2.jpg -share/genecys/textures/structures/houses/maison_mur3.jpg -share/genecys/textures/structures/houses/maison_mur4.jpg -share/genecys/textures/structures/houses/maison_porte1.jpg -share/genecys/textures/structures/houses/maison_toit1.jpg -share/genecys/textures/structures/houses/richfarm_wall.jpg -share/genecys/textures/structures/houses/shack.jpg -share/genecys/textures/structures/houses/shackdoor.jpg -share/genecys/textures/structures/houses/shackfloor.jpg -share/genecys/textures/structures/houses/shackroof.jpg -share/genecys/textures/structures/houses/shackstep.jpg -share/genecys/textures/structures/houses/teepee1.jpg -share/genecys/textures/structures/parks/gazebo1.jpg -share/genecys/textures/structures/piers/pier1.jpg -share/genecys/textures/structures/temples/bamboo1.jpg -share/genecys/textures/structures/temples/bamboodark.jpg -share/genecys/textures/structures/temples/bambooshadowed.jpg -share/genecys/textures/structures/temples/board1.jpg -share/genecys/textures/structures/temples/board2.jpg -share/genecys/textures/structures/temples/church1.jpg -share/genecys/textures/structures/temples/dojo1.jpg -share/genecys/textures/structures/temples/dojoceiling.jpg -share/genecys/textures/structures/temples/dojocenter.jpg -share/genecys/textures/structures/temples/dojofloor.jpg -share/genecys/textures/structures/temples/dojoside.jpg -share/genecys/textures/structures/temples/hboard.jpg -share/genecys/textures/structures/temples/hboarddark.jpg -share/genecys/textures/structures/temples/sphinx1.jpg -share/genecys/textures/structures/temples/window1.jpg -share/genecys/textures/structures/temples/window1bright.jpg -share/genecys/textures/structures/temples/window1shadowed.jpg -share/genecys/textures/structures/temples/window2.jpg -share/genecys/textures/structures/temples/window2bright.jpg -share/genecys/textures/structures/temples/window2shadowed.jpg -share/genecys/textures/structures/temples/windowbottom.jpg -share/genecys/textures/structures/temples/windowbottombright.jpg -share/genecys/textures/structures/towers/lighthouse1.jpg -share/genecys/textures/structures/towers/tower1.jpg -share/genecys/textures/structures/towers/windmill1.jpg -share/genecys/textures/structures/walls/gate1.jpg -share/genecys/textures/structures/walls/wooden_fence1.jpg -share/genecys/textures/structures/walls/wooden_fence2.jpg -share/genecys/textures/structures/wells/shaft1.jpg -share/genecys/textures/structures/wells/well1.jpg -share/genecys/textures/structures/wells/well2.jpg -share/genecys/textures/structures/wells/well3.jpg -share/genecys/textures/structures/wells/wellbucket1.jpg -share/genecys/textures/structures/wells/wellcrank1.jpg -share/genecys/textures/structures/wells/wellrod1.jpg -share/genecys/textures/structures/wells/wellrope1.jpg -share/genecys/textures/uncategorized/material-chaume.jpg -share/genecys/textures/uncategorized/material-natte-green.jpg -share/genecys/textures/uncategorized/material-stuchorz.jpg -share/genecys/textures/uncategorized/material-stucvert.jpg -share/genecys/textures/uncategorized/material-tuile1.jpg -share/genecys/textures/uncategorized/planter1.jpg -share/genecys/textures/uncategorized/troll1.jpg -share/genecys/textures/weapons/axes/tomahawk1.jpg -share/genecys/textures/weapons/knives/knife1.jpg -share/genecys/textures/weapons/shooters/catapult1.jpg -share/genecys/textures/weapons/shooters/slingband1.jpg -share/genecys/textures/weapons/shooters/slingshot1.jpg -share/genecys/textures/weapons/spears/lance1.jpg -share/genecys/textures/weapons/spears/naginata1.jpg -share/genecys/textures/weapons/swords/katana1.jpg -share/genecys/textures/weapons/swords/sword4.jpg -share/genecys/textures/weapons/swords/sword5.jpg -share/genecys/textures/weapons/swords/sword9.jpg -share/genecys/textures/wood/arbre_tronc1.jpg -share/genecys/textures/wood/ashen2.jpg -share/genecys/textures/wood/bark1.jpg -share/genecys/textures/wood/bark10.jpg -share/genecys/textures/wood/bark14.jpg -share/genecys/textures/wood/bark15.jpg -share/genecys/textures/wood/bark22.jpg -share/genecys/textures/wood/bark8.jpg -share/genecys/textures/wood/burntwood.jpg -share/genecys/textures/wood/shing1.jpg -share/genecys/textures/wood/trunk1.jpg -share/genecys/textures/wood/trunk2.jpg -share/genecys/textures/wood/wood-bark-regular.jpg -share/genecys/textures/wood/wood-bark1.jpg -share/genecys/textures/wood/wood-bark2-old.jpg -share/genecys/textures/wood/wood-bark2.jpg -share/genecys/textures/wood/wood-dark-regular.jpg -share/genecys/textures/wood/wood-plank-natural.jpg -share/genecys/textures/wood/wood-plank-regular.jpg -share/genecys/textures/wood/wood-plank-regular2.jpg -share/genecys/textures/wood/wood-plank-regular3.jpg -share/genecys/textures/wood/wood1.jpg -share/genecys/textures/wood/wood2.jpg -share/genecys/textures/wood/wood3.jpg -share/genecys/textures/wood/wood4.jpg -share/genecys/textures/wood/wood5.jpg -share/genecys/textures/wood/wood6.jpg -share/genecys/textures/wood/wood7.jpg diff --git a/games/genecys-data/distinfo b/games/genecys-data/distinfo deleted file mode 100644 index cca85229c8f..00000000000 --- a/games/genecys-data/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:44:01 nia Exp $ - -BLAKE2s (genecys-data-0.2.tar.gz) = 5d05c9566ce59a599dcced552c092657cd4937b4f13586dea19e5b4c404aab6b -SHA512 (genecys-data-0.2.tar.gz) = 1b931e1c0b15634e757e6856c9e63b676ee1a4c4b10419edbbbeb900653e40cd2bbe9a91b60ba7b72db1fed8d08c5131d819760f05cafa91182dcbd90f60b8c6 -Size (genecys-data-0.2.tar.gz) = 31861311 bytes |