summaryrefslogtreecommitdiff
path: root/www/kplaylist
diff options
context:
space:
mode:
Diffstat (limited to 'www/kplaylist')
-rw-r--r--www/kplaylist/Makefile38
-rw-r--r--www/kplaylist/distinfo2
-rw-r--r--www/kplaylist/files/patch-kplaylist.1.8.505.php20
-rw-r--r--www/kplaylist/pkg-descr7
4 files changed, 0 insertions, 67 deletions
diff --git a/www/kplaylist/Makefile b/www/kplaylist/Makefile
deleted file mode 100644
index 55c391fc1e24..000000000000
--- a/www/kplaylist/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Kevin Lo <kevlo@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= kplaylist
-PORTVERSION= 1.8.505
-PORTREVISION?= 2
-CATEGORIES= www multimedia
-MASTER_SITES= http://www.kplaylist.net/archive.php?file=1.8.505&tar=true/
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PHP based music database
-
-DEPRECATED= Works only with EOL php 5.6
-EXPIRATION_DATE= 2018-12-30
-
-IGNORE_WITH_PHP= 71 72 73
-
-RUN_DEPENDS= lame:audio/lame \
- oggenc:audio/vorbis-tools \
- zip:archivers/zip
-
-USES= php
-USE_PHP= curl mysql session iconv
-
-WRKSRC= ${WRKDIR}
-NO_BUILD= yes
-NO_ARCH= yes
-
-PLIST_FILES= "@(${WWWOWN},${WWWGRP},) %%WWWDIR%%/index.php" \
- "@dir(${WWWOWN},${WWWGRP},) %%WWWDIR%%"
-
-do-install:
- ${MKDIR} ${STAGEDIR}${WWWDIR}
- @cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php \
- ${STAGEDIR}${WWWDIR}/index.php
-
-.include <bsd.port.mk>
diff --git a/www/kplaylist/distinfo b/www/kplaylist/distinfo
deleted file mode 100644
index b026ddd48cbf..000000000000
--- a/www/kplaylist/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (kplaylist.1.8.505.tar.gz) = cdc4fa12d881732f535f93be5213ba4278c2650e956692df2dc375f8a906bb48
-SIZE (kplaylist.1.8.505.tar.gz) = 237854
diff --git a/www/kplaylist/files/patch-kplaylist.1.8.505.php b/www/kplaylist/files/patch-kplaylist.1.8.505.php
deleted file mode 100644
index 448ea1105114..000000000000
--- a/www/kplaylist/files/patch-kplaylist.1.8.505.php
+++ /dev/null
@@ -1,20 +0,0 @@
---- kplaylist.1.8.505.php.orig 2010-10-28 16:21:51.000000000 +0800
-+++ kplaylist.1.8.505.php 2010-10-28 16:27:03.000000000 +0800
-@@ -155,7 +155,7 @@
- $cfg['lamecmd'] = '/usr/local/bin/lame --silent --nores --nohist --mp3input -h -m s -b %bitrate% "%file%" -';
-
- // ogg command (transcode)
--$cfg['oggcmd'] = '/usr/bin/oggdec -Q "%file%" -o - | /usr/bin/oggenc - --quiet --managed -b %bitrate% -o -';
-+$cfg['oggcmd'] = '/usr/local/bin/oggdec -Q "%file%" -o - | /usr/local/bin/oggenc - --quiet --managed -b %bitrate% -o -';
-
- // enable ogg transcoding, look the line above for the command, check this before enabling
- $cfg['oggtranscode'] = false;
-@@ -166,7 +166,7 @@
- // YOU MUST SUIT THESE ARCHIVERS TO YOUR OWN NEED. DO NOT USE THE DEFAULT BLINDLY.
- $archivers = array();
-
--$archivers[] = array(1, 'zip', '/usr/bin/zip -j -0 %D "%F"', 'application/zip', 'zip');
-+$archivers[] = array(1, 'zip', '/usr/local/bin/zip -j -0 %D "%F"', 'application/zip', 'zip');
- $archivers[] = array(1, 'tar','/bin/tar cf %D --files-from "%LIST"', 'application/x-tar', 'tar');
- $archivers[] = array(0, 'rar', 'C:\Programfiler\WinRAR\rar.exe -m0 a %D "%F"', 'application/x-rar', 'rar');
-
diff --git a/www/kplaylist/pkg-descr b/www/kplaylist/pkg-descr
deleted file mode 100644
index 47297bcd89bb..000000000000
--- a/www/kplaylist/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-kPlaylist is a free PHP system that makes your music collection
-available via the Internet.
-kPlaylist is a music database that you manage via the web. With kPlaylist
-you can stream your music (ogg, mp3, wav, wma, etc.), you can upload,
-make playlists, share, search, download and a lot more.
-
-WWW: http://www.kplaylist.net/