svn commit: r338046 - head/cad/basicdsp
Diane Bruce
db at FreeBSD.org
Sun Dec 29 21:32:16 UTC 2013
Author: db
Date: Sun Dec 29 21:32:15 2013
New Revision: 338046
URL: http://svnweb.freebsd.org/changeset/ports/338046
Log:
- convert to stage
- add LICENSE
- fix tab to space in pkg-plist WWW
Added:
head/cad/basicdsp/pkg-plist (contents, props changed)
Modified:
head/cad/basicdsp/Makefile (contents, props changed)
head/cad/basicdsp/pkg-descr (contents, props changed)
Modified: head/cad/basicdsp/Makefile
==============================================================================
--- head/cad/basicdsp/Makefile Sun Dec 29 21:23:13 2013 (r338045)
+++ head/cad/basicdsp/Makefile Sun Dec 29 21:32:15 2013 (r338046)
@@ -13,20 +13,18 @@ EXTRACT_SUFX= .tgz
MAINTAINER= db at FreeBSD.org
COMMENT= A program for experimenting with simple audio DSP algorithms
+LICENSE= GPLv2
+
USE_DOS2UNIX= yes
USE_WX= 2.6+
WX_UNICODE= yes
WX_COMPS= wx wx:build wx:run
-PLIST_FILES= bin/basicdsp
-MAN1= basicdsp.1
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_MAN} ${WRKSRC}/basicdsp.1 ${MANPREFIX}/man/man1/basicdsp.1
- ${INSTALL_PROGRAM} ${WRKSRC}/basicdsp ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/basicdsp.1 ${STAGEDIR}${MANPREFIX}/man/man1/basicdsp.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/basicdsp ${STAGEDIR}${PREFIX}/bin/basicdsp
.include <bsd.port.mk>
Modified: head/cad/basicdsp/pkg-descr
==============================================================================
--- head/cad/basicdsp/pkg-descr Sun Dec 29 21:23:13 2013 (r338045)
+++ head/cad/basicdsp/pkg-descr Sun Dec 29 21:32:15 2013 (r338046)
@@ -4,4 +4,4 @@ be taken from the sound card, or be a lo
or impulse signal. The output is fed to the sound card, as well as to a virtual
oscilloscope and spectrum analyzer.
-WWW: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/
+WWW: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/
Added: head/cad/basicdsp/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/basicdsp/pkg-plist Sun Dec 29 21:32:15 2013 (r338046)
@@ -0,0 +1,2 @@
+bin/basicdsp
+man/man1/basicdsp.1.gz
More information about the svn-ports-all
mailing list