summaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-3/+1
| | | | MAKE_ENV
* Add backup sites.Norikatsu Shigemura2008-06-011-1/+3
|
* Update to 6.0.3.Norikatsu Shigemura2008-06-0115-151/+181
|
* - Mark BROKEN with GCC 4.2 on !i386 (cast from void to int loses precision)Pav Lucistnik2007-11-121-1/+7
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* Add no support architectures information.Norikatsu Shigemura2007-10-131-7/+3
| | | | Reminded by: linimon
* Mark as broken on gcc4.2. While here, add USE_PERL5, which is necessaryMark Linimon2007-10-011-1/+8
| | | | | | to conditionalize inclusion of bsd.perl.mk. Hat: portmgr
* - Give this a chance to build on pointyhatPav Lucistnik2007-08-011-0/+2
|
* Oops, I forgot to remove StreamingLoadTool.Norikatsu Shigemura2007-07-081-1/+0
|
* Update to 5.5.5.Norikatsu Shigemura2007-07-085-47/+7
| | | | Requested by: many people
* Remove the IGNORE logic; this should have been done in r1.22.Mark Linimon2007-04-231-4/+0
|
* Fix wrong handling command line arguments.Norikatsu Shigemura2007-02-097-4/+76
| | | | Submitted by: Kouhei Sutou <kou@cozmixng.org>
* o Update to 5.5.4. [1]Norikatsu Shigemura2007-01-094-14/+20
| | | | | | | o Fix error on editing playlist. [2] Requested by: many people [1] Pointed out by: TAKANO Yuji <takachan@running-dog.net> [2]
* RESTRICTED, NO_CDROM and NO_PACKAGE are superfluous.Norikatsu Shigemura2006-09-031-4/+0
| | | | | | Pointed out by: kris Advised by: hrs LICENSE: the term of 2.3 / http://www.opensource.apple.com/apsl/
* o Fix build error on amd64. [1]Norikatsu Shigemura2006-08-242-3/+3
| | | | | | | | o Fix no response issue on some major environment. [2] o Bump PORTREVISION to fix runtime issue. Submitted by: TAKANO Yuji <takachan@running-dog.net> [1] Reported by: Katsumi Kimoto <kimoto@miksys.com> [2]
* o Set command_interpreter to streamingadminserver.sh.inNorikatsu Shigemura2006-08-132-1/+3
| | | | | | | | to stop rcNG script. o Bump PORTREVISION, acoodingly. Forgotten by: myself -> orz Pointhat to: myself
* Update to 5.5.3Norikatsu Shigemura2006-08-1314-97/+162
| | | | | | | | | | | o rcNGfy o Compile on amd64 [1] NOTE: DSS will support on amd64, because there are many fix which I heard:-) in cvs repository. In this time, however, Apple doesn't release DSS supported on amd64:-(. Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es> [1]
* Remove whitespace from line endings in pkg-plist files.Vasil Dimov2006-05-121-3/+3
| | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-2/+0
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 5.5.Norikatsu Shigemura2005-07-108-97/+108
| | | | | Informed by: many people Sponsored by: Ensure Technology Ltd.
* o Change INADDR_ANY to the IP address specified.Norikatsu Shigemura2005-05-012-2/+25
| | | | | | | | | | | | | DSS uses the IP addess where it is bind to and not the IP addess of the default interface. o Use the correct port number and not a generated one. o Bump PORTREVISION, accordingly. These are important for Broadcaster behind a NAT. Submitted by: Denis Ahrens <denis@berlin.ccc.de> References:: http://lists.apple.com/archives/streaming-server-dev/2004/May/msg00000.html Sponsored by: Ensure Technology Ltd.
* Update to 5.0.3.2.Norikatsu Shigemura2005-03-128-231/+176
| | | | | | | | | | | o Disable over-optimaization for problem of ports/75291. [1] o Clean-up some patches (to post-patch phase) PR: ports/75291 [1] Pointed out by: Lars Eggert <lars.eggert@netlab.nec.de> [1] Informed by: Yoshihiro Yanagida <yosh@yanagi.to> Inquiried by: many people Sponsored by: Ensure Technology Ltd.
* Fix little endian problem.Norikatsu Shigemura2004-12-162-1/+12
| | | | | | Submitted by: Denis Ahrens <denis@berlin.ccc.de> Steve Wills <steve@stevenwills.com> Obtained from: http://lists.apple.com/archives/streaming-server-users/2004/May/msg00000.html
* o Change shutdown script by using /var/run/DarwinStreamingServer.pid.Norikatsu Shigemura2004-03-272-2/+5
| | | | | | | o Bump PORTREVISION, accordingly. PR: ports/64663 Submitted by: Melvyn Sopacua <mdev@idg.nl>
* Update to 5.0.1.1.Norikatsu Shigemura2004-03-022-3/+3
| | | | | PR: ports/63626 Submitted by: Scott Lambert <lambert@lambertfam.org>
* Fix dependency on p5-Net-SSLeay by utilize SITE_PERL.Norikatsu Shigemura2004-02-031-1/+1
| | | | Reported by: Yoshihiro Yanagida <yosh@yanagi.to>
* o Quiet remove MOVIES directory. [1]Norikatsu Shigemura2004-02-023-5/+47
| | | | | | | | o Remove debug code. o Add pkg-install, which should be committed previous. I forgot it. o Bump PORTREVISION accodingly. Submitted by: Yoshihiro Yanagida <yosh@yanagi.to> [1]
* Update to 5.0.Norikatsu Shigemura2004-02-016-305/+339
| | | | | Requested by: many people Sponsored by: Ensure Technology Ltd.
* Update to 4.1.3g.Norikatsu Shigemura2003-07-313-14/+5
| | | | | Submitted by: Tim Kellers <timothyk@serv1.wallnet.com> NAKANUMA Takashi <takas@bashi.org>
* Update manual fetch locationKris Kennaway2003-07-281-1/+1
|
* Emergency update to 4.1.3. 4.1.2 or earlier has multiple vulnerabilities.Norikatsu Shigemura2003-02-252-4/+4
| | | | | | | | Please check following URL. http://online.securityfocus.com/archive/1/313081/2003-02-22/2003-02-28/0 Submitted by: Hiroki Sato <hrs@FreeBSD.org> Sponsored by: Ensure Technology Ltd.
* De-pkg-comment.Norikatsu Shigemura2003-02-222-1/+1
|
* Add 'put in' message in Makefile.Norikatsu Shigemura2003-02-161-0/+1
| | | | | Asked by: Jonathan Walker <blindie@mac.com> Sponsored by: Ensure Technology Ltd.
* o Fix build on any architecture (tested on only i386).Norikatsu Shigemura2003-01-074-7/+11
| | | | | | | | o Fix directory of pidfile to /var/run. o Fix some messages in pkg-message. o Bump PORTREVISION accordingly. Sponsored by: Ensure Technology Ltd.
* Update to 4.1.2.Norikatsu Shigemura2002-12-132-4/+4
| | | | Approved by: portmgr (knu)
* Add Darwin Streaming Server(4.1.1), a server which send streamingNorikatsu Shigemura2002-10-2312-0/+739
for QuickTime, MPEG4. PR: ports/35383 Submitted by: Steve Wills <steve@stevenwills.com> Reviewed by: Steve Wills <steve@stevenwills.com> Sponsored by: Ensure Technology Ltd.