aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-12 16:26:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-12 16:26:42 +0000
commit434332fdb9cb36b84039d8ede818f5b849a46705 (patch)
tree6d88a8944da37da8bf0aeaacec8cce971dbfa04b /devel
parente4c4b95666c0a3f2d25aca1dabc4d8e6a427437f (diff)
downloadports-434332fdb9cb36b84039d8ede818f5b849a46705.tar.gz
ports-434332fdb9cb36b84039d8ede818f5b849a46705.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Google-ProtocolBuffers/Makefile25
-rw-r--r--devel/p5-Google-ProtocolBuffers/distinfo2
-rw-r--r--devel/p5-Google-ProtocolBuffers/pkg-descr6
-rw-r--r--devel/p5-Google-ProtocolBuffers/pkg-plist12
5 files changed, 46 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 35a4a8965430..3393549c0bab 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1757,6 +1757,7 @@
SUBDIR += p5-Gnome2-GConf
SUBDIR += p5-Goo-Canvas
SUBDIR += p5-Google-Checkout
+ SUBDIR += p5-Google-ProtocolBuffers
SUBDIR += p5-Gravatar-URL
SUBDIR += p5-Gtk2-Spell
SUBDIR += p5-Guard
diff --git a/devel/p5-Google-ProtocolBuffers/Makefile b/devel/p5-Google-ProtocolBuffers/Makefile
new file mode 100644
index 000000000000..816693cd57aa
--- /dev/null
+++ b/devel/p5-Google-ProtocolBuffers/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-Google-ProtocolBuffers
+# Date created: 2011-06-12
+# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Google-ProtocolBuffers
+PORTVERSION= 0.08
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Simple interface to Google Protocol Buffers
+
+RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \
+ p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent
+
+PERL_CONFIGURE= yes
+
+MAN3= Google::ProtocolBuffers.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Google-ProtocolBuffers/distinfo b/devel/p5-Google-ProtocolBuffers/distinfo
new file mode 100644
index 000000000000..db7750503fd0
--- /dev/null
+++ b/devel/p5-Google-ProtocolBuffers/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Google-ProtocolBuffers-0.08.tar.gz) = 63e32d38fb7798420a1f0e96a49e0799857a64fec0dd54a0299087631ebcae5f
+SIZE (Google-ProtocolBuffers-0.08.tar.gz) = 42386
diff --git a/devel/p5-Google-ProtocolBuffers/pkg-descr b/devel/p5-Google-ProtocolBuffers/pkg-descr
new file mode 100644
index 000000000000..df2c1e168a1f
--- /dev/null
+++ b/devel/p5-Google-ProtocolBuffers/pkg-descr
@@ -0,0 +1,6 @@
+Google Protocol Buffers is a data serialization format. It is binary (and hence
+compact and fast for serialization) and as extendable as XML; its nearest
+analogues are Thrift and ASN.1. There are official mappings for C++, Java and
+Python languages; this library is a mapping for Perl.
+
+WWW: http://search.cpan.org/dist/Google-ProtocolBuffers/
diff --git a/devel/p5-Google-ProtocolBuffers/pkg-plist b/devel/p5-Google-ProtocolBuffers/pkg-plist
new file mode 100644
index 000000000000..6fdb37df70a0
--- /dev/null
+++ b/devel/p5-Google-ProtocolBuffers/pkg-plist
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/Google/ProtocolBuffers.pm
+%%SITE_PERL%%/Google/ProtocolBuffers/CodeGen.pm
+%%SITE_PERL%%/Google/ProtocolBuffers/Codec.pm
+%%SITE_PERL%%/Google/ProtocolBuffers/CodecIV32.pm
+%%SITE_PERL%%/Google/ProtocolBuffers/CodecIV64.pm
+%%SITE_PERL%%/Google/ProtocolBuffers/Compiler.pm
+%%SITE_PERL%%/Google/ProtocolBuffers/Constants.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/ProtocolBuffers/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/ProtocolBuffers
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google
+@dirrm %%SITE_PERL%%/Google/ProtocolBuffers
+@dirrmtry %%SITE_PERL%%/Google