Bug 181577 - [NEW PORT] devel/pecl-msgpack: This provide API for communicating with MessagePack serialization
Summary: [NEW PORT] devel/pecl-msgpack: This provide API for communicating with Messag...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 07:00 UTC by johnpupu
Modified: 2013-11-05 18:42 UTC (History)
0 users

See Also:


Attachments
.shar (1.60 KB, text/plain)
2013-08-27 07:00 UTC, johnpupu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnpupu 2013-08-27 07:00:00 UTC
This extension provide API for communicating with MessagePack serialization.

WWW: http://pecl.php.net/package/msgpack

redport.org: http://redports.org/buildarchive/20130827053501-52913/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-27 07:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:11:24 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-11-04 20:28:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-05 18:39:23 UTC
Author: antoine
Date: Tue Nov  5 18:39:09 2013
New Revision: 332892
URL: http://svnweb.freebsd.org/changeset/ports/332892

Log:
  New port: devel/pecl-msgpack
  This extension provide API for communicating with MessagePack serialization.
  
  WWW: http://pecl.php.net/package/msgpack
  
  PR:		ports/181577
  Submitted by:	John Chen

Added:
  head/devel/pecl-msgpack/
  head/devel/pecl-msgpack/Makefile   (contents, props changed)
  head/devel/pecl-msgpack/distinfo   (contents, props changed)
  head/devel/pecl-msgpack/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Nov  5 18:34:22 2013	(r332891)
+++ head/devel/Makefile	Tue Nov  5 18:39:09 2013	(r332892)
@@ -3256,6 +3256,7 @@
     SUBDIR += pecl-judy
     SUBDIR += pecl-libevent
     SUBDIR += pecl-mcve
+    SUBDIR += pecl-msgpack
     SUBDIR += pecl-ncurses
     SUBDIR += pecl-newt
     SUBDIR += pecl-operator

Added: head/devel/pecl-msgpack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-msgpack/Makefile	Tue Nov  5 18:39:09 2013	(r332892)
@@ -0,0 +1,21 @@
+# Created by: John Chen <johnpupu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	msgpack
+PORTVERSION=	0.5.5
+CATEGORIES=	devel
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+EXTRACT_SUFX=	.tgz
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	johnpupu@gmail.com
+COMMENT=	Provides API for communicating with MessagePack serialization
+
+LICENSE=	BSD
+
+USE_PHP=	session
+USE_PHPEXT=	yes
+USE_PHP_BUILD=	yes
+
+.include <bsd.port.mk>

Added: head/devel/pecl-msgpack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-msgpack/distinfo	Tue Nov  5 18:39:09 2013	(r332892)
@@ -0,0 +1,2 @@
+SHA256 (PECL/msgpack-0.5.5.tgz) = c369348a3ab36dd98fb21ab117c8019d8a54f7f1070d299c45e84d7e15d55bd2
+SIZE (PECL/msgpack-0.5.5.tgz) = 55999

Added: head/devel/pecl-msgpack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-msgpack/pkg-descr	Tue Nov  5 18:39:09 2013	(r332892)
@@ -0,0 +1,3 @@
+This extension provides API for communicating with MessagePack serialization.
+
+WWW: http://pecl.php.net/package/msgpack
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2013-11-05 18:42:10 UTC
State Changed
From-To: open->closed

New port added, thanks!