pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ympd: remove, imported without realizing this exists...
Module Name: pkgsrc-wip
Committed By: nia <nia%NetBSD.org@localhost>
Pushed By: nee
Date: Tue Jul 20 08:52:51 2021 +0200
Changeset: f7cce370daf3b16f003b2605b286367ec9afbf73
Modified Files:
Makefile
Removed Files:
ympd/DESCR
ympd/Makefile
ympd/PLIST
ympd/distinfo
ympd/patches/patch-CMakeLists.txt
Log Message:
ympd: remove, imported without realizing this exists...
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f7cce370daf3b16f003b2605b286367ec9afbf73
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
ympd/DESCR | 3 ---
ympd/Makefile | 18 ------------------
ympd/PLIST | 3 ---
ympd/distinfo | 7 -------
ympd/patches/patch-CMakeLists.txt | 23 -----------------------
6 files changed, 55 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 448a0bd3b5..e13a3177e2 100644
--- a/Makefile
+++ b/Makefile
@@ -5935,7 +5935,6 @@ SUBDIR+= yauap
SUBDIR+= yaupspe
SUBDIR+= yersinia
SUBDIR+= yi
-SUBDIR+= ympd
SUBDIR+= yoda
SUBDIR+= yosys
SUBDIR+= you-get
diff --git a/ympd/DESCR b/ympd/DESCR
deleted file mode 100644
index cb3727b2fa..0000000000
--- a/ympd/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-ympd is a lightweight MPD (Music Player Daemon) web client that runs without a
-dedicated webserver or interpreters like PHP, NodeJS or Ruby. It's tuned for
-minimal resource usage and requires only very litte dependencies.
diff --git a/ympd/Makefile b/ympd/Makefile
deleted file mode 100644
index ecd86ca420..0000000000
--- a/ympd/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME= ympd-1.3.0
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_GITHUB:=notandy/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.ympd.org/
-COMMENT= Standalone MPD Web GUI written in C
-LICENSE= gnu-gpl-v2
-
-USE_CMAKE= yes
-
-USE_LANGUAGES= c c++
-
-.include "../../audio/libmpdclient/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ympd/PLIST b/ympd/PLIST
deleted file mode 100644
index e1497c0170..0000000000
--- a/ympd/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/ympd
-man/man1/ympd.1
diff --git a/ympd/distinfo b/ympd/distinfo
deleted file mode 100644
index a8e14aaefc..0000000000
--- a/ympd/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (ympd-1.3.0.tar.gz) = 588df4e0622fa292e42074d357a4d09e37e308a3
-RMD160 (ympd-1.3.0.tar.gz) = b78cba8aa05dcd7bf7244af1b8e1d6360486b8c5
-SHA512 (ympd-1.3.0.tar.gz) = 7e2bd4124b0e7692e2528e9fc50955d1b357ba042d8c97941160ad31ee0c89bc53b349195b45d27ce77aaa954bc01aceba1a30cdb89d9f58644a0b4934498a16
-Size (ympd-1.3.0.tar.gz) = 350115 bytes
-SHA1 (patch-CMakeLists.txt) = 164d1b408be2301ff316d28adcedc57be8c4ea9c
diff --git a/ympd/patches/patch-CMakeLists.txt b/ympd/patches/patch-CMakeLists.txt
deleted file mode 100644
index 0773a52463..0000000000
--- a/ympd/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-Install man-page into appropriate directory.
-
---- CMakeLists.txt.orig 2016-02-13 21:01:52.000000000 +0000
-+++ CMakeLists.txt
-@@ -1,5 +1,7 @@
- cmake_minimum_required(VERSION 2.6)
-
-+include(GNUInstallDirs)
-+
- project (ympd)
- set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/")
- set(CPACK_PACKAGE_VERSION_MAJOR "1")
-@@ -73,7 +75,7 @@ add_executable(ympd ${SOURCES})
- target_link_libraries(ympd ${LIBMPDCLIENT_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${OPENSSL_LIBRARIES})
-
- install(TARGETS ympd DESTINATION bin)
--install(FILES ympd.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
-+install(FILES ympd.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
- if(WITH_DYNAMIC_ASSETS)
- install(DIRECTORY htdocs DESTINATION share/${PROJECT_NAME})
- endif()
Home |
Main Index |
Thread Index |
Old Index