Author: ranger
Date: Sun Jun 18 20:46:26 2006
New Revision: 127

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=127&repname=user%3a+ranger>
Log:
forgot those

Added:
    trunk/experimental/10.3/main/finkinfo/games/
    trunk/experimental/10.3/main/finkinfo/games/boson.info
    trunk/experimental/10.3/main/finkinfo/games/boson.patch
    trunk/experimental/10.4-transitional/main/finkinfo/games/
    trunk/experimental/10.4-transitional/main/finkinfo/games/boson.info
    trunk/experimental/10.4-transitional/main/finkinfo/games/boson.patch
    trunk/experimental/10.4/main/finkinfo/games/
    trunk/experimental/10.4/main/finkinfo/games/boson.info
    trunk/experimental/10.4/main/finkinfo/games/boson.patch

Added: trunk/experimental/10.3/main/finkinfo/games/boson.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.3/main/finkinfo/games/boson.info&rev=127&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.3/main/finkinfo/games/boson.info (added)
+++ trunk/experimental/10.3/main/finkinfo/games/boson.info Sun Jun 18 20:46:26 
2006
@@ -1,0 +1,54 @@
+Package: boson
+Version: 0.12
+Revision: 11
+Description: Real-time strategy game
+License: GPL
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+BuildDepends: arts-dev (>= 1.5.3-11), autoconf2.5, cctools-single-module, fink 
(>= 0.24-1), gettext-tools, kdelibs3-unified-dev (>= %v-11), libart2, 
libgettext3-dev, libiconv-dev, libidn, libjpeg, libpng3 (>= 1.2.5-4), pcre, qt3 
(>= 3.3.6-18), unsermake (>= 0.4-0.20060316.1), bigreqsproto, expat, 
fixesproto, freetype219, kbproto, imake, inputproto, libice, libsm, libx11, 
libxau, libxcursor, libxdmcp, libxext, libxfixes, libxft, libxkbfile, libxi, 
libxinerama, libxmu, libxrandr, libxrender, libxt, libxtst, makedepend, 
mesalib, pkgconfig, randrproto, recordproto, renderproto, xcmiscproto, 
xextproto, xineramaproto, xorg-fontconfig-dev, xproto, xtrans
+GCC: 3.3
+
+CustomMirror: <<
+       nam-US: http://ranger.befunk.com/fink
+       nam-US: http://astrange.ithinksw.net/ranger-fink
+       nam-CA: http://www.southofheaven.net/befunk
+<<
+Source: mirror:sourceforge:%n/%n-all-%v.tar.bz2
+Source2: mirror:custom:kde-admindir-123.tar.bz2
+Source2ExtractDir: %n-all-%v
+Source-MD5: 61a9f7270ebc20643df9c0fe534d0744
+Source2-MD5: c80f4e6addc66b0bd88eaa1d7be04a48
+PatchScript: <<
+       #sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 
+       perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g;' admin/*
+<<
+
+NoSetCPPFLAGS: true
+NoSetLDFLAGS: true
+ConfigureParams: --with-distribution='Fink/Mac OS X'
+CompileScript: <<
+#!/bin/sh -e
+
+       export PREFIX="%p" USE_UNSERMAKE=1 FINK_X11=1
+       . ./environment-helper.sh
+
+       ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
+       ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
+       ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS
+<<
+
+InstallScript: <<
+#!/bin/sh -e
+
+       export PREFIX="%p" USE_UNSERMAKE=1 FINK_X11=1
+       . ./environment-helper.sh
+
+       ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
+<<
+DocFiles: AUTHORS COPYING ChangeLog INSTALL* NEWS README TODO
+
+DescDetail: <<
+Boson is an OpenGL real-time strategy game, with the feeling
+of Command and Conquer(tm) or StarCraft(tm).
+<<
+

Added: trunk/experimental/10.3/main/finkinfo/games/boson.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.3/main/finkinfo/games/boson.patch&rev=127&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.3/main/finkinfo/games/boson.patch (added)
+++ trunk/experimental/10.3/main/finkinfo/games/boson.patch Sun Jun 18 20:46:26 
2006
@@ -1,0 +1,48 @@
+
+--- boson-all-0.8/boson/Makefile.am    Mon Mar 24 10:09:47 2003
++++ boson-all-0.8-patched/boson/Makefile.am    Sun Apr 27 11:54:42 2003
+@@ -98,7 +98,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              $(LIB_KDEUI)
++              $(LIB_KDEUI) -lXmu
+ boson_SOURCES = \
+               $(BOSON_SRC)\
+               main.cpp
+@@ -114,7 +114,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              -lkio $(LIB_KDEUI)
++              -lkio $(LIB_KDEUI) -lXmu
+ bounit_SOURCES = \
+               $(BOSON_SRC) \
+               bounitmain.cpp bosonsearchpathswidget.ui \
+@@ -130,7 +130,7 @@
+ bocursor_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ bocursor_LDADD = \
+               $(top_builddir)/boson/bodebug/libbodebug.la \
+-              -lkio $(LIB_KDEUI) $(GLLIB)
++              -lkio $(LIB_KDEUI) $(GLLIB) -lXmu
+ bocursor_SOURCES = \
+               $(COMMON_SRC) \
+               bocursormain.cpp bosoncursoreditor.cpp bosoncursor.cpp \
+@@ -148,7 +148,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              $(LIB_KDEUI)
++              $(LIB_KDEUI) -lXmu
+ borender_SOURCES = \
+               $(BOSON_SRC) \
+               kgamemodeldebug.cpp \
+@@ -159,7 +159,7 @@
+               $(top_builddir)/boson/bodebug/libbodebug.la \
+               $(top_builddir)/boson/info/libbosoninfo.la \
+               $(GLLIB) \
+-              -lkio $(LIB_KDEUI)
++              -lkio $(LIB_KDEUI) -lXmu
+ boinfo_SOURCES = \
+               bosonglwidget.cpp \
+               boinfomain.cpp

Added: trunk/experimental/10.4-transitional/main/finkinfo/games/boson.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4-transitional/main/finkinfo/games/boson.info&rev=127&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4-transitional/main/finkinfo/games/boson.info (added)
+++ trunk/experimental/10.4-transitional/main/finkinfo/games/boson.info Sun Jun 
18 20:46:26 2006
@@ -1,0 +1,54 @@
+Package: boson
+Version: 0.12
+Revision: 21
+Description: Real-time strategy game
+License: GPL
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+BuildDepends: arts-dev (>= 1.5.3-21), autoconf2.5, cctools-single-module, fink 
(>= 0.24-1), gettext-tools, kdelibs3-unified-dev (>= %v-21), libart2, 
libgettext3-dev, libiconv-dev, libidn, libjpeg, libpng3 (>= 1.2.5-4), pcre, qt3 
(>= 3.3.6-28), unsermake (>= 0.4-0.20060316.1), bigreqsproto, expat, 
fixesproto, freetype219, kbproto, imake, inputproto, libice, libsm, libx11, 
libxau, libxcursor, libxdmcp, libxext, libxfixes, libxft, libxkbfile, libxi, 
libxinerama, libxmu, libxrandr, libxrender, libxt, libxtst, makedepend, 
mesalib, pkgconfig, randrproto, recordproto, renderproto, xcmiscproto, 
xextproto, xineramaproto, xorg-fontconfig-dev, xproto, xtrans
+GCC: 3.3
+
+CustomMirror: <<
+       nam-US: http://ranger.befunk.com/fink
+       nam-US: http://astrange.ithinksw.net/ranger-fink
+       nam-CA: http://www.southofheaven.net/befunk
+<<
+Source: mirror:sourceforge:%n/%n-all-%v.tar.bz2
+Source2: mirror:custom:kde-admindir-123.tar.bz2
+Source2ExtractDir: %n-all-%v
+Source-MD5: 61a9f7270ebc20643df9c0fe534d0744
+Source2-MD5: c80f4e6addc66b0bd88eaa1d7be04a48
+PatchScript: <<
+       #sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 
+       perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g;' admin/*
+<<
+
+NoSetCPPFLAGS: true
+NoSetLDFLAGS: true
+ConfigureParams: --with-distribution='Fink/Mac OS X'
+CompileScript: <<
+#!/bin/sh -e
+
+       export PREFIX="%p" USE_UNSERMAKE=1 FINK_X11=1
+       . ./environment-helper.sh
+
+       ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
+       ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
+       ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS
+<<
+
+InstallScript: <<
+#!/bin/sh -e
+
+       export PREFIX="%p" USE_UNSERMAKE=1 FINK_X11=1
+       . ./environment-helper.sh
+
+       ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
+<<
+DocFiles: AUTHORS COPYING ChangeLog INSTALL* NEWS README TODO
+
+DescDetail: <<
+Boson is an OpenGL real-time strategy game, with the feeling
+of Command and Conquer(tm) or StarCraft(tm).
+<<
+

Added: trunk/experimental/10.4-transitional/main/finkinfo/games/boson.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4-transitional/main/finkinfo/games/boson.patch&rev=127&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4-transitional/main/finkinfo/games/boson.patch (added)
+++ trunk/experimental/10.4-transitional/main/finkinfo/games/boson.patch Sun 
Jun 18 20:46:26 2006
@@ -1,0 +1,48 @@
+
+--- boson-all-0.8/boson/Makefile.am    Mon Mar 24 10:09:47 2003
++++ boson-all-0.8-patched/boson/Makefile.am    Sun Apr 27 11:54:42 2003
+@@ -98,7 +98,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              $(LIB_KDEUI)
++              $(LIB_KDEUI) -lXmu
+ boson_SOURCES = \
+               $(BOSON_SRC)\
+               main.cpp
+@@ -114,7 +114,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              -lkio $(LIB_KDEUI)
++              -lkio $(LIB_KDEUI) -lXmu
+ bounit_SOURCES = \
+               $(BOSON_SRC) \
+               bounitmain.cpp bosonsearchpathswidget.ui \
+@@ -130,7 +130,7 @@
+ bocursor_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ bocursor_LDADD = \
+               $(top_builddir)/boson/bodebug/libbodebug.la \
+-              -lkio $(LIB_KDEUI) $(GLLIB)
++              -lkio $(LIB_KDEUI) $(GLLIB) -lXmu
+ bocursor_SOURCES = \
+               $(COMMON_SRC) \
+               bocursormain.cpp bosoncursoreditor.cpp bosoncursor.cpp \
+@@ -148,7 +148,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              $(LIB_KDEUI)
++              $(LIB_KDEUI) -lXmu
+ borender_SOURCES = \
+               $(BOSON_SRC) \
+               kgamemodeldebug.cpp \
+@@ -159,7 +159,7 @@
+               $(top_builddir)/boson/bodebug/libbodebug.la \
+               $(top_builddir)/boson/info/libbosoninfo.la \
+               $(GLLIB) \
+-              -lkio $(LIB_KDEUI)
++              -lkio $(LIB_KDEUI) -lXmu
+ boinfo_SOURCES = \
+               bosonglwidget.cpp \
+               boinfomain.cpp

Added: trunk/experimental/10.4/main/finkinfo/games/boson.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4/main/finkinfo/games/boson.info&rev=127&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/games/boson.info (added)
+++ trunk/experimental/10.4/main/finkinfo/games/boson.info Sun Jun 18 20:46:26 
2006
@@ -1,0 +1,54 @@
+Package: boson
+Version: 0.12
+Revision: 1021
+Description: Real-time strategy game
+License: GPL
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+BuildDepends: arts-dev (>= 1.5.3-1021), autoconf2.5, cctools-single-module, 
fink (>= 0.24-1), gettext-tools, kdelibs3-unified-dev (>= %v-1021), libart2, 
libgettext3-dev, libiconv-dev, libidn, libjpeg, libpng3 (>= 1.2.5-4), pcre, qt3 
(>= 3.3.6-1028), unsermake (>= 0.4-0.20060316.1), bigreqsproto, expat, 
fixesproto, freetype219, kbproto, imake, inputproto, libice, libsm, libx11, 
libxau, libxcursor, libxdmcp, libxext, libxfixes, libxft, libxkbfile, libxi, 
libxinerama, libxmu, libxrandr, libxrender, libxt, libxtst, makedepend, 
mesalib, pkgconfig, randrproto, recordproto, renderproto, xcmiscproto, 
xextproto, xineramaproto, xorg-fontconfig-dev, xproto, xtrans
+GCC: 4.0
+
+CustomMirror: <<
+       nam-US: http://ranger.befunk.com/fink
+       nam-US: http://astrange.ithinksw.net/ranger-fink
+       nam-CA: http://www.southofheaven.net/befunk
+<<
+Source: mirror:sourceforge:%n/%n-all-%v.tar.bz2
+Source2: mirror:custom:kde-admindir-123.tar.bz2
+Source2ExtractDir: %n-all-%v
+Source-MD5: 61a9f7270ebc20643df9c0fe534d0744
+Source2-MD5: c80f4e6addc66b0bd88eaa1d7be04a48
+PatchScript: <<
+       #sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 
+       perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g;' admin/*
+<<
+
+NoSetCPPFLAGS: true
+NoSetLDFLAGS: true
+ConfigureParams: --with-distribution='Fink/Mac OS X'
+CompileScript: <<
+#!/bin/sh -e
+
+       export PREFIX="%p" USE_UNSERMAKE=1 FINK_X11=1
+       . ./environment-helper.sh
+
+       ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
+       ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
+       ./build-helper.sh make      %N %v %r unsermake $UNSERMAKEFLAGS
+<<
+
+InstallScript: <<
+#!/bin/sh -e
+
+       export PREFIX="%p" USE_UNSERMAKE=1 FINK_X11=1
+       . ./environment-helper.sh
+
+       ./build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
+<<
+DocFiles: AUTHORS COPYING ChangeLog INSTALL* NEWS README TODO
+
+DescDetail: <<
+Boson is an OpenGL real-time strategy game, with the feeling
+of Command and Conquer(tm) or StarCraft(tm).
+<<
+

Added: trunk/experimental/10.4/main/finkinfo/games/boson.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4/main/finkinfo/games/boson.patch&rev=127&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/games/boson.patch (added)
+++ trunk/experimental/10.4/main/finkinfo/games/boson.patch Sun Jun 18 20:46:26 
2006
@@ -1,0 +1,48 @@
+
+--- boson-all-0.8/boson/Makefile.am    Mon Mar 24 10:09:47 2003
++++ boson-all-0.8-patched/boson/Makefile.am    Sun Apr 27 11:54:42 2003
+@@ -98,7 +98,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              $(LIB_KDEUI)
++              $(LIB_KDEUI) -lXmu
+ boson_SOURCES = \
+               $(BOSON_SRC)\
+               main.cpp
+@@ -114,7 +114,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              -lkio $(LIB_KDEUI)
++              -lkio $(LIB_KDEUI) -lXmu
+ bounit_SOURCES = \
+               $(BOSON_SRC) \
+               bounitmain.cpp bosonsearchpathswidget.ui \
+@@ -130,7 +130,7 @@
+ bocursor_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ bocursor_LDADD = \
+               $(top_builddir)/boson/bodebug/libbodebug.la \
+-              -lkio $(LIB_KDEUI) $(GLLIB)
++              -lkio $(LIB_KDEUI) $(GLLIB) -lXmu
+ bocursor_SOURCES = \
+               $(COMMON_SRC) \
+               bocursormain.cpp bosoncursoreditor.cpp bosoncursor.cpp \
+@@ -148,7 +148,7 @@
+               $(top_builddir)/boson/bosonwidgets/libbosonwidgets.la \
+               -lkdegames -lqtmcop -lsoundserver_idl -lartskde \
+               $(GLLIB) -l3ds \
+-              $(LIB_KDEUI)
++              $(LIB_KDEUI) -lXmu
+ borender_SOURCES = \
+               $(BOSON_SRC) \
+               kgamemodeldebug.cpp \
+@@ -159,7 +159,7 @@
+               $(top_builddir)/boson/bodebug/libbodebug.la \
+               $(top_builddir)/boson/info/libbosoninfo.la \
+               $(GLLIB) \
+-              -lkio $(LIB_KDEUI)
++              -lkio $(LIB_KDEUI) -lXmu
+ boinfo_SOURCES = \
+               bosonglwidget.cpp \
+               boinfomain.cpp



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to