Import ifp-line 0.2.4.6

ifp-line is a simple command-line tool to provide basic functionality to
manage files on iRiver music players which are using the "manager
firmware".

ok niallo@, looks fine jolan@
This commit is contained in:
alek 2005-07-11 19:19:52 +00:00
parent 6c9647f8f8
commit 6778a2ede8
5 changed files with 54 additions and 0 deletions

26
audio/ifp-line/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $
COMMENT= "command line interface to iRiver music players"
DISTNAME= ifp-line-0.2.4.6
CATEGORIES= audio
HOMEPAGE= http://ifp-driver.sourceforge.net/ifp-line/
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
LIB_DEPENDS= usb.8::devel/libusb
WANTLIB= c
NO_REGRESS= Yes
.include <bsd.port.mk>

4
audio/ifp-line/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (ifp-line-0.2.4.6.tar.gz) = 6c5d47ecf2380e05b19964ea04cfe584
RMD160 (ifp-line-0.2.4.6.tar.gz) = 947bed56fcac5ae265f318d2da84e98ea0b2234d
SHA1 (ifp-line-0.2.4.6.tar.gz) = 64b9134eff651c7478bbf26e631db1347157b769
SIZE (ifp-line-0.2.4.6.tar.gz) = 24699

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $
--- Makefile.orig Fri Nov 19 08:08:02 2004
+++ Makefile Wed Jul 6 01:35:40 2005
@@ -1,11 +1,10 @@
# $Id: patch-Makefile,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $
-CFLAGS = `libusb-config --cflags` -Wall -g
+CFLAGS += `libusb-config --cflags` -Wall
LDFLAGS = `libusb-config --libs`
-PREFIX ?= /usr/local
BINDIR ?= ${PREFIX}/bin
-MANDIR ?= ${PREFIX}/man/man1
-INSTALL ?= /usr/bin/install
+MANDIR = ${PREFIX}/man/man1
+INSTALL ?= ${BSD_INSTALL_PROGRAM}
OBJS = ifp.o ifp_routines.o unicodehack.o

3
audio/ifp-line/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
ifp-line is a simple command-line tool to provide basic functionality to
manage files on iRiver music players which are using the "manager
firmware".

3
audio/ifp-line/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $
bin/ifp
@man man/man1/ifp.1