aboutsummaryrefslogtreecommitdiff
path: root/devel/st
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* This port is a go on amd64.Anton Berezin2005-08-312-1/+12
| | | | | | | | PR: 84791 Approved by: maintainer Notes: svn path=/head/; revision=141560
* Add patches to give callbacks to the application whenever a thread isAlfred Perlstein2005-01-245-1/+193
| | | | | | | | | | switched in or out. Take over maintainership, ok'd by: tobez Bump portrevision. Notes: svn path=/head/; revision=127213
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 1.4.Anton Berezin2003-01-262-4/+4
| | | | Notes: svn path=/head/; revision=74032
* ONLY_FOR_ARCHS=i386 alphaKris Kennaway2002-12-031-0/+1
| | | | Notes: svn path=/head/; revision=71339
* Update to 1.3.Anton Berezin2002-06-063-6/+5
| | | | Notes: svn path=/head/; revision=60714
* Update lib/st to 1.2.Anton Berezin2001-08-292-2/+2
| | | | Notes: svn path=/head/; revision=47105
* Updated MAINTAINER to my new committer email address.Anton Berezin2001-06-122-2/+2
| | | | | | | | | Do the same for pkg-descr files. Approved by: markm Notes: svn path=/head/; revision=43917
* added %%PORTDOCS%% in pkg-plistDirk Meyer2001-04-131-5/+5
| | | | Notes: svn path=/head/; revision=41336
* - new distfiles at master site.Dirk Meyer2001-03-177-0/+111
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). WWW: http://oss.sgi.com/projects/state-threads/ PR: 25189 Submitted by: tobez@tobez.org (Anton Berezin) Notes: svn path=/head/; revision=39951