diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-29 19:23:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-29 19:23:13 +0800 |
commit | 36953cbd036067c6fc9249830ca3122a6460e90a (patch) | |
tree | 1299bf6afb04e116b166becb31cb471f18ae3001 /audio | |
parent | 2aa90c29f822bdc6b94ec0f120e82277365c95ba (diff) | |
download | freebsd-ports-gnome-36953cbd036067c6fc9249830ca3122a6460e90a.tar.gz freebsd-ports-gnome-36953cbd036067c6fc9249830ca3122a6460e90a.tar.zst freebsd-ports-gnome-36953cbd036067c6fc9249830ca3122a6460e90a.zip |
- Update to 0.2~beta2
* migrate to the pd-miXedSon maintenance codebase due to breaking fork upstream: see https://github.com/electrickery/pd-miXedSon for details
* a test patch has been added to the [sampstoms~] object
* the [teeth~] object has been converted from an abstraction to an external
- While here, add LICENSE, silence MKDIR, fix whitespace
PR: 212208
Submitted by: brittlehaus@gmail.com (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pd-cyclone/Makefile | 21 | ||||
-rw-r--r-- | audio/pd-cyclone/distinfo | 5 | ||||
-rw-r--r-- | audio/pd-cyclone/pkg-plist | 3 |
3 files changed, 17 insertions, 12 deletions
diff --git a/audio/pd-cyclone/Makefile b/audio/pd-cyclone/Makefile index d04b9775ef68..a0c05fd2f0da 100644 --- a/audio/pd-cyclone/Makefile +++ b/audio/pd-cyclone/Makefile @@ -1,22 +1,23 @@ # $FreeBSD$ -PORTNAME= cyclone -DISTVERSION= 0.2~beta1 -CATEGORIES= audio -MASTER_SITES= DEBIAN/pool/main/p/pd-${PORTNAME} -PKGNAMEPREFIX= pd- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${DISTVERSION} -EXTRACT_SUFX= .orig.tar.gz +PORTNAME= cyclone +DISTVERSION= 0.2~beta2 +CATEGORIES= audio +MASTER_SITES= DEBIAN/pool/main/p/pd-${PORTNAME} +PKGNAMEPREFIX= pd- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${DISTVERSION} +EXTRACT_SUFX= .orig.tar.gz MAINTAINER= brittlehaus@gmail.com COMMENT= Pd library of clones of Max/MSP 4.5 objects LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= pd:audio/pd RUN_DEPENDS= pd:audio/pd -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-0.2beta1 +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}miXedSon-0.2beta2 USES= gmake @@ -29,10 +30,12 @@ post-patch: ${WRKSRC}/Makefile.pdlibbuilder @${REINPLACE_CMD} -e 's|/usr/include|/usr/local/include|g' \ ${WRKSRC}/Makefile.pdlibbuilder + do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone ${FIND} ${WRKSRC} -name "*.pd" -exec ${INSTALL_DATA} {} \ ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone \; ${FIND} ${WRKSRC} -name "*.pd_linux" -exec ${INSTALL_PROGRAM} {} \ ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone \; + .include <bsd.port.mk> diff --git a/audio/pd-cyclone/distinfo b/audio/pd-cyclone/distinfo index 85c16afaf984..d3217809a03d 100644 --- a/audio/pd-cyclone/distinfo +++ b/audio/pd-cyclone/distinfo @@ -1,2 +1,3 @@ -SHA256 (pd-cyclone_0.2~beta1.orig.tar.gz) = c6af3275af3dfe952ddfe43396ee5e6bf84be4588503009937170fd578839d3c -SIZE (pd-cyclone_0.2~beta1.orig.tar.gz) = 667289 +TIMESTAMP = 1472343250 +SHA256 (pd-cyclone_0.2~beta2.orig.tar.gz) = 9ea160cc28fdb80df0b75a818cc54cdcf42db29c69d41e948c650fae782fa791 +SIZE (pd-cyclone_0.2~beta2.orig.tar.gz) = 670556 diff --git a/audio/pd-cyclone/pkg-plist b/audio/pd-cyclone/pkg-plist index 57265d94cd0a..6ce2f69a43b9 100644 --- a/audio/pd-cyclone/pkg-plist +++ b/audio/pd-cyclone/pkg-plist @@ -318,6 +318,7 @@ lib/pd-externals/cyclone/reson~.pd_linux lib/pd-externals/cyclone/sah~-help.pd lib/pd-externals/cyclone/sah~.pd_linux lib/pd-externals/cyclone/sampstoms~-help.pd +lib/pd-externals/cyclone/sampstoms~-test.pd lib/pd-externals/cyclone/sampstoms~.pd_linux lib/pd-externals/cyclone/scope-gop.pd lib/pd-externals/cyclone/scope-test.pd @@ -382,7 +383,7 @@ lib/pd-externals/cyclone/tanh~.pd_linux lib/pd-externals/cyclone/tanx~-help.pd lib/pd-externals/cyclone/tanx~.pd_linux lib/pd-externals/cyclone/teeth~-help.pd -lib/pd-externals/cyclone/teeth~.pd +lib/pd-externals/cyclone/teeth~.pd_linux lib/pd-externals/cyclone/testmess-help.pd lib/pd-externals/cyclone/testmess-reentrant.pd lib/pd-externals/cyclone/testmess-test.pd |