FreeBSD Bugzilla – Attachment 82780 Details for
Bug 118383
[patch] update audio/praat to 4.6.39
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch2
patch2 (text/plain), 4.87 KB, created by
Jason Bacon
on 2007-12-03 18:19:08 UTC
(
hide
)
Description:
patch2
Filename:
MIME Type:
Creator:
Jason Bacon
Created:
2007-12-03 18:19:08 UTC
Size:
4.87 KB
patch
obsolete
>diff -ruN /usr/ports/audio/praat/Makefile praat/Makefile >--- /usr/ports/audio/praat/Makefile Sun Apr 2 21:35:01 2006 >+++ praat/Makefile Mon Dec 3 12:12:51 2007 >@@ -1,26 +1,33 @@ > # New ports collection Makefile for: praat > # Date created: 21-Feb-2006 >-# Whom: jbacon >+# Whom: Jason W. Bacon <bacon@smithers.neuro.mcw.edu> > # >-# $FreeBSD: ports/audio/praat/Makefile,v 1.1 2006/04/03 02:35:01 jylefort Exp $ >+# $FreeBSD$ > # > > PORTNAME= praat >-PORTVERSION= 4.4.10 >+PORTVERSION= 4.6.39 > CATEGORIES= audio science >-MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/Praat/4410/ >-DISTNAME= praat4410_sources >+MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/Praat/4639/ \ >+ http://www.fon.hum.uva.nl/praat/ >+DISTNAME= praat4639_sources > > MAINTAINER= bacon@smithers.neuro.mcw.edu > COMMENT= Phonetics by Computer > >+USE_DOS2UNIX= yes >+DOS2UNIX_REGEX= .*Makefile >+ > USE_X_PREFIX= yes > USE_MOTIF= yes >-WRKSRC= ${WRKDIR}/sources_4410 >+WRKSRC= ${WRKDIR}/sources_4639 > MAKEFILE= makefile > PLIST_FILES= bin/praat > >+MAN1= praat.1 >+ > post-patch: >+ @${REINPLACE_CMD} -e 's/ log2/ NUMlog2/' ${WRKSRC}/dwtools/Sound_extensions.c > @${FIND} ${WRKSRC} -name Makefile -exec \ > ${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS +=|' "{}" \; > @${CP} ${WRKSRC}/makefiles/makefile.defs.freebsd.dynamic \ >@@ -28,5 +35,6 @@ > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/praat ${PREFIX}/bin >+ ${INSTALL_MAN} ${FILESDIR}/praat.1 ${PREFIX}/man/man1 > > .include <bsd.port.mk> >diff -ruN /usr/ports/audio/praat/distinfo praat/distinfo >--- /usr/ports/audio/praat/distinfo Sun Apr 2 21:35:01 2006 >+++ praat/distinfo Mon Dec 3 11:11:11 2007 >@@ -1,3 +1,3 @@ >-MD5 (praat4410_sources.tar.gz) = 4ce2ff7ef39f20630ce399b8ea68f57f >-SHA256 (praat4410_sources.tar.gz) = 2e1e0108d0a575c22a546cedc211128ddc38e8d50bcbce6710140c3f8da66790 >-SIZE (praat4410_sources.tar.gz) = 2442588 >+MD5 (praat4639_sources.tar.gz) = ab8399affb727bd775271724b81becfd >+SHA256 (praat4639_sources.tar.gz) = eba69ae300c9e86bea8a6dd69953b4436efb6519fb3ae228a9fe7d9e8cfa0c05 >+SIZE (praat4639_sources.tar.gz) = 4928560 >diff -ruN /usr/ports/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic praat/files/patch-makefiles_makefile.defs.freebsd.dynamic >--- /usr/ports/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic Sun Apr 2 21:35:02 2006 >+++ praat/files/patch-makefiles_makefile.defs.freebsd.dynamic Mon Dec 3 11:11:11 2007 >@@ -1,14 +1,14 @@ >---- makefiles/makefile.defs.freebsd.dynamic.orig Thu May 19 14:12:01 2005 >-+++ makefiles/makefile.defs.freebsd.dynamic Mon Apr 3 04:24:51 2006 >-@@ -4,9 +4,9 @@ >- # Jason W. Bacon (jbacon@mcw.edu), December 6, 2003 >- # Paul Boersma, May 19, 2005 >+--- makefiles/makefile.defs.freebsd.dynamic.orig 2007-12-02 15:47:18.000000000 +0200 >++++ makefiles/makefile.defs.freebsd.dynamic 2007-12-02 15:55:05.000000000 +0200 >+@@ -3,9 +3,9 @@ >+ # System: FreeBSD >+ # Paul Boersma, January 31, 2007 > >--CC = gcc -DUNIX -Dlinux -I /usr/X11R6/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O >-+CC += -DUNIX -Dlinux -I${X11BASE}/include -trigraphs >+-CC = gcc -std=gnu99 -DUNIX -Dlinux -I /usr/X11R6/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O >++CC += -std=gnu99 -DUNIX -Dlinux -I${X11BASE}/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized > > -LIBS = /usr/X11R6/lib/libXm.a -L /usr/X11R6/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm >-+LIBS = ${X11BASE}/lib/libXm.a -L${X11BASE}/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm >++LIBS = ${X11BASE}/lib/libXm.a -L${X11BASE}/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm > > RANLIB = ls > ICON = >diff -ruN /usr/ports/audio/praat/files/praat.1 praat/files/praat.1 >--- /usr/ports/audio/praat/files/praat.1 Wed Dec 31 18:00:00 1969 >+++ praat/files/praat.1 Mon Dec 3 11:52:22 2007 >@@ -0,0 +1,39 @@ >+.TH PRAAT 1 >+.SH NAME \" Section header >+.PP >+ >+PRAAT \- Doing phonetics by computer. >+ >+.SH SYNOPSIS >+.PP >+.nf >+.na >+praat >+.ad >+.fi >+ >+\" Optional sections >+.SH "DESCRIPTION" >+ >+Praat is a sophisticated graphical tool for analyzing and manipulating >+phonetic data. >+ >+Praat supports a variety of sound file formats, and consists of tools >+to support speech analysis, labelling and segmentation, learning >+algorithms, graphing, speech synthesis, listening experiments, >+speech manipulation, and statistics. It also includes a scripting >+language to help automate the analysis process. >+ >+For documentation, see the Help menu in praat, or visit the WEB site: >+http://www.praat.org. >+ >+.SH "SEE ALSO" >+audacity(1) >+ >+.SH AUTHOR >+.nf >+.na >+Paul Boersma and David Weenink >+Institute of Phonetic Sciences >+University of Amsterdam >+ >diff -ruN /usr/ports/audio/praat/pkg-descr praat/pkg-descr >--- /usr/ports/audio/praat/pkg-descr Sun Apr 2 21:35:01 2006 >+++ praat/pkg-descr Mon Dec 3 12:10:26 2007 >@@ -1,3 +1,3 @@ > Praat: doing phonetics by computer. > >-WWW: http://www.fon.hum.uva.nl/praat/ >+WWW: http://www.praat.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 118383
:
82779
| 82780