Port details |
- libmba Collection of C modules potentially useful to any project
- 0.9.1_2 devel
=2 0.9.1_2Version 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
 - Port Added: 2002-09-24 07:59:53
- Last Update: 2024-03-14 09:53:00
- Commit Hash: 38dbc8c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.ioplex.com/~miallen/libmba/
- Description:
- The libmba package is a collection of mostly independent C modules potentially
useful to any project. There are hashmap, linkedlist, and stack ADTs, a DOM-
like interface that can load and store XML files for simple XML processing, a
module for managing error codes and associated messages across separate C
libraries, and more.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libmba/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libmba
- pkg install libmba
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmba
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libmba-0.9.1.tar.gz) = 1482c6c1a32794d1c40df471d25006ee1cae5b07ebd76b0301268dddb8629394
SIZE (libmba-0.9.1.tar.gz) = 290080
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- textproc/domc
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_libmba
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.1_2 14 Mar 2024 09:53:00
    |
Christian Weisgerber (naddy)  |
devel/libmba: Move man pages to share/man
Approved by: portmgr (blanket) |
0.9.1_1 01 Nov 2023 22:13:06
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.9.1_1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.1_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.1_1 02 Mar 2018 22:34:53
  |
brooks  |
Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137 |
0.9.1_1 18 Feb 2015 15:16:57
  |
amdmi3  |
- Simplify MASTER_SITES
- Strip library |
0.9.1_1 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
0.9.1_1 15 Aug 2014 06:55:11
  |
marino  |
devel/libmba: Fix wrong embedded DT_SONAME
* Use single digit for soversion
* Support DragonFly
* Drop unnecessary sed lines by adjusting MAKE_ARGS
* Bump dependent ports
PR: 192666
Submitted by: Jan Beich
Approved by: portmgr (implicit, dependent port unstaged) |
0.9.1 24 Mar 2014 23:37:29
  |
bapt  |
Support stage |
0.9.1 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.9.1 11 Apr 2012 03:18:52
 |
miwi  |
- Respect CC/CFLAGS
- Drop unused cruft
PR: 162593
Submitted by: Jan Beich <jbeich@tormail.net> |
0.9.1 23 Sep 2011 22:26:39
 |
amdmi3  |
- 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 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.9.1 18 Nov 2009 22:39:55
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.9.1 09 Mar 2009 19:29:12
 |
miwi  |
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon) |
0.9.1 25 Jul 2008 09:38:45
 |
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
0.9.1 19 Apr 2007 11:29:35
 |
miwi  |
- Remove 4.X gruft
PR: 111854
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: maintainer implicit |
0.9.1 08 Nov 2006 09:28:33
 |
farrokhi  |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
0.9.1 02 Nov 2006 22:53:36
 |
miwi  |
- Add backup MASTER_SITES
Submitted by: pointyhat via kris |
0.9.1 01 Nov 2006 07:40:00
 |
miwi  |
- Update to 0.9.1
- Pass maintainership to submitter
PR: ports/104880
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
0.8.10_1 14 Aug 2006 22:55:18
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.8.10_1 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
0.8.10_1 30 Jan 2006 23:20:05
 |
kuriyama  |
Chase shlib bump of libexpat. |
0.8.10 24 Nov 2005 15:40:04
 |
pav  |
- Add some SHA256 checksums |
0.8.10 10 Apr 2005 21:00:01
 |
thierry  |
Unbreak on FreeBSD-4.11.
PR: ports/79354
Submitted by: Jukka Ukkonen |
0.8.10 22 Mar 2005 12:51:57
 |
barner  |
Fix build on sparc.
Approved by: portmgr (krion), arved (mentor) |
0.8.10 08 Mar 2005 16:21:34
 |
barner  |
- Update to 0.8.10
- Fix fetch
- Mark broken on FreeBSD < 500039 (needs wchar support)
PR: ports/77815
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Approved by: arved (mentor) |
0.6.1_2 14 Mar 2004 07:58:26
 |
kuriyama  |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
0.6.1_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.6.1 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
0.6.1 06 Jun 2003 12:11:25
 |
fjoe  |
Update to 0.6.1.
PR: 52391
Submitted by: Kirill Ponomarew |
0.6.0 09 May 2003 07:04:33
 |
ijliao  |
upgrade to 0.6.0
PR: 51972
Submitted by: Ports Fury |
0.5.1 23 Apr 2003 22:44:31
 |
naddy  |
Update to version 0.5.1
PR: 51049
Submitted by: Ports Fury |
0.4.6 20 Feb 2003 17:07:10
 |
knu  |
De-pkg-comment. |
0.4.6 05 Feb 2003 21:58:38
 |
naddy  |
Homepage updates.
PR: 47914, 47915, 47916, 47938, 47941
Submitted by: tadalunch@s5.xrea.com |
0.4.6 02 Jan 2003 17:38:56
 |
ijliao  |
upgrade to 0.4.6
PR: 45851
Submitted by: Ports Fury |
0.4.5 23 Nov 2002 15:15:51
 |
nork  |
Update to 0.4.5
PR: ports/45620
Submitted by: Ports Fury |
0.3.6 24 Sep 2002 07:59:37
 |
ijliao  |
add libmba 0.3.6
A collection of C modules potentially useful to any project
required by textproc/domc 0.6.0
Approved by: kris |