Port details |
- p5-JSON-DWIW JSON converter that Does What I Want
- 0.47_1 converters =2 0.47_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2007-03-18 17:33:55
- 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: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/JSON-DWIW
- Description:
- Other JSON modules require setting several parameters before calling the
conversion methods to do what I want. This module does things by default
that I think should be done when working with JSON in Perl. This module also
encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks.
This means that any piece of data in Perl will get converted to something in
JSON instead of throwing an exception. It also means that output will be
strict JSON, while accepted input will be flexible, without having to set
any options.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-JSON-DWIW>0:converters/p5-JSON-DWIW
- To install the port:
- cd /usr/ports/converters/p5-JSON-DWIW/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/p5-JSON-DWIW
- pkg install p5-JSON-DWIW
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-JSON-DWIW
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (JSON-DWIW-0.47.tar.gz) = 46a7cdcb77ceb95f96da53800ce36d21835f7fd25ab15cb45f823dec11213161
SIZE (JSON-DWIW-0.47.tar.gz) = 445599
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- converters_p5-JSON-DWIW
- USES:
- 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 |
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.47_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.47_1 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
0.47_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.47_1 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.47_1 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
0.47_1 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.47 20 Oct 2014 09:37:01 |
bapt |
Cleanup plist |
0.47 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.47 01 Nov 2013 14:20:56 |
vanilla |
Support STAGEDIR. |
0.47 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
0.47 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.47 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.47 29 Sep 2010 17:44:00 |
leeym |
- update to 0.47 |
0.46 10 Aug 2010 21:30:50 |
leeym |
- update to 0.46 |
0.45 31 Jul 2010 23:36:16 |
leeym |
- update to 0.45 |
0.43 21 Jul 2010 14:16:50 |
leeym |
- update to 0.43 |
0.42 03 Jun 2010 08:51:02 |
wen |
- Update to 0.42 |
0.39 01 Nov 2009 07:21:47 |
leeym |
- update to 0.39 |
0.38 18 Sep 2009 18:57:33 |
tobez |
Update to 0.38.
Changes: http://search.cpan.org/dist/JSON-DWIW/lib/JSON/DWIW/Changes.pm
Feature safe: yes |
0.37 17 Sep 2009 07:30:35 |
tobez |
Update to 0.37.
Changes: http://search.cpan.org/dist/JSON-DWIW/lib/JSON/DWIW/Changes.pm
Feature safe: yes |
0.36 01 Sep 2009 09:23:50 |
leeym |
- update to 0.36 |
0.34 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
0.34 23 Jul 2009 17:22:16 |
pgollucci |
- Update to 0.34
PR: ports/136486
Approved by: maintainer timeout (chinsan; 14 days)
Submitted by: myself (pgollucci@) |
0.32 16 Jun 2009 02:20:43 |
pgollucci |
- Update to 0.32
PR: ports/135125
Approved by: maintainer timeout (chinsan; 2 weeks)
Submitted by: pgollucci@ (myself) |
0.30 12 Apr 2009 11:09:28 |
chinsan |
- Update to 0.30 |
0.29 23 Mar 2009 04:12:16 |
chinsan |
- Update to 0.29 |
0.28 27 Nov 2008 15:18:58 |
chinsan |
- Update to 0.28 |
0.27 17 Aug 2008 16:08:34 |
chinsan |
- Update to 0.27 |
0.26 09 Aug 2008 18:25:27 |
chinsan |
- Update to 0.26 |
0.24 01 May 2008 08:44:51 |
chinsan |
- Update to 0.24. |
0.23 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.23 31 Mar 2008 14:35:56 |
chinsan |
- Update to 0.23. |
0.21 06 Jan 2008 08:34:09 |
chinsan |
- Update to 0.21. |
0.19 25 Oct 2007 17:35:53 |
chinsan |
- Update to 0.19 |
0.15 08 Oct 2007 18:44:14 |
chinsan |
- Update to 0.15. |
0.14 01 Oct 2007 08:32:18 |
chinsan |
- Update to 0.14. |
0.13 12 Jun 2007 09:06:27 |
chinsan |
- Update to 0.13
PR: ports/113422
Submitted by: chinsan
Approved by: rafan (mentor) |
0.11 26 May 2007 17:47:51 |
rafan |
- Update to 0.11
PR: ports/113026
Submitted by: chinsan (maintainer) |
0.09 01 May 2007 01:55:30 |
clsung |
- Update to 0.09
PR: ports/112269
Submitted by: clsung
Approved by: maintainer (chinsan) |
0.08 20 Apr 2007 19:00:29 |
rafan |
- Update to 0.08
PR: ports/111930
Submitted by: chinsan (maintainer) |
0.07 14 Apr 2007 07:39:17 |
rafan |
- Update to 0.07
PR: ports/111527
Submitted by: chinsan (maintainer) |
0.05 10 Apr 2007 16:06:40 |
rafan |
- Update to 0.05
PR: ports/111442
Submitted by: chinsan (maintainer) |
0.04 25 Mar 2007 17:06:33 |
rafan |
- Update to 0.04
PR: ports/110744
Submitted by: chinsan (maintainer) |
0.03 22 Mar 2007 10:57:12 |
rafan |
- Update to 0.03
PR: ports/110623
Submitted by: chinsan (maintainer) |
0.02 18 Mar 2007 17:33:36 |
rafan |
Add p5-JSON-DWIW 0.02, JSON converter that Does What I Want.
PR: ports/110468
Submitted by: chinsan |