update to hgd-0.4.1. Note that the python flavor will remain unlinked until a

later date.

OK sthen@
This commit is contained in:
edd 2011-07-25 23:07:49 +00:00
parent af5b2adfde
commit cd6e482e38
6 changed files with 47 additions and 19 deletions

View File

@ -1,27 +1,45 @@
# $OpenBSD: Makefile,v 1.4 2011/04/22 08:21:28 edd Exp $
# $OpenBSD: Makefile,v 1.5 2011/07/25 23:07:49 edd Exp $
COMMENT = music system for hackathons
DISTNAME = hgd-0.3.0
DISTNAME = hgd-0.4.1
CATEGORIES = audio net
HOMEPAGE = https://github.com/vext01/hgd/
MAINTAINER = Edd Barrett <edd@openbsd.org>
# python flavor is not linked yet
FLAVORS = python
FLAVOR ?=
# ISC
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c config crypto ssl sqlite3
WANTLIB = c config crypto ssl sqlite3 tag tag_c
MAKE_FILE = BSDmakefile
MASTER_SITES = https://github.com/downloads/vext01/hgd/
CONFIGURE_STYLE = gnu
RUN_DEPENDS = x11/mplayer
LIB_DEPENDS = databases/sqlite3 \
devel/libconfig
devel/libconfig \
audio/taglib
.if ${FLAVOR:L:Mpython}
LIB_DEPENDS += ${MODPY_LIB_DEPENDS}
WANTLIB += ${MODPY_WANTLIB}
WANTLIB += m pthread util
MODULES = lang/python
CONFIGURE_ARGS += --with-python=${MODPY_VERSION}
PKG_ARGS += -Dpython=1
.else
CONFIGURE_ARGS += --without-python
PKG_ARGS += -Dpython=0
.endif
NO_REGRESS = Yes

View File

@ -1,5 +1,5 @@
MD5 (hgd-0.3.0.tar.gz) = zgpzH+4CP7Mibt0iZdiMlQ==
RMD160 (hgd-0.3.0.tar.gz) = 2pU3MEHhDiyW0AVFU8DTW0JEO0Q=
SHA1 (hgd-0.3.0.tar.gz) = OuqB4lY4WygXnwnLmp+RccVn0Pc=
SHA256 (hgd-0.3.0.tar.gz) = vtoneZNKMmkNWCmOAFzRQemRmRLv9T9io/szjjLC/WA=
SIZE (hgd-0.3.0.tar.gz) = 33574
MD5 (hgd-0.4.1.tar.gz) = uiZnbJ5RFvWm6oWTl5qaQw==
RMD160 (hgd-0.4.1.tar.gz) = Ox+BZzMcjZykA6gitkrexfyuhJA=
SHA1 (hgd-0.4.1.tar.gz) = BKs+/sYdu6SJQ1RaZ3y6CYr8F84=
SHA256 (hgd-0.4.1.tar.gz) = jmy4y+B2wtwzDKV0AMEynfEr+dfaMiu/lBs05Hoa8kY=
SIZE (hgd-0.4.1.tar.gz) = 234290

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PFRAG.python,v 1.1 2011/07/25 23:07:49 edd Exp $
@man man/man7/hgd-scripting.7
share/doc/hgd/pydoc/
share/doc/hgd/pydoc/txt/
share/doc/hgd/pydoc/txt/hgd.doccer.txt
share/doc/hgd/pydoc/txt/hgd.playlist.txt
share/doc/hgd/pydoc/txt/index.txt
share/hgd/
share/hgd/pylib/
share/hgd/pylib/hgd/
share/hgd/pylib/hgd/__init__.py
share/hgd/pylib/hgd/doccer.py
share/hgd/pylib/hgd/playlist.py

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.3 2011/04/22 08:21:28 edd Exp $
@comment $OpenBSD: PLIST,v 1.4 2011/07/25 23:07:49 edd Exp $
%%python%%
@newgroup _hgd:665
@newuser _hgd:665:_hgd:daemon:HGD Server:/var/empty:/sbin/nologin
@bin bin/hgdc
@ -6,6 +7,7 @@
@man man/man1/hgd-netd.1
@man man/man1/hgd-playd.1
@man man/man1/hgdc.1
@man man/man7/hgd-proto.7
@bin sbin/hgd-admin
@bin sbin/hgd-netd
@bin sbin/hgd-playd
@ -14,6 +16,7 @@ share/doc/hgd/README
share/examples/hgd/
share/examples/hgd/hgd.rc
share/examples/hgd/hgdc.rc
@sample ${SYSCONFDIR}/hgd/plugins/
@rcscript ${RCDIR}/hgd_netd
@rcscript ${RCDIR}/hgd_playd
@owner _hgd

View File

@ -1,13 +1,10 @@
#!/bin/sh
#
# $OpenBSD: hgd_netd.rc,v 1.1.1.1 2011/03/17 14:38:42 edd Exp $
# $OpenBSD: hgd_netd.rc,v 1.2 2011/07/25 23:07:49 edd Exp $
daemon="${TRUEPREFIX}/sbin/hgd-netd"
daemon_user="_hgd"
. /etc/rc.d/rc.subr
rc_bg=YES
rc_reload=NO
rc_cmd $1

View File

@ -1,13 +1,10 @@
#!/bin/sh
#
# $OpenBSD: hgd_playd.rc,v 1.1.1.1 2011/03/17 14:38:42 edd Exp $
# $OpenBSD: hgd_playd.rc,v 1.2 2011/07/25 23:07:49 edd Exp $
daemon="${TRUEPREFIX}/sbin/hgd-playd"
daemon_user="_hgd"
. /etc/rc.d/rc.subr
rc_bg=YES
rc_reload=NO
rc_cmd $1