Bug 137308 - [NEW PORT] converters/igbinary: Replacement for the standard PHP serializer
Summary: [NEW PORT] converters/igbinary: Replacement for the standard PHP serializer
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-31 16:10 UTC by Jaime Bozza
Modified: 2009-08-14 10:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.70 KB, text/plain)
2009-07-31 16:10 UTC, Jaime Bozza
no flags Details
igbinary.patch.txt (323 bytes, text/plain)
2009-08-14 03:43 UTC, Jaime Bozza
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaime Bozza 2009-07-31 16:10:01 UTC
Igbinary is a drop in replacement for the standard PHP serializer.
Instead of time and space consuming textual representation, igbinary
stores PHP data structures in a compact binary form. Savings are
significant when using memcached or similar memory based storages for
serialized data.

WWW: http://opensource.dynamoid.com/

Updated from ports/135289 to fix build/run problems.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-08-13 22:08:56 UTC
State Changed
From-To: open->feedback

Hi, 

Build still failed, 

http://nopaste.unixfreunde.de/2527
Comment 2 Jaime Bozza 2009-08-14 03:43:36 UTC
Forgot to force build of session extension.  Patch attached:


diff -ru igbinary.orig/Makefile igbinary/Makefile
--- igbinary.orig/Makefile	2009-08-13 21:39:19.000000000 -0500
+++ igbinary/Makefile	2009-08-13 21:38:00.000000000 -0500
@@ -14,6 +14,7 @@
 COMMENT=	Replacement for the standard PHP serializer
 
 USE_PHP=	session
+USE_PHP_BUILD=	yes
 USE_PHPIZE=	yes
 USE_PHPEXT=     yes
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-08-14 10:21:48 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-08-14 10:22:03 UTC
miwi        2009-08-14 09:21:52 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/igbinary  Makefile distinfo pkg-descr 
  Log:
  Igbinary is a drop in replacement for the standard PHP serializer.
  Instead of time and space consuming textual representation, igbinary
  stores PHP data structures in a compact binary form. Savings are
  significant when using memcached or similar memory based storages for
  serialized data.
  
  WWW:    http://opensource.dynamoid.com/
  
  PR:             ports/137308
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.161     +1 -0      ports/converters/Makefile
  1.1       +21 -0     ports/converters/igbinary/Makefile (new)
  1.1       +3 -0      ports/converters/igbinary/distinfo (new)
  1.1       +7 -0      ports/converters/igbinary/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"