Bug 146392 - [NEW PORT] devel/php5-thrift: PHP interface to Thrift
Summary: [NEW PORT] devel/php5-thrift: PHP interface to Thrift
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: 2010-05-08 11:10 UTC by Bakulin Ilya
Modified: 2010-10-07 16:50 UTC (History)
0 users

See Also:


Attachments
php5-thrift-0.2.0.shar (2.16 KB, text/plain)
2010-05-08 11:10 UTC, Bakulin Ilya
no flags Details
php5-thrift.diff (642 bytes, patch)
2010-08-24 09:29 UTC, i.bakulin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bakulin Ilya 2010-05-08 11:10:04 UTC
PHP interface to Thrift.

WWW: http://developers.facebook.com/thrift/

Generated with FreeBSD Port Tools 0.99
Comment 1 Greg Larkin freebsd_committer freebsd_triage 2010-07-22 18:29:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

I'll take it
Comment 2 Greg Larkin freebsd_committer freebsd_triage 2010-07-27 15:59:55 UTC
State Changed
From-To: open->feedback

Hi Ilya, 

The php5-thrift port looks good, but I have just one request. Could  
you add support for installing the README and README.apache files 
found in the extractd work directory?  These files have some good 
information about using the PHP module. I think an easy way to do it 
would be to list the files in a PORTDOCS variable in the Makefile. 

Thank you, 
Greg
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2010-08-18 14:58:05 UTC
Responsible Changed
From-To: glarkin->freebsd-ports-bugs

No response to feedback request - back to pool.
Comment 4 i.bakulin 2010-08-24 09:29:30 UTC
Sorry, I was on vacation and did not respond to the feedback request in time...
Attached patch installs the mentioned dosumentation files in ${DOCSDIR}.

-- 
Regards,
Ilya Bakulin
Comment 5 Shaun Amott freebsd_committer freebsd_triage 2010-09-09 05:40:42 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-10-07 16:45:23 UTC
daichi      2010-10-07 15:45:18 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/php5-thrift    Makefile pkg-descr 
    devel/php5-thrift/files patch-php_thrift_protocol.cpp 
  Log:
  Add php5-thrift 0.2.0, PHP interface to Thrift.
  
  PR:             ports/146392
  Submitted by:   Ilya Bakulin <webmaster at kibab.com>
  
  Revision  Changes    Path
  1.4070    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/php5-thrift/Makefile (new)
  1.1       +20 -0     ports/devel/php5-thrift/files/patch-php_thrift_protocol.cpp (new)
  1.1       +3 -0      ports/devel/php5-thrift/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"
Comment 7 Daichi GOTO freebsd_committer freebsd_triage 2010-10-07 16:45:43 UTC
State Changed
From-To: open->closed

I have committed. Thanks!