Port details |
- libmsocket Socket abstraction library for C programmers
- 0.4_6 devel
=2 0.4_6Version of this port present on the latest quarterly branch. - Maintainer: rodrigo@FreeBSD.org
 - Port Added: 2008-10-15 10:02:21
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: net
- License: BSD2CLAUSE
- WWW:
- https://sourceforge.net/projects/kageki/
- Description:
- libmsocket is a socket abstraction library for C programmers.
In addition to simple TCP sockets, it is moving towards transparent
support for additional abstractions in a seamless manner, such as
SSL and Socks5 proxies.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libmsocket>0:devel/libmsocket
- To install the port:
- cd /usr/ports/devel/libmsocket/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libmsocket
- pkg install libmsocket
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmsocket
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libmsocket-0.4.tar.bz2) = 39b8b7a7e222f87bcebfa28ed053489df810f7f7141bbcb2ae8a1ae0c27406fc
SIZE (libmsocket-0.4.tar.bz2) = 69281
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libevent.so : devel/libevent
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libmsocket-0.4_6:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- devel_libmsocket
- USES:
- tar:bzip2 desthack ssl
- 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 |
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.4_6 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.4_6 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.4_6 17 Jun 2021 10:28:05
    |
Piotr Kubaj (pkubaj)  |
devel/libmsocket: fix build on armv7 |
0.4_6 17 Jun 2021 10:28:04
    |
Piotr Kubaj (pkubaj)  |
devel/libmsocket: fix build on riscv64
Same issue as on other architectures. |
0.4_6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4_6 23 Sep 2020 18:57:12
  |
linimon  |
Canonicalize CFLAGS across all powerpc variants.
Approved by: portmgr (tier-2 blanket) |
0.4_6 16 Jul 2020 12:59:58
  |
pkubaj  |
devel/libmsocket: fix build on powerpc(64) head
Needs the same CFLAGS as other architectures. |
0.4_6 02 Aug 2019 13:30:40
  |
jbeich  |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
0.4_5 05 Nov 2018 23:41:33
  |
rodrigo  |
Fix build for 12 with opendssl 1.1.0+
Regenerate patches with makepatch
Add license
Reported by: pkg-fallout |
0.4_4 18 Sep 2018 19:20:18
  |
emaste  |
Bump PORTREVISION for changed CFLAGS
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.
Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068
Reported by: antoine
Approved by: antoine |
0.4_3 18 Sep 2018 18:57:19
  |
emaste  |
devel/libmsocket: enable PIC on i386, for lld
Shared objects should be built as PIC, and lld enforces this by default.
Add an i386 case to the existing set of per-arch CFLAGS, and remove the
CFLAGS_iad64 typo case.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation |
0.4_3 16 Feb 2018 18:35:03
  |
brnrd  |
security/openssl-devel: Mark ports broken cat devel
- REASON from build log |
0.4_3 20 Feb 2017 02:57:04
  |
jbeich  |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
0.4_2 04 Feb 2017 07:56:59
  |
jbeich  |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
0.4_1 20 Jan 2017 20:33:31
  |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.4_1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.4_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.4_1 09 Aug 2015 22:24:05
  |
andrew  |
Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS and are failing to build.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3321 |
0.4_1 22 May 2015 13:34:22
  |
mat  |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
0.4_1 24 Jul 2014 13:32:59
  |
bapt  |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
0.4_1 24 Mar 2014 23:35:16
  |
bapt  |
Support stage |
0.4_1 29 Jan 2014 09:17:42
  |
rodrigo  |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
0.4_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.4_1 12 Jan 2013 12:07:59
  |
wen  |
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> |
0.4_1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.4_1 11 Mar 2010 06:15:42
 |
brooks  |
Dynamically size group arrays rather than using the soon to be removed
NGROUPS define.
The previous code also under allocated space by a factor of 3 and
probably lead to memory corruption. |
0.4 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.4 05 Jun 2009 08:22:58
 |
itetcu  |
Fix with custom LOCALBASE
Reported by: QATty |
0.4 31 Dec 2008 07:16:58
 |
linimon  |
Reset mattdharris@users.sourceforge.net: address bounces.
Hat: portmgr |
0.4 15 Oct 2008 10:01:56
 |
amdmi3  |
libmsocket is a socket abstraction library for C programmers.
In addition to simple TCP sockets, it is moving towards transparent
support for additional abstractions in a seamless manner, such as
SSL and Socks5 proxies.
WWW: http://sourceforge.net/projects/kageki
PR: 128105
Submitted by: Matt Harris <mattdharris at users dot sourceforge dot net> |