Port details |
- pystring Collection of C++ functions which match python's string class
- 1.1.3 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: swills@FreeBSD.org
 - Port Added: 2020-09-23 18:28:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: rubygem-optimist, ladspa, gstreamer1-plugins-pango, en-hunspell, py39-pycparser
- License: not specified in port
- Description:
- Pystring is a collection of C++ functions which match the interface and
behavior of python's string class methods using std::string. Implemented in
C++, it does not require or make use of a python interpreter. It provides
convenience and familiarity for common string operations not included in the
standard C++ library. It's also useful in environments where both C++ and
python are used.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pystring>0:devel/pystring
- To install the port:
- cd /usr/ports/devel/pystring/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pystring
- pkg install pystring
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pystring
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1600269966
SHA256 (imageworks-pystring-v1.1.3_GH0.tar.gz) = 358a56e756e701836b69a31c75d3d9d41c34d447cf7b3775bbd5620dcd3203d9
SIZE (imageworks-pystring-v1.1.3_GH0.tar.gz) = 18364
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:
-
- libtool : devel/libtool
- This port is required by:
- for Libraries
-
- graphics/blender
- graphics/blender-lts29
- graphics/opencolorio
- graphics/opencolorio-tools
- graphics/py-opencolorio
Configuration Options:
- No options to configure
- Options name:
- devel_pystring
- USES:
- libtool:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 5
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.1.3 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.1.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.3 23 Sep 2020 18:27:45
  |
swills  |
devel/pystring: create port
Pystring is a collection of C++ functions which match the interface and
behavior of python's string class methods using std::string. Implemented in
C++, it does not require or make use of a python interpreter. It provides
convenience and familiarity for common string operations not included in the
standard C++ library. It's also useful in environments where both C++ and
python are used.
WWW: https://github.com/imageworks/pystring |
Number of commits found: 5
|