mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
The serf library is a C-based HTTP client library built upon the
Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation. WWW: http://serf.googlecode.com PR: ports/124059 Submitted by: Craig Rodrigues <rodrigc at FreeBSD.org>
This commit is contained in:
parent
640de5a4f1
commit
ddfd8cdbdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213829
@ -1224,6 +1224,7 @@
|
||||
SUBDIR += selenium
|
||||
SUBDIR += serendipity
|
||||
SUBDIR += serendipity-devel
|
||||
SUBDIR += serf
|
||||
SUBDIR += servlet-api
|
||||
SUBDIR += session2
|
||||
SUBDIR += shttpd
|
||||
|
35
www/serf/Makefile
Normal file
35
www/serf/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: apr
|
||||
# Date created: 28 May 2008
|
||||
# Whom: Craig Rodrigues <rodrigc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= serf
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= db
|
||||
|
||||
MAINTAINER= rodrigc@FreeBSD.org
|
||||
COMMENT= Serf HTTP client library
|
||||
|
||||
LIB_DEPENDS+= apr:${PORTSDIR}/devel/apr
|
||||
|
||||
PROJECTHOST= serf
|
||||
PORTDOCS= design-guide.txt
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS+= --with-apr=${PREFIX}/bin/apr-1-config \
|
||||
--with-apr-util=${PREFIX}/bin/apu-1-config
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/serf/distinfo
Normal file
3
www/serf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (serf-0.1.2.tar.bz2) = 9578f4b40d4ae7ea799bb0067d6b1c7c
|
||||
SHA256 (serf-0.1.2.tar.bz2) = 44c852c9135914b85c7a1f36ef41f88c63de52faab98493a6e59008b7060f89c
|
||||
SIZE (serf-0.1.2.tar.bz2) = 117871
|
7
www/serf/pkg-descr
Normal file
7
www/serf/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The serf library is a C-based HTTP client library built upon the
|
||||
Apache Portable Runtime (APR) library. It multiplexes connections,
|
||||
running the read/write communication asynchronously. Memory copies
|
||||
and transformations are kept to a minimum to provide high
|
||||
performance operation.
|
||||
|
||||
WWW: http://serf.googlecode.com
|
9
www/serf/pkg-plist
Normal file
9
www/serf/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
include/serf-0/serf.h
|
||||
include/serf-0/serf_bucket_types.h
|
||||
include/serf-0/serf_bucket_util.h
|
||||
include/serf-0/serf_declare.h
|
||||
lib/libserf-0.so.0
|
||||
lib/libserf-0.so
|
||||
lib/libserf-0.la
|
||||
lib/libserf-0.a
|
||||
@dirrm include/serf-0
|
Loading…
Reference in New Issue
Block a user