summaryrefslogtreecommitdiff
path: root/net/crtmpserver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Simplify plistBaptiste Daroussin2014-10-311-22/+4
| | | | Notes: svn path=/head/; revision=371963
* Fix packaging and leftoversAntoine Brodin2014-02-082-1/+8
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=343309
* Switch to USES=lua (meaning to lua 5.2)Baptiste Daroussin2014-01-111-4/+7
| | | | Notes: svn path=/head/; revision=339455
* net/crtmpserver: update to 0.811William Grzybowski2013-12-013-17/+8
| | | | | | | | | | | - Update to 0.811 [1] - Allow staging PR: ports/182528 Submitted by: maintainer Notes: svn path=/head/; revision=335403
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* net/crtmpserver: update to 0.806William Grzybowski2013-09-095-27/+58
| | | | | | | | | | | | | - Update to 0.806 [1] - Convert lib depends to new syntax - Add LICENSE (GPLv3) - Fix pkg-plist PR: ports/181924 [1] Submitted by: Gavriloaie Eugen-Andrei <support rtmpd.com> (maintainer) Notes: svn path=/head/; revision=326852
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - No need to set CMAKE_INSTALL_PREFIX and CMAKE_BUILD_TYPE, already done in ↵Max Brazhnikov2013-03-191-7/+2
| | | | | | | | | | | bsd.cmake.mk - Trim header while I'm here Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314650
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | trailing slashes) from pkg-plist. Notes: svn path=/head/; revision=314445
* - Broken fails to buildMartin Wilke2013-02-281-0/+2
| | | | Notes: svn path=/head/; revision=313077
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 0.545Li-Wen Hsu2011-07-304-46/+20
| | | | | | | | | PR: ports/158886 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: C++ RTMP Server Support (Andrei) <support@rtmpd.com> (maintainer) Notes: svn path=/head/; revision=278582
* Mark as broken on sparc64: does not compile.Mark Linimon2011-07-161-1/+7
| | | | Notes: svn path=/head/; revision=277787
* - Change variable in crtmpserver.inSylvio Cesar Teixeira2011-03-012-3/+12
| | | | | | | | | - BUMP PORTREVISION Submitted by: dougb@ (via e-mail) Notes: svn path=/head/; revision=270068
* High performance RTMP/RTSP streaming serverSylvio Cesar Teixeira2011-02-285-0/+120
rtmpd is a high performance streaming server able to stream (live or recorded) in the following technologies: - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) - To and from embedded devices: iPhone, Android - From surveillance cameras - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols Also, rtmpd can be used as a high performance rendes-vous server. For example, it enables you to do: - Audio/Video conferencing - Online gaming - Online collaboration - Simple/complex chat applications WWW: http://www.rtmpd.com PR: ports/155033 Submitted by: Gavriloaie Eugen-Andrei <crtmpserver@gmail.com> Notes: svn path=/head/; revision=269987