mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Blade's MP3 Encoder v0.76.
This commit is contained in:
parent
d0d34a0e3e
commit
3b5d1ff369
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16051
27
audio/bladeenc/Makefile
Normal file
27
audio/bladeenc/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: BladeEnc
|
||||
# Version required: 0.76
|
||||
# Date created: Thu Jan 14 23:28:40 CET 1999
|
||||
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= BladeEnc-076-bsd-i386
|
||||
PKGNAME= bladeenc-0.76
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://home8.swipnet.se/~w-82625/encoder/binaries/ \
|
||||
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
||||
|
||||
MAINTAINER= dirk@FreeBSD.ORG
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bladeenc ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/BladeEnc
|
||||
${INSTALL_DATA} ${WRKSRC}/BladeEnc.html ${PREFIX}/share/doc/BladeEnc
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/bladeenc/distinfo
Normal file
1
audio/bladeenc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (BladeEnc-076-bsd-i386.tar.gz) = 0681d6962fb9e37861837955396f38ba
|
1
audio/bladeenc/pkg-comment
Normal file
1
audio/bladeenc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
MP3 encoder
|
9
audio/bladeenc/pkg-descr
Normal file
9
audio/bladeenc/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Blade's MP3 Encoder (BladeEnc) is a freeware MP3 encoder. It is
|
||||
based on the same ISO compression routines as mpegEnc, so you can
|
||||
expect roughly the same, or better, quality. The main difference
|
||||
is the appearance and speed. BladeEnc doesn't have a nice,
|
||||
user-friendly interface like mpegEnc, but it is more than three
|
||||
times faster, and it works with several popular front-end graphical
|
||||
user interfaces.
|
||||
|
||||
http://home8.swipnet.se/~w-82625/
|
3
audio/bladeenc/pkg-plist
Normal file
3
audio/bladeenc/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/bladeenc
|
||||
share/doc/BladeEnc/BladeEnc.html
|
||||
@dirrm share/doc/BladeEnc
|
Loading…
Reference in New Issue
Block a user