[43400] trunk/dports/devel

landonf at macports.org landonf at macports.org
Wed Dec 10 10:08:11 PST 2008


Revision: 43400
          http://trac.macports.org/changeset/43400
Author:   landonf at macports.org
Date:     2008-12-10 10:08:11 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++).

Added Paths:
-----------
    trunk/dports/devel/protobuf-c/
    trunk/dports/devel/protobuf-c/Portfile

Added: trunk/dports/devel/protobuf-c/Portfile
===================================================================
--- trunk/dports/devel/protobuf-c/Portfile	                        (rev 0)
+++ trunk/dports/devel/protobuf-c/Portfile	2008-12-10 18:08:11 UTC (rev 43400)
@@ -0,0 +1,30 @@
+# $Id: Portfile 39761 2008-09-03 18:40:40Z blair at macports.org $
+
+PortSystem 1.0
+
+name		protobuf-c
+version		0.6
+categories	devel
+maintainers	landonf
+description	Pure C code generator and runtime libraries for Protocol Buffers
+
+long_description \
+        This package provides a code generator and runtime libraries \
+        to use Protocol Buffers from pure C (not C++). \
+        \
+        Library ABI and API compatibility changes are expected until \
+        version 1.0 is released.
+
+
+homepage	http://code.google.com/p/protobuf-c/
+master_sites	googlecode:protobuf-c
+
+distname	${name}-${version}
+checksums   md5     638d7abd76c5f5242005553817045fcf \
+            sha1    fa523ddc2ce1ff4f18c88c9ab8b3197492cd0080 \
+            rmd160  790d047492d5ef1e1d9ea0f48aa92aa50afb48ad
+
+platforms	darwin
+
+test.run	yes
+test.target	check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/d37440a8/attachment.html>


More information about the macports-changes mailing list