svn commit: r414975 - in head/audio/pd: . files

Kurt Jaeger pi at FreeBSD.org
Wed May 11 06:35:33 UTC 2016


Author: pi
Date: Wed May 11 06:35:31 2016
New Revision: 414975
URL: https://svnweb.freebsd.org/changeset/ports/414975

Log:
  audio/pd: 0.46-7 -> 0.47-0
  
  - The "deken" plug-in is integrated into the Pd help menu - you can
    download and install Pd libraries using the "Find Externals" menu
    command.
  - New clone object that opens multiple copies of an abstraction and
    routes messages and signals to/from them, for making banks of voices or
    whatnot
  - "Zoom" feature for dealing with high-resolution displays.  IEM GUIs are
    only somewhat dodgily handled (font sizes of labels aren't managed well).
  - Controllable font sizes for menus and dialogs: setting the "pd window"
    font size also sets font sizes for menus/dialogs.
  - The expr, expr~, and fexpr~ objects are included in Pd proper,
    not loaded as externs as before.  THis reflects their new license
    (lgpl) and should allow them to be used in IOS apps via libpd.
    Shahrohk Yadegari has updated the source and made manifold improvements
    in the objects.  Notably, they now allow access to variables in Pd
    defined via the "value" object.
  - Backward messaging to netsend now works in UDP as well as TCP.
  - Dialogs now work more Appleshly (changes taking place without the need
    to hit an "apply" button in many cases).  Thanks to danomatica.
  - API support for "initbang" and "closebang" objects (from IEM library
    I think, but anyhow you can now get them in Pd Vanilla via deken (help
    menu "Find externals").
  - "Declare" object path settings now take effect immediately when you edit
    the declare object.
  - (Iohannes) Abstractions, externs, and stuff written in other
    languages (pythin, Lua, etc) are now loaded logically, that is, if
    you have one patch that loads an external named X, you can still
    load abstractions named X in other patches.  Miller now oficially
    Does Not Know How This Works (DNKHTW).
  - Many bug fixes.
  
  PR:		209438
  Submitted by:	Tobias Brodel <brittlehaus at gmail.com> (maintainer)

Deleted:
  head/audio/pd/files/patch-src_s__loader.c
Modified:
  head/audio/pd/Makefile
  head/audio/pd/distinfo
  head/audio/pd/pkg-plist

Modified: head/audio/pd/Makefile
==============================================================================
--- head/audio/pd/Makefile	Wed May 11 01:08:00 2016	(r414974)
+++ head/audio/pd/Makefile	Wed May 11 06:35:31 2016	(r414975)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pd
-PORTREVISION=	1
-DISTVERSION=	0.46-7
+DISTVERSION=	0.47-0
 DISTVERSIONSUFFIX=	.src
 CATEGORIES=	audio
 MASTER_SITES=	http://msp.ucsd.edu/Software/
@@ -32,7 +31,7 @@ CONFIGURE_ENV=	ac_cv_lib_pthread_pthread
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
-DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" false
+DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" ${FALSE}
 
 OPTIONS_DEFINE=		ALSA DOCS JACK
 
@@ -64,10 +63,6 @@ post-patch:
 		's|-O2 | | ; \
 		 s|-lc ||g' ${WRKSRC}/extra/makefile.subdir
 	${REINPLACE_CMD} -e \
-		's|-O2 |$$(CFLAGS) | ; \
-		 s|-g ||g ; \
-		 s|-lc ||g' ${WRKSRC}/extra/expr~/makefile
-	${REINPLACE_CMD} -e \
 		'/libpthread/s|_ERROR|_WARN|' ${WRKSRC}/portaudio/configure.in
 
 do-install:

Modified: head/audio/pd/distinfo
==============================================================================
--- head/audio/pd/distinfo	Wed May 11 01:08:00 2016	(r414974)
+++ head/audio/pd/distinfo	Wed May 11 06:35:31 2016	(r414975)
@@ -1,2 +1,2 @@
-SHA256 (pd-0.46-7.src.tar.gz) = 543802341bb0c7d03ed3a64cd56e2fafdbd35505d815ae3ced6555b43eaf58e5
-SIZE (pd-0.46-7.src.tar.gz) = 2254022
+SHA256 (pd-0.47-0.src.tar.gz) = 0e383f8d4786dde4f1241b80dc62845ea2ed91a08b1dfad14df2827eb8689370
+SIZE (pd-0.47-0.src.tar.gz) = 2294960

Modified: head/audio/pd/pkg-plist
==============================================================================
--- head/audio/pd/pkg-plist	Wed May 11 01:08:00 2016	(r414974)
+++ head/audio/pd/pkg-plist	Wed May 11 06:35:31 2016	(r414975)
@@ -10,7 +10,7 @@ include/pd/m_pd.h
 include/pd/s_stuff.h
 lib/pd/bin/pd
 lib/pd/bin/pd-watchdog
-%%PORTDOCS%%lib/pd/doc
+lib/pd/doc
 lib/pd/extra/bob~/bob~-help.pd
 lib/pd/extra/bob~/bob~.pd_linux
 lib/pd/extra/bob~/output~.pd
@@ -21,18 +21,6 @@ lib/pd/extra/choice/choice-help.pd
 lib/pd/extra/choice/choice.pd_linux
 lib/pd/extra/complex-mod~-help.pd
 lib/pd/extra/complex-mod~.pd
-lib/pd/extra/expr-help.pd
-lib/pd/extra/expr.pd_linux
-lib/pd/extra/expr~/LICENSE.txt
-lib/pd/extra/expr~/README.txt
-lib/pd/extra/expr~/expr-help.pd
-lib/pd/extra/expr~/expr.pd_linux
-lib/pd/extra/expr~/expr~.pd_linux
-lib/pd/extra/expr~/fexpr~.pd_linux
-lib/pd/extra/expr~-help.pd
-lib/pd/extra/expr~.pd_linux
-lib/pd/extra/fexpr~-help.pd
-lib/pd/extra/fexpr~.pd_linux
 lib/pd/extra/fiddle~/fiddle~-help.pd
 lib/pd/extra/fiddle~/fiddle~.pd_linux
 lib/pd/extra/hilbert~-help.pd
@@ -100,6 +88,7 @@ lib/pd/tcl/pd-gui.tcl
 lib/pd/tcl/pd.ico
 lib/pd/tcl/pd_bindings.tcl
 lib/pd/tcl/pd_connect.tcl
+lib/pd/tcl/pd_deken.tcl
 lib/pd/tcl/pd_guiprefs.tcl
 lib/pd/tcl/pd_menucommands.tcl
 lib/pd/tcl/pd_menus.tcl
@@ -365,7 +354,10 @@ man/man1/pdsend.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/bp~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/canvas-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/change-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/clip-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/clip~-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/clone-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/clone-subpatch.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/cos~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/cpole~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/cputime-help.pd
@@ -373,12 +365,14 @@ man/man1/pdsend.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/czero~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/declare-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/delay-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/delread4~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/delread~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/delwrite~-help.pd
-%%PORTDOCS%%%%DOCSDIR%%/5.reference/drawtext-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/drawpolygon-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/drawtext-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/element-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/env~-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/expr-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/exp~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/fft~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/float-help.pd
@@ -397,6 +391,7 @@ man/man1/pdsend.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/line-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/line~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/list-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/loadbang-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/log~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/lop~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/makefilename-help.pd
@@ -414,10 +409,11 @@ man/man1/pdsend.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/numbox2-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/openpanel-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/operators-help.pd
-%%PORTDOCS%%%%DOCSDIR%%/5.reference/osc~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/oscformat-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/oscparse-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/osc~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/otherbinops-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/out1~.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/pack-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/pd-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/phasor~-help.pd
@@ -440,6 +436,7 @@ man/man1/pdsend.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero_rev~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/samphold~-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/samplerate~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/savepanel-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/scalar-object-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/select-help.pd
@@ -485,10 +482,10 @@ man/man1/pdsend.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/value-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/vcf~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/vdial-help.pd
-%%PORTDOCS%%%%DOCSDIR%%/5.reference/vd~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/vline~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/vradio-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/vslider-help.pd
+%%PORTDOCS%%%%DOCSDIR%%/5.reference/vsnapshot~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/vu-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/wrap~-help.pd
 %%PORTDOCS%%%%DOCSDIR%%/5.reference/writesf~-help.pd


More information about the svn-ports-head mailing list