summaryrefslogtreecommitdiff
path: root/audio/moss
AgeCommit message (Collapse)AuthorFilesLines
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-11-27Update moss to 0.1.13. Patch provided by Myung-Gon Park, the maintainer.minskim3-31/+31
Changes: - Remove the auth option. - Check return values of send/recv in the live mode. - Set socket timeout.
2004-10-10Update moss to 0.1.11. Patch provided by Myung-Gon Park, the maintainer.minskim2-6/+6
Changes since 0.1.9: - Avoid an infinite loop with buffer underrun in the live mode. - More detailed and consistent log messages.
2004-10-06Update moss to 0.1.9. Submitted by Myung-Gon Park, new MAINTAINER.minskim3-21/+21
Changes: - Bug fix in live mode.
2004-08-17Update moss to 0.1.8. Patch submitted by Yongbin Yu, the maintainer.minskim4-22/+111
Changes since 0.1.2: * Add options for pidfile/no-pidfile, user/group, and auth-file. * Store password's MD5 instead of plain text.
2004-08-13This package requires thread-enabled Python.minskim1-2/+3
2004-08-10Initial import of moss-0.1.2. Packaged by Yongbin Yu.minskim6-0/+120
MOSS (MP3/OGG Streaming Server) is an HTTP-based streaming server written in Python. It supports the web mode where you browse and select songs, and the live mode which supports real-time broadcast.