Unverified Commit 24bcb750 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

audio/pm3umpdl: Remove expired port

audio/pm3umpdl
parent ed6629a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2999,3 +2999,4 @@ audio/sweep||2024-02-29|Has expired: Abandonware, last release in 2008 and upstr
audio/gnormalize||2024-02-29|Has expired: Last release in 2008, upstream is dead, depends on deprecated library GTK2 and uses legacy workarounds that can potentially cause lossy conversions. Consider using audio/rsgain and audio/cyanrip
audio/mp3ck||2024-02-29|Has expired: Last release in 2005 and dead upstream, consider using multimedia/ffmpeg
audio/mp3rename||2024-02-29|Has expired: Doesn't support ID3v2 tags properly
audio/pm3umpdl||2024-02-29|Has expired: Deprecated utility as this is supported natively in musicpd
+0 −1
Original line number Diff line number Diff line
@@ -605,7 +605,6 @@
    SUBDIR += playgsf
    SUBDIR += playmidi
    SUBDIR += playumidi
    SUBDIR += pm3umpdl
    SUBDIR += pms
    SUBDIR += pms-devel
    SUBDIR += pocketsphinx

audio/pm3umpdl/Makefile

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
PORTNAME=	pm3umpdl
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	audio deskutils
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VVELOX
EXTRACT_SUFX=

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Loading a M3U file into musicpd

DEPRECATED=	Deprecated utility as this is supported natively in musicpd
EXPIRATION_DATE=2024-02-29

RUN_DEPENDS=	${LOCALBASE}/bin/mpc:audio/musicpc

USES=		perl5

PLIST_FILES=	bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz

do-extract:
	@${MKDIR} ${WRKSRC}
	@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}

do-build:
	@${EXEC} pod2man --section=1 --release=${PORTVERSION} \
	--name=${PORTNAME} --center=${PORTNAME}" \
	user guide" ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1

do-install:
	${INSTALL_DATA} -v ${WRKSRC}/${DISTNAME} \
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
		${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1

.include <bsd.port.mk>

audio/pm3umpdl/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (pm3umpdl-1.0.0) = 9139eb10de9bafafbcca0735662a1632494f7c10863fc2b47ee3e062c8c57ad8
SIZE (pm3umpdl-1.0.0) = 4661
+0 −30
Original line number Diff line number Diff line
--- pm3umpdl-1.0.0.orig	2016-07-26 15:41:09 UTC
+++ pm3umpdl-1.0.0
@@ -103,6 +103,8 @@ pm3umpdl B<-f> <file> [B<-c>] [B<-l>] [B
 
 =head1 FLAGS
 
+=over 4
+
 =item -c
 
 If set, it will clear the playlist first.
@@ -119,12 +121,18 @@ If set, along with -p, this will play th
 
 If set, it 
 
+=back
+
 =head1 REQUIREMENTS
 
+=over 4
+
 =item mpc
 
 http://www.musicpd.org/mpc.shtml
 
+=back
+
 =head1 VERSION
 
 1.0.0
Loading