Add p5-Thrift 0.1, perl interface to Thrift.

This commit is contained in:
Sergey Skvortsov 2007-09-26 20:39:59 +00:00
parent a7cbcfdbd5
commit 096d2a29e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200144
4 changed files with 42 additions and 0 deletions

View File

@ -1621,6 +1621,7 @@
SUBDIR += p5-Thread-Apartment
SUBDIR += p5-Thread-Pool-Simple
SUBDIR += p5-Thread-Queue-Duplex
SUBDIR += p5-Thrift
SUBDIR += p5-Tie-Array-Pack
SUBDIR += p5-Tie-Array-Sorted
SUBDIR += p5-Tie-CPHash

27
devel/p5-Thrift/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: Thrift
# Date created: 27 September 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Thrift
PORTVERSION= 0.1
CATEGORIES= devel
PKGNAMEPREFIX= p5-
DISTFILES=
MAINTAINER= skv@FreeBSD.org
COMMENT= Perl interface to Thrift
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract \
${RUN_DEPENDS}
PERL_CONFIGURE= 5.6.0+
post-extract:
@${LN} -sfh \
`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
Perl interface to Thrift.
WWW: http://developers.facebook.com/thrift/

11
devel/p5-Thrift/pkg-plist Normal file
View File

@ -0,0 +1,11 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Thrift/.packlist
%%SITE_PERL%%/Thrift.pm
%%SITE_PERL%%/Thrift/BinaryProtocol.pm
%%SITE_PERL%%/Thrift/BufferedTransport.pm
%%SITE_PERL%%/Thrift/FramedTransport.pm
%%SITE_PERL%%/Thrift/MemoryBuffer.pm
%%SITE_PERL%%/Thrift/Protocol.pm
%%SITE_PERL%%/Thrift/Socket.pm
%%SITE_PERL%%/Thrift/Transport.pm
@dirrm %%SITE_PERL%%/Thrift
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thrift