diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-10-12 22:52:45 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-10-12 22:52:45 +0000 |
commit | 3b4218a78dcee830b325526925e0c5bf1632e1e4 (patch) | |
tree | b2c65c469ffcfbf895509bed7b4f5be6b11e4083 | |
parent | - update to 0.6.1 (diff) |
- Update to 1.0.6
- Cleanup Makefile and pet portlint.
Submitted by: David Yeske <dyeske@gmail.com> (maintainer)
Approved by: sat (mentor)
Notes
Notes:
svn path=/head/; revision=201375
-rw-r--r-- | audio/baudline/Makefile | 42 | ||||
-rw-r--r-- | audio/baudline/distinfo | 6 | ||||
-rw-r--r-- | audio/baudline/pkg-descr | 3 | ||||
-rw-r--r-- | audio/baudline/pkg-message | 6 |
4 files changed, 18 insertions, 39 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index 95900c11116d..cec3445f60cc 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -6,29 +6,25 @@ # PORTNAME= baudline -PORTVERSION= 1.02 +PORTVERSION= 1.06 CATEGORIES= audio linux # We have permission from author Erik Olsen <erik@sigblips.net> for the # package cluster to automatically fetch baudline MASTER_SITES= http://www.baudline.com/ PKGNAMEPREFIX= linux- -DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_i686 +DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_linux_i686 MAINTAINER= dyeske@gmail.com -COMMENT= A real-time signal analysis tool and an offline time-frequency browser +COMMENT= Real-time signal analysis and time-frequency browser RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -USE_X_PREFIX= yes +USE_XORG= x11 xext xt ice USE_LINUX= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes -# Linux binary should not be stripped by INSTALL_PROGRAM -# because as a side effect it brands the binary as FreeBSD. -STRIP= - -RESTRICTED= "author requests no distribution except from their site" +RESTRICTED= author requests no distribution except from their site PORTDOCS= README mailcap.txt mime.types.txt PLIST_FILES= bin/baudline @@ -43,32 +39,12 @@ IGNORE= may not be automatically fetched due to licensing\ restart this build .endif -LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' - -pre-install: -.if !empty(LINPROCFS) - @${ECHO_CMD} "" - @${ECHO_CMD} "Check if linprocfs is running: YES" -.else - @${ECHO_CMD} "-----------------------------------------------------------" - @${ECHO_CMD} "" - @${ECHO_CMD} "Baudline needs a running linprocfs, which is not" - @${ECHO_CMD} "activated on your system. Please read the linprocfs\(5\)" - @${ECHO_CMD} "manpage and add the following line to /etc/fstab:" - @${ECHO_CMD} "" - @${ECHO_CMD} "linproc /compat/linux/proc linprocfs rw 0 0" - @${ECHO_CMD} "" - @${ECHO_CMD} "-----------------------------------------------------------" - @${FALSE} -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + @${INSTALL} -d ${DOCSDIR} + @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif + @[ -f /compat/linux/proc/stat ] || ${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/audio/baudline/distinfo b/audio/baudline/distinfo index db61cea4f808..05d28b570bac 100644 --- a/audio/baudline/distinfo +++ b/audio/baudline/distinfo @@ -1,3 +1,3 @@ -MD5 (baudline_1.02_i686.tar.gz) = b5cb3c6e10ffd521460abacaf2075fe3 -SHA256 (baudline_1.02_i686.tar.gz) = 6254fb84999246a5555c50fd67e5fe7a8a9357724c15018393e52a42518ce3df -SIZE (baudline_1.02_i686.tar.gz) = 877432 +MD5 (baudline_1.06_linux_i686.tar.gz) = d3de1e269236978cb3ec7155d7931eb9 +SHA256 (baudline_1.06_linux_i686.tar.gz) = 63f10cbce51647e94e17a244dd9e4dfdf76b92f197fc22de8e5792485817e3a0 +SIZE (baudline_1.06_linux_i686.tar.gz) = 1757768 diff --git a/audio/baudline/pkg-descr b/audio/baudline/pkg-descr index 21121142bc27..0e37814467e5 100644 --- a/audio/baudline/pkg-descr +++ b/audio/baudline/pkg-descr @@ -8,6 +8,3 @@ processing, versatile high-speed displays, and continuous capture tools for hunting down and studying elusive signal characteristics. WWW: http://www.baudline.com/ - -- David -dyeske@gmail.com diff --git a/audio/baudline/pkg-message b/audio/baudline/pkg-message new file mode 100644 index 000000000000..ef23b88a6ff5 --- /dev/null +++ b/audio/baudline/pkg-message @@ -0,0 +1,6 @@ +*********************************************************** +baudline requires linprocfs(5) to be mounted. If you don't +have it mounted already, please add this line to /etc/fstab +and run `mount linproc`: +linproc /compat/linux/proc linprocfs rw 0 0 +*********************************************************** |