notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
luabind Library that helps you create bindings between C++ and Lua
0.9.1_17 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.1_17Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-06-07 09:15:03
Last Update: 2023-07-18 15:50:39
Commit Hash: a68c8de
License: MIT
WWW:
https://www.rasterbar.com/products/luabind.html
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (89 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/luabind-0.9.1_17/catalog.mk
  3. /usr/local/share/licenses/luabind-0.9.1_17/LICENSE
  4. /usr/local/share/licenses/luabind-0.9.1_17/MIT
  5. include/luabind/adopt_policy.hpp
  6. include/luabind/back_reference.hpp
  7. include/luabind/back_reference_fwd.hpp
  8. include/luabind/class.hpp
  9. include/luabind/class_info.hpp
  10. include/luabind/config.hpp
  11. include/luabind/container_policy.hpp
  12. include/luabind/copy_policy.hpp
  13. include/luabind/dependency_policy.hpp
  14. include/luabind/detail/calc_arity.hpp
  15. include/luabind/detail/call.hpp
  16. include/luabind/detail/call_function.hpp
  17. include/luabind/detail/call_member.hpp
  18. include/luabind/detail/call_operator_iterate.hpp
  19. include/luabind/detail/class_cache.hpp
  20. include/luabind/detail/class_registry.hpp
  21. include/luabind/detail/class_rep.hpp
  22. include/luabind/detail/compute_score.hpp
  23. include/luabind/detail/constructor.hpp
  24. include/luabind/detail/conversion_storage.hpp
  25. include/luabind/detail/convert_to_lua.hpp
  26. include/luabind/detail/debug.hpp
  27. include/luabind/detail/decorate_type.hpp
  28. include/luabind/detail/deduce_signature.hpp
  29. include/luabind/detail/enum_maker.hpp
  30. include/luabind/detail/format_signature.hpp
  31. include/luabind/detail/garbage_collector.hpp
  32. include/luabind/detail/has_get_pointer.hpp
  33. include/luabind/detail/inheritance.hpp
  34. include/luabind/detail/instance_holder.hpp
  35. include/luabind/detail/is_indirect_const.hpp
  36. include/luabind/detail/link_compatibility.hpp
  37. include/luabind/detail/make_instance.hpp
  38. include/luabind/detail/most_derived.hpp
  39. include/luabind/detail/object_call.hpp
  40. include/luabind/detail/object_funs.hpp
  41. include/luabind/detail/object_rep.hpp
  42. include/luabind/detail/open.hpp
  43. include/luabind/detail/operator_id.hpp
  44. include/luabind/detail/other.hpp
  45. include/luabind/detail/pcall.hpp
  46. include/luabind/detail/pointee_sizeof.hpp
  47. include/luabind/detail/pointee_typeid.hpp
  48. include/luabind/detail/policy.hpp
  49. include/luabind/detail/primitives.hpp
  50. include/luabind/detail/property.hpp
  51. include/luabind/detail/ref.hpp
  52. include/luabind/detail/signature_match.hpp
  53. include/luabind/detail/stack_utils.hpp
  54. include/luabind/detail/typetraits.hpp
  55. include/luabind/detail/yes_no.hpp
  56. include/luabind/discard_result_policy.hpp
  57. include/luabind/error.hpp
  58. include/luabind/exception_handler.hpp
  59. include/luabind/from_stack.hpp
  60. include/luabind/function.hpp
  61. include/luabind/get_main_thread.hpp
  62. include/luabind/get_pointer.hpp
  63. include/luabind/handle.hpp
  64. include/luabind/iterator_policy.hpp
  65. include/luabind/lua_include.hpp
  66. include/luabind/luabind.hpp
  67. include/luabind/make_function.hpp
  68. include/luabind/nil.hpp
  69. include/luabind/object.hpp
  70. include/luabind/open.hpp
  71. include/luabind/operator.hpp
  72. include/luabind/out_value_policy.hpp
  73. include/luabind/prefix.hpp
  74. include/luabind/raw_policy.hpp
  75. include/luabind/return_reference_to_policy.hpp
  76. include/luabind/scope.hpp
  77. include/luabind/shared_ptr_converter.hpp
  78. include/luabind/tag_function.hpp
  79. include/luabind/typeid.hpp
  80. include/luabind/value_wrapper.hpp
  81. include/luabind/version.hpp
  82. include/luabind/weak_ref.hpp
  83. include/luabind/wrapper_base.hpp
  84. include/luabind/yield_policy.hpp
  85. lib/libluabind.a
  86. lib/libluabind.so
  87. @owner
  88. @group
  89. @mode
Collapse this list.
Dependency lines:
  • luabind>0:devel/luabind
To install the port:
cd /usr/ports/devel/luabind/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/luabind
  • pkg install luabind
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: luabind
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (luabind-0.9.1.tar.gz) = 80de5e04918678dd8e6dac3b22a34b3247f74bf744c719bae21faaa49649aaae SIZE (luabind-0.9.1.tar.gz) = 194560

Packages (timestamps in pop-ups are UTC):
luabind
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.9.1_170.9.1_17-0.9.1_170.9.1_17---
FreeBSD:13:quarterly0.9.1_170.9.1_17--0.9.1_17-0.9.1_17-
FreeBSD:14:latest0.9.1_170.9.1_17-0.9.1_170.9.1_17---
FreeBSD:14:quarterly0.9.1_170.9.1_17--0.9.1_17-0.9.1_17-
FreeBSD:15:latest0.9.1_170.9.1_17n/a0.9.1_17n/a-0.9.1_170.9.1_17
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libboost_python39.so : devel/boost-python-libs@py39
  2. liblua-5.1.so : lang/lua51
This port is required by:
for Libraries
  1. devel/vera++
  2. www/osrm-backend

Configuration Options:
===> The following configuration options are available for luabind-0.9.1_17: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_luabind
USES:
compiler:c++11-lang localbase lua:51 python:env
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  2. http://cytranet.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  3. http://deac-ams.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  4. http://deac-fra.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  5. http://deac-riga.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  6. http://downloads.sourceforge.net/project/luabind/luabind/0.9.1/
  7. http://excellmedia.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  8. http://freefr.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  9. http://gigenet.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  10. http://ixpeering.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  11. http://jaist.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  12. http://jztkft.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  13. http://kumisystems.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  14. http://liquidtelecom.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  15. http://nchc.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  16. http://netactuate.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  17. http://netcologne.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  18. http://netix.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  19. http://onboardcloud.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  20. http://phoenixnap.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  21. http://razaoinfo.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  22. http://sinalbr.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  23. http://sitsa.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  24. http://sonik.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  25. http://tenet.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  26. http://udomain.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  27. http://ufpr.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  28. http://versaweb.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  29. https://cfhcable.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  30. https://cytranet.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  31. https://deac-ams.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  32. https://deac-fra.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  33. https://deac-riga.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  34. https://downloads.sourceforge.net/project/luabind/luabind/0.9.1/
  35. https://excellmedia.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  36. https://freefr.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  37. https://gigenet.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  38. https://ixpeering.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  39. https://jaist.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  40. https://jztkft.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  41. https://kumisystems.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  42. https://liquidtelecom.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  43. https://nchc.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  44. https://netactuate.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  45. https://netcologne.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  46. https://netix.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  47. https://onboardcloud.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  48. https://phoenixnap.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  49. https://razaoinfo.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  50. https://sinalbr.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  51. https://sitsa.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  52. https://sonik.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  53. https://tenet.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  54. https://udomain.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  55. https://ufpr.dl.sourceforge.net/project/luabind/luabind/0.9.1/
  56. https://versaweb.dl.sourceforge.net/project/luabind/luabind/0.9.1/
Collapse this list.

Number of commits found: 43

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.1_17
18 Jul 2023 15:50:39
commit hash: a68c8de9cf720262e8e3db34797ece084bdcf806commit hash: a68c8de9cf720262e8e3db34797ece084bdcf806commit hash: a68c8de9cf720262e8e3db34797ece084bdcf806commit hash: a68c8de9cf720262e8e3db34797ece084bdcf806 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/luabind: Fix build with llvm16

- Utilize USES=localbase while I am here

Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.9.1_17
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.1_17
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
0.9.1_16
07 Apr 2021 23:19:01
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
0.9.1_16
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.9.1_16
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
0.9.1_15
19 Aug 2019 15:35:28
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
0.9.1_14
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.9.1_13
12 Apr 2019 06:36:31
Revision:498698Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
0.9.1_12
20 Dec 2018 08:12:22
Revision:487854Original commit files touched by this commit
linimon search for other commits by this committer
Add compiler:c++11-lang to force compilation with ports GCC on GCC-based
architectures to fix build of devel/vera++.

PR:		234121
Submitted by:	Piotr Kubaj
0.9.1_12
12 Dec 2018 00:15:50
Revision:487266Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
0.9.1_11
09 Aug 2018 06:58:31
Revision:476723Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
0.9.1_10
18 Apr 2018 13:57:43
Revision:467711Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
0.9.1_9
15 Feb 2018 12:34:50
Revision:461885Original commit files touched by this commit
mat search for other commits by this committer
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.

Reviewed by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14368
0.9.1_9
18 Jan 2018 04:11:03
Revision:459315Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
0.9.1_8
25 Sep 2017 00:08:17
Revision:450560Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
0.9.1_7
25 Sep 2017 00:05:06
Revision:450557Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
0.9.1_6
02 May 2017 06:48:11
Revision:439934Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
0.9.1_5
06 Jan 2017 08:45:04
Revision:430692Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
0.9.1_4
23 Nov 2016 12:45:47
Revision:426908Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
0.9.1_3
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.9.1_3
20 Jan 2016 00:00:46
Revision:406721Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Pet portlint
- Switch to options helpers
0.9.1_3
18 Jan 2016 22:15:27
Revision:406614Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix build with boost 1.60

See
https://github.com/Oberon00/luabind/commit/fb3c6623c728209a2ba69d178bd87589bf04e9cf
0.9.1_3
04 Oct 2015 00:42:56
Revision:398559Original commit files touched by this commit
jbeich search for other commits by this committer
devel/luabind: unbreak -DNDEBUG on 10+ systems
0.9.1_2
23 Feb 2015 01:20:11
Revision:379641Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Fix library installation
0.9.1_2
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.9.1_2
01 Jun 2014 20:08:54
Revision:356168Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak, it seems not compatible with lua52

Reported by:	pkg-fallout
0.9.1_2
26 May 2014 15:28:29
Revision:355360Original commit files touched by this commit
bapt search for other commits by this committer
Replace lang/lua with the new lang/lua51

lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
0.9.1_2
07 Feb 2014 11:44:09
Revision:343214Original commit files touched by this commit
bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
0.9.1_1
12 Dec 2013 10:53:38
Revision:336253Original commit files touched by this commit
bapt search for other commits by this committer
Convert LIB_DEPENDS for ports depending on boost
0.9.1_1
23 Sep 2013 20:08:30
Revision:328038Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix build with clang [1]
- Fix build with gcc 4.6+ [2]
- Implement staging support

Obtained
from:	https://github.com/luabind/luabind/commit/3044a9053ac50977684a75c4af42b2bddb853fad
[1]
		http://thread.gmane.org/gmane.comp.lib.boost.devel/228802 [2]
0.9.1_1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.9.1_1
21 Feb 2013 04:54:17
Revision:312703Original commit files touched by this commit
miwi search for other commits by this committer
- Bump PORTREVISION after boost update
- While here trim header
0.9.1
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
0.9.1
11 Jun 2011 08:05:07
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.9.1
- Drop maintainership
0.9
08 Sep 2010 02:53:28
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.9
0.7
22 Aug 2009 00:18:43
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
0.7
28 Jul 2009 11:45:09
Original commit files touched by this commit
pav search for other commits by this committer
- 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)
0.7
21 Mar 2009 00:26:47
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix for upcoming boost 1.37.0
0.7
25 Jul 2008 09:38:45
Original commit files touched by this commit
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
0.7
19 Jun 2008 17:28:24
Original commit files touched by this commit
amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
0.7
07 Jun 2007 09:09:09
Original commit files touched by this commit
philip search for other commits by this committer
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: 43