Port details |
- p5-String-Tagged Sstring buffers with value tags on extents
- 0.24 textproc
=2 0.23Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2017-10-10 11:17:07
- Last Update: 2024-08-15 15:30:59
- Commit Hash: 352d161
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/String-Tagged
- Description:
- String::Tagged implements an object class, instances of which store a (mutable)
string buffer that supports tags. A tag is a name/value pair that applies to
some non-empty extent of the underlying string.
The types of tag names ought to be strings, or at least values that are
well-behaved as strings, as the names will often be used as the keys in hashes
or applied to the eq operator.
The types of tag values are not restricted - any scalar will do. This could be a
simple integer or string, ARRAY or HASH reference, or even a CODE reference
containing an event handler of some kind.
Tags may be arbitrarily overlapped. Any given offset within the string has in
effect, a set of uniquely named tags. Tags of different names are independent.
For tags of the same name, only the latest, shortest tag takes effect.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-String-Tagged>0:textproc/p5-String-Tagged
- To install the port:
- cd /usr/ports/textproc/p5-String-Tagged/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-String-Tagged
- pkg install p5-String-Tagged
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-String-Tagged
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721823022
SHA256 (String-Tagged-0.24.tar.gz) = a3d9ba61af5a419fa4ca40cd084a62642b4ef6533cc42a209f8f7f63e21d74a9
SIZE (String-Tagged-0.24.tar.gz) = 47547
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-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Simple>=1.302200 : devel/p5-Test-Simple
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Devel-MAT
- devel/p5-Tickit-Widget-Table
- textproc/p5-String-Tagged-Terminal
- for Run
-
- devel/p5-Devel-MAT
- devel/p5-Tickit-Widget-Table
- textproc/p5-String-Tagged-Terminal
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-String-Tagged
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 15
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.24 15 Aug 2024 15:30:59
    |
Po-Chuan Hsieh (sunpoet)  |
*: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple
- Bump PORTREVISION of the following dependent ports for dependency change
- databases/p5-DBIx-QuickDB
- devel/p5-Shell-Config-Generate
- devel/p5-Test-Archive-Libarchive
- devel/p5-Test-Future-IO-Impl
- devel/p5-Test2-Harness
- devel/p5-Test2-Harness-UI
- devel/p5-Test2-Plugin-DBIProfile
Test2-Suite has been merged into Test-Simple since 1.302200.
Reference: https://metacpan.org/dist/Test-Simple/changes |
0.24 24 Jul 2024 21:16:21
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-String-Tagged: Update to 0.24
Changes: https://metacpan.org/dist/String-Tagged/changes |
0.23 18 Jun 2024 03:59:44
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-String-Tagged: Update to 0.23
- Update LICENSE_FILE
Changes: https://metacpan.org/dist/String-Tagged/changes |
0.22 05 Oct 2023 02:00:15
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-String-Tagged: Update to 0.22
Changes: https://metacpan.org/dist/String-Tagged/changes |
0.21 30 Sep 2023 00:44:28
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-String-Tagged: Update to 0.21
Changes: https://metacpan.org/dist/String-Tagged/changes |
0.20 21 Mar 2023 19:20:23
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-String-Tagged: Update to 0.20
Changes: https://metacpan.org/dist/String-Tagged/changes |
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.18 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.18 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.18 30 Apr 2022 15:58:00
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-String-Tagged: Update to 0.18
Changes: https://metacpan.org/dist/String-Tagged/changes |
0.17 21 Sep 2021 03:44:11
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-String-Tagged: Update to 0.17
Changes: https://metacpan.org/dist/String-Tagged/changes |
0.16 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.16 14 Apr 2019 17:51:41
  |
sunpoet  |
Update to 0.16
Changes: https://metacpan.org/changes/distribution/String-Tagged |
0.15 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.15 10 Oct 2017 11:16:13
  |
sunpoet  |
Add p5-String-Tagged 0.15
String::Tagged implements an object class, instances of which store a (mutable)
string buffer that supports tags. A tag is a name/value pair that applies to
some non-empty extent of the underlying string.
The types of tag names ought to be strings, or at least values that are
well-behaved as strings, as the names will often be used as the keys in hashes
or applied to the eq operator.
The types of tag values are not restricted - any scalar will do. This could be a
simple integer or string, ARRAY or HASH reference, or even a CODE reference
containing an event handler of some kind.
Tags may be arbitrarily overlapped. Any given offset within the string has in
effect, a set of uniquely named tags. Tags of different names are independent.
For tags of the same name, only the latest, shortest tag takes effect.
WWW: http://search.cpan.org/dist/String-Tagged/ |
Number of commits found: 15
|