Port details |
- p5-Data-MessagePack-Stream Perl extension for yet another messagepack streaming deserializer
- 1.05 devel =2 1.05Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2012-07-22 13:53:50
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Data-MessagePack-Stream
- Description:
- Data::MessagePack::Stream is streaming deserializer for MessagePack.
This module is alternate for Data::MessagePack::Unpacker. Unlike
original unpacker, this module support internal buffer and it's
possible to handle streaming data correctly.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-MessagePack-Stream>0:devel/p5-Data-MessagePack-Stream
- To install the port:
- cd /usr/ports/devel/p5-Data-MessagePack-Stream/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Data-MessagePack-Stream
- pkg install p5-Data-MessagePack-Stream
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-MessagePack-Stream
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650970283
SHA256 (Data-MessagePack-Stream-1.05.tar.gz) = a7472ec1419d15b94e3b7b521587e5d89a06781df336c08e25a4c2fb01276bb4
SIZE (Data-MessagePack-Stream-1.05.tar.gz) = 497270
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-File-Which>=0 : sysutils/p5-File-Which
- p5-Module-Build-XSUtil>=0 : devel/p5-Module-Build-XSUtil
- p5-Data-MessagePack>=0 : devel/p5-Data-MessagePack
- perl5>=5.36<5.37 : lang/perl5.36
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Data-MessagePack>=0 : devel/p5-Data-MessagePack
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libmsgpackc.so : devel/msgpack-c
- This port is required by:
- for Build
-
- devel/p5-AnyEvent-MessagePack
- net/p5-AnyEvent-MPRPC
- for Run
-
- devel/p5-AnyEvent-MessagePack
- net/p5-AnyEvent-MPRPC
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Data-MessagePack-Stream
- USES:
- localbase:ldflags perl5
- 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 |
1.05 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
1.05 16 Oct 2022 21:10:02 |
Adam Weinberger (adamw) |
devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.
devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.
In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit. |
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) |
1.05 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 ) |
1.05 26 Apr 2022 15:01:45 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-MessagePack-Stream: Update to 1.05
- Add RUN_DEPENDS
- Strip shared library
Changes: https://metacpan.org/dist/Data-MessagePack-Stream/changes |
0.07_2 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
0.07_2 30 Jun 2021 20:52:08 |
Piotr Kubaj (pkubaj) |
devel/p5-Data-MessagePack-Stream: fix build on riscv64
ld: error: can't create dynamic relocation R_RISCV_LO12_I against symbol:
decl_count in readonly segment; recompile object files with -fPIC or pass
'-Wl,-z,notext' to allow text relocations in the output |
0.07_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.07_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.07_2 25 Jun 2020 14:00:15 |
mikael |
devel/p5-Data-MessagePack-Stream: fix build on i386 and aarch64
PR: 234868
Reported by: emaste
Reviewed by: emaste
Approved by: kuriyama (maintainer, timeout) |
0.07_2 20 Apr 2020 17:48:16 |
pkubaj |
devel/p5-Data-MessagePack-Stream: fix build on powerpc head
Add -fPIC:
ld: error: can't create dynamic relocation R_PPC_ADDR16_LO against local symbol
in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext'
to allow text relocations in the output
>>> defined in msgpack-0.5.7/src/.libs/libmsgpack.a(unpack.o)
>>> referenced by zone.h:123 (./msgpack/zone.h:123)
>>> unpack.o:(msgpack_unpacker_release_zone) in archive
msgpack-0.5.7/src/.libs/libmsgpack.a |
0.07_2 16 Sep 2019 11:18:55 |
pkubaj |
devel/p5-Data-MessagePack-Stream: fix build on armv7
armv7 needs -fPIC in CFLAGS to build this port:
/usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against local
symbol in readonly segment; recompile object files with -fPIC
>>> defined in msgpack-0.5.7/src/.libs/libmsgpack.a(unpack.o)
>>> referenced by unpack.c
>>> unpack.o:(template_execute) in archive
msgpack-0.5.7/src/.libs/libmsgpack.a
PR: 240068
Approved by: kuriyama (maintainer timeout), linimon (mentor) |
0.07_2 14 Sep 2019 15:32:36 |
antoine |
Mark BROKEN on i386 with lld
Reported by: pkg-fallout
MFH: 2019Q3 |
0.07_2 25 Jun 2018 06:39:11 |
linimon |
Mark as broken on aarch64. Oddly, it works on armvX.
Approved by: portmgr (tier-2 blanket) |
0.07_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.07_2 19 Sep 2016 13:28:32 |
linimon |
Mark as broken on various tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
0.07_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.07_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.07_1 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.07_1 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.07_1 06 Jan 2014 14:40:31 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.07_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.07_1 08 Sep 2013 07:03:32 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.07_1 12 Jul 2013 16:30:29 |
bapt |
Mark as jobs unsafe |
0.07_1 19 May 2013 22:32:01 |
kuriyama |
@dirrmtry shared dirs with devel/p5-Data-MessagePack |
0.07 23 Aug 2012 00:18:46 |
kuriyama |
- Upgrade to 0.07. |
0.06 22 Jul 2012 13:53:27 |
kuriyama |
Data::MessagePack::Stream is streaming deserializer for MessagePack.
This module is alternate for Data::MessagePack::Unpacker. Unlike
original unpacker, this module support internal buffer and it's
possible to handle streaming data correctly.
WWW: http://search.cpan.org/dist/Data-MessagePack-Stream/ |