Port details |
- py-istring Interpolated Strings
- 1.0.1 devel
=2 1.0.1Version of this port present on the latest quarterly branch. DEPRECATED: port is unmaintained and broken
This port expired on: 2011-08-17
IGNORE: port does not install the necessary classes to run
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2002-04-28 17:02:11
- Last Update: 2011-08-17 05:46:57
- SVN Revision: UNKNOWN
- People watching this port, also watch:: python, libao
- Also Listed In: python
- License: not specified in port
- WWW:
- http://www.neosynapse.net/istring.html
- Description:
- istring is an interpolated string class, which means you can substitute
variables into a string, like this:
>>> j = 3
>>> s = istring("j is $j")
>>> s
'j is 3'
WWW: http://www.neosynapse.net/istring.html
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- py27-istring>0:devel/py-istring
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-istring
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.0.1 17 Aug 2011 05:46:57
 |
bapt  |
2011-08-17 devel/py-istring: port is unmaintained and broken |
1.0.1 17 Jul 2011 13:22:23
 |
arved  |
Mark DEPRECATED/IGNORE again and set an EXPIRATION_DATE.
Port does not install the neo/istring class and upstream disappeared
PR: 158920
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.0.1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.0.1 18 Jun 2010 08:22:41
 |
az  |
Drop maintainership to ports@ |
1.0.1 22 Feb 2006 08:35:50
 |
az  |
- Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P |
1.0.1 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.0.1 08 Nov 2005 07:40:49
 |
az  |
- Fix WWW in pkg_descr
PR: ports/88617
Submitted by: Jean Milanez Melo
Approved by: sem (mentor, implicitly) |
1.0.1 03 Oct 2005 12:55:25
 |
az  |
- Change my e-mail
Approved by: sem (mentor) |
1.0.1 23 Jul 2005 18:19:10
 |
novel  |
- Distfile is avaible now, un-mark DEPRECATED
- Add one more mirror to MASTER_SITES
- Pass maintainership to submitter
PR: 83956
Submitted by: Andrej Zverev <az@inec.ru> |
1.0.1 31 May 2005 13:16:44
 |
lawrance  |
Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.
PR: ports/79666
Submitted by: me |
1.0.1 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.0.1 10 May 2003 14:09:01
 |
petef  |
py-istring's homepage changed URLs.
Noticed by: fenner's portsurvey |
1.0.1 20 Feb 2003 17:07:10
 |
knu  |
De-pkg-comment. |
1.0.1 28 Apr 2002 17:01:56
 |
ijliao  |
add py-istring 1.0.1
Interpolated Strings |