Remove libirman and the one package that uses it, mserv-irman.
The hardware vendor disappeared in 2006.
This commit is contained in:
parent
c3297cc01b
commit
cfa9d7a7b4
14 changed files with 5 additions and 191 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.540 2017/06/20 12:40:15 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.541 2017/08/16 21:04:23 wiz Exp $
|
||||
#
|
||||
|
||||
COMMENT= Audio tools
|
||||
|
@ -333,7 +333,6 @@ SUBDIR+= mpg321
|
|||
SUBDIR+= mppenc
|
||||
SUBDIR+= mserv
|
||||
SUBDIR+= mserv-devel
|
||||
SUBDIR+= mserv-irman
|
||||
SUBDIR+= mstream
|
||||
SUBDIR+= mt-daapd
|
||||
SUBDIR+= muse
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
mserv-irman allows easy control of the 'mserv' mp3 jukebox program
|
||||
using ordinary remote controls and irman receivers from evation.com.
|
||||
|
||||
mserv already allows rating of tracks to allow the system to pick
|
||||
tracks appropriate to who is currently connected. mserv-irman works
|
||||
with this to permit relatively peaceful sharing of an mp3 jukebox
|
||||
in an office of widely disparate tastes.
|
|
@ -1,25 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.11 2016/07/09 06:37:49 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mserv-irman-0.21
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://mserv-irman.googlecode.com/files/
|
||||
EXTRACT_SUFX= .tbz
|
||||
|
||||
MAINTAINER= abs@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/mserv-irman/
|
||||
COMMENT= Control mserv mp3 jukebox program via infra-red remote
|
||||
|
||||
PREV_PKGPATH= audio/mserv_irman
|
||||
SUPERSEDES= mserv_irman-[0-9]*
|
||||
|
||||
DEPENDS+= mserv-[0-9]*:../../audio/mserv
|
||||
DEPENDS+= libirman>=0.4.1.2nb3:../../sysutils/libirman
|
||||
#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
|
||||
DEPENDS+= p5-Config-IniFiles-[0-9]*:../../devel/p5-Config-IniFiles
|
||||
|
||||
USE_TOOLS+= perl:run
|
||||
REPLACE_PERL= mserv-irman.pl
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,3 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/10 11:51:26 abs Exp $
|
||||
bin/mserv-irman
|
||||
man/man1/mserv-irman.1
|
|
@ -1,7 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/11/03 01:12:43 agc Exp $
|
||||
|
||||
SHA1 (mserv-irman-0.21.tbz) = 7ffd86c24573d6d54716c68d471bcd27ec7ae788
|
||||
RMD160 (mserv-irman-0.21.tbz) = 06d5095d493a8c6bb157d19d0721ff785f84f6db
|
||||
SHA512 (mserv-irman-0.21.tbz) = 0811091c1d922efc4f766dd335fb20d977f50bde60f3c26d7c07434204ad36fb6d09dbb5501ac71e955f0a906dffbcffa5293411461c2ccfaf523a963abedfcf
|
||||
Size (mserv-irman-0.21.tbz) = 9310 bytes
|
||||
SHA1 (patch-Makefile) = f28f5e64212219caa4c7884e4d9b865bdfa31244
|
|
@ -1,15 +0,0 @@
|
|||
$NetBSD: patch-Makefile,v 1.1 2012/02/05 21:28:09 sbd Exp $
|
||||
|
||||
--- Makefile.orig 2009-02-10 11:46:52.000000000 +0000
|
||||
+++ Makefile
|
||||
@@ -32,8 +32,8 @@ clean:
|
||||
install: ${PKGNAME}.${MANSECTION}
|
||||
${INSTALL_DIR} ${DESTDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${PROG} ${DESTDIR}${PREFIX}/bin
|
||||
- ${INSTALL_DIR} ${DESTDIR}${PREFIX}/man/man${MANSECTION}
|
||||
- ${INSTALL_MAN} ${PKGNAME}.${MANSECTION} ${DESTDIR}${PREFIX}/man/man${MANSECTION}
|
||||
+ ${INSTALL_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MANSECTION}
|
||||
+ ${INSTALL_MAN} ${PKGNAME}.${MANSECTION} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MANSECTION}
|
||||
|
||||
# GENFILES
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2017,v 1.3275 2017/08/16 20:57:26 wiz Exp $
|
||||
$NetBSD: CHANGES-2017,v 1.3276 2017/08/16 21:04:23 wiz Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2017:
|
||||
|
||||
|
@ -4521,3 +4521,5 @@ Changes to the packages collection and infrastructure in 2017:
|
|||
Updated www/py-cfscrape to 1.8.1 [adam 2017-08-16]
|
||||
Updated devel/py-wrapt to 1.10.11 [adam 2017-08-16]
|
||||
Removed time/libgcal [wiz 2017-08-16]
|
||||
Removed audio/mserv-irman [wiz 2017-08-16]
|
||||
Removed sysutils/libirman [wiz 2017-08-16]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.707 2017/08/12 14:31:41 jmcneill Exp $
|
||||
# $NetBSD: Makefile,v 1.708 2017/08/16 21:04:23 wiz Exp $
|
||||
#
|
||||
|
||||
COMMENT= System utilities
|
||||
|
@ -317,7 +317,6 @@ SUBDIR+= libfm-extra
|
|||
SUBDIR+= libgamin
|
||||
SUBDIR+= libgksu
|
||||
SUBDIR+= libgtop
|
||||
SUBDIR+= libirman
|
||||
SUBDIR+= libisoburn
|
||||
SUBDIR+= libisofs
|
||||
SUBDIR+= liblogging
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
Libirman is a programming library for Irman control of Unix software.
|
||||
|
||||
Infrared man (Irman) is a small device that allows you to control
|
||||
your PC with the remote from your TV, VCR, CD or Stereo. Irman
|
||||
can be used in many ways, for example to control a software program
|
||||
while you are in another room. Imagine controlling Winamp with a
|
||||
normal remote to choose exactly the song you want. Or watching
|
||||
DVD from your couch while still being able to pause or fast forward.
|
|
@ -1,8 +0,0 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE.Linux,v 1.1 2008/09/21 19:41:42 abs Exp $
|
||||
|
||||
If you want to use lbirman with lirc you may need to run:
|
||||
|
||||
mkfifo /dev/lirc
|
||||
|
||||
===========================================================================
|
|
@ -1,32 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:58 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libirman-0.4.1c
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://libirman.googlecode.com/files/
|
||||
EXTRACT_SUFX= .tbz
|
||||
|
||||
MAINTAINER= abs@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/libirman/
|
||||
COMMENT= Programming library for Irman - infrared control
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples
|
||||
CONF_FILES= ${EGDIR}/irman.conf ${PKG_SYSCONFDIR}/irman.conf
|
||||
|
||||
INSTALLATION_DIRS= share/doc share/examples
|
||||
|
||||
post-build:
|
||||
${SED} -e "s:/usr/local/etc:${PKG_SYSCONFDIR}:g" \
|
||||
-e "s:/usr/local:${PREFIX}:g" \
|
||||
-e 's/test_func/irman_func/g' \
|
||||
-e 's/test_io/irman_func/g' \
|
||||
-e 's/test_name/irman_func/g' \
|
||||
${WRKSRC}/README > ${WRKSRC}/libirman.README
|
||||
${SED} -e 's:port /dev/ttyS1:port ${DEFAULT_SERIAL_DEVICE}:' \
|
||||
${WRKSRC}/irman.conf > ${WRKSRC}/irman.conf.patched
|
||||
${MV} ${WRKSRC}/irman.conf.patched ${WRKSRC}/irman.conf
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,9 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2002/06/14 20:38:40 abs Exp $
|
||||
bin/irman_func
|
||||
bin/irman_io
|
||||
bin/irman_name
|
||||
bin/workmanir
|
||||
lib/libirman.a
|
||||
sbin/lirmand
|
||||
share/doc/libirman.README
|
||||
share/examples/irman.conf
|
|
@ -1,7 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.11 2015/11/04 01:32:19 agc Exp $
|
||||
|
||||
SHA1 (libirman-0.4.1c.tbz) = be8e734842d33da4f7d6949212479f693c925a12
|
||||
RMD160 (libirman-0.4.1c.tbz) = 4ffeb2fd219df81051a8192ade02a7e39a3e0202
|
||||
SHA512 (libirman-0.4.1c.tbz) = e8e7244973561e22c7009b5473d97b671ce8553d54595f5a1769a83bd9f0f439b1b2c35387194d3c974f1ed0acc169d3b6e554226e2d169d74c60484d2b54a02
|
||||
Size (libirman-0.4.1c.tbz) = 48911 bytes
|
||||
SHA1 (patch-lirmand.c) = 0963825bbe9cca927ca87889ea7a1c0941e562ee
|
|
@ -1,65 +0,0 @@
|
|||
$NetBSD: patch-lirmand.c,v 1.1 2012/10/26 20:29:15 joerg Exp $
|
||||
|
||||
--- lirmand.c.orig 2012-10-26 14:22:50.000000000 +0000
|
||||
+++ lirmand.c
|
||||
@@ -63,30 +63,30 @@ char *progname = "lirmand";
|
||||
|
||||
int lirc = 0; /* file descriptor */
|
||||
int is_daemon = 0;
|
||||
-FILE *log = NULL;
|
||||
+FILE *my_log = NULL;
|
||||
|
||||
FILE *open_log(void)
|
||||
{
|
||||
time_t t=time(NULL);
|
||||
|
||||
- if (!log) {
|
||||
- log = fopen(LIRMAND_LOGFILE, "a");
|
||||
- if (log) {
|
||||
- fprintf(log, "%s started at %s\n", progname, ctime(&t));
|
||||
+ if (!my_log) {
|
||||
+ my_log = fopen(LIRMAND_LOGFILE, "a");
|
||||
+ if (my_log) {
|
||||
+ fprintf(my_log, "%s started at %s\n", progname, ctime(&t));
|
||||
}
|
||||
}
|
||||
- return log;
|
||||
+ return my_log;
|
||||
}
|
||||
|
||||
void close_log(void)
|
||||
{
|
||||
time_t t = time(NULL);
|
||||
|
||||
- if (log) {
|
||||
- fprintf(log, "%s stopped at %s\n", progname, ctime(&t));
|
||||
- fclose(log);
|
||||
+ if (my_log) {
|
||||
+ fprintf(my_log, "%s stopped at %s\n", progname, ctime(&t));
|
||||
+ fclose(my_log);
|
||||
}
|
||||
- log = NULL;
|
||||
+ my_log = NULL;
|
||||
}
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ int debug_printf(char *format, ...)
|
||||
return 0;
|
||||
|
||||
va_start(va, format);
|
||||
- ret = vfprintf(log, format, va);
|
||||
+ ret = vfprintf(my_log, format, va);
|
||||
va_end(va);
|
||||
|
||||
return ret;
|
||||
@@ -114,8 +114,8 @@ int eprintf(char *format, ...)
|
||||
|
||||
va_start(va, format);
|
||||
if (open_log()) {
|
||||
- ret = fprintf(log, "error: ");
|
||||
- ret += vfprintf(log, format, va);
|
||||
+ ret = fprintf(my_log, "error: ");
|
||||
+ ret += vfprintf(my_log, format, va);
|
||||
}
|
||||
if (!is_daemon) {
|
||||
ret = fprintf(stderr, "%s: ", progname);
|
Loading…
Reference in a new issue