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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libmaa Provides a few data structures and helpful functions
1.4.7,1 devel on this many watch lists=2 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 1.4.7,1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-01-26 05:40:54
Last Update: 2023-02-28 21:42:56
Commit Hash: 8db74d3
People watching this port, also watch:: desktop-file-utils, gutenprint, font-misc-meltho, libao, mkfontscale
License: MIT
WWW:
https://github.com/cheusov/libmaa
Description:
The LIBMAA library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although LIBMAA was designed and implemented as a foundation for the Khepera Transformation System, the data structures are generally applicable to a wide range of programming problems. The memory management routines are especially helpful for improving the performance of memory-intensive applications.
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 (16 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libmaa-1.4.7,1/catalog.mk
  3. /usr/local/share/licenses/libmaa-1.4.7,1/LICENSE
  4. /usr/local/share/licenses/libmaa-1.4.7,1/MIT
  5. include/maa.h
  6. lib/libmaa.a
  7. lib/libmaa.so
  8. lib/libmaa.so.4
  9. lib/libmaa.so.4.0.0
  10. share/doc/libmaa/NEWS
  11. share/doc/libmaa/README
  12. share/doc/libmaa/TODO
  13. share/doc/libmaa/libmaa.600dpi.ps
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • libmaa>0:devel/libmaa
To install the port:
cd /usr/ports/devel/libmaa/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libmaa
  • pkg install libmaa
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libmaa
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1587445352 SHA256 (cheusov-libmaa-1.4.7_GH0.tar.gz) = 50ae93a84aa413e31562db3e660338abf4806626d605f975a10cccbb3cb75116 SIZE (cheusov-libmaa-1.4.7_GH0.tar.gz) = 177222

Packages (timestamps in pop-ups are UTC):
libmaa
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.7,11.4.7,11.4.7,11.4.7,11.4.7,1-1.4.7,1-
FreeBSD:13:quarterly1.4.7,11.4.7,11.4.7,11.4.7,11.4.7,11.4.7,11.4.7,11.4.7,1
FreeBSD:14:latest1.4.7,11.4.7,11.4.7,11.4.7,11.4.7,11.4.7,1-1.4.7,1
FreeBSD:14:quarterly1.4.7,11.4.7,1-1.4.7,11.4.7,11.4.7,11.4.7,11.4.7,1
FreeBSD:15:latest1.4.7,11.4.7,1n/a1.4.7,1n/a1.4.7,11.4.7,11.4.7,1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. mk-configure>=0.29.1 : devel/mk-configure
This port is required by:
for Libraries
  1. devel/paexec
  2. net/dictd
  3. textproc/dict
  4. textproc/dictfmt

Configuration Options:
===> The following configuration options are available for libmaa-1.4.7,1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_libmaa
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cheusov/libmaa/tar.gz/1.4.7?dummy=/
Collapse this list.

Number of commits found: 44

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.7,1
28 Feb 2023 21:42:56
commit hash: 8db74d3ca50ace258ea001c2a801b3d369459cb3commit hash: 8db74d3ca50ace258ea001c2a801b3d369459cb3commit hash: 8db74d3ca50ace258ea001c2a801b3d369459cb3commit hash: 8db74d3ca50ace258ea001c2a801b3d369459cb3 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/libmaa: fix the build against Clang 15 (+)

Approved by:	portmgr blanket

Sponsored by:	Serenity Cybersecurity, LLC
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)
1.4.7,1
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)
1.4.7,1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.4.7,1
21 Dec 2021 18:46:21
commit hash: a9aa28ba36e0b74e7e7f7f9d09b0c8c3a58a1368commit hash: a9aa28ba36e0b74e7e7f7f9d09b0c8c3a58a1368commit hash: a9aa28ba36e0b74e7e7f7f9d09b0c8c3a58a1368commit hash: a9aa28ba36e0b74e7e7f7f9d09b0c8c3a58a1368 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libmaa: Convert REINPLACE_CMD to patch files
1.4.7,1
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.
1.4.7,1
21 Apr 2020 19:34:44
Revision:532301Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.7

Changes:	https://github.com/cheusov/libmaa/blob/master/doc/NEWS
1.4.6,1
02 Apr 2020 12:01:15
Revision:530287Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.6

Changes:	https://github.com/cheusov/libmaa/blob/master/doc/NEWS
1.4.5,1
31 Mar 2020 22:59:57
Revision:530028Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.5

Changes:	https://github.com/cheusov/libmaa/blob/master/doc/NEWS
1.4.4,1
06 Oct 2019 13:47:07
Revision:513887Original commit files touched by this commit
tobik search for other commits by this committer
Drop nop NO_CONFIGURE
1.4.4,1
24 Apr 2019 17:42:07
Revision:499876Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.4

Changes:	https://github.com/cheusov/libmaa/blob/master/doc/NEWS
1.4.3,1
17 Feb 2019 19:38:51
Revision:493189Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.3

Changes:	https://github.com/cheusov/libmaa/blob/master/doc/NEWS
1.4.2,1
08 Feb 2019 20:54:14
Revision:492448Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix parallel build

Reported by:	cy
Obtained
from:	https://github.com/cheusov/libmaa/commit/3f91ed0c3c765ef3fae2b1aa64eaa79e2123a41a
1.4.2,1
27 Jan 2019 19:57:31
Revision:491386Original commit files touched by this commit
sunpoet search for other commits by this committer
Clean up Makefile
1.4.2,1
08 Mar 2018 15:37:55
Revision:463895Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.2

Changes:	https://github.com/cheusov/libmaa/blob/master/doc/NEWS
1.4.1,1
03 Mar 2018 16:29:52
Revision:463493Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.1

- Change MASTER_SITES from SF to GitHub
- Update LICENSE
- Use PLIST
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/cheusov/libmaa/blob/master/doc/NEWS
1.3.2_3,1
22 Feb 2017 15:02:18
Revision:434587Original commit files touched by this commit
bapt search for other commits by this committer
Drop useless dependency on gmake (bmake build those fine)
1.3.2_3,1
17 Oct 2015 18:07:54
Revision:399559Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE_FILE
- Convert to new options target helper
- Cleanup Makefile
1.3.2_3,1
02 Aug 2015 15:03:20
Revision:393429Original commit files touched by this commit
tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.2_2,1
05 Oct 2014 18:01:20
Revision:370099Original commit files touched by this commit
tijl search for other commits by this committer
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
1.3.2_1,1
19 Sep 2014 18:36:25
Revision:368585Original commit files touched by this commit
sunpoet search for other commits by this committer
- Strip shared library
1.3.2_1,1
18 Sep 2014 16:31:48
Revision:368493Original commit files touched by this commit
sunpoet search for other commits by this committer
- Reorder variables
1.3.2_1,1
18 Sep 2014 14:35:34
Revision:368465Original commit files touched by this commit
tijl search for other commits by this committer
- Switch to USES=libtool:build
- Don't include bsd.port.options.mk
1.3.2_1,1
06 Jun 2014 11:06:52
Revision:356765Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
1.3.2,1
25 Nov 2013 11:33:46
Revision:334836Original commit files touched by this commit
sunpoet search for other commits by this committer
- Support STAGEDIR
1.3.2,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)
1.3.2,1
21 Aug 2013 17:42:58
Revision:325163Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup Makefile header
1.3.2,1
21 Aug 2013 12:03:52
Revision:325110Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=gmake
1.3.2,1
31 Jul 2012 15:08:12
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Restore PORTEPOCH

Reported by:	erwin
1.3.2
30 Jul 2012 18:28:07
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.3.2
- Add LICENSE
- Convert to new options framework
- Do not silence installation message
- Remove license file from PLIST

Changes:	http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.2/README/view
1.3.1,1
02 Nov 2011 03:34:47
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove unrecognized options
1.3.1,1
26 Oct 2011 10:21:01
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.3.1
- Sort PLIST_FILES

Changes:       
http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.1/README/view
1.3.0,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
1.3.0,1
12 Apr 2011 15:16:07
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.3.0
- CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk
- Use PLIST_FILES and PORTDOCS instead of PLIST
- Remove obsolete MD5 checksum

Changes:       
http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.0/README/view
1.2.0,1
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
1.2.0,1
22 Sep 2010 17:10:26
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MAINTAINER to my FreeBSD.org address

Approved by:    pgollucci (mentor)
1.2.0,1
14 Dec 2009 01:01:40
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.2.0
- Pass the maintainership to submitter

PR:             ports/141432
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
1.1.1,1
28 Aug 2009 17:37:26
Original commit files touched by this commit
linimon search for other commits by this committer
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:            portmgr
1.1.1,1
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
1.1.1,1
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
1.1.1,1
01 Feb 2009 21:51:22
Original commit files touched by this commit
chinsan search for other commits by this committer
- Update to 1.1.1
- Add Project's SF site.
1.1.0,1
04 Jan 2009 15:15:55
Original commit files touched by this commit
chinsan search for other commits by this committer
- Update to 1.1.0 (libmaa was separated from dictd)
- bump PORTEPOCH

PR:             ports/130152
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
1.10.11
01 May 2008 08:47:11
Original commit files touched by this commit
chinsan search for other commits by this committer
- Update to 1.10.11.
1.10.10
26 Jan 2008 05:39:51
Original commit files touched by this commit
chinsan search for other commits by this committer
The LIBMAA library provides many low-level data structures which are
helpful for writing compilers, including hash tables, sets, lists,
debugging support, and memory management.  Although LIBMAA was
designed and implemented as a foundation for the Khepera
Transformation System, the data structures are generally applicable to
a wide range of programming problems.

The memory management routines are especially helpful for improving the
performance of memory-intensive applications.

WWW: http://www.dict.org/

Number of commits found: 44