Bug 156595 - New port: www/httpsqs - a Simple Queue Service
Summary: New port: www/httpsqs - a Simple Queue Service
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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-23 09:40 UTC by lichray
Modified: 2011-04-27 12:30 UTC (History)
0 users

See Also:


Attachments
httpsqs.shar (3.79 KB, text/plain)
2011-04-23 09:40 UTC, lichray
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2011-04-23 09:40:10 UTC
	
	    HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. Check
		https://code.google.com/p/httpsqs/
		for details.

Fix: The software uses procfs once, only for getting the full path to it's executable file. I replaced it with a compile time substitution.

	I do wanted to write a rc script for it, since it's a server. But this program does not read a config file, and all configurations need to be supplied through command line. So, you know.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-04-23 21:28:30 UTC
Responsible Changed
From-To: freebsd-www->freebsd-ports-bugs

Make this a ports PR.
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2011-04-27 12:04:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-04-27 12:23:42 UTC
bapt        2011-04-27 11:23:33 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/httpsqs          Makefile distinfo pkg-descr 
    www/httpsqs/files    Makefile patch-httpsqs.c 
  Log:
  HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. It can
  handle more than 10000 requests/sec concurrent connections. Currently it's
  widely deployed throughout the xoyo.com under the Kingsoft Corporation.
  
  WWW:    https://code.google.com/p/httpsqs/
  
  PR:             ports/156595
  Submitted by:   Zhihao Yuan <lichray at gmail.com>
  
  Revision  Changes    Path
  1.2869    +1 -0      ports/www/Makefile
  1.1       +35 -0     ports/www/httpsqs/Makefile (new)
  1.1       +2 -0      ports/www/httpsqs/distinfo (new)
  1.1       +18 -0     ports/www/httpsqs/files/Makefile (new)
  1.1       +19 -0     ports/www/httpsqs/files/patch-httpsqs.c (new)
  1.1       +5 -0      ports/www/httpsqs/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 4 Baptiste Daroussin freebsd_committer freebsd_triage 2011-04-27 12:25:14 UTC
State Changed
From-To: open->closed

Committed, with minor changes: added -pthread to compilation to avoid 
build failure when libevent2 is built with thread and tockyocabinet not. 
Thanks!