| non port: devel/luabind/Makefile |
|
CVSWeb
|
Number of commits found: 9 |
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.17 accessibility/accerciser/Makefile
1.11 accessibility/at-poke/Makefile
1.76 accessibility/at-spi/Makefile
1.4 accessibility/at-spi2-atk/Makefile
1.4 accessibility/at-spi2-core/Makefile
1.65 accessibility/atk/Makefile
1.4 accessibility/atkmm/Makefile
1.53 accessibility/dasher/Makefile
1.5 accessibility/eflite/Makefile
1.59 accessibility/gnome-mag/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
Sat, 11 Jun 2011
|
[ 08:05 amdmi3 ]
1.8 devel/luabind/Makefile
1.3 devel/luabind/distinfo
1.3 devel/luabind/pkg-plist
- Update to 0.9.1
- Drop maintainership
|
|
Wed, 8 Sep 2010
|
[ 02:53 amdmi3 ]
1.7 devel/luabind/Makefile
1.2 devel/luabind/distinfo
1.2 devel/luabind/files/patch-luabind-detail-policy.hpp
1.2 devel/luabind/files/patch-src-makefile
1.2 devel/luabind/pkg-plist
- Update to 0.9
|
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ]
1.5 databases/WWWdb/Makefile
1.8 databases/adminer/Makefile
1.51 databases/adodb/Makefile
1.8 databases/adodb5/Makefile
1.5 databases/aolserver-nsmysql/Makefile
1.8 databases/aolserver-nspostgres/Makefile
1.10 databases/bbdb/Makefile
1.2 databases/buzhug/Makefile
1.61 databases/clip/Makefile
1.10 databases/dbXML/Makefile
(Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
|
Tue, 28 Jul 2009
|
[ 11:45 pav ]
1.1955 MOVED
1.29 astro/stellarium/Makefile
1.34 audio/ardour/Makefile
1.11 audio/cpp-xmms2/Makefile
1.7 audio/mp3plot/Makefile
1.3 audio/mumble/Makefile
1.2 audio/patchage/Makefile
1.8 audio/py-tagpy/Makefile
1.3 audio/raul/Makefile
1.25 cad/kicad/Makefile
(Only the first 10 of 167 ports in this commit are shown above. )
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
|
|
Sat, 21 Mar 2009
|
[ 00:26 amdmi3 ]
1.4 devel/luabind/Makefile
1.1 devel/luabind/files/patch-luabind-detail-policy.hpp
- Fix for upcoming boost 1.37.0
|
|
Fri, 25 Jul 2008
|
[ 09:38 pav ]
1.58 databases/clip/Makefile
1.83 databases/fastdb/Makefile
1.60 databases/firebird-server/Makefile
1.65 databases/firebird2-server/Makefile
1.22 databases/py-MySQL/Makefile
1.15 databases/py-PySQLite10/Makefile
1.19 databases/py-PySQLite11/Makefile
1.32 deskutils/abacus/Makefile
1.14 deskutils/checkrdf/Makefile
1.6 deskutils/xfce4-notification-daemon/Makefile
(Only the first 10 of 38 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
|
Thu, 19 Jun 2008
|
[ 17:28 amdmi3 ]
1.15 audio/wavplay/Makefile
1.9 audio/ximp3/Makefile
1.17 cad/qucs/Makefile
1.2 devel/gnucflow/Makefile
1.2 devel/libclaw/Makefile
1.2 devel/luabind/Makefile
1.4 devel/p5-WeakRef/Makefile
1.7 devel/py-ode/Makefile
1.12 editors/chexedit/Makefile
1.13 editors/hnb/Makefile
(Only the first 10 of 132 ports in this commit are shown above. )
Update my email address in 132 ports.
Approved by: miwi (mentor)
|
|
Thu, 7 Jun 2007
|
[ 09:09 philip ]
1.2779 devel/Makefile
1.1 devel/luabind/Makefile
1.1 devel/luabind/distinfo
1.1 devel/luabind/files/patch-src-makefile
1.1 devel/luabind/pkg-descr
1.1 devel/luabind/pkg-plist
Luabind is a library that helps you create bindings between C++ and
Lua. It has the ability to expose functions and classes, written
in C++, to Lua. It will also supply the functionality to define
classes in lua and let them derive from other lua classes or C++
classes. Lua classes can override virtual functions from their C++
baseclasses. It is written towards Lua 5.x, and does not work with
Lua 4.
It is implemented utilizing template meta programming. That means
that you don't need an extra preprocess pass to compile your project
(it is done by the compiler). It also means you don't (usually)
have to know the exact signature of each function you register,
since the library will generate code depending on the compile-time
type of the function (which includes the signature). The main
drawback of this approach is that the compilation time will increase
for the file that does the registration, it is therefore recommended
that you register everything in the same cpp-file.
WWW: http://www.rasterbar.com/products/luabind.html
PR: ports/113443
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
|
Number of commits found: 9 |