summaryrefslogtreecommitdiff
path: root/audio/moss/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-08-23Allow to build with python24. Bump PKGREVISION due to dependency change.minskim1-4/+3
2006-05-22Fixed pkglint warnings.rillig1-3/+3
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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.minskim1-3/+3
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.minskim1-3/+3
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.minskim1-6/+6
Changes: - Bug fix in live mode.
2004-08-17Update moss to 0.1.8. Patch submitted by Yongbin Yu, the maintainer.minskim1-5/+6
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.minskim1-0/+35
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.