[PD-cvs] packages Makefile, 1.16, 1.17 Makefile.buildlayout, 1.12, 1.13 TODO, 1.10, 1.11

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Nov 30 07:59:57 CET 2005


Update of /cvsroot/pure-data/packages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23574

Modified Files:
	Makefile Makefile.buildlayout TODO 
Log Message:
preparing for RC6, bug fixes and tweaks, things are look ing good

Index: Makefile.buildlayout
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile.buildlayout,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile.buildlayout	28 Nov 2005 06:46:16 -0000	1.12
--- Makefile.buildlayout	30 Nov 2005 06:59:55 -0000	1.13
***************
*** 41,45 ****
    OS_NAME = linux
    EXTENSION = pd_linux
-   prefix = /usr/local
  else 
    ifeq ($(UNAME),Darwin)
--- 41,44 ----
***************
*** 151,155 ****
  
  # release version for this distro
! PACKAGE_VERSION = extended-RC5
  PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)
  
--- 150,154 ----
  
  # release version for this distro
! PACKAGE_VERSION = extended-RC6
  PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)
  

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile	28 Nov 2005 06:46:16 -0000	1.16
--- Makefile	30 Nov 2005 06:59:55 -0000	1.17
***************
*** 396,408 ****
    # generate HTML version of License
  	install -d $(manualsdir)/$(PD_NAME)
  	touch $(LICENSE_FILE)
  	echo "<html><body>" >> "$(LICENSE_FILE)"
  	echo "<h3>(Parts of this package can be used under " >> "$(LICENSE_FILE)"
! 	echo "<a href="PD%20LICENSE.txt">Pd&quot;s BSD license</a>)</h3>" >> "$(LICENSE_FILE)"
  	echo "<font size=\"-1\">" >> "$(LICENSE_FILE)"
  	cat "$(externals_src)/creb/COPYING" | sed -e 's/^$$/\<P\>/g' >> "$(LICENSE_FILE)"
  	echo "</font></body></html>" >> $(LICENSE_FILE)
  # Pd's license file
! 	install -p "$(pd_src)/LICENSE.txt" "$(manualsdir)/$(PD_NAME)/PD LICENSE.txt"
  
  
--- 396,409 ----
    # generate HTML version of License
  	install -d $(manualsdir)/$(PD_NAME)
+ 	-rm $(LICENSE_FILE)
  	touch $(LICENSE_FILE)
  	echo "<html><body>" >> "$(LICENSE_FILE)"
  	echo "<h3>(Parts of this package can be used under " >> "$(LICENSE_FILE)"
! 	echo "<a href="Pd-LICENSE.txt">Pd&quot;s BSD license</a>)</h3>" >> "$(LICENSE_FILE)"
  	echo "<font size=\"-1\">" >> "$(LICENSE_FILE)"
  	cat "$(externals_src)/creb/COPYING" | sed -e 's/^$$/\<P\>/g' >> "$(LICENSE_FILE)"
  	echo "</font></body></html>" >> $(LICENSE_FILE)
  # Pd's license file
! 	install -p "$(pd_src)/LICENSE.txt" "$(manualsdir)/$(PD_NAME)/Pd-LICENSE.txt"
  
  
***************
*** 411,422 ****
  welcome_install:
  	install -d $(manualsdir)/$(PD_NAME)
  	touch $(WELCOME_FILE)
! 	echo "<html><body><p><p>" >> $(WELCOME_FILE)
! 	echo "<CENTER><IMG SRC=\"logo.jpg\">" >> $(WELCOME_FILE)
  	echo "<h2>Version $(PD_VERSION)</h2>" >> $(WELCOME_FILE)
! 	echo "<p>written by Miller S. Puckette</p></CENTER>" >> $(WELCOME_FILE)
! 	echo "<FONT SIZE=\"-1\">" >> $(WELCOME_FILE)
  	echo "<p>`grep -A9 ACKNOWLEDG $(pd_src)/README.txt`</p>" >> $(WELCOME_FILE)
! 	echo "</FONT>" >> $(WELCOME_FILE)
  	echo "</body></html>" >> $(WELCOME_FILE)
  
--- 412,427 ----
  welcome_install:
  	install -d $(manualsdir)/$(PD_NAME)
+ 	-rm $(WELCOME_FILE)
  	touch $(WELCOME_FILE)
! 	echo "<html><head>" >> $(WELCOME_FILE)
! 	echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://puredata.org/ploneCustom.css\" />" >> $(README_FILE)
! 	echo "</head>" >> $(README_FILE)
! 	echo "<body><p><p>" >> $(WELCOME_FILE)
! 	echo "<center><img src=\"\">" >> $(WELCOME_FILE)
  	echo "<h2>Version $(PD_VERSION)</h2>" >> $(WELCOME_FILE)
! 	echo "<p>written by Miller S. Puckette</p></center>" >> $(WELCOME_FILE)
! 	echo "<font size=\"-1\">" >> $(WELCOME_FILE)
  	echo "<p>`grep -A9 ACKNOWLEDG $(pd_src)/README.txt`</p>" >> $(WELCOME_FILE)
! 	echo "</font>" >> $(WELCOME_FILE)
  	echo "</body></html>" >> $(WELCOME_FILE)
  
***************
*** 432,435 ****
--- 437,441 ----
  	echo "<head>" >> $(README_FILE)
  	echo "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />" >> $(README_FILE)
+ 	echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://puredata.org/plone.css\" />" >> $(README_FILE)
  	echo "</head>" >> $(README_FILE)
  	echo "<body>" >> $(README_FILE)
***************
*** 438,443 ****
--- 444,460 ----
  	echo "<p>For more information, go to: <a href=\"http://puredata.org\" target=\"pd\">http://puredata.org</a></p>" >> $(README_FILE)
  	echo "<h3>Installation</h3>" >> $(README_FILE)	
+ 	echo "<dl><dt>GNU/Linux</dt><dd>" >> $(README_FILE)
+ 	echo "<p></p>" >> $(README_FILE)
+ 	echo "<p></p>" >> $(README_FILE)
+ 	echo "</dd><dt>Mac OS X</dt>" >> $(README_FILE)
+ 	echo "<dd>" >> $(README_FILE)
  	echo "<p>To install Pd, drag the Pd.app to anywhere in your hard disk.</p>" >> $(README_FILE)	
  	echo "<p>To install Gem, pmpd, xsample, dyn~, and vasp support, copy <code>org.puredata.pd.plist</code> to <code>~/Library/Preferences</code> (<code>~</code> means your home folder).  WARNING: this will overwrite any existing Pd preferences!</p>" >> $(README_FILE)	
+ 	echo "</dd>" >> $(README_FILE)
+ 	echo "<dt>Windows</dt><dd>" >> $(README_FILE)
+ 	echo "<p>To install, run the installer.</p>" >> $(README_FILE)
+ 	echo "<p>To make sure that all of the libraries are loaded when Pd runs, " >> $(README_FILE)
+ 	echo "double-click <code>C:\Program Files\pd\pd-settings.reg</code> to import the settings to the registry.</p>" >> $(README_FILE)
+ 	echo "</dd></dl>" >> $(README_FILE)
  	echo "<h3>Pure Data CVS Developers</h3>" >> $(README_FILE)	
  # this may seem whack, but it generates the list of developers from the SourceForge site:
***************
*** 449,453 ****
  	echo "<h3>License</h3>" >> $(README_FILE)	
  	echo "<p>" >> $(README_FILE)
! 	echo "The Pd core is licensed under a <a href="PD%20LICENSE.txt">BSD license</a>, almost every other part of this package is available under the <a href="http://www.gnu.org/copyleft/gpl.html" target="gpl">GNU GPL</a>.  A couple packages have BSD-style licenses too." >> $(README_FILE)
  	echo "</p>" >> $(README_FILE)
  	echo "<h3>Included Versions</h3>" >> $(README_FILE)	
--- 466,470 ----
  	echo "<h3>License</h3>" >> $(README_FILE)	
  	echo "<p>" >> $(README_FILE)
! 	echo "The Pd core is licensed under a <a href="Pd-LICENSE.txt">BSD license</a>, almost every other part of this package is available under the <a href="http://www.gnu.org/copyleft/gpl.html" target="gpl">GNU GPL</a>.  A couple packages have BSD-style licenses too." >> $(README_FILE)
  	echo "</p>" >> $(README_FILE)
  	echo "<h3>Included Versions</h3>" >> $(README_FILE)	

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/TODO,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TODO	28 Nov 2005 06:46:16 -0000	1.10
--- TODO	30 Nov 2005 06:59:55 -0000	1.11
***************
*** 1,3 ****
--- 1,5 ----
  
+ - document generate-libdir-metafile.sh
+ 
  - move darwin_app_perms to here and make generic prerelease_clean target which
    is called separately





More information about the Pd-cvs mailing list