Page MenuHomeFreeBSD

D37974.diff
No OneTemporary

D37974.diff

diff --git a/audio/Makefile b/audio/Makefile
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -104,6 +104,7 @@
SUBDIR += cuetools
SUBDIR += cutmp3
SUBDIR += cyanrip
+ SUBDIR += d11amp
SUBDIR += dagrab
SUBDIR += darkice
SUBDIR += dcd
diff --git a/audio/d11amp/Makefile b/audio/d11amp/Makefile
new file mode 100644
--- /dev/null
+++ b/audio/d11amp/Makefile
@@ -0,0 +1,33 @@
+PORTNAME= d11amp
+DISTVERSION= 0.61
+CATEGORIES= audio
+MASTER_SITES= https://www.dettus.net/d11amp/
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dettus@dettus.net
+COMMENT= Oldskool MP3 player
+WWW= https://www.dettus.net/d11amp/
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+LIB_DEPENDS= libmpg123.so:audio/mpg123 \
+ libportaudio.so:audio/portaudio \
+ libzip.so:archivers/libzip
+
+USES= gnome pkgconfig tar:bz2
+USE_GNOME= cairo gdkpixbuf2 gtk40
+
+MAKE_ARGS= INSTALLMAN=${STAGEDIR}${PREFIX}/man
+TEST_ENV= SHA256_CMD=sha256 TMP_DIR=/tmp/d11amp/
+TEST_TARGET= check
+
+LDFLAGS+= -Wl,--as-needed
+
+PLIST_FILES= bin/d11amp \
+ man/man1/d11amp.1.gz
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/d11amp
+
+.include <bsd.port.mk>
diff --git a/audio/d11amp/distinfo b/audio/d11amp/distinfo
new file mode 100644
--- /dev/null
+++ b/audio/d11amp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1672959172
+SHA256 (d11amp_0.61.tar.bz2) = c0eb416c033077b195ddc24a9d232e9bfa806fb777b57280e7f833b6267ced09
+SIZE (d11amp_0.61.tar.bz2) = 76507
diff --git a/audio/d11amp/pkg-descr b/audio/d11amp/pkg-descr
new file mode 100644
--- /dev/null
+++ b/audio/d11amp/pkg-descr
@@ -0,0 +1,2 @@
+D11AMP is an oldskool MP3 player. In addition to being a frontend
+to mpg123, it can handle WinAMP's treasure trove of skins.

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 22, 8:40 AM (8 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16027388
Default Alt Text
D37974.diff (1 KB)

Event Timeline