Port details |
- st State Threads Library for Internet Applications
- 1.9_2 devel =3 1.9_2Version of this port present on the latest quarterly branch.
- 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: 2001-03-17 03:48:26
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: Maaate, py39-pexpect, libevent, R, valgrind
- License: not specified in port
- WWW:
- https://state-threads.sourceforge.net/
- Description:
- The State Threads is a small application library which provides a
foundation for writing fast and highly scalable Internet applications
(such as web servers, proxy servers, mail transfer agents, and so on) on
UNIX-like platforms. It combines the simplicity of the multithreaded
programming paradigm, in which one thread supports each simultaneous
connection, with the performance and scalability of an event-driven
state machine architecture. In other words, this library offers a
threading API for structuring an Internet application as a state
machine.
The State Threads library is a derivative of the Netscape Portable
Runtime library (NSPR).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/st/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/st
- pkg install st
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: st
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (st-1.9.tar.gz) = b10d6f25bded6fedd5d22d950fc60ae137f363e14456e35ba7b295e0924a7db1
SIZE (st-1.9.tar.gz) = 108756
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for st-1.9_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_st
- USES:
- uidfix
- 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.9_2 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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.9_2 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.9_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.9_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9_2 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
1.9_2 08 Apr 2019 19:17:24 |
rene |
Return tobez@'s ports to the pool after his commit bit was safekept. |
1.9_2 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.9_2 15 Jan 2015 20:00:10 |
ak |
- Remove vestiges of alpha support
Approved by: portmgr (erwin) |
1.9_2 17 Dec 2014 11:15:14 |
tobez |
1. Enable kqueue support (you still need to st_set_eventsys(ST_EVENTSYS_ALT)
2. Add a patch to resolve stack issues with varargs users on AMD64
3. Take over maintainerhip
4. Bump PORTREVISION
Approved by: (3) lippe (previous maintainer) |
1.9_1 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
1.9_1 13 Sep 2014 12:28:04 |
antoine |
Allow staging as a regular user |
1.9_1 19 Feb 2014 11:24:28 |
ehaupt |
Support staging |
1.9_1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.9_1 07 Feb 2013 19:17:56 |
lippe |
- Fix Makefile to install event module recently added
- Make portlint happy
PR: ports/162602, ports/173447
Submitted by: Mark Delany <z2n@delta.emu.st>, Kevin Day <kevin@your.org> |
1.9 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.9 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.9 07 Apr 2010 22:02:52 |
lippe |
Update to 1.9. |
1.8 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.8 19 Oct 2008 15:58:53 |
lippe |
- Updated to 1.8;
- Use SF macro;
- Use USE_LDCONFIG instead of deprecated INSTALLS_SHLIB;
- Makefile Cleanup;
- Update pkg-plist;
- Remove unnecessary patches.
PR: ports/120853
Submitted by: lippe
Approved by: maintainer timeout (>2 weeks) |
1.4_1 01 Sep 2008 01:41:16 |
linimon |
Reset alfred, who has not been active in ports for a while.
Hat: portmgr |
1.4_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.4_1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.4_1 31 Aug 2005 11:38:07 |
tobez |
This port is a go on amd64.
PR: 84791
Approved by: maintainer |
1.4_1 24 Jan 2005 19:53:31 |
alfred |
Add patches to give callbacks to the application whenever a thread is
switched in or out.
Take over maintainership, ok'd by: tobez
Bump portrevision. |
1.4 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.4 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.4 26 Jan 2003 16:02:01 |
tobez |
Update to 1.4. |
1.3 03 Dec 2002 05:07:20 |
kris |
ONLY_FOR_ARCHS=i386 alpha |
1.3 06 Jun 2002 20:25:03 |
tobez |
Update to 1.3. |
29 Aug 2001 19:13:27 |
tobez |
Update lib/st to 1.2. |
12 Jun 2001 20:25:42 |
tobez |
Updated MAINTAINER to my new committer email address. Do the same for
pkg-descr files. |
13 Apr 2001 12:43:12 |
dinoex |
added %%PORTDOCS%% in pkg-plist |
17 Mar 2001 06:48:26 |
dinoex |
- new distfiles at master site. |