summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-12-09 22:19:07 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-12-09 22:19:07 +0000
commitd6447bbb2a62831894e59c321bfaf42554cde665 (patch)
treed7bf3f76ce48b534c1c41969e4676d4c4b2dc8d3 /audio
parentMove tixwish man page from mann/ to man1/. This fixes `make package' (diff)
Upgrade to 0.90.
Notes
Notes: svn path=/head/; revision=23694
Diffstat (limited to 'audio')
-rw-r--r--audio/bladeenc/Makefile19
-rw-r--r--audio/bladeenc/distinfo2
-rw-r--r--audio/bladeenc/files/patch-ac18
-rw-r--r--audio/bladeenc/files/patch-ad18
-rw-r--r--audio/bladeenc/files/patch-ae6
-rw-r--r--audio/bladeenc/files/patch-af27
-rw-r--r--audio/bladeenc/pkg-descr2
-rw-r--r--audio/bladeenc/pkg-plist2
8 files changed, 39 insertions, 55 deletions
diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile
index db652f114c5a..039367608685 100644
--- a/audio/bladeenc/Makefile
+++ b/audio/bladeenc/Makefile
@@ -1,27 +1,20 @@
# New ports collection makefile for: BladeEnc
-# Version required: 0.82
+# Version required: 0.90
# Date created: Thu Jan 14 23:28:40 CET 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= bladeenc-082-src-stable
-PKGNAME= bladeenc-0.82
+DISTNAME= bladeenc-0.90-src-stable
+PKGNAME= bladeenc-0.90
CATEGORIES= audio
-MASTER_SITES= http://home8.swipnet.se/~w-82625/encoder/source/ \
+MASTER_SITES= http://bladeenc.mp3.no/source/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MAINTAINER= dirk@FreeBSD.org
-pre-build:
- ${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bladeenc ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/bladeenc
- ${INSTALL_DATA} ${WRKSRC}/bladeenc.html ${PREFIX}/share/doc/bladeenc
-.endif
+WRKSRC= ${WRKDIR}/${PKGNAME}.0
+GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/audio/bladeenc/distinfo b/audio/bladeenc/distinfo
index 8f672eceb234..03f836a40d73 100644
--- a/audio/bladeenc/distinfo
+++ b/audio/bladeenc/distinfo
@@ -1 +1 @@
-MD5 (bladeenc-082-src-stable.tar.gz) = 6a129ef7e0872d267eff1a0c41a3abe0
+MD5 (bladeenc-0.90-src-stable.tar.gz) = af1ac606f13c04f96eb5103c9f657925
diff --git a/audio/bladeenc/files/patch-ac b/audio/bladeenc/files/patch-ac
index a6d206126581..575b8ada00ee 100644
--- a/audio/bladeenc/files/patch-ac
+++ b/audio/bladeenc/files/patch-ac
@@ -1,10 +1,10 @@
---- loop.c.orig Thu Jul 22 23:08:10 1999
-+++ loop.c Fri Jul 23 23:58:56 1999
+--- bladeenc/loop.c.orig Tue Nov 16 23:06:17 1999
++++ bladeenc/loop.c Thu Dec 9 22:46:57 1999
@@ -22,6 +22,7 @@
- #include <stdlib.h>
- #include <math.h>
- #include <assert.h>
-+#include <sys/types.h>
- #include "system.h"
- #include "l3side.h"
- #include "loop.h"
+ #include <stdlib.h>
+ #include <math.h>
+ #include <assert.h>
++#include <sys/types.h>
+ #include "system.h"
+ #include "l3side.h"
+ #include "loop.h"
diff --git a/audio/bladeenc/files/patch-ad b/audio/bladeenc/files/patch-ad
index 411bf0f3dbc7..a28891e732e7 100644
--- a/audio/bladeenc/files/patch-ad
+++ b/audio/bladeenc/files/patch-ad
@@ -1,10 +1,10 @@
---- main.c.orig Thu Jul 22 23:08:10 1999
-+++ main.c Fri Jul 23 23:59:34 1999
+--- bladeenc/main.c.orig Wed Dec 8 21:32:19 1999
++++ bladeenc/main.c Thu Dec 9 22:46:26 1999
@@ -19,6 +19,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>
-+#include <sys/types.h>
- #include "system.h"
- #include "codec.h"
- #include "samplein.h"
+ #include <stdlib.h>
+ #include <string.h>
+ #include <time.h>
++#include <sys/types.h>
+ #include "system.h"
+ #include "codec.h"
+ #include "samplein.h"
diff --git a/audio/bladeenc/files/patch-ae b/audio/bladeenc/files/patch-ae
index 273927c51c5b..5a7048db428d 100644
--- a/audio/bladeenc/files/patch-ae
+++ b/audio/bladeenc/files/patch-ae
@@ -1,6 +1,6 @@
---- samplein.c.orig Thu Jul 22 23:08:10 1999
-+++ samplein.c Sat Jul 24 00:14:22 1999
-@@ -17,6 +17,7 @@
+--- bladeenc/samplein.c.orig Tue Nov 16 23:06:17 1999
++++ bladeenc/samplein.c Thu Dec 9 22:45:26 1999
+@@ -18,6 +18,7 @@
#include <stdio.h>
#include <string.h>
diff --git a/audio/bladeenc/files/patch-af b/audio/bladeenc/files/patch-af
index 9357c7dc6722..a3343bf920dc 100644
--- a/audio/bladeenc/files/patch-af
+++ b/audio/bladeenc/files/patch-af
@@ -1,18 +1,11 @@
---- system.h.orig Thu Jul 22 23:08:10 1999
-+++ system.h Sat Jul 24 00:16:20 1999
-@@ -181,14 +181,5 @@
- #define FALSE 0
- #define TRUE 1
+--- bladeenc/system.h.orig Tue Nov 23 11:46:19 1999
++++ bladeenc/system.h Thu Dec 9 22:43:35 1999
+@@ -39,7 +39,7 @@
+ #define BEOS_PPC 18
+
+ #ifndef SYSTEM
+-# define SYSTEM LINUX_I386 /* Set current system here, select */
++# define SYSTEM NETBSD /* Set current system here, select */
+ #endif /* from list above. */
+
--typedef unsigned char uchar;
--
--#ifndef _SYS_TYPES_H
--typedef unsigned short ushort;
-+typedef unsigned char uchar;
- typedef unsigned long ulong;
--typedef unsigned int uint;
--#endif
--
--
--
--
diff --git a/audio/bladeenc/pkg-descr b/audio/bladeenc/pkg-descr
index 1b7758e70687..00f3278b7388 100644
--- a/audio/bladeenc/pkg-descr
+++ b/audio/bladeenc/pkg-descr
@@ -6,4 +6,4 @@ user-friendly interface like mpegEnc, but it is more than three
times faster, and it works with several popular front-end graphical
user interfaces.
-WWW: http://home8.swipnet.se/~w-82625/
+WWW: http://bladeenc.mp3.no/
diff --git a/audio/bladeenc/pkg-plist b/audio/bladeenc/pkg-plist
index 8d2796676b5a..90bc3c95364f 100644
--- a/audio/bladeenc/pkg-plist
+++ b/audio/bladeenc/pkg-plist
@@ -1,3 +1 @@
bin/bladeenc
-share/doc/bladeenc/bladeenc.html
-@dirrm share/doc/bladeenc