From b3dfe3f64721851709d92699168a792f7a0548d6 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 22 Jun 2012 14:43:46 +0000 Subject: [PATCH] Remove old, unmaintained cruft. req. by alek@ (maintainer) ok jasper@ --- audio/ifp-line/Makefile | 28 --------------------------- audio/ifp-line/distinfo | 5 ----- audio/ifp-line/patches/patch-Makefile | 18 ----------------- audio/ifp-line/pkg/DESCR | 3 --- audio/ifp-line/pkg/PLIST | 3 --- 5 files changed, 57 deletions(-) delete mode 100644 audio/ifp-line/Makefile delete mode 100644 audio/ifp-line/distinfo delete mode 100644 audio/ifp-line/patches/patch-Makefile delete mode 100644 audio/ifp-line/pkg/DESCR delete mode 100644 audio/ifp-line/pkg/PLIST diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile deleted file mode 100644 index 7e50e3707bb..00000000000 --- a/audio/ifp-line/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $OpenBSD: Makefile,v 1.7 2011/11/13 13:54:04 ajacoutot Exp $ - -COMMENT= command line interface to iRiver music players - -DISTNAME= ifp-line-0.2.4.6 -CATEGORIES= audio -REVISION = 0 - -HOMEPAGE= http://ifp-driver.sourceforge.net/ifp-line/ - -MAINTAINER= Aleksander Piotrowski - -# 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= devel/libusb-compat - -WANTLIB= c usb pthread - -NO_REGRESS= Yes -USE_GROFF = Yes - -.include diff --git a/audio/ifp-line/distinfo b/audio/ifp-line/distinfo deleted file mode 100644 index 07429d4dfcc..00000000000 --- a/audio/ifp-line/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -MD5 (ifp-line-0.2.4.6.tar.gz) = bF1H7PI4DgWxmWTqBM/lhA== -RMD160 (ifp-line-0.2.4.6.tar.gz) = lHvtVvysWuJl8xjS2oTpjqCyI00= -SHA1 (ifp-line-0.2.4.6.tar.gz) = ZLkTTv9lHHR4u/JuYx2xNHFXt2k= -SHA256 (ifp-line-0.2.4.6.tar.gz) = 2yhRlYMDsLZxZ8H1rRPa54r03Y2pXiP8wVJy6QQk93Y= -SIZE (ifp-line-0.2.4.6.tar.gz) = 24699 diff --git a/audio/ifp-line/patches/patch-Makefile b/audio/ifp-line/patches/patch-Makefile deleted file mode 100644 index 9ce6a74dcdb..00000000000 --- a/audio/ifp-line/patches/patch-Makefile +++ /dev/null @@ -1,18 +0,0 @@ -$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 - diff --git a/audio/ifp-line/pkg/DESCR b/audio/ifp-line/pkg/DESCR deleted file mode 100644 index 08025dd08ec..00000000000 --- a/audio/ifp-line/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -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". diff --git a/audio/ifp-line/pkg/PLIST b/audio/ifp-line/pkg/PLIST deleted file mode 100644 index 247b6b56faa..00000000000 --- a/audio/ifp-line/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2005/07/11 19:19:52 alek Exp $ -bin/ifp -@man man/man1/ifp.1