diff options
author | abs <abs@pkgsrc.org> | 2002-05-17 11:32:51 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-05-17 11:32:51 +0000 |
commit | 425c72455774ecfc7bd2c57bb8dcb04900b0ae73 (patch) | |
tree | c14ac29996b31c93077e7c851610f5113d0872ac /sysutils/libirman | |
parent | 0dce8ce849bd7944dcbfea1caadc9720fa80acb6 (diff) | |
download | pkgsrc-425c72455774ecfc7bd2c57bb8dcb04900b0ae73.tar.gz |
Import libirman-0.4.1b
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, such as xmms.
Diffstat (limited to 'sysutils/libirman')
-rw-r--r-- | sysutils/libirman/DESCR | 8 | ||||
-rw-r--r-- | sysutils/libirman/Makefile | 18 | ||||
-rw-r--r-- | sysutils/libirman/PLIST | 5 | ||||
-rw-r--r-- | sysutils/libirman/distinfo | 4 | ||||
-rw-r--r-- | sysutils/libirman/patches/patch-aa | 21 |
5 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/libirman/DESCR b/sysutils/libirman/DESCR new file mode 100644 index 00000000000..07e548a99c0 --- /dev/null +++ b/sysutils/libirman/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/sysutils/libirman/Makefile b/sysutils/libirman/Makefile new file mode 100644 index 00000000000..79c07b161c9 --- /dev/null +++ b/sysutils/libirman/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/17 11:32:51 abs Exp $ +# + +DISTNAME= libirman-0.4.1b +CATEGORIES= sysutils +MASTER_SITES= http://www.evation.com/libirman/ + +MAINTAINER= abs@netbsd.org +HOMEPAGE= http://www.evation.com/libirman/libirman.html +COMMENT= Programming library for Irman - infrared control + +GNU_CONFIGURE= YES + +EGDIR= ${PREFIX}/share/examples +CONF_FILES= ${EGDIR}/irman.conf ${PKG_SYSCONFDIR}/irman.conf + +.include "../../mk/bsd.pkg.install.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/libirman/PLIST b/sysutils/libirman/PLIST new file mode 100644 index 00000000000..a9a72edd3a4 --- /dev/null +++ b/sysutils/libirman/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/17 11:32:51 abs Exp $ +bin/workmanir +lib/libirman.a +sbin/lirmand +share/examples/irman.conf diff --git a/sysutils/libirman/distinfo b/sysutils/libirman/distinfo new file mode 100644 index 00000000000..567f58f1282 --- /dev/null +++ b/sysutils/libirman/distinfo @@ -0,0 +1,4 @@ + +SHA1 (libirman-0.4.1b.tar.gz) = 739e7cbb4c7e0af59fd244e3d2ed73b97905849a +Size (libirman-0.4.1b.tar.gz) = 52874 bytes +SHA1 (patch-aa) = e060a7e54fc817634cd7e92d7e5e17f147003363 diff --git a/sysutils/libirman/patches/patch-aa b/sysutils/libirman/patches/patch-aa new file mode 100644 index 00000000000..c2d1a5d0a44 --- /dev/null +++ b/sysutils/libirman/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/05/17 11:32:51 abs Exp $ + +--- Makefile.in.orig Thu Feb 18 11:14:57 1999 ++++ Makefile.in +@@ -27,6 +27,7 @@ + bindir = @bindir@ + sbindir = @sbindir@ + libdir = @libdir@ ++datadir = @datadir@ + sysconfdir = @sysconfdir@ + + PROGS=test_io test_func test_name workmanir lirmand +@@ -125,7 +126,7 @@ + $(INSTALL) -m 755 workmanir $(bindir)/workmanir + $(INSTALL) -m 755 lirmand $(sbindir)/lirmand + $(INSTALL) -m 755 libirman.a $(libdir)/libirman.a +- $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf ++ $(INSTALL) -m 644 irman.conf $(datadir)/examples/irman.conf + @echo notice: the test programs are only installed in the current directory \(`pwd`\) + + uninstall: rmdev |