Port details |
- p5-Locale-Msgcat Perl module for systems to support the XPG4 message catalog functions
- 1.03_1 misc =4 1.03_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2003-02-04 15:13:59
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: mrtg, p5-ExtUtils-CBuilder, p5-MIME-Tools, pure-ftpd, libwmf
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Msgcat
- Description:
- This is Msgcat, a small Perl modules for systems which support the XPG4
message catalog functions : catopen(3), catgets(3) and catclose(4).
You need perl 5.004 or later to use this library.
You install the library by running these commands:
perl Makefile.PL
make
make test
make install
Please report any bugs/suggestions to Christophe Wolfhugel <wolf@pasteur.fr>.
All files contained in this installation are Copyright (C) 1997 C. Wolfhugel
unless otherwise specified. All rights reserved.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Msgcat>0:misc/p5-Locale-Msgcat
- To install the port:
- cd /usr/ports/misc/p5-Locale-Msgcat/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/p5-Locale-Msgcat
- pkg install p5-Msgcat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Msgcat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Msgcat-1.03.tar.gz) = 193b29da7b21e32ea2e71cd9752cc967098f443186ca4ea0bef374192ad7b6f4
SIZE (Msgcat-1.03.tar.gz) = 3249
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:
- misc_p5-Locale-Msgcat
- 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) |
1.03_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 ) |
1.03_1 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.03_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.03_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 |
1.03_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.03_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.03_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.03_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 ) |
1.03 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 |
1.03 09 May 2014 03:41:12 |
sunpoet |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189281
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.03 04 Nov 2013 14:41:18 |
vanilla |
Support STAGEDIR. |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
1.03 31 Jul 2013 14:36:21 |
az |
- Convert to new perl framework
- Trim Makefile header |
1.03 28 Dec 2011 08:20:20 |
ehaupt |
End WWW CPAN URL with a "/" |
1.03 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.03 23 Jan 2010 14:45:05 |
ehaupt |
- Add cpan site to WWW
- Fix indentation, fmt -w 80 |
1.03 01 Feb 2009 08:42:02 |
pgollucci |
- Update download locations
restore CPAN subdir
Reported by: -fetch-original pointyhat run |
1.03 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) |
1.03 27 Feb 2007 05:04:56 |
linimon |
Forced commit to note that I was attempting to fix what was really a
local error in a change of maintainer from gioria@ to ports@. However,
since gioria has been inactive for a while, this is what I eventually
intended to do anyways.
Still having a bad day: linimon |
1.03 27 Feb 2007 04:54:19 |
linimon |
Fix typo.
Should have stayed in bed today: linimon |
1.03 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
1.03 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.03 31 Dec 2003 11:31:09 |
erwin |
Pet portlint
Approved by: maintainer |
1.03 31 Dec 2003 10:54:40 |
erwin |
Fix PLIST
PR: 56694
Submitted by: leeym
Approved by: maintainer |
1.03 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.03 07 Mar 2003 06:07:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.03 04 Feb 2003 12:45:51 |
edwin |
new-port: misc/p5-Locale-Msgcat
This is Msgcat, a small Perl modules for systems which
support the XPG4 message catalog functions : catopen(3),
catgets(3) and catclose(4).
PR: ports/46604
Submitted by: Sebastien Gioria <gioria@FreeBSD.ORG> |