diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-03-06 04:14:42 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-03-06 04:14:42 +0800 |
commit | aabcc4c58cb18538f81bd6a80e92d8e55c1ef9da (patch) | |
tree | acbbc82a1b3171772b5c8190e2dd9daacda8e88f | |
parent | 26e2a0b113cffb7d4c02802bc7f8158de5798f84 (diff) | |
download | freebsd-ports-gnome-aabcc4c58cb18538f81bd6a80e92d8e55c1ef9da.tar.gz freebsd-ports-gnome-aabcc4c58cb18538f81bd6a80e92d8e55c1ef9da.tar.zst freebsd-ports-gnome-aabcc4c58cb18538f81bd6a80e92d8e55c1ef9da.zip |
Update to version 0.93.0131.
-rw-r--r-- | devel/esdl/Makefile | 5 | ||||
-rw-r--r-- | devel/esdl/distinfo | 2 | ||||
-rw-r--r-- | devel/esdl/files/patch-Makefile | 59 | ||||
-rw-r--r-- | devel/esdl/files/patch-c__src_esdl__main.c | 17 | ||||
-rw-r--r-- | devel/esdl/files/patch-c__src_esdl__stream.c | 17 | ||||
-rw-r--r-- | devel/esdl/pkg-plist | 192 |
6 files changed, 76 insertions, 216 deletions
diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile index ec9026be0208..02575d05de63 100644 --- a/devel/esdl/Makefile +++ b/devel/esdl/Makefile @@ -6,12 +6,12 @@ # PORTNAME= esdl -PORTVERSION= 0.91.1129 -PORTREVISION= 2 +PORTVERSION= 0.93.0131 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= esdl DISTNAME= esdl-${PORTVERSION}.src +DIST_SUBDIR= erlang MAINTAINER= olgeni@FreeBSD.org COMMENT= A library for accessing SDL and OpenGL through Erlang @@ -21,6 +21,7 @@ BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +ALL_TARGET= target USE_GMAKE= yes .include <bsd.port.mk> diff --git a/devel/esdl/distinfo b/devel/esdl/distinfo index 1a08477a9a65..cceb2d8824d3 100644 --- a/devel/esdl/distinfo +++ b/devel/esdl/distinfo @@ -1 +1 @@ -MD5 (esdl-0.91.1129.src.tar.gz) = 1418b02a6d770e361f517c9d1981eb56 +MD5 (erlang/esdl-0.93.0131.src.tar.gz) = 0bd099c94c476bbbb9ecbd6e329a1000 diff --git a/devel/esdl/files/patch-Makefile b/devel/esdl/files/patch-Makefile deleted file mode 100644 index e0e8e3840b7c..000000000000 --- a/devel/esdl/files/patch-Makefile +++ /dev/null @@ -1,59 +0,0 @@ ---- Makefile.orig Wed Dec 25 18:35:43 2002 -+++ Makefile Wed Dec 25 18:36:49 2002 -@@ -8,12 +8,13 @@ - SUBDIRS = c_src src test doc - - DATE = $(shell date +%m%d) --REL = esdl-0.91.$(DATE) --RELDIR = /tmp/$(REL) -+RELDIR = $(PREFIX)/lib/erlang/lib/esdl - - WWWDIR = /home/dgud/public_html/external/esdl - BUPDIR = /tmp/oldesdl/ - -+all: target -+ - target clean: - @for d in $(SUBDIRS); do \ - if test ! -d $$d ; then \ -@@ -29,8 +30,8 @@ - - release: target relsrc relwin www - --relsrc: target -- @echo Making $(RELDIR).tgz -+install: target -+ @echo Making $(RELDIR) - @if test ! -d $(RELDIR) ; then \ - mkdir $(RELDIR) ; \ - else \ -@@ -50,11 +51,12 @@ - mkdir $(RELDIR)/include - cp include/*.hrl $(RELDIR)/include - mkdir $(RELDIR)/priv -+ cp priv/sdl_driver.so $(RELDIR)/priv -+ cp priv/sdlwrapper $(RELDIR)/priv - mkdir $(RELDIR)/src - cp src/Makefile* src/*.?rl $(RELDIR)/src - mkdir $(RELDIR)/test - cp test/Makefile* test/*.erl test/*.wav test/*.bmp $(RELDIR)/test -- (cd $(RELDIR)/..; gtar zcfv $(REL).src.tar.gz $(REL) ) - relwin: relsrc - cp priv/SDL.dll $(RELDIR)/priv - cp priv/sdlwrapper.exe priv/sdl_driver.dll $(RELDIR)/priv -@@ -63,15 +65,6 @@ - - www: - @echo Copying files ... -- @if test ! -d $(BUPDIR) ; then \ -- mkdir $(BUPDIR) ; \ -- else \ -- rm -rf $(BUPDIR)/* ; \ -- fi ; -- mv $(WWWDIR)/*.gz $(BUPDIR)/ -- mv $(WWWDIR)/*.zip $(BUPDIR)/ -- cp $(RELDIR)/../$(REL).src.tar.gz $(WWWDIR) -- cp $(RELDIR)/../$(REL).win.zip $(WWWDIR) - cp Readme $(WWWDIR) - cp doc/*.html $(WWWDIR)/doc - $(shell sed 's,esdl-.\..\.....,$(REL),g' $(WWWDIR)/index.html > $(WWWDIR)/index.html.new) diff --git a/devel/esdl/files/patch-c__src_esdl__main.c b/devel/esdl/files/patch-c__src_esdl__main.c deleted file mode 100644 index 81d844c64e63..000000000000 --- a/devel/esdl/files/patch-c__src_esdl__main.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- c_src/esdl_main.c.orig Mon Dec 9 23:13:48 2002 -+++ c_src/esdl_main.c Mon Dec 9 23:14:21 2002 -@@ -30,7 +30,11 @@ - #else - #include <unistd.h> - #include <errno.h> -+#ifdef __FreeBSD__ -+#include <SDL_mutex.h> -+#else - #include <SDL/SDL_mutex.h> -+#endif - #endif - - #include "esdl.h" diff --git a/devel/esdl/files/patch-c__src_esdl__stream.c b/devel/esdl/files/patch-c__src_esdl__stream.c deleted file mode 100644 index c9aa8ad4d62b..000000000000 --- a/devel/esdl/files/patch-c__src_esdl__stream.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- c_src/esdl_stream.c.orig Mon Dec 9 23:14:32 2002 -+++ c_src/esdl_stream.c Mon Dec 9 23:15:11 2002 -@@ -22,7 +22,11 @@ - #else - #include <unistd.h> - #include <errno.h> -+#ifdef __FreeBSD__ -+#include <SDL_mutex.h> -+#else - #include <SDL/SDL_mutex.h> -+#endif - #endif - - diff --git a/devel/esdl/pkg-plist b/devel/esdl/pkg-plist index 5779a1761d67..1ecd2ce5671e 100644 --- a/devel/esdl/pkg-plist +++ b/devel/esdl/pkg-plist @@ -1,120 +1,72 @@ -lib/erlang/lib/esdl/license.terms -lib/erlang/lib/esdl/Readme.MacOSX-Cocoa -lib/erlang/lib/esdl/Readme -lib/erlang/lib/esdl/esdl.pub -lib/erlang/lib/esdl/Makefile.win32 -lib/erlang/lib/esdl/Makefile.orig -lib/erlang/lib/esdl/Makefile -lib/erlang/lib/esdl/api_gen/glufuncs -lib/erlang/lib/esdl/api_gen/gludefs -lib/erlang/lib/esdl/api_gen/glfuncs -lib/erlang/lib/esdl/api_gen/gldefs -lib/erlang/lib/esdl/api_gen/conv.erl -lib/erlang/lib/esdl/c_src/CPS.h -lib/erlang/lib/esdl/c_src/Makefile.orig -lib/erlang/lib/esdl/c_src/Makefile.macOSX -lib/erlang/lib/esdl/c_src/Makefile -lib/erlang/lib/esdl/c_src/SDLMain.m -lib/erlang/lib/esdl/c_src/hexdump.c -lib/erlang/lib/esdl/c_src/esdl_wrapper.c -lib/erlang/lib/esdl/c_src/esdl_video.c -lib/erlang/lib/esdl/c_src/esdl_util.c -lib/erlang/lib/esdl/c_src/esdl_stream.c -lib/erlang/lib/esdl/c_src/esdl_spec.c -lib/erlang/lib/esdl/c_src/esdl_opengl.c -lib/erlang/lib/esdl/c_src/esdl_main.c -lib/erlang/lib/esdl/c_src/esdl_glu.c -lib/erlang/lib/esdl/c_src/esdl_gen.c -lib/erlang/lib/esdl/c_src/esdl_events.c -lib/erlang/lib/esdl/c_src/esdl_driver.c -lib/erlang/lib/esdl/c_src/esdl_conv.c -lib/erlang/lib/esdl/c_src/esdl_audio.c -lib/erlang/lib/esdl/c_src/esdl_video.h -lib/erlang/lib/esdl/c_src/esdl_util.h -lib/erlang/lib/esdl/c_src/esdl_opengl.h -lib/erlang/lib/esdl/c_src/esdl_glu.h -lib/erlang/lib/esdl/c_src/esdl_events.h -lib/erlang/lib/esdl/c_src/esdl_conv.h -lib/erlang/lib/esdl/c_src/esdl_audio.h -lib/erlang/lib/esdl/c_src/esdl.h -lib/erlang/lib/esdl/c_src/SDLMain.h -lib/erlang/lib/esdl/c_src/Makefile.win32 -lib/erlang/lib/esdl/doc/Makefile -lib/erlang/lib/esdl/doc/sdl_util.html -lib/erlang/lib/esdl/doc/sdl_mouse.html -lib/erlang/lib/esdl/doc/sdl_keyboard.html -lib/erlang/lib/esdl/doc/sdl_joystick.html -lib/erlang/lib/esdl/doc/sdl_events.html -lib/erlang/lib/esdl/doc/sdl_audio.html -lib/erlang/lib/esdl/doc/sdl_active.html -lib/erlang/lib/esdl/doc/sdl.html -lib/erlang/lib/esdl/doc/index.html -lib/erlang/lib/esdl/doc/glu.html -lib/erlang/lib/esdl/doc/gl.html -lib/erlang/lib/esdl/doc/makedoc.erl -lib/erlang/lib/esdl/doc/sdl_video.html -lib/erlang/lib/esdl/ebin/gl.beam -lib/erlang/lib/esdl/ebin/sdl_util.beam -lib/erlang/lib/esdl/ebin/sdl_mouse.beam -lib/erlang/lib/esdl/ebin/sdl_keyboard.beam -lib/erlang/lib/esdl/ebin/sdl_joystick.beam -lib/erlang/lib/esdl/ebin/sdl_events.beam -lib/erlang/lib/esdl/ebin/sdl_audio.beam -lib/erlang/lib/esdl/ebin/sdl_active.beam -lib/erlang/lib/esdl/ebin/sdl.beam -lib/erlang/lib/esdl/ebin/glu.beam -lib/erlang/lib/esdl/ebin/sdl_video.beam -lib/erlang/lib/esdl/include/gl.hrl -lib/erlang/lib/esdl/include/sdl_mouse.hrl -lib/erlang/lib/esdl/include/sdl_keyboard.hrl -lib/erlang/lib/esdl/include/sdl_joystick.hrl -lib/erlang/lib/esdl/include/sdl_events.hrl -lib/erlang/lib/esdl/include/sdl_audio.hrl -lib/erlang/lib/esdl/include/sdl_active.hrl -lib/erlang/lib/esdl/include/sdl.hrl -lib/erlang/lib/esdl/include/glu.hrl -lib/erlang/lib/esdl/include/sdl_video.hrl -lib/erlang/lib/esdl/priv/sdl_driver.so -lib/erlang/lib/esdl/priv/sdlwrapper -lib/erlang/lib/esdl/src/Makefile -lib/erlang/lib/esdl/src/sdl_video.erl -lib/erlang/lib/esdl/src/sdl_util.hrl -lib/erlang/lib/esdl/src/sdl_util.erl -lib/erlang/lib/esdl/src/sdl_mouse.erl -lib/erlang/lib/esdl/src/sdl_keyboard.erl -lib/erlang/lib/esdl/src/sdl_joystick.erl -lib/erlang/lib/esdl/src/sdl_events.erl -lib/erlang/lib/esdl/src/sdl_audio.erl -lib/erlang/lib/esdl/src/sdl_active.erl -lib/erlang/lib/esdl/src/sdl.erl -lib/erlang/lib/esdl/src/glu_funcs.hrl -lib/erlang/lib/esdl/src/glu.erl -lib/erlang/lib/esdl/src/gl_funcs.hrl -lib/erlang/lib/esdl/src/gl.erl -lib/erlang/lib/esdl/src/esdl.hrl -lib/erlang/lib/esdl/src/Makefile.win32 -lib/erlang/lib/esdl/src/sdl_video_funcs.hrl -lib/erlang/lib/esdl/test/Makefile -lib/erlang/lib/esdl/test/PoweredSmall.bmp -lib/erlang/lib/esdl/test/Powered.bmp -lib/erlang/lib/esdl/test/sample.wav -lib/erlang/lib/esdl/test/Boing.wav -lib/erlang/lib/esdl/test/Beep.wav -lib/erlang/lib/esdl/test/testsprite.erl -lib/erlang/lib/esdl/test/testjoy.erl -lib/erlang/lib/esdl/test/testglutess.erl -lib/erlang/lib/esdl/test/testgl.erl -lib/erlang/lib/esdl/test/testbin.erl -lib/erlang/lib/esdl/test/testaudio.erl -lib/erlang/lib/esdl/test/erldemo.erl -lib/erlang/lib/esdl/test/Makefile.win32 -lib/erlang/lib/esdl/test/icon.bmp -@dirrm lib/erlang/lib/esdl/test -@dirrm lib/erlang/lib/esdl/src -@dirrm lib/erlang/lib/esdl/priv -@dirrm lib/erlang/lib/esdl/include -@dirrm lib/erlang/lib/esdl/ebin -@dirrm lib/erlang/lib/esdl/doc -@dirrm lib/erlang/lib/esdl/c_src -@dirrm lib/erlang/lib/esdl/api_gen -@dirrm lib/erlang/lib/esdl +lib/erlang/lib/esdl-0.93.0131/c_src/CPS.h +lib/erlang/lib/esdl-0.93.0131/c_src/SDLMain.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_audio.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_audio.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_conv.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_conv.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_driver.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_events.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_events.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_gen.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_gl.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_gl.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_glext.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_glext.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_glu.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_glu.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_spec.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_util.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_util.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_video.c +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_video.h +lib/erlang/lib/esdl-0.93.0131/c_src/esdl_wrapper.c +lib/erlang/lib/esdl-0.93.0131/c_src/hexdump.c +lib/erlang/lib/esdl-0.93.0131/doc/gl.html +lib/erlang/lib/esdl-0.93.0131/doc/glu.html +lib/erlang/lib/esdl-0.93.0131/doc/index.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl_active.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl_audio.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl_events.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl_joystick.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl_keyboard.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl_mouse.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl_util.html +lib/erlang/lib/esdl-0.93.0131/doc/sdl_video.html +lib/erlang/lib/esdl-0.93.0131/ebin/gl.beam +lib/erlang/lib/esdl-0.93.0131/ebin/glu.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl_active.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl_audio.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl_events.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl_joystick.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl_keyboard.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl_mouse.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl_util.beam +lib/erlang/lib/esdl-0.93.0131/ebin/sdl_video.beam +lib/erlang/lib/esdl-0.93.0131/priv/sdl_driver.so +lib/erlang/lib/esdl-0.93.0131/src/esdl.hrl +lib/erlang/lib/esdl-0.93.0131/src/gl.erl +lib/erlang/lib/esdl-0.93.0131/src/gl_funcs.hrl +lib/erlang/lib/esdl-0.93.0131/src/glext_funcs.hrl +lib/erlang/lib/esdl-0.93.0131/src/glu.erl +lib/erlang/lib/esdl-0.93.0131/src/glu_funcs.hrl +lib/erlang/lib/esdl-0.93.0131/src/sdl.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_active.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_audio.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_events.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_joystick.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_keyboard.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_mouse.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_util.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_util.hrl +lib/erlang/lib/esdl-0.93.0131/src/sdl_video.erl +lib/erlang/lib/esdl-0.93.0131/src/sdl_video_funcs.hrl +@dirrm lib/erlang/lib/esdl-0.93.0131/src +@dirrm lib/erlang/lib/esdl-0.93.0131/priv +@dirrm lib/erlang/lib/esdl-0.93.0131/include +@dirrm lib/erlang/lib/esdl-0.93.0131/ebin +@dirrm lib/erlang/lib/esdl-0.93.0131/doc +@dirrm lib/erlang/lib/esdl-0.93.0131/c_src +@dirrm lib/erlang/lib/esdl-0.93.0131 |