initial import of net/libst 1.2:
-- State Threads is an application library which provides a foundation for writing fast and highly scalable Internet Applications 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. WWW: http://oss.sgi.com/projects/state-threads/ Submitted by Patroklos Argyroudis <argp@bsd.gr>
This commit is contained in:
parent
0848fda1f6
commit
3054b6f9b2
35
net/libst/Makefile
Normal file
35
net/libst/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/15 16:47:07 lebel Exp $
|
||||
|
||||
COMMENT= "threaded library for writing Internet applications"
|
||||
|
||||
DISTNAME= st-1.2
|
||||
PKGNAME= lib${DISTNAME}
|
||||
CATEGORIES= net devel
|
||||
NEED_VERSION= 1.402
|
||||
HOMEPAGE= http://oss.sgi.com/projects/state-threads/
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
MAINTAINER= Patroklos Argyroudis <argp@bsd.gr>
|
||||
|
||||
# MPL or GNU GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MAKE_FLAGS= CC='${CC}' LD='${CC}' LDFLAGS='-shared -fPIC'
|
||||
|
||||
USE_GMAKE= Yes
|
||||
ALL_TARGET= openbsd-optimized
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/OPENBSD_2.9_OPT/libst.so ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/OPENBSD_2.9_OPT/libst.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/OPENBSD_2.9_OPT/st.h ${PREFIX}/include
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libst
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/fig.gif ${PREFIX}/share/doc/libst
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/notes.html ${PREFIX}/share/doc/libst
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/reference.html ${PREFIX}/share/doc/libst
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/st.html ${PREFIX}/share/doc/libst
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/libst/files/md5
Normal file
3
net/libst/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (st-1.2.tar.gz) = c9965d75933cad8d5dd62fa5eab856c9
|
||||
RMD160 (st-1.2.tar.gz) = 8e93be794b1cff7b0ac68fedc0a0e1066d4a770e
|
||||
SHA1 (st-1.2.tar.gz) = d252fd5dcfa4c4e1c0127d4a7a0882d932b5b6fe
|
8
net/libst/pkg/DESCR
Normal file
8
net/libst/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
State Threads is an application library which provides a foundation
|
||||
for writing fast and highly scalable Internet Applications 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.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
net/libst/pkg/PFRAG.shared
Normal file
3
net/libst/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/08/15 16:47:07 lebel Exp $
|
||||
lib/libst.so
|
||||
DYNLIBDIR(%B)
|
9
net/libst/pkg/PLIST
Normal file
9
net/libst/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/15 16:47:07 lebel Exp $
|
||||
lib/libst.a
|
||||
%%SHARED%%
|
||||
include/st.h
|
||||
share/doc/libst/fig.gif
|
||||
share/doc/libst/notes.html
|
||||
share/doc/libst/reference.html
|
||||
share/doc/libst/st.html
|
||||
@dirrm share/doc/libst
|
Loading…
Reference in New Issue
Block a user