diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-28 04:51:35 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-28 04:51:35 +0800 |
commit | bf6495423a5fa98fb92a773a594953929d898984 (patch) | |
tree | 41ea96c8558a5f72c3f2770a17901c6923ad0a00 /games/adgali | |
parent | d0a2fe13c0eadc9d0bbd2b144c8afe34eba581a8 (diff) | |
download | freebsd-ports-gnome-bf6495423a5fa98fb92a773a594953929d898984.tar.gz freebsd-ports-gnome-bf6495423a5fa98fb92a773a594953929d898984.tar.zst freebsd-ports-gnome-bf6495423a5fa98fb92a773a594953929d898984.zip |
- Update to 0.2.4 [1]
- Improve pkg-message/COMMENT grammar
[1]:
PR: ports/82673
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/adgali')
-rw-r--r-- | games/adgali/Makefile | 20 | ||||
-rw-r--r-- | games/adgali/distinfo | 4 | ||||
-rw-r--r-- | games/adgali/files/patch-configure | 10 | ||||
-rw-r--r-- | games/adgali/files/patch-tools::agl_bfont.c | 10 | ||||
-rw-r--r-- | games/adgali/pkg-descr | 14 | ||||
-rw-r--r-- | games/adgali/pkg-plist | 17 |
6 files changed, 31 insertions, 44 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 9e857a70ad56..98e037db39c0 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -7,27 +7,27 @@ # PORTNAME= adgali -PORTVERSION= 0.2.3 -PORTREVISION= 2 +PORTVERSION= 0.2.4 CATEGORIES= games devel -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://adgali.apiou.org/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= An open source game library useful for 2D games programmation +COMMENT= An open source game library useful for 2D game development LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ freetype.9:${PORTSDIR}/print/freetype2 +USE_BZIP2= yes USE_SDL= sdl -USE_GNOME= gnometarget -USE_REINPLACE= yes +USE_XPM= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_LIBTOOL_VER= 15 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --enable-compile-optim=no INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> @@ -36,10 +36,6 @@ INSTALLS_SHLIB= yes BROKEN= "Configure fails" .endif -post-patch: - @${REINPLACE_CMD} -e 's|-O3 ||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-release $$(LT_RELEASE)||g' ${WRKSRC}/src/Makefile.in - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/games/adgali/distinfo b/games/adgali/distinfo index ca708082d416..beb702199ba1 100644 --- a/games/adgali/distinfo +++ b/games/adgali/distinfo @@ -1,2 +1,2 @@ -MD5 (adgali-0.2.3.tar.gz) = 34e051864e5b7f1ed5c3bfd436f9bd48 -SIZE (adgali-0.2.3.tar.gz) = 571544 +MD5 (adgali-0.2.4.tar.bz2) = 4e4b3c7fdec424823883ae5d96943374 +SIZE (adgali-0.2.4.tar.bz2) = 710402 diff --git a/games/adgali/files/patch-configure b/games/adgali/files/patch-configure deleted file mode 100644 index c3a0f42b90b8..000000000000 --- a/games/adgali/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri May 23 02:22:11 2003 -+++ configure Sat Jun 21 15:20:22 2003 -@@ -7893,6 +7893,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/games/adgali/files/patch-tools::agl_bfont.c b/games/adgali/files/patch-tools::agl_bfont.c deleted file mode 100644 index 97aaaf0d548a..000000000000 --- a/games/adgali/files/patch-tools::agl_bfont.c +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/agl_bfont.c.orig Sun May 11 02:44:58 2003 -+++ tools/agl_bfont.c Sat Jun 21 15:18:43 2003 -@@ -40,7 +40,6 @@ - #include <sys/types.h> - #include <sys/time.h> - #include <unistd.h> --#include <getopt.h> - #include <string.h> - #include <ctype.h> - #include "../config.h" diff --git a/games/adgali/pkg-descr b/games/adgali/pkg-descr index a776f766b68b..c53a0b02139f 100644 --- a/games/adgali/pkg-descr +++ b/games/adgali/pkg-descr @@ -1,9 +1,9 @@ -Adgali is an open source game library useful for 2D games programmation. It -uses the SDL library for the bitmap, sound and events which provides -accelerated and portable interfaces for the video and sound hardware. +Adgali is an open source game library useful for 2D game development. It +uses the SDL library for the bitmap, sounds and events, which provides +accelerated and portable interfaces to the video and sound hardware. -This library tends to provide useful functions for bitmap and sprite display, -game GUI, sound events and music, generic AI engine, network management and -video streaming. +This library provides useful functions for bitmap and sprite display, game +GUI, sound events and music, generic AI engine, network management and video +streaming. -WWW: http://www.nongnu.org/adgali/ +WWW: http://adgali.apiou.org/ diff --git a/games/adgali/pkg-plist b/games/adgali/pkg-plist index b603e8c11a69..7073bc100abd 100644 --- a/games/adgali/pkg-plist +++ b/games/adgali/pkg-plist @@ -7,14 +7,17 @@ include/agl_gui.h include/agl_ios.h include/agl_object.h include/agl_video.h -lib/libagl.a -lib/libagl.so -lib/libagl.so.0 +lib/libadgali-0.2.so +lib/libadgali-0.2.so.0 +lib/libadgali.a +lib/libadgali.so share/aclocal/adgali.m4 %%PORTDOCS%%%%DOCSDIR%%/adgali025.png %%PORTDOCS%%%%DOCSDIR%%/adgali150.png %%PORTDOCS%%%%DOCSDIR%%/agl_8h-source.html %%PORTDOCS%%%%DOCSDIR%%/agl_8h.html +%%PORTDOCS%%%%DOCSDIR%%/agl__gui_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/agl__gui_8h.html %%PORTDOCS%%%%DOCSDIR%%/agl__ios_8h-source.html %%PORTDOCS%%%%DOCSDIR%%/agl__ios_8h.html %%PORTDOCS%%%%DOCSDIR%%/agl__video_8h-source.html @@ -33,15 +36,23 @@ share/aclocal/adgali.m4 %%PORTDOCS%%%%DOCSDIR%%/graph_legend.dot %%PORTDOCS%%%%DOCSDIR%%/graph_legend.gif %%PORTDOCS%%%%DOCSDIR%%/graph_legend.html +%%PORTDOCS%%%%DOCSDIR%%/group__ios.html +%%PORTDOCS%%%%DOCSDIR%%/group__tools.html +%%PORTDOCS%%%%DOCSDIR%%/group__video.html %%PORTDOCS%%%%DOCSDIR%%/index.hhc %%PORTDOCS%%%%DOCSDIR%%/index.hhk %%PORTDOCS%%%%DOCSDIR%%/index.hhp %%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/modules.html %%PORTDOCS%%%%DOCSDIR%%/structagl__channel.html %%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.gif +%%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.map +%%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/structagl__ios.html %%PORTDOCS%%%%DOCSDIR%%/structagl__pix.html %%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.gif +%%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.map +%%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.md5 %%PORTDOCS%%%%DOCSDIR%%/structagl__pos.html %%PORTDOCS%%%%DOCSDIR%%/structagl__rect.html %%PORTDOCS%%%%DOCSDIR%%/structagl__size.html |