Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171800441
D37974.id114817.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D37974.id114817.diff
View Options
Index: audio/Makefile
===================================================================
--- audio/Makefile
+++ audio/Makefile
@@ -104,6 +104,7 @@
SUBDIR += cuetools
SUBDIR += cutmp3
SUBDIR += cyanrip
+ SUBDIR += d11amp
SUBDIR += dagrab
SUBDIR += darkice
SUBDIR += dcd
Index: audio/d11amp/Makefile
===================================================================
--- /dev/null
+++ 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>
Index: audio/d11amp/distinfo
===================================================================
--- /dev/null
+++ audio/d11amp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1672959172
+SHA256 (d11amp_0.61.tar.bz2) = c0eb416c033077b195ddc24a9d232e9bfa806fb777b57280e7f833b6267ced09
+SIZE (d11amp_0.61.tar.bz2) = 76507
Index: audio/d11amp/pkg-descr
===================================================================
--- /dev/null
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 14, 3:17 PM (11 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38909211
Default Alt Text
D37974.id114817.diff (1 KB)
Attached To
Mode
D37974: audio/d11amp: Add new port
Attached
Detach File
Event Timeline
Log In to Comment