You can subscribe to this list here.
2004 |
Jan
|
Feb
(181) |
Mar
(410) |
Apr
(99) |
May
(42) |
Jun
(49) |
Jul
(73) |
Aug
(45) |
Sep
(48) |
Oct
(27) |
Nov
(41) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(17) |
Feb
(23) |
Mar
(34) |
Apr
(15) |
May
(27) |
Jun
(40) |
Jul
(12) |
Aug
(18) |
Sep
(6) |
Oct
|
Nov
(3) |
Dec
(7) |
2006 |
Jan
(8) |
Feb
(12) |
Mar
(6) |
Apr
|
May
(2) |
Jun
(40) |
Jul
(7) |
Aug
(2) |
Sep
(4) |
Oct
(8) |
Nov
(8) |
Dec
(5) |
2007 |
Jan
(4) |
Feb
|
Mar
(3) |
Apr
|
May
(1) |
Jun
(9) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(2) |
2008 |
Jan
(3) |
Feb
(5) |
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
(4) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(13) |
Mar
(12) |
Apr
(8) |
May
(1) |
Jun
(1) |
Jul
(4) |
Aug
(7) |
Sep
(3) |
Oct
(5) |
Nov
(4) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
(5) |
Nov
(2) |
Dec
(1) |
2011 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Alexander H. <ale...@gm...> - 2010-01-10 22:19:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It's probably time to deprecate the 10.1, 10.2, and 10.3 update instructions, so I've removed them from the navigation bar on the Download list. I've added a 10.6-upgrade document that should be translated. - -------- Original Message -------- Subject: [cvs] web/download 10.6-upgrade.en.php, NONE, 1.1 10.6-upgrade.php, NONE, 1.1 nav.en.inc, 1.4, 1.5 Date: Sun, 10 Jan 2010 22:12:58 +0000 From: Alexander Hansen <ale...@us...> Reply-To: fin...@li... To: fin...@li... Newsgroups: gmane.os.apple.fink.cvs Followup-To: gmane.os.apple.fink.devel Update of /cvsroot/fink/web/download In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12430 Modified Files: nav.en.inc Added Files: 10.6-upgrade.en.php 10.6-upgrade.php Log Message: Add some 10.6 update instructions to main docs. Get rid of 10.1, 10.2, and 10.3 update instructions. (Maybe it might be worth dredging up the 10.4->10.5 ones, too) - --- NEW FILE: 10.6-upgrade.php --- <? include_once "../phpLang.inc.php"; ?> - --- NEW FILE: 10.6-upgrade.en.php --- <? $title = "Upgrade Instructions for Mac OS X 10.6"; $cvs_author = '$Author: alexkhansen $'; $cvs_date = '$Date: 2010/01/10 22:12:56 $'; include "header.inc"; ?> <h1>Upgrade Instructions for Mac OS X 10.6</h1> <h2>Important Notes:</h2> <p>If you've been using Xquartz 2.4 on 10.5, you will probably find it easier to do a <a href="./srcdist.php">clean install</a> from source instead.<p><br> <p>To upgrade your Fink installation from 10.5/32 bit to 10.6/32 bit (there is no direct upgrade path from earlier OS versions), follow the sequence below:</p> <ol> <li>Before installing OS X 10.6, run <pre>fink selfupdate</pre> with rsync or cvs updating turned on to bring <em>fink</em> to a current version.<br> Use <pre>fink -V</pre> to check your package manager version, which needs to be at least 0.29.10 before updating.</li> <li>Edit the file <em>/sw/etc/fink.conf</em>, adding a line to it which reads <strong>NoAutoIndex: true</strong>. (You may need to use <em>sudo</em> to obtain the correct permissions to edit this file.)</li> <li>Install OS X 10.6, as well as Xcode 3.2.</li> <li>Run the command <pre>fink reinstall fink</pre> in order to tell <em>fink</em> that you are now on 10.6. (If you encounter a message about package database corruption, run <pre>fink index -f</pre> and try this step again.)</li> <li>Run the command <pre>fink update fink</pre> to get the latest <em>fink</em> for 10.6.</li> <li>Run the command <pre>fink install perl588-core</pre> in case you have Fink packages which depend on it, as the system's Perl version was changed during the upgrade.</li> <li>Remove the <strong>NoAutoIndex: true</strong> line from <em>fink.conf</em>.</li> <li>Run the command <pre>find /sw/lib -name *.la -delete</pre> to remove references to files that don't exist any more on 10.6.</li> </ol> <p>After the upgrade, you may wish to run <pre>fink configure</pre> to do some cleanup.</p> <? include "footer.inc"; ?> Index: nav.en.inc =================================================================== RCS file: /cvsroot/fink/web/download/nav.en.inc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 - --- nav.en.inc 28 Jun 2006 16:00:04 -0000 1.4 +++ nav.en.inc 10 Jan 2010 22:12:56 -0000 1.5 @@ -8,9 +8,7 @@ "download/bindist.php?phpLang=en", "Binary Release", "download/srcdist.php?phpLang=en", "Source Release", "download/upgrade.php?phpLang=en", "Upgrade Matrix", - - "download/10.1-upgrade.php?phpLang=en", "10.1 Upgrades", - - "download/10.2-upgrade.php?phpLang=en", "10.2 Upgrades", - - "download/10.3-upgrade.php?phpLang=en", "10.3 Upgrades", + "download/10.6-upgrade.php?phpLang=en", "10.6 Upgrades", "download/sources_for_binaries.php?phpLang=en", "Sources for Binaries", "http://bindist.finkmirrors.net/bindist/dists/", "Archive Browser" ); - ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktKUmgACgkQB8UpO3rKjQ89TACfameND9cUVtZ2Mq9Cuf9yrNJb IxAAn0Rc6NuDcGet4zH1k+XNU1OVNvUS =wM0u -----END PGP SIGNATURE----- |
From: monipol <mo...@gm...> - 2009-11-16 03:10:06
|
On 16/11/2009, at 00:38, BABA Yoshihiko wrote: > As the documentation goes, many translated docs are getting obsolete. > So, I added a feature to phpLang to temporarily disable some > langauges. To use this feature, just add $phpLang_disabledLanguages > (space separated) before calling phpLang.inc.php. > > > For example, in web/download/srcdist.php > > $phpLang_disabledLanguages = "de fr it ja zh"; > include_once "../phpLang.inc.php"; Hello, Baba. I meant to tell you before but I completely forgot: it looks like translations are not working at all, even the up-to-date ones. -- monipol |
From: BABA Y. <bab...@ma...> - 2009-11-16 02:39:04
|
Hi all, As the documentation goes, many translated docs are getting obsolete. So, I added a feature to phpLang to temporarily disable some langauges. To use this feature, just add $phpLang_disabledLanguages (space separated) before calling phpLang.inc.php. For example, in web/download/srcdist.php $phpLang_disabledLanguages = "de fr it ja zh"; include_once "../phpLang.inc.php"; -- BABA Yoshihiko Urban Design Laboratory, Tokyo University |
From: Alexander H. <ale...@gm...> - 2009-11-10 00:58:22
|
-------- Original Message -------- Subject: [cvs] web/download index.en.php,1.26,1.27 Date: Tue, 10 Nov 2009 00:52:31 +0000 From: Alexander Hansen <ale...@us...> Reply-To: fin...@li... To: fin...@li... Newsgroups: gmane.os.apple.fink.cvs Followup-To: gmane.os.apple.fink.devel Update of /cvsroot/fink/web/download In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9055/web/download Modified Files: index.en.php Log Message: Make clear that the 0.9.0 installer isn't for Snow Leopard. Index: index.en.php =================================================================== RCS file: /cvsroot/fink/web/download/index.en.php,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- index.en.php 22 Mar 2009 17:32:14 -0000 1.26 +++ index.en.php 10 Nov 2009 00:52:29 -0000 1.27 @@ -21,12 +21,14 @@ with the binary release. </p> <ol> -<li><p> +<li> +<p>10.6 users: There is not currently a binary installer, and you will need to follow the <A href="srcdist.php">source install</A> instructions instead.<br> +10.5 users: Download the installer disk image:<br> <? analytics_download_link("http://prdownloads.sourceforge.net/fink/Fink-" . $fink_version . "-PowerPC-Installer.dmg?download", "Fink " . $fink_version . " Binary Installer (PowerPC)", "/downloads/FinkPPC") ?> - <?= $dmg_size ?><br> <? analytics_download_link("http://prdownloads.sourceforge.net/fink/Fink-" . $fink_version . "-Intel-Installer.dmg?download", "Fink " . $fink_version . " Binary Installer (Intel)", "/downloads/FinkINTEL") ?> - <?= $intel_dmg_size ?><br> (10.4 users - use <a href="http://prdownloads.sourceforge.net/fink/Fink-0.8.1-PowerPC-Installer.dmg?download">Fink -0.8.1 (PowerPC)</a> or <a href="http://prdownloads.sourceforge.net/fink/Fink-0.8.1-Intel-Installer.dmg?download">Fink +0.8.1 (PowerPC)</A> or <a href="http://prdownloads.sourceforge.net/fink/Fink-0.8.1-Intel-Installer.dmg?download">Fink 0.8.1 (Intel)</a>)<br> (10.3 users - use <a href="http://prdownloads.sourceforge.net/fink/Fink-0.7.2-Installer.dmg?download">Fink 0.7.2</a>)<br> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july |
From: BABA Y. <bab...@gm...> - 2009-11-05 11:46:29
|
Dear all, As I have mentioned several times in IRC, I have a new proposal. The details are below. [ PROPOSAL ] Package Wiki [ WHAT WE NEED TO DO ] 1. Set up a MediaWiki for documenting about packages 2. Set up multiple languages (like en.wikipedia.org and ja.wikipedia.org) 3. May be linked from our package database website [ PURPOSE ] 1. Users can write how to use the package 2. Multiple languages can be supported, and they are lined to one another [ CONS ] 1. Most packages may stay without any text 2. Some packages may be flooded with complaints and lengthy error messages. [ DETAILS ] Many users write about Fink packages in their blogs, wiki or other forms. You know Amazon's or AppStore's Review, so you know these information will be more useful when they are gathered in one place. For example, I installed Arora-mac, but I couldn't find the binary until I did `dpkg -c /path/to/arora-mac*.deb'. But imagine the users who don't know dpkg. Generally speaking, Unix users are exposed to "RTFM" comments, but many Mac users are not. Users can also upload screenschots and etc to show how to use the package. The detailed descriptions will be available in other languages, which is good for the users who are not comfortable with reading lots of English texts. Another reason is that some information is useful only for certain languages. Many tools still have problems with handling multibyte encodings. For example, the current version of unison, a file synchronization tool, has problems with synchronization between UTF-8-MAC and UTF-8 (the upstrea's developer version now has an option to handle this). As far as I understand from Wikipedia, MediaWiki is very flexible and can do many things, such as redirecting postgresql* to postgresql. The information may not cover only the information of Fink packages, but also of other distribution system, or even on other platforms. I think this service will help both beginner users and experienced users find Fink easy to use. -- BABA Yoshihiko http://homepage.mac.com/babayoshihiko |
From: monipol <mo...@gm...> - 2009-10-31 22:54:50
|
Hello, all. Just so you know, I've included the server down/back up English news in every news.??.xml translation. Cheers, -- monipol |
From: monipol <mo...@gm...> - 2009-10-25 06:26:18
|
FYI Begin forwarded message: > From: monipol > Date: 25 de outubro de 2009 4h15min57s GMT-02:00 > To: fink-commits > Subject: [cvs] web/xml/news news.de.xml, 1.41, 1.42 news.en.xml, > 1.93, 1.94 news.es.xml, 1.42, 1.43 news.fr.xml, 1.68, 1.69 > news.pt.xml, 1.6, 1.7 news.zh.xml, 1.35, 1.36 > Reply-To: fink-devel > > Update of /cvsroot/fink/web/xml/news > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12214 > > Modified Files: > news.de.xml news.en.xml news.es.xml news.fr.xml news.pt.xml > news.zh.xml > Log Message: > fink scanpackages, too. > > > Index: news.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v > retrieving revision 1.93 > retrieving revision 1.94 > diff -u -d -r1.93 -r1.94 > --- news.en.xml 25 Oct 2009 06:11:47 -0000 1.93 > +++ news.en.xml 25 Oct 2009 06:15:55 -0000 1.94 > @@ -24,6 +24,7 @@ > <li>Edit <code>/sw/etc/apt/sources.list</code> and replace > <code>http://bindist.finkmirrors.net/bindist</code> with > <code>http://fink-bindist.gecko.ig42.org</code></li> > + <li>Run <code>fink scanpackages</code>.</li> > </ul> > <p>We apologise for the inconvenience.</p> > </body> > |
From: monipol <mo...@gm...> - 2009-10-25 06:25:25
|
FYI Begin forwarded message: > From: monipol > Date: 25 de outubro de 2009 4h11min49s GMT-02:00 > To: fink-commits > Subject: [cvs] web/xml/news news.de.xml, 1.40, 1.41 news.en.xml, > 1.92, 1.93 news.es.xml, 1.41, 1.42 news.fr.xml, 1.67, 1.68 > news.pt.xml, 1.5, 1.6 news.zh.xml, 1.34, 1.35 > Reply-To: fink-devel > > Update of /cvsroot/fink/web/xml/news > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11406 > > Modified Files: > news.de.xml news.en.xml news.es.xml news.fr.xml news.pt.xml > news.zh.xml > Log Message: > Adds sources.list instructions. > > > Index: news.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v > retrieving revision 1.92 > retrieving revision 1.93 > diff -u -d -r1.92 -r1.93 > --- news.en.xml 24 Oct 2009 19:10:03 -0000 1.92 > +++ news.en.xml 25 Oct 2009 06:11:47 -0000 1.93 > @@ -21,6 +21,9 @@ > <li>Edit <code>/sw/etc/fink.conf</code> and replace <code>Mirror- > apt: > http://bindist.finkmirrors.net/bindist</code> with <code>Mirror-apt: > http://fink-bindist.gecko.ig42.org</code></li> > + <li>Edit <code>/sw/etc/apt/sources.list</code> and replace > + <code>http://bindist.finkmirrors.net/bindist</code> with > + <code>http://fink-bindist.gecko.ig42.org</code></li> > </ul> > <p>We apologise for the inconvenience.</p> > </body> |
From: monipol <mo...@gm...> - 2009-10-24 16:56:53
|
FYI Begin forwarded message: > From: monipol > Date: 24 de outubro de 2009 14h21min22s GMT-02:00 > To: fink-commits > Subject: [cvs] web/xml/news news.en.xml,1.90,1.91 > Reply-To: fink-devel > > Update of /cvsroot/fink/web/xml/news > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16533 > > Modified Files: > news.en.xml > Log Message: > Server down announcement. > > > Index: news.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v > retrieving revision 1.90 > retrieving revision 1.91 > diff -u -d -r1.90 -r1.91 > --- news.en.xml 28 Aug 2009 12:48:00 -0000 1.90 > +++ news.en.xml 24 Oct 2009 16:21:20 -0000 1.91 > @@ -4,6 +4,28 @@ > <cvsid>$Id$</cvsid> > > <newsitem> > + <date>2009-10-24</date> > + <headline>Server issues</headline> > + <body> > + <p>We have had server issues and as a result the Web site and the > + official binary distribution are down, and the rsync servers are > stalled. > + Whilst we sort this out, you may:</p> > + <ul> > + <li>Use <link > + url="http://fink.thetis.ig42.org">http://fink.thetis.ig42.org</ > link> if > + you need Web site information;</li> > + <li>Use CVS as your selfupdate method in case you need updated > + packages. It's slower than rsync but it's working right now > because CVS > + is hosted at SourceForge.net. You may switch back to rsync later. > In > + order to switch to CVS, run <code>fink selfupdate-cvs</code> > once;</li> > + <li>Run <code>fink configure</code> and choose a different bindist > + mirror.</li> > + </ul> > + <p>We apologise for the inconvenience.</p> > + </body> > + </newsitem> > + > + <newsitem> > <date>2009-08-28</date> > <headline>Fink on 10.6.</headline> > <body> |
From: monipol <mo...@gm...> - 2009-10-17 23:59:11
|
FYI Begin forwarded message: > From: monipol > Date: 17 de outubro de 2009 20h42min53s GMT-03:00 > To: fin...@li... > Subject: [cvs] web/xml/faq faq.en.xml,1.103,1.104 faq.pt.xml,1.7,1.8 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web/xml/faq > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24393 > > Modified Files: > faq.en.xml faq.pt.xml > Log Message: > Adds path-prefix-10.6 to FAQ entry compile myself. > > > Index: faq.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v > retrieving revision 1.103 > retrieving revision 1.104 > diff -u -d -r1.103 -r1.104 > --- faq.en.xml 17 Sep 2009 02:28:55 -0000 1.103 > +++ faq.en.xml 17 Oct 2009 23:42:51 -0000 1.104 > @@ -1632,16 +1632,9 @@ > <!-- TODO: maybe change this to use LIBRARY_PATH / > DYLD_LIBRARY_PATH ? --> > <p>When compiling something yourself outside of Fink, the > compiler and > linker need to be told where to find the Fink-installed > libraries and > - headers. For a package that uses standard configure/make > process, you > - need to set some environment variables:</p> > - <p>-tcsh-</p> > - <codeblock>setenv CFLAGS -I/sw/include > -setenv LDFLAGS -L/sw/lib > -setenv CXXFLAGS $CFLAGS > -setenv CPPFLAGS $CXXFLAGS > -setenv ACLOCAL_FLAGS "-I /sw/share/aclocal" > -setenv PKG_CONFIG_PATH "/sw/lib/pkgconfig" > -setenv MACOSX_DEPLOYMENT_TARGET 10.4</codeblock> > + headers. It is also necessary to tell the compiler to use the > + appropriate target architecture. For a package that uses standard > + configure/make process, you need to set some environment > variables:</p> > <p>-bash-</p> > <codeblock>export CFLAGS=-I/sw/include > export LDFLAGS=-L/sw/lib > @@ -1649,8 +1642,18 @@ > export CPPFLAGS=$CXXFLAGS > export ACLOCAL_FLAGS="-I /sw/share/aclocal" > export PKG_CONFIG_PATH="/sw/lib/pkgconfig" > -export MACOSX_DEPLOYMENT_TARGET=10.4</codeblock> > - <p>(assuming that the build system is running OS 10.4 or later)</p> > +export PATH=/sw/var/lib/fink/path-prefix-10.6:$PATH > +export MACOSX_DEPLOYMENT_TARGET=10.5</codeblock> > + <p>-tcsh-</p> > + <codeblock>setenv CFLAGS -I/sw/include > +setenv LDFLAGS -L/sw/lib > +setenv CXXFLAGS $CFLAGS > +setenv CPPFLAGS $CXXFLAGS > +setenv ACLOCAL_FLAGS "-I /sw/share/aclocal" > +setenv PKG_CONFIG_PATH "/sw/lib/pkgconfig" > +setenv PATH /sw/var/lib/fink/path-prefix-10.6:$PATH > +setenv MACOSX_DEPLOYMENT_TARGET 10.5</codeblock> > + <p>(assuming that the build system is running OS 10.5 or later)</p> > <p>It is often easiest just to add these to your startup > files (e.g. > <filename>.cshrc</filename> | <filename>.profile</filename>) > so they > are set automatically. If a package does not use these > variables, you |
From: monipol <mo...@gm...> - 2009-09-27 22:56:34
|
FYI. Begin forwarded message: > From: monipol > Date: 27 de setembro de 2009 19h49min41s GMT-03:00 > To: fin...@li... > Subject: [cvs] web/download srcdist.en.php,1.21,1.22 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web/download > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20555 > > Modified Files: > srcdist.en.php > Log Message: > Welcome 0.29.10. > > > Index: srcdist.en.php > =================================================================== > RCS file: /cvsroot/fink/web/download/srcdist.en.php,v > retrieving revision 1.21 > retrieving revision 1.22 > diff -u -d -r1.21 -r1.22 > --- srcdist.en.php 17 Sep 2009 10:57:23 -0000 1.21 > +++ srcdist.en.php 27 Sep 2009 22:49:39 -0000 1.22 > @@ -19,10 +19,10 @@ > It will use these to download the source code from the original > distribution > sites or the Fink project's mirrors and build them on your local > machine.</p> > > -<p><em>fink-0.29.9</em> was officially released on 2009-08-28.</p> > +<p><em>fink-0.29.10</em> was officially released on 2009-09-27.</p> > > <ul> > -<li><a href="http://downloads.sourceforge.net/fink/ > fink-0.29.9.tar.gz" onClick="pageTracker._trackPageview('/downloads/ > FinkSOURCE');">fink-0.29.9</a> - 1176K, .tar.gz format</li> > +<li><a href="http://downloads.sourceforge.net/fink/fink-0.29.10.tar.gz > " onClick="pageTracker._trackPageview('/downloads/ > FinkSOURCE');">fink-0.29.10</a> - 1172K, .tar.gz format</li> > </ul> > > <p>You will also need to install the Xcode Tools (c.f. <a href="./ > index.en.php" >the Quick Start page</a>).</p> > @@ -30,14 +30,14 @@ > <p>Unpack the tar.gz archive if this hasn't been done automatically, > e.g. > via</p> > > -<pre>tar -xvzf fink-0.29.9.tar.gz</pre> > +<pre>tar -xvzf fink-0.29.10.tar.gz</pre> > > <p>or</p> > > -<pre>tar -xvf fink-0.29.9.tar</pre> > +<pre>tar -xvf fink-0.29.10.tar</pre> > > <p>if it has already been partially unpacked, in a terminal window. > Then, in a > -terminal window, change to the resulting <em>fink-0.29.9</em> > directory, and > +terminal window, change to the resulting <em>fink-0.29.10</em> > directory, and > use</p> > > <pre>./bootstrap</pre> > @@ -157,10 +157,10 @@ > It will use these to download the source code from the original > distribution > sites or the Fink project's mirrors and build them on your local > machine.</p> > > -<p><em>fink-0.29.9</em> was officially released on 2009-08-28.</p> > +<p><em>fink-0.29.10</em> was officially released on 2009-08-27.</p> > > <ul> > -<li><a href="http://downloads.sourceforge.net/fink/ > fink-0.29.9.tar.gz" onClick="pageTracker._trackPageview('/downloads/ > FinkSOURCE');">fink-0.29.9</a> - 1176K, .tar.gz format</li> > +<li><a href="http://downloads.sourceforge.net/fink/fink-0.29.10.tar.gz > " onClick="pageTracker._trackPageview('/downloads/ > FinkSOURCE');">fink-0.29.10</a> - 1172K, .tar.gz format</li> > </ul> > > <p>You will also need to install the Xcode Tools (c.f. <a href="./ > index.en.php" >the Quick Start page</a>).</p> > @@ -168,14 +168,14 @@ > <p>Unpack the tar.gz archive if this hasn't been done automatically, > e.g. > via</p> > > -<pre>tar -xvzf fink-0.29.9.tar.gz</pre> > +<pre>tar -xvzf fink-0.29.10.tar.gz</pre> > > <p>or</p> > > -<pre>tar -xvf fink-0.29.9.tar</pre> > +<pre>tar -xvf fink-0.29.10.tar</pre> > > <p>if it has already been partially unpacked, in a terminal window. > Then, in a > -terminal window, change to the resulting <em>fink-0.29.9</em> > directory, and > +terminal window, change to the resulting <em>fink-0.29.10</em> > directory, and > use</p> > > <pre>./bootstrap</pre> |
From: monipol <mo...@gm...> - 2009-09-17 11:05:42
|
FYI Begin forwarded message: > From: monipol > Date: 17 de setembro de 2009 7h57min25s GMT-03:00 > To: fin...@li... > Subject: [cvs] web/download srcdist.en.php,1.20,1.21 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web/download > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4801 > > Modified Files: > srcdist.en.php > Log Message: > Copy 'Other supported OS versions' to the top of the page, under 'OS > 10.6'. > Fix some dangling tags. > > > Index: srcdist.en.php > =================================================================== > RCS file: /cvsroot/fink/web/download/srcdist.en.php,v > retrieving revision 1.20 > retrieving revision 1.21 > diff -u -d -r1.20 -r1.21 > --- srcdist.en.php 28 Aug 2009 12:11:21 -0000 1.20 > +++ srcdist.en.php 17 Sep 2009 10:57:23 -0000 1.21 > @@ -8,93 +8,214 @@ > > <h1>Download Fink Source Release</h1> > > + > +<!--monipol: As instructions for 10.6 were 'hidden' below 10.5, > I've copied and > +pasted them here with the title 10.6. --> > + > +<p><strong>OS 10.6:</strong></p> > + > +<p>The source tarball contains the <em>fink</em> package manager. > After you > +have installed it, you will be able to get package descriptions and > patches. > +It will use these to download the source code from the original > distribution > +sites or the Fink project's mirrors and build them on your local > machine.</p> > + > +<p><em>fink-0.29.9</em> was officially released on 2009-08-28.</p> > + > +<ul> > +<li><a href="http://downloads.sourceforge.net/fink/ > fink-0.29.9.tar.gz" onClick="pageTracker._trackPageview('/downloads/ > FinkSOURCE');">fink-0.29.9</a> - 1176K, .tar.gz format</li> > +</ul> > + > +<p>You will also need to install the Xcode Tools (c.f. <a href="./ > index.en.php" >the Quick Start page</a>).</p> > + > +<p>Unpack the tar.gz archive if this hasn't been done > automatically, e.g. > +via</p> > + > +<pre>tar -xvzf fink-0.29.9.tar.gz</pre> > + > +<p>or</p> > + > +<pre>tar -xvf fink-0.29.9.tar</pre> > + > +<p>if it has already been partially unpacked, in a terminal > window. Then, in a > +terminal window, change to the resulting <em>fink-0.29.9</em> > directory, and > +use</p> > + > +<pre>./bootstrap</pre> > + > +<p>to start the boostrapping operation, which will install the Fink > base > +setup.</p> > +<!-- akh: I got a note from Trevor Harmon that the 0.28.0 bootstrap > automagically runs pathsetup.sh > + rangerrick: but that is not true! ;) --> > + > +<p>After the installation is completed, running the command</p> > + > +<pre>pathsetup.sh</pre> > + > +<p>will set up your environment for Fink. If you open a new > terminal window, > +the session will use these environment settings. Once you have > installed > +<em>fink</em> and the other base packages, the command:</p> > +<!--akh > +<pre>fink selfupdate-rsync</pre> > +<p>or</p> > +<pre>fink selfupdate-cvs</pre> > +--> > + > +<pre>fink selfupdate</pre> > + > +<p>will download the package description files and patches, > provided that you > +<strong>do not</strong> select the "point release" method. rsync > is generally > +preferable to cvs for most people.</p> > + > +<p>Installation and usage instructions are inside the distribution > tarball. > +Please read them - Fink is not a one-click-and-done thing. The > documents > +README, INSTALL and USAGE are provided as pure text (for reading > from the > +command line) and as HTML (for reading in a browser and for > printing). They > +are also available online in the <a href="../doc/ > index.php">documentation > +section</a>. > +</p> > + > +<p>To be informed of new releases, subscribe to the <a > +href="../lists/fink-announce.php">fink-announce mailinglist</a>. > +</p> > + > + > + > <p><strong>OS 10.5:</strong></p> > -<p> > -The source release contains the <em>fink</em> package manager plus > package > -descriptions and patches. > -It will download the source code from the original distribution sites > -and build them on your local machine. > + > +<p>The source release contains the <em>fink</em> package manager > plus package > +descriptions and patches. It will download the source code from > the original > +distribution sites and build them on your local machine. > </p> > + > <? > include "../fink_version.inc"; > ?> > > +<p>Fink <? print $fink_version; ?> was officially released on > +<? print $release_date; ?>.</p> > > -<p>Fink <? print $fink_version; ?> was officially released on > -<? print $release_date; ?>. > -<ul><LI><a > +<ul><li><a > href="http://prdownloads.sourceforge.net/fink/fink-<? print > $fink_version; ?>-full.tar.gz" onClick="pageTracker._trackPageview('/ > downloads/FinkFullSOURCE');">Fink > -<? print $release_version; ?></a> - 3521K, .tar.gz format</LI></ul> > -<p>You will also need to install the Xcode Tools (c.f. <a href="./ > index.en.php" >the Quick Start page</a>).</p> > -<p>Unpack the tar.gz archive if this hasn't been done > automatically, e.g. via</p> > +<? print $release_version; ?></a> - 3521K, .tar.gz format</li> > +</ul> > + > +<p>You will also need to install the Xcode Tools (c.f. <a href="./ > index.en.php" > +>the Quick Start page</a>).</p> > + > +<p>Unpack the tar.gz archive if this hasn't been done > automatically, e.g. > +via</p> > + > <pre>tar -xvzf fink-<? print $fink_version; ?>-full.tar.gz</pre> > + > <p>or</p> > + > <pre>tar -xvf fink-<? print $fink_version; ?>-full.tar</pre> > -<p>if it has already been partially unpacked, in a terminal > window. Then, in a terminal window, change to the resulting > <em>fink-<? print $fink_version; ?></em> directory, and use</p> > + > +<p>if it has already been partially unpacked, in a terminal > window. Then, in a > +terminal window, change to the resulting <em>fink-<? print > $fink_version; > +?></em> directory, and use</p> > + > <pre>./bootstrap</pre> > -<p>to start the boostrapping operation, which will install the Fink > base setup.</p> > + > +<p>to start the boostrapping operation, which will install the Fink > base > +setup.</p> > <!-- akh: I got a note from Trevor Harmon that the 0.28.0 bootstrap > automagically runs pathsetup.sh > rangerrick: but that is not true! ;) --> > + > <p>After the installation is completed, running the command</p> > + > <pre>pathsetup.sh</pre> > -<p>will set up your environment for Fink. If you open a new > terminal window, the session will use these environment settings. > Once you have installed <em>fink</em> and the other base packages, > the command sequence:</p> > + > +<p>will set up your environment for Fink. If you open a new > terminal window, > +the session will use these environment settings. Once you have > installed > +<em>fink</em> and the other base packages, the command sequence:</p> > + > <pre>fink selfupdate</pre> > -<p>using any of the <em>point</em>, <em>rsync</em>, or <em>cvs</em> > options, followed by</p> > + > +<p>using any of the <em>point</em>, <em>rsync</em>, or <em>cvs</em> > options, > +followed by</p> > + > <pre>fink index -f</pre> > + > <p>followed by</p> > + > <pre>fink selfupdate-rsync</pre> > + > <p>or</p> > + > <pre>fink selfupdate-cvs</pre> > -<p>will download the package description files and patches, > provided that you <strong>do not</strong> select the "point release" > method. rsync is generally preferable to cvs for most people.</p> > + > +<p>will download the package description files and patches, > provided that you > +<strong>do not</strong> select the "point release" method. rsync > is generally > +preferable to cvs for most people.</p> > > > <p><strong>Other supported OS versions:</strong></p> > -<p>The source tarball contains the <em>fink</em> package manager. > After you have installed it, you will be able to get package > descriptions and patches. It will use these to download the source > code from the original distribution sites or the Fink project's > mirrors and build them on your local machine.</p> > > +<p>The source tarball contains the <em>fink</em> package manager. > After you > +have installed it, you will be able to get package descriptions and > patches. > +It will use these to download the source code from the original > distribution > +sites or the Fink project's mirrors and build them on your local > machine.</p> > + > +<p><em>fink-0.29.9</em> was officially released on 2009-08-28.</p> > > -<p><EM>fink-0.29.9</em> was officially released on 2009-08-28.</p> > -</p> > <ul> > <li><a href="http://downloads.sourceforge.net/fink/ > fink-0.29.9.tar.gz" onClick="pageTracker._trackPageview('/downloads/ > FinkSOURCE');">fink-0.29.9</a> - 1176K, .tar.gz format</li> > </ul> > > <p>You will also need to install the Xcode Tools (c.f. <a href="./ > index.en.php" >the Quick Start page</a>).</p> > - <p>Unpack the tar.gz archive if this hasn't been done > automatically, e.g. via</p> > + > +<p>Unpack the tar.gz archive if this hasn't been done > automatically, e.g. > +via</p> > + > <pre>tar -xvzf fink-0.29.9.tar.gz</pre> > + > <p>or</p> > + > <pre>tar -xvf fink-0.29.9.tar</pre> > -<p>if it has already been partially unpacked, in a terminal > window. Then, in a terminal window, change to the resulting > <em>fink-0.29.9</em> directory, and use</p> > + > +<p>if it has already been partially unpacked, in a terminal > window. Then, in a > +terminal window, change to the resulting <em>fink-0.29.9</em> > directory, and > +use</p> > + > <pre>./bootstrap</pre> > -<p>to start the boostrapping operation, which will install the Fink > base setup.</p> > + > +<p>to start the boostrapping operation, which will install the Fink > base > +setup.</p> > <!-- akh: I got a note from Trevor Harmon that the 0.28.0 bootstrap > automagically runs pathsetup.sh > rangerrick: but that is not true! ;) --> > + > <p>After the installation is completed, running the command</p> > + > <pre>pathsetup.sh</pre> > -<p>will set up your environment for Fink. If you open a new > terminal window, the session will use these environment settings. > Once you have installed <em>fink</em> and the other base packages, > the command:</p> > + > +<p>will set up your environment for Fink. If you open a new > terminal window, > +the session will use these environment settings. Once you have > installed > +<em>fink</em> and the other base packages, the command:</p> > <!--akh > <pre>fink selfupdate-rsync</pre> > <p>or</p> > <pre>fink selfupdate-cvs</pre> > --> > + > <pre>fink selfupdate</pre> > -<p>will download the package description files and patches, > provided that you <strong>do not</strong> select the "point release" > method. rsync is generally preferable to cvs for most people.</p> > > -<p>Installation and usage instructions are inside the distribution > -tarball. > -Please read them - Fink is not a one-click-and-done thing. > -The documents README, INSTALL and USAGE are provided as pure text > (for > -reading from the command line) and as HTML (for reading in a browser > -and for printing). > -They are also available online in the <a > -href="../doc/index.php">documentation section</a>. > +<p>will download the package description files and patches, > provided that you > +<strong>do not</strong> select the "point release" method. rsync > is generally > +preferable to cvs for most people.</p> > + > +<p>Installation and usage instructions are inside the distribution > tarball. > +Please read them - Fink is not a one-click-and-done thing. The > documents > +README, INSTALL and USAGE are provided as pure text (for reading > from the > +command line) and as HTML (for reading in a browser and for > printing). They > +are also available online in the <a href="../doc/ > index.php">documentation > +section</a>. > </p> > > -<p> > -To be informed of new releases, subscribe to the <a > +<p>To be informed of new releases, subscribe to the <a > href="../lists/fink-announce.php">fink-announce mailinglist</a>. > </p> > > - > <? > include "footer.inc"; > ?> |
From: monipol <mo...@gm...> - 2009-09-17 02:21:55
|
FYI Begin forwarded message: > From: monipol > Date: 16 de setembro de 2009 23h17min18s GMT-03:00 > To: fin...@li... > Subject: [cvs] web/xml/faq faq.en.xml,1.101,1.102 faq.pt.xml,1.5,1.6 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web/xml/faq > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9797/faq > > Modified Files: > faq.en.xml faq.pt.xml > Log Message: > Remove rsync mirror status FAQ entry. Fix small typos. > > > Index: faq.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v > retrieving revision 1.101 > retrieving revision 1.102 > diff -u -d -r1.101 -r1.102 > --- faq.en.xml 28 Aug 2009 12:02:42 -0000 1.101 > +++ faq.en.xml 17 Sep 2009 02:17:15 -0000 1.102 > @@ -162,20 +162,12 @@ > </faqentry> > <faqentry name="howswitch"> > <question> > - <p>How can I switch back and forth between methods.</p> > + <p>How can I switch back and forth between methods?</p> > </question> > <answer> > <p>By using fink selfupdate-rsync or fink selfupdate-cvs to > switch to rsync or CVS, respectively.</p> > </answer> > </faqentry> > - <faqentry name="status"> > - <question> > - <p>Can I see what the current status of rsync mirrors is?</p> > - </question> > - <answer> > - <p>Yes, go to http://finkmirrors.net/status.html</p> > - </answer> > - </faqentry> > <faqentry name="Master"> > <question> > <p>What is a Distfiles mirror?</p> |
From: monipol <mo...@gm...> - 2009-08-28 15:31:55
|
There's a typo on the download URL. Please change it to http://sourceforge.net/projects/fink/files/fink/0.29.9/fink-0.29.9.tar.gz/download instead. On 28/08/2009, at 07:44, monipol wrote: > Dave: I'm forwarding your commit to -i18n. > > Begin forwarded message: >> Modified Files: >> news.en.xml >> Log Message: >> announce fink on 10.6 >> >> >> Index: news.en.xml >> =================================================================== >> RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v >> retrieving revision 1.87 >> retrieving revision 1.88 >> diff -u -d -r1.87 -r1.88 >> --- news.en.xml 18 Aug 2009 05:48:50 -0000 1.87 >> +++ news.en.xml 28 Aug 2009 09:21:39 -0000 1.88 >> @@ -4,6 +4,62 @@ >> <cvsid>$Id$</cvsid> >> >> <newsitem> >> + <date>2009-08-28</date> >> + <headline>Fink on 10.6.</headline> >> + <body> >> + <p> >> +Fink is ready to be used on Snow Leopard (OS X v. 10.6). Users will >> +need to choose between a 32-bit version of fink and a 64-bit >> version of fink >> +for 10.6. >> +The 32-bit version has more packages available at the present time, >> but >> +the 64-bit version represents the future direction for OS X and for >> fink; >> +individual users must make this decision on their own. It will >> <em>not</em> >> +be possible to "upgrade" from 32-bit to 64-bit (or vice versa), >> without >> +completely reinstalling fink. >> +</p><p> >> +At the moment, two methods are available for installing Fink on >> Snow Leopard. >> +A binary installer is not available, so it is important to >> +<em>first install XCode from the Optional Installs folder on the >> Snow >> +Leopard disk.</em> >> +Users wanting the 64-bit version, or users upgrading directly from >> 10.4 or >> +earlier, must bootstrap fink from the distribution tarball (version >> +0.29.9 or later), available at <varlink >> +url="http://sourceforge.net/projects/fink/files/fink/0.29.8/fink-0.29.8.tar.gz/download >> ">sourceforge.net</varlink>; installation instructions are >> +<varlink url="download/srcdist.php">here</varlink>. >> +On the other hand, users can upgrade directly from >> +10.5 to the 32-bit version, following the instructions below. >> +(One warning: users who have installed a development version of fink >> +from CVS rather than a released version may encounter trouble; >> please >> +downgrade your fink to a released version, and remove stray .deb >> files >> +of higher versions, before beginning.) >> +</p><p> >> +To upgrade, follow a four step process. >> +<em>Step 1:</em> edit the file <code>/sw/etc/fink.conf</code>, >> +adding a line to it which reads <code>NoAutoIndex: true</code> >> (You may >> +need to use <code>sudo</code> to obtain the correct permissions to >> edit >> +this file.) <em>Step 2:</em> >> +run the command <code>fink reinstall fink</code> in >> +order to tell fink that you are now on 10.6. (If you encounter a >> message >> +about package database corruption, run <code>fink index -f</code> >> and >> +try this step again.) <em>Step 3:</em> >> +run the command <code>fink update >> +fink</code> to get the latest fink for 10.6. <em>Step 4:</em> run >> the command >> +<code>fink install perl588-core</code> to replace the version of >> perl >> +which Apple changed during the OS X upgrade, in case you have >> +fink packages which depend on it. >> +</p><p>After the upgrade, you may wish to run <code>fink configure</ >> code> >> +to do some cleanup. >> +</p><p>Almost all of the packages in fink's stable tree will >> compile on >> +10.6, but be warned that only a fraction of the 10.5 packages are >> currently >> +available for 10.6. In the near future, fink's package database >> will be >> +updated to include information about packages for 10.6; you can >> check there >> +to see if your favorite package is ready. >> +</p> >> +</body> >> + </newsitem> >> + >> + >> + <newsitem> >> <date>2009-07-25</date> >> <headline>Fink Core Group changes.</headline> >> <body> > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > fink-i18n mailing list > fin...@li... > http://news.gmane.org/gmane.os.apple.fink.i18n -- monipol http://finkers.wordpress.com Submitting a Fink bug report? Read this: http://www.finkproject.org/doc/netiquette/index.php http://finkers.wordpress.com/2009/06/03/bug-reports/ |
From: monipol <mo...@gm...> - 2009-08-28 12:57:08
|
Also, change varlink to link on the download URL (but not on the installation instructions URL). In summary, <varlink url="http://sourceforge.net/projects/fink/files/fink/0.29.8/fink-0.29.8.tar.gz/download ">sourceforge.net</varlink> should be replaced with <link url="http://sourceforge.net/projects/fink/files/fink/0.29.9/fink-0.29.9.tar.gz/download ">sourceforge.net</link> On 28/08/2009, at 09:27, monipol wrote: > There's a typo on the download URL. Please change it to > > http://sourceforge.net/projects/fink/files/fink/0.29.9/fink-0.29.9.tar.gz/download > > instead. > > On 28/08/2009, at 07:44, monipol wrote: > >> Dave: I'm forwarding your commit to -i18n. >> >> Begin forwarded message: >>> Modified Files: >>> news.en.xml >>> Log Message: >>> announce fink on 10.6 >>> >>> >>> Index: news.en.xml >>> =================================================================== >>> RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v >>> retrieving revision 1.87 >>> retrieving revision 1.88 >>> diff -u -d -r1.87 -r1.88 >>> --- news.en.xml 18 Aug 2009 05:48:50 -0000 1.87 >>> +++ news.en.xml 28 Aug 2009 09:21:39 -0000 1.88 >>> @@ -4,6 +4,62 @@ >>> <cvsid>$Id$</cvsid> >>> >>> <newsitem> >>> + <date>2009-08-28</date> >>> + <headline>Fink on 10.6.</headline> >>> + <body> >>> + <p> >>> +Fink is ready to be used on Snow Leopard (OS X v. 10.6). Users >>> will >>> +need to choose between a 32-bit version of fink and a 64-bit >>> version of fink >>> +for 10.6. >>> +The 32-bit version has more packages available at the present time, >>> but >>> +the 64-bit version represents the future direction for OS X and for >>> fink; >>> +individual users must make this decision on their own. It will >>> <em>not</em> >>> +be possible to "upgrade" from 32-bit to 64-bit (or vice versa), >>> without >>> +completely reinstalling fink. >>> +</p><p> >>> +At the moment, two methods are available for installing Fink on >>> Snow Leopard. >>> +A binary installer is not available, so it is important to >>> +<em>first install XCode from the Optional Installs folder on the >>> Snow >>> +Leopard disk.</em> >>> +Users wanting the 64-bit version, or users upgrading directly from >>> 10.4 or >>> +earlier, must bootstrap fink from the distribution tarball (version >>> +0.29.9 or later), available at <varlink >>> +url="http://sourceforge.net/projects/fink/files/fink/0.29.8/fink-0.29.8.tar.gz/download >>> ">sourceforge.net</varlink>; installation instructions are >>> +<varlink url="download/srcdist.php">here</varlink>. >>> +On the other hand, users can upgrade directly from >>> +10.5 to the 32-bit version, following the instructions below. >>> +(One warning: users who have installed a development version of >>> fink >>> +from CVS rather than a released version may encounter trouble; >>> please >>> +downgrade your fink to a released version, and remove stray .deb >>> files >>> +of higher versions, before beginning.) >>> +</p><p> >>> +To upgrade, follow a four step process. >>> +<em>Step 1:</em> edit the file <code>/sw/etc/fink.conf</code>, >>> +adding a line to it which reads <code>NoAutoIndex: true</code> >>> (You may >>> +need to use <code>sudo</code> to obtain the correct permissions to >>> edit >>> +this file.) <em>Step 2:</em> >>> +run the command <code>fink reinstall fink</code> in >>> +order to tell fink that you are now on 10.6. (If you encounter a >>> message >>> +about package database corruption, run <code>fink index -f</code> >>> and >>> +try this step again.) <em>Step 3:</em> >>> +run the command <code>fink update >>> +fink</code> to get the latest fink for 10.6. <em>Step 4:</em> run >>> the command >>> +<code>fink install perl588-core</code> to replace the version of >>> perl >>> +which Apple changed during the OS X upgrade, in case you have >>> +fink packages which depend on it. >>> +</p><p>After the upgrade, you may wish to run <code>fink >>> configure</ >>> code> >>> +to do some cleanup. >>> +</p><p>Almost all of the packages in fink's stable tree will >>> compile on >>> +10.6, but be warned that only a fraction of the 10.5 packages are >>> currently >>> +available for 10.6. In the near future, fink's package database >>> will be >>> +updated to include information about packages for 10.6; you can >>> check there >>> +to see if your favorite package is ready. >>> +</p> >>> +</body> >>> + </newsitem> >>> + >>> + >>> + <newsitem> >>> <date>2009-07-25</date> >>> <headline>Fink Core Group changes.</headline> >>> <body> >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports >> 2008 30-Day >> trial. Simplify your report design, integration and deployment - >> and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> fink-i18n mailing list >> fin...@li... >> http://news.gmane.org/gmane.os.apple.fink.i18n > > -- > monipol > http://finkers.wordpress.com > > Submitting a Fink bug report? Read this: > http://www.finkproject.org/doc/netiquette/index.php > http://finkers.wordpress.com/2009/06/03/bug-reports/ > -- monipol http://finkers.wordpress.com Submitting a Fink bug report? Read this: http://www.finkproject.org/doc/netiquette/index.php http://finkers.wordpress.com/2009/06/03/bug-reports/ |
From: monipol <mo...@gm...> - 2009-08-28 10:45:06
|
Dave: I'm forwarding your commit to -i18n. Begin forwarded message: > Modified Files: > news.en.xml > Log Message: > announce fink on 10.6 > > > Index: news.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v > retrieving revision 1.87 > retrieving revision 1.88 > diff -u -d -r1.87 -r1.88 > --- news.en.xml 18 Aug 2009 05:48:50 -0000 1.87 > +++ news.en.xml 28 Aug 2009 09:21:39 -0000 1.88 > @@ -4,6 +4,62 @@ > <cvsid>$Id$</cvsid> > > <newsitem> > + <date>2009-08-28</date> > + <headline>Fink on 10.6.</headline> > + <body> > + <p> > +Fink is ready to be used on Snow Leopard (OS X v. 10.6). Users will > +need to choose between a 32-bit version of fink and a 64-bit > version of fink > +for 10.6. > +The 32-bit version has more packages available at the present time, > but > +the 64-bit version represents the future direction for OS X and for > fink; > +individual users must make this decision on their own. It will > <em>not</em> > +be possible to "upgrade" from 32-bit to 64-bit (or vice versa), > without > +completely reinstalling fink. > +</p><p> > +At the moment, two methods are available for installing Fink on > Snow Leopard. > +A binary installer is not available, so it is important to > +<em>first install XCode from the Optional Installs folder on the Snow > +Leopard disk.</em> > +Users wanting the 64-bit version, or users upgrading directly from > 10.4 or > +earlier, must bootstrap fink from the distribution tarball (version > +0.29.9 or later), available at <varlink > +url="http://sourceforge.net/projects/fink/files/fink/0.29.8/fink-0.29.8.tar.gz/download > ">sourceforge.net</varlink>; installation instructions are > +<varlink url="download/srcdist.php">here</varlink>. > +On the other hand, users can upgrade directly from > +10.5 to the 32-bit version, following the instructions below. > +(One warning: users who have installed a development version of fink > +from CVS rather than a released version may encounter trouble; please > +downgrade your fink to a released version, and remove stray .deb > files > +of higher versions, before beginning.) > +</p><p> > +To upgrade, follow a four step process. > +<em>Step 1:</em> edit the file <code>/sw/etc/fink.conf</code>, > +adding a line to it which reads <code>NoAutoIndex: true</code> > (You may > +need to use <code>sudo</code> to obtain the correct permissions to > edit > +this file.) <em>Step 2:</em> > +run the command <code>fink reinstall fink</code> in > +order to tell fink that you are now on 10.6. (If you encounter a > message > +about package database corruption, run <code>fink index -f</code> and > +try this step again.) <em>Step 3:</em> > +run the command <code>fink update > +fink</code> to get the latest fink for 10.6. <em>Step 4:</em> run > the command > +<code>fink install perl588-core</code> to replace the version of perl > +which Apple changed during the OS X upgrade, in case you have > +fink packages which depend on it. > +</p><p>After the upgrade, you may wish to run <code>fink configure</ > code> > +to do some cleanup. > +</p><p>Almost all of the packages in fink's stable tree will > compile on > +10.6, but be warned that only a fraction of the 10.5 packages are > currently > +available for 10.6. In the near future, fink's package database > will be > +updated to include information about packages for 10.6; you can > check there > +to see if your favorite package is ready. > +</p> > +</body> > + </newsitem> > + > + > + <newsitem> > <date>2009-07-25</date> > <headline>Fink Core Group changes.</headline> > <body> |
From: Alexander H. <ale...@gm...> - 2009-08-21 18:17:43
|
-------- Original Message -------- Subject: [cvs] web/xml/faq faq.en.xml,1.99,1.100 Date: Fri, 21 Aug 2009 15:33:04 +0000 From: Alexander Hansen <ale...@us...> Reply-To: fin...@li... To: fin...@li... Newsgroups: gmane.os.apple.fink.cvs Followup-To: gmane.os.apple.fink.devel Update of /cvsroot/fink/web/xml/faq In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19635 Modified Files: faq.en.xml Log Message: Clean up entry Index: faq.en.xml =================================================================== RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- faq.en.xml 27 Jul 2009 18:44:40 -0000 1.99 +++ faq.en.xml 21 Aug 2009 15:33:01 -0000 1.100 @@ -1548,8 +1548,10 @@ <p>I can't install <em>gtk+2</em> on OS 10.5</p> </question> <answer> - <p>There are a couple of flavors of error. One involves missing libraries: <filename>/usr/X11/lib/libXrandr.2.0.0.dylib</filename> or - <filename>/usr/X11/lib/libXdamage.1.1.0.dylib</filename>. The current wisdom on the best + <p>Typically this involves missing libraries, such as: <filename>/usr/X11/lib/libXrandr.2.0.0.dylib</filename> or + <filename>/usr/X11/lib/libXdamage.1.1.0.dylib</filename> (or other versions of libraries in + <filename>/usr/X11/lib/</filename>).</p> + <p>The current wisdom on the best fix for such an issue is to install Xcode 3.1.3 .</p> <!-- <p>A second issue involved undefined symbols: "<code>_gdk_threads_add_idle referenced from libgtk-x11-2 expected to be defined in libgdk-x11-2</code>", etc.</p> <p>Removing the existing <code>gtk+2-dev</code> package allowed the build to proceed. This is fixed, for now.</p> <--> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july |
From: David R. M. <dr...@fi...> - 2009-08-18 06:51:03
|
Begin forwarded message: > From: "David R. Morrison" <dm...@us...> > Date: August 18, 2009 2:48:52 PM JST > To: fin...@li... > Subject: [cvs] web/xml/news news.en.xml,1.86,1.87 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web/xml/news > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16391 > > Modified Files: > news.en.xml > Log Message: > fix spelling > > > Index: news.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v > retrieving revision 1.86 > retrieving revision 1.87 > diff -u -d -r1.86 -r1.87 > --- news.en.xml 25 Jul 2009 15:33:32 -0000 1.86 > +++ news.en.xml 18 Aug 2009 05:48:50 -0000 1.87 > @@ -12,7 +12,7 @@ > and Augusto Devegili (<em>monipol</em>), both of whom have been very > active > in fink. Please join us in welcoming the new members! > </p><p> > -The Group also announces that Christian Schaeffner has stepped down, > +The Group also announces that Christian Schaffner has stepped down, > returning to "ordinary member" status. We thank Christian for his > help > on the team over the past several years. > </p><p> > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Fink-commits mailing list > Fin...@li... > http://news.gmane.org/gmane.os.apple.fink.cvs |
Begin forwarded message: > From: Andreas Gockel <ge...@us...> > Date: 26. Juli 2009 13:05:12 GMT+00:00 > To: fin...@li... > Subject: [cvs] web/xml/news news.de.xml,1.36,1.37 > Reply-To: fin...@li... > Return-Path: <fin...@li...> > X-Spam-Flag: NO > X-Spam-Score: -3.431 > Content-Type: multipart/mixed; > boundary="===============8298344286908347503==" > > Update of /cvsroot/fink/web/xml/news > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30587 > > Modified Files: > news.de.xml > Log Message: > Get the current news in german. > > > Index: news.de.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/news/news.de.xml,v > retrieving revision 1.36 > retrieving revision 1.37 > diff -u -d -r1.36 -r1.37 > --- news.de.xml 11 Jul 2008 09:55:31 -0000 1.36 > +++ news.de.xml 26 Jul 2009 13:05:10 -0000 1.37 > @@ -1,8 +1,71 @@ > <?xml version="1.0" encoding="utf-8"?> > <!DOCTYPE news SYSTEM "finknews.dtd"> > - > <news lang="de"> > -<cvsid>$Id$</cvsid> > + <cvsid>$Id$</cvsid> > + > + <newsitem> > + <date>2009-07-25</date> > + <headline>Fink Projektleiter Gruppen Änderung.</headline> > + <body> > + <p> > +Die Fink Projektleiter Gruppe gibt 2 neue Mitglieder bekannt: > Alexander Hansen (<em>akh</em>) > +und Augusto Devegili (<em>monipol</em>), beide sind sehr aktiv bei > der > +Fink-Entwicklung. Bitte begrüsst unsere neuen Mitglieder! > +</p><p> > +Die Gruppe gibt auch bekannt das Christian Schaeffner sich aus der > 'Fink Core' > +Gruppe verabschiedet und zurück kehrt in den Status "Ständig > freiwilliger Mitarbeiter". > +Wir danken Christian für seine Hilfe im Team über die letzten > Jahre. > +</p><p> > +Die Mitglieder des Fink-Projekts arbeiten hart, um Benutzer Support > anzubieten, > +Fink aktuell zu halten und auf das Erscheinen von Snow Leopard > vorzubereiten. > +Mehr Freiwillige werden immer benötigt, also überprüft ob ihr > euch irgend wie > +einbringen könnt zu einem gewissen Punkt! > +</p> > +</body> > + </newsitem> > + > + <newsitem> > + <date>2008-07-23</date> > + <headline>End of 10.3 support.</headline> > + <body> > + <p> > +The Fink project is no longer able to offer support for users of Fink > +on Mac OS X 10.3. In reality there has been very little support for > +some time, so this announcement simply formalizes that fact. > +</p><p> > +This means that there will not be any further updates, not even > +security updates, for Mac OS X 10.3 users. Their existing > +installations will continue to work, but the software that is > +installed will not be updated. > +</p><p> > +We believe that the majority of our users are using Mac OS X 10.4 or > +10.5 and hope that this does not inconvenience too many people. > +</p> > +</body> > + </newsitem> > + > + <newsitem> > + <date>2008-07-17</date> > + <headline>Mass package migration.</headline> > + <body> > + <p> > +The massive GNOME update which has been in process for > +many months was merged into fink's unstable tree. This is well > +tested, and updates by users appear to be going fairly smoothly. > +</p><p> > +We are now merging the gnome update into the stable tree. Because > +we have been unable to test the dependencies of these new packages in > +the stable tree in advance, users can expect the "stable" tree to be > +"not so stable" during the next few weeks, while the bugs get worked > +out. > +</p><p> > +If you are eager to start using this massive gnome update > immediately, > +we suggest that you switch to the unstable tree. If not, we suggest > +that you hold off running "fink selfupdate" for a while (perhaps a > +week or two) until things have again stabilized.</p> > +</body> > + </newsitem> > + > <newsitem> > <date>2008-06-26</date> > <headline>New Fink release.</headline> > @@ -57,7 +120,7 @@ > <headline>Fink website down</headline> > <body> > <p>The fink website is not functioning correctly at present. (You may > -have noticed that many of the links on this page do not function > correctly.) The > +have noticed that many of the links on this page do not function > correctly.) The > fink team is working to resolve the problem as quickly as possible.</ > p> > <p><em>Update, 2008-01-13:</em> The website is back to normal.</p> > </body> > > > ------------------------------------------------------------------------------ > _______________________________________________ > Fink-commits mailing list > Fin...@li... > http://news.gmane.org/gmane.os.apple.fink.cvs Begin forwarded message: > From: Andreas Gockel <ge...@us...> > Date: 26. Juli 2009 11:37:16 GMT+00:00 > To: fin...@li... > Subject: [cvs] web/faq faq.en.html, 1.101, 1.102 faq.es.html, 1.20, > 1.21 faq.fr.html, 1.88, 1.89 faq.ja.html, 1.52, 1.53 faq.pt.html, > 1.3, 1.4 faq.ru.html, 1.14, 1.15 faq.zh.html, 1.39, 1.40 > Reply-To: fin...@li... > Return-Path: <fin...@li...> > X-Spam-Flag: NO > X-Spam-Score: -3.574 > Content-Type: multipart/mixed; > boundary="===============6741893037790319602==" > > Update of /cvsroot/fink/web/faq > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20182 > > Modified Files: > faq.en.html faq.es.html faq.fr.html faq.ja.html faq.pt.html > faq.ru.html faq.zh.html > Log Message: > Fixing syntax error discovered by Martin Costabel > > > Index: faq.es.html > =================================================================== > RCS file: /cvsroot/fink/web/faq/faq.es.html,v > retrieving revision 1.20 > retrieving revision 1.21 > diff -u -d -r1.20 -r1.21 > --- faq.es.html 14 Mar 2009 22:12:20 -0000 1.20 > +++ faq.es.html 26 Jul 2009 11:37:12 -0000 1.21 > @@ -267,7 +267,7 @@ > <a name="usage-fink.sudo"> > <div class="question"><p><b>Q5.10: Estoy cansado de tener que > teclear mi contraseña en sudo una y otra vez ¿hay alguna forma de > evitar esto?</b></p></div> > <div class="answer"><p><b>A:</b> If you're not paranoid, you > can configure sudo to not ask you for a > - password. To do this, run <tt style="white-space: > nowrap;">visudo</tt> as root and add a line like this:</ > p><pre>username ALL = NOPASSWD: ALL</pre><p>Replace <tt style="white- > space: nowrap;">username</tt> with your actual username, of course. > + password. To do this, run <tt style="white-space: > nowrap;">visudo</tt> as root and add a line like this:</ > p><pre>username ALL =(ALL) NOPASSWD: ALL</pre><p>Replace <tt > style="white-space: nowrap;">username</tt> with your actual > username, of course. > This line allows you to run any command via sudo without > typing your > password.</p></div> > </a> > > Index: faq.en.html > =================================================================== > RCS file: /cvsroot/fink/web/faq/faq.en.html,v > retrieving revision 1.101 > retrieving revision 1.102 > diff -u -d -r1.101 -r1.102 > --- faq.en.html 6 Jul 2009 18:43:28 -0000 1.101 > +++ faq.en.html 26 Jul 2009 11:37:12 -0000 1.102 > @@ -347,7 +347,7 @@ > <div class="question"><p><b>Q5.10: I'm tired of typing my > password into sudo again and again. Is there > a way around this?</b></p></div> > <div class="answer"><p><b>A:</b> If you're not paranoid, you > can configure sudo to not ask you for a > - password. To do this, run <tt style="white-space: > nowrap;">visudo</tt> as root and add a line like this:</ > p><pre>username ALL = NOPASSWD: ALL</pre><p>Replace <tt style="white- > space: nowrap;">username</tt> with your actual username, of course. > + password. To do this, run <tt style="white-space: > nowrap;">visudo</tt> as root and add a line like this:</ > p><pre>username ALL =(ALL) NOPASSWD: ALL</pre><p>Replace <tt > style="white-space: nowrap;">username</tt> with your actual > username, of course. > This line allows you to run any command via sudo without > typing your > password.</p></div> > </a> > > Index: faq.pt.html > =================================================================== > RCS file: /cvsroot/fink/web/faq/faq.pt.html,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -d -r1.3 -r1.4 > --- faq.pt.html 6 Jul 2009 18:43:28 -0000 1.3 > +++ faq.pt.html 26 Jul 2009 11:37:14 -0000 1.4 > @@ -537,7 +537,7 @@ > Há alguma forma de contornar isso?</b></p></div> > <div class="answer"><p><b>A:</b> Se você não for paranóico, > você pode configurar o sudo para não lhe > pedir uma senha. Para fazer isso, execute o comando <tt > style="white-space: nowrap;">visudo</tt> > - como root e adicione uma linha como esta:</p><pre>usuario > ALL = NOPASSWD: ALL</pre><p>Troque <tt style="white-space: > nowrap;">usuario</tt> pelo seu nome de usuário. Esta linha > + como root e adicione uma linha como esta:</p><pre>usuario > ALL =(ALL) NOPASSWD: ALL</pre><p>Troque <tt style="white-space: > nowrap;">usuario</tt> pelo seu nome de usuário. Esta linha > permitirá que você qualquer comando via sudo sem precisar > digitar sua > senha.</p></div> > </a> > > Index: faq.ja.html > =================================================================== > RCS file: /cvsroot/fink/web/faq/faq.ja.html,v > retrieving revision 1.52 > retrieving revision 1.53 > diff -u -d -r1.52 -r1.53 > --- faq.ja.html 14 Mar 2009 22:12:20 -0000 1.52 > +++ faq.ja.html 26 Jul 2009 11:37:14 -0000 1.53 > @@ -413,7 +413,7 @@ > <a name="usage-fink.sudo"> > <div class="question"><p><b>Q5.10: sudo でパスワードを何度も > 何度も入力するのは疲れます。何か良い方法はあり > ませんか?</b></p></div> > <div class="answer"><p><b>A:</b> sudo がパスワードを聞いて > こないように設定することができます。 > -root 権限で <tt style="white-space: nowrap;">visudo</tt> を開 > き、次の行を追加します:</p><pre>username ALL = NOPASSWD: > ALL</pre><p>もちろん、 <tt style="white-space: > nowrap;">username</tt> は実際のユーザー名に変えて下さ > い。</p></div> > +root 権限で <tt style="white-space: nowrap;">visudo</tt> を開 > き、次の行を追加します:</p><pre>username ALL =(ALL) > NOPASSWD: ALL</pre><p>もちろん、 <tt style="white-space: > nowrap;">username</tt> は実際のユーザー名に変えて下さ > い。</p></div> > </a> > <a name="usage-fink.exec-init-csh"> > <div class="question"><p><b>Q5.11: init.csh or init.sh を実行しよ > うとすると、 "Permission denied" エラーが出ます。 > > Index: faq.ru.html > =================================================================== > RCS file: /cvsroot/fink/web/faq/faq.ru.html,v > retrieving revision 1.14 > retrieving revision 1.15 > diff -u -d -r1.14 -r1.15 > --- faq.ru.html 14 Mar 2009 22:12:20 -0000 1.14 > +++ faq.ru.html 26 Jul 2009 11:37:14 -0000 1.15 > @@ -492,7 +492,7 @@ > Можно ли с этим что-то > сделать?</b></p></div> > <div class="answer"><p><b>A:</b> Если вы не > страдаете паранойей, вы можете > конфигурировать sudo так, > чтобы не было запроса о > пароле. Для этого надо запустить <tt > style="white-space: nowrap;">visudo</tt> в качестве > суперпользователя > - и добавить такую строку:</ > p><pre>username ALL = NOPASSWD: ALL</pre><p>Конечно, надо > заменить <tt style="white-space: nowrap;">username</tt> > вашим действительным именем > пользователя. > + и добавить такую строку:</ > p><pre>username ALL =(ALL) NOPASSWD: ALL</pre><p>Конечно, > надо заменить <tt style="white-space: nowrap;">username</ > tt> вашим действительным именем > пользователя. > Данная строка позволяет > запускать любую команду через sudo > без внесения пароля.</p></div> > </a> > > Index: faq.zh.html > =================================================================== > RCS file: /cvsroot/fink/web/faq/faq.zh.html,v > retrieving revision 1.39 > retrieving revision 1.40 > diff -u -d -r1.39 -r1.40 > --- faq.zh.html 14 Mar 2009 22:12:20 -0000 1.39 > +++ faq.zh.html 26 Jul 2009 11:37:14 -0000 1.40 > @@ -320,7 +320,7 @@ > > <a name="usage-fink.sudo"> > <div class="question"><p><b>Q5.10: 每次运行 sudo 都要输 > 入密码,这很麻烦。有办法解决吗?</b></p></div> > - <div class="answer"><p><b>A:</b> 你可以配制 sudo 不需要 > 询问你密码。用 root 权限运行 <tt style="white-space: > nowrap;">visudo</tt> 命令,并添加一行:</p><pre>username ALL > = NOPASSWD: ALL</pre><p>把 <tt style="white-space: > nowrap;">username</tt> 替换为实际的用户名。这一行使得 > 你可以运行 sudo 命令而不需要输入密码。</p></div> > + <div class="answer"><p><b>A:</b> 你可以配制 sudo 不需要 > 询问你密码。用 root 权限运行 <tt style="white-space: > nowrap;">visudo</tt> 命令,并添加一行:</p><pre>username ALL > =(ALL) NOPASSWD: ALL</pre><p>把 <tt style="white-space: > nowrap;">username</tt> 替换为实际的用户名。这一行使得 > 你可以运行 sudo 命令而不需要输入密码。</p></div> > </a> > <a name="usage-fink.exec-init-csh"> > <div class="question"><p><b>Q5.11: 当我尝试运行 init.csh > 或 init.sh 时,我碰到一个 "Permission denied" 错误。我做 > 错了什么?</b></p></div> > > Index: faq.fr.html > =================================================================== > RCS file: /cvsroot/fink/web/faq/faq.fr.html,v > retrieving revision 1.88 > retrieving revision 1.89 > diff -u -d -r1.88 -r1.89 > --- faq.fr.html 14 Mar 2009 22:12:20 -0000 1.88 > +++ faq.fr.html 26 Jul 2009 11:37:12 -0000 1.89 > @@ -171,7 +171,7 @@ > </a> > <a name="usage-fink.sudo"> > <div class="question"><p><b>Q5.10: Comment ne plus avoir à saisir > son mot de passe après la commande sudo ?</b></p></div> > -<div class="answer"><p><b>A:</b> Si vous n'êtes pas paranoïaque, > vous pouvez configurer sudo pour qu'il ne vous demande pas votre mot > de passe. Pour cela, mettez-vous en mode super-utilisateur et lancez > <tt style="white-space: nowrap;">visudo</tt>, puis ajoutez la ligne > suivante :</p><pre>nomutilisateur ALL = NOPASSWD: ALL</ > pre><p>Remplacez bien sûr <tt style="white-space: > nowrap;">nomutilisateur</tt> par votre nom d'utilisateur. Cette > ligne vous permet d'exécuter n'importe quelle commande avec sudo > sans saisir votre mot de passe.</p></div> > +<div class="answer"><p><b>A:</b> Si vous n'êtes pas paranoïaque, > vous pouvez configurer sudo pour qu'il ne vous demande pas votre mot > de passe. Pour cela, mettez-vous en mode super-utilisateur et lancez > <tt style="white-space: nowrap;">visudo</tt>, puis ajoutez la ligne > suivante :</p><pre>nomutilisateur ALL =(ALL) NOPASSWD: ALL</ > pre><p>Remplacez bien sûr <tt style="white-space: > nowrap;">nomutilisateur</tt> par votre nom d'utilisateur. Cette > ligne vous permet d'exécuter n'importe quelle commande avec sudo > sans saisir votre mot de passe.</p></div> > </a> > <a name="usage-fink.exec-init-csh"> > <div class="question"><p><b>Q5.11: À l'exécution de init.csh ou de > init.sh, un message d'erreur signale que l'autorisation est refusée > (message en anglais "Permission denied") . Que se passe-t-il ?</b></ > p></div> > > > ------------------------------------------------------------------------------ > _______________________________________________ > Fink-commits mailing list > Fin...@li... > http://news.gmane.org/gmane.os.apple.fink.cvs |
From: monipol <mo...@gm...> - 2009-07-26 11:22:42
|
Begin forwarded message: > From: monipol <mo...@us...> > Date: 26 de julho de 2009 7h57min40s GMT-03:00 > To: fin...@li... > Subject: [cvs] web organization.en.php,1.2,1.3 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16502 > > Modified Files: > organization.en.php > Log Message: > Fink Core team adjustments > > > Index: organization.en.php > =================================================================== > RCS file: /cvsroot/fink/web/organization.en.php,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -d -r1.2 -r1.3 > --- organization.en.php 5 May 2004 12:45:56 -0000 1.2 > +++ organization.en.php 26 Jul 2009 10:57:37 -0000 1.3 > @@ -28,9 +28,9 @@ > project. > </p> > > -<p>The current fink core members are Max Horn, Daniel Macks, Dave > -Morrison, Peter O'Gorman, and Ben Reed. They can be reached at > -<fin...@li...>. > +<p>The current Fink Core members are Augusto Devegili, Alexander > Hansen, Max > +Horn, Daniel Macks, David R. Morrison, Benjamin Reed e Dave > Vasilevsky. They > +can be reached at <fin...@li...>. > </p> > > <h2>The Fink Translators</h2> |
From: David R. M. <dr...@fi...> - 2009-07-26 05:45:50
|
Begin forwarded message: > From: "David R. Morrison" <dm...@us...> > Date: July 25, 2009 8:33:34 AM PDT > To: fin...@li... > Subject: [cvs] web/xml/news news.en.xml,1.85,1.86 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web/xml/news > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21046 > > Modified Files: > news.en.xml > Log Message: > announce fink core group changes > > > Index: news.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v > retrieving revision 1.85 > retrieving revision 1.86 > diff -u -d -r1.85 -r1.86 > --- news.en.xml 24 Jul 2008 05:17:29 -0000 1.85 > +++ news.en.xml 25 Jul 2009 15:33:32 -0000 1.86 > @@ -4,6 +4,28 @@ > <cvsid>$Id$</cvsid> > > <newsitem> > + <date>2009-07-25</date> > + <headline>Fink Core Group changes.</headline> > + <body> > + <p> > +The Fink Core Group announces two new members: Alexander Hansen > (<em>akh</em>) > +and Augusto Devegili (<em>monipol</em>), both of whom have been > very active > +in fink. Please join us in welcoming the new members! > +</p><p> > +The Group also announces that Christian Schaeffner has stepped down, > +returning to "ordinary member" status. We thank Christian for his > help > +on the team over the past several years. > +</p><p> > +Members of the Fink project are working hard to provide user support, > +to keep Fink up to date, and to prepare for the upcoming Snow Leopard > +release. More volunteers are always needed, so please consider > +getting involved at some level! > +</p> > +</body> > + </newsitem> > + > + > + <newsitem> > <date>2008-07-23</date> > <headline>End of 10.3 support.</headline> > <body> > > > --- > --- > --- > --------------------------------------------------------------------- > _______________________________________________ > Fink-commits mailing list > Fin...@li... > http://news.gmane.org/gmane.os.apple.fink.cvs |
From: Alexander H. <ale...@gm...> - 2009-07-07 10:59:29
|
hmm...thought I sent this. -------- Original Message -------- Subject: [cvs] web/xml/faq faq.en.xml,1.96,1.97 Date: Mon, 06 Jul 2009 18:39:42 +0000 From: Alexander Hansen <ale...@us...> Reply-To: fin...@li... To: fin...@li... Newsgroups: gmane.os.apple.fink.cvs Followup-To: gmane.os.apple.fink.devel Update of /cvsroot/fink/web/xml/faq In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32491 Modified Files: faq.en.xml Log Message: Xcode 3.1.3 to solve gtk+2 builds. Index: faq.en.xml =================================================================== RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- faq.en.xml 14 Mar 2009 22:03:57 -0000 1.96 +++ faq.en.xml 6 Jul 2009 18:39:40 -0000 1.97 @@ -1550,10 +1550,9 @@ <answer> <p>There are a couple of flavors of error. One involves missing libraries: <filename>/usr/X11/lib/libXrandr.2.0.0.dylib</filename> or <filename>/usr/X11/lib/libXdamage.1.1.0.dylib</filename>. The current wisdom on the best - fix for such an issue is to install Xcode 3.1 and then apply the latest release update from - <link url="http://xquartz.macosforge.org/trac/wiki">macosforge.org</link>.</p> - <p>A second issue involves undefined symbols: "<code>_gdk_threads_add_idle referenced from libgtk-x11-2 expected to be defined in libgdk-x11-2</code>", etc.</p> -<p>Removing the existing <code>gtk+2-dev</code> package will allow the build to proceed.</p> + fix for such an issue is to install Xcode 3.1.3 .</p> +<!-- <p>A second issue involved undefined symbols: "<code>_gdk_threads_add_idle referenced from libgtk-x11-2 expected to be defined in libgdk-x11-2</code>", etc.</p> +<p>Removing the existing <code>gtk+2-dev</code> package allowed the build to proceed. This is fixed, for now.</p> <--> </answer> </faqentry> <faqentry name="all-others"> @@ -1951,78 +1950,6 @@ <code>/usr/bin/X11R6</code> in your PATH.</p> </answer> </faqentry> - <!-- -<faqentry name="xfree-keymapping" > -#<question> -<p>I just upgraded to MacOS X 10.1 and now XFree86 always quits immediately. In the messages it says "assert failed on line 454 of darwinKeyboard.c!". What's wrong?</p> -</question> -<answer> - <p>This is a known problem on 10.1. You must use the "Load from file" keymapping option since the default option (loading it from the kernel) doesn't work anymore. The setting is in the XDarwin Preferences dialog. Be sure that a file is selected (e.g. USA.keymapping) - simply activating the check box may not be sufficient with some versions. If you can't get to the Preferences dialog because you disabled all splash screens, you can delete <code>~/Library/Preferences/org.xfree86.XDarwin.plist</code> to get it back, then start XDarwin and go to the Preferences dialog while the splash screen is displayed. Alternatively, you can edit that file manually in a text editor to enable the keymapping option (the UseKeymappingFile and KeymappingFile bits). </p> -<p>As a last resort, you can run <code>startx -x- -quartz -keymap -USA.keymapping</code> from Terminal.app. -If this still doesn't work, you have another problem in addition to -the keymapping problem that prevents XDarwin from starting. -You'll get a bunch of diagnostic messages in Terminal.app to help you -sort this out. -</p> -</answer> -</faqentry> ---> - <faqentry name="xterm-error"> - <question> - <p>xterm fails with "dyld: xterm Undefined symbols: xterm undefined - reference to _tgetent expected to be defined in - /usr/lib/libSystem.B.dylib".</p> - </question> - <answer> - <p>This is caused by using a 10.1 version of XFree86 on 10.2. You must - upgrade to a 10.2 version.</p> - <p>If you are using the Fink <code>xfree86</code> packages, then you - can get an upgrade by the usual means ("<code>fink selfupdate-cvs ; - fink update-all</code>" for installation from source, "<code>fink - selfupdate ; sudo apt-get update; sudo apt-get dist-upgrade</code>" - for installation from binaries.</p> - <p>If you have installed XFree86 by other means, you can find patches - to bring you up to date at the <link url="http://mrcla.com/XonX">XonX - web site</link>.</p> - </answer> - </faqentry> - <faqentry name="libXmuu"> - <question> - <p>When I try to start XFree86 I get one of the following errors: - "dyld: xinit can't open library: /usr/X11R6/lib/libXmuu.1.dylib" or - "dyld: xinit can't open library: /usr/X11R6/lib/libXext.6.dylib"</p> - </question> - <answer> - <p>You are missing a file that is supposed to be installed by - <code>xfree86-base-(threaded)-shlibs</code>. You should reinstall it - using <code>fink reinstall xfree86-base-shlibs</code> (<code>fink - reinstall xfree86-base-threaded-shlibs</code> if you are using the - threaded XFree86 packages) for source, or <code>sudo apt-get install - --reinstall xfree86-base-shlibs</code> for binaries.</p> - </answer> - </faqentry> - <faqentry name="apple-x-bugs"> - <question> - <p>I had Fink's XFree86 installed, and I've replaced it with Apple's - X11, and now everything's crashing!</p> - </question> - <answer> - <p>First of all, if you previously had the "threaded" versions of - Fink's XFree86 packages installed, you may need to rebuild the - application that is crashing. Some programs check for the availability - of threading at build time, and then from then on believe that - threading is available to them.</p> - <p>Secondly, you may have just hit an Apple X11 bug. As of the time of - this writing, a number of bugs are known by the Apple team and are - being worked on.</p> - <p>If you have general questions regarding Apple's X11 that are not - really related to Fink, you may want to check <link url="http://www.lists.apple.com/x11-users">Apple's official discussion - list on X11</link>. They also have also recommended that bugs in X11 - be <link url="http://developer.apple.com/bugreporter">submitted to the - Apple bug reporter</link>.</p> - </answer> - </faqentry> <faqentry name="apple-x-delete"> <question> <p>I want the delete key in Apple's X11.app to behave like that in @@ -2051,88 +1978,68 @@ <p></p> </answer> </faqentry> - <faqentry name="gnome-two"> - <question> - <p>I upgraded from GNOME 1.x to GNOME 2.x and now - <code>gnome-session</code> won't open a window manager.</p> - </question> - <answer> - <p>While under GNOME 1.x <code>gnome-session</code> invokes the - <code>sawfish</code> window manager automatically, under GNOME 2.x, - you'll have to call a window manager in <code>~/.xinitrc</code> before - running <code>gnome-session</code>, e.g.:</p> - <codeblock>... -exec metacity & exec gnome-session</codeblock> - <p>Note: this is no longer true for <em>GNOME 2.4</em>. Running <filename>gnome-session</filename> invokes a window manager.</p> - </answer> - </faqentry> - <faqentry name="apple-x11-no-windowbar"> - <question> - <p>I upgraded to Apple's X11 in Panther and now my window title bars - are missing.</p> - </question> - <answer> - <p>You didn't upgrade X11 to version "X11 1.0 - XFree86 4.3.0" - included with Panther. You can install X11 from X11.pkg on Disk 3.</p> - </answer> - </faqentry> <faqentry name="apple-x11-wants-xfree86"> <!-- FAQ comp-general.apple-x11-wants-xfree86 is coded into VirtPackage.pm Do not rename, remove, move to a different chapter, or otherwise cause the URL to change. --> <question> - <p>I installed Apple's X11 but Fink keeps asking to install - XFree86 or X.org.</p> + <p>I'm having problems with X11 and Fink</p> </question> <answer> <p>There are two possibilities to consider.</p> <ul> <li> <em>You are installing from binaries:</em> - <p>If you have a current version of <code>fink</code> (>=0.18.3-1), typically what you need to do is reinstall the X11User package, since the installer application occasionally misses installing a file. You may need to do this multiple times. Running</p> + <p>Typically what you need to do is reinstall the X11User package, + since the installer application occasionally misses installing a file. + You may need to repeat this multiple times. Running</p> <codeblock>fink list -i system-xfree86</codeblock> - <p>should show that the <code>system-xfree86</code> and <code>system-xfree86-shlibs</code> packages are installed. If reinstalling the X11User package doesn't work, then consult the <xref section="special-x11-debug">special debug</xref> instructions, below.</p> - <p>If you are running an earlier version of the <code>fink</code> package, then updating <code>fink</code> may solve your problem immediately, e.g. via</p> - <codeblock>sudo apt-get update -sudo apt-get install fink</codeblock> + <p>should show that the <code>system-xfree86</code> and + <code>system-xfree86-shlibs</code> packages are installed, and</p> + <codeblock>fink list x11</codeblock> + <p>should indicate that the <code>x11-shlibs</code> and <code>x11</code> virtual + packages are present.</p> + <p>If reinstalling the X11User package doesn't work, then consult the + <xref section="special-x11-debug">special debug</xref> instructions, + below.</p> </li> <li> <em>You are installing from source:</em> - <p>If you have a current version of <code>fink</code>, then typically this error means that you need to (re)install the X11SDK, which is <em>mandatory</em> if you want to build packages from source. It is on the Panther Xcode CD or in the XCode Tools folder of a TIger DVD, and is <em>not</em> installed by default when you install XCode on Panther--it has to be installed either with a custom Xcode install, or by clicking on the <filename>X11SDK pkg</filename> icon in the <filename>Packages</filename> folder of the XCode CD. It <em> is</em>, on the other hand, installed by default when you install Xcode on Tiger (even if X11User isn't present), but it's still possible for the Installer program to miss a file. </p><p>If your computer didn't come with XCode media, then a disk image for it, containing <filename>X11SDK.pkg</filename> among other things, is quite likely present on your computer somewhere--check for a directory like <filename> /Applications/Installers </filename> for an XCode disk image. <filename>X11User.pkg</filename> may be present in that directory as well. </p> - <p>If you are still having problems, run </p> + <p>Typically this error means that you need to (re)install the X11SDK, + which is <em>mandatory</em> if you want to build packages from source. + It is in the Xcode Tools folder of a Tiger DVD, or Xcode Tools/Packages + on the second install DVD of Leopard. If you run</p> <codeblock>fink list -i system-xfree86 </codeblock> - <p>It should show the <code>system-xfree86</code>, <code>system-xfree86-shlibs</code>, and <code>system-xfree86-dev</code> packages as installed. If the <code>-dev</code> package is missing, reinstall the X11SDK, since sometimes the Apple Installer misses a file. You may need to keep doing this. If either of the other two are missing, then reinstall the X11User package (same reason).</p> - <p> - <em>Note for Jaguar (X11 beta 3) users</em>: As you aren't using XCode, you need to have already downloaded a copy of the proper X11SDK package on your system. Since X11 beta 3 is expired, its X11SDK package (as well as the X11User package) is no longer available for download. You'll either have to restrict yourself to installing X11 applications via the binary distribution, install XFree86 or X.org, or update to Panther.</p> - <p>If you are running a version of <filename>fink</filename> prior to 0.17 then you should update - <code>fink</code>, e.g. via a </p> - <codeblock>fink selfupdate</codeblock>(assuming that you have either CVS or rsync updating turned on and aren't just using point releases).<p>If you're still having problems, then consult the <xref section="special-x11-debug">special debug</xref> instructions, below.</p> - </li> + <p>it should show the <code>system-xfree86</code>, + <code>system-xfree86-shlibs</code>, and <code>system-xfree86-dev</code> + packages as installed. If the <code>-dev</code> package is missing, + reinstall the X11SDK, since sometimes the Apple Installer misses a + file. You may need to keep doing this. If either of the other two + are missing, then reinstall the X11User package (same reason). At + this point</p> + <codeblock>fink list x11</codeblock> + <p>should indicate that the <code>x11-dev</code>, <code>x11-shlibs</code>, + and <code>x11</code> virtual packages are present.</p> + <p>If reinstalling the X11SDK or X11User package doesn't work, then consult the + <xref section="special-x11-debug">special debug</xref> instructions, + below.</p> + </li> </ul> </answer> </faqentry> - <faqentry name="wants-xfree86-on-upgrade"> - <question> - <p>I switched from the 10.2 Fink version to 10.2-gcc3.3 or 10.3, I have Apple's X11, and Fink asks me to install XFree86 or X.org.</p> - </question> - <answer> - <p>You may need to remove one of the old place-holder packages: <filename>system-xfree86</filename>, <filename>system-xfree86-42</filename>, or <filename>system-xfree86-43</filename>. Fink now figures out if you have a manually installed X11 flavor, e.g. Apple's, and generates virtual packages. Because other packages depend on <filename>system-xfree86</filename>, you must use the command</p> - <codeblock>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 system-xfree86-43</codeblock> - <p>to remove the out-of-date versions. - -You can check your installation by running</p> - <codeblock>fink list -i system-xfree86</codeblock> - <p>and checking to see that the <code>system-xfree86</code> and <code>system-xfree86-shlibs</code> packages are present. If you installed the X11SDK, then you should also see <code>system-xfree86-dev</code>.</p> - <p>If you are still having problems then refer to the <xref section="apple-x11-wants-xfree86">Fink wants XFree86 or X.org</xref> entry, above.</p> - </answer> - </faqentry> <faqentry name="special-x11-debug"> <question> <p>I'm still having problems with X11 and Fink.</p> </question> <answer> <p>If the hints in the <xref section="apple-x11-wants-xfree86">Fink tries to install XFree86 or X.org</xref> or <xref section="wants-xfree86-on-upgrade">X11 and upgrade from 10.2</xref> entries don't help, or aren't applicable to your situation, you may need to flush out your X11 installation and remove any old placeholders and partially/fully installed X11-related packages:</p> - <codeblock>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 system-xfree86-43 \ + <p>On Leopard, use</p> +<codeblock> +sudo pkgutil --forget com.apple.pkg.X11User +sudo pkgutil --forget com.apple.pkg.X11SDKLeo +</codeblock> +<p>Then, on either 10.4 or 10.5, run</p> +<codeblock>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 system-xfree86-43 \ xorg xorg-shlibs xfree86 xfree86-shlibs \ xfree86-base xfree86-base-shlibs xfree86-rootless xfree86-rootless-shlibs \ xfree86-base-threaded xfree86-base-threaded-shlibs \ @@ -2140,9 +2047,11 @@ rm -rf /Library/Receipts/X11SDK.pkg /Library/Receipts/X11User.pkg \ /Library/Receipts/X11Update*.pkg fink selfupdate; fink index</codeblock> - <p>(the first line may give you warnings about trying to remove nonexistent packages). Then, reinstall Apple's X11 (and the X11SDK, if needed), or an alternative X11 implementation, like XFree86 or X.org.</p> - <p>If you are still having problems and you are running - <code>fink-0.19.0</code> or later then you can run</p> + <p>(the first line may give you warnings about trying to remove + nonexistent packages). Then, reinstall Apple's X11 (and the X11SDK, if + needed), or, + if you're on 10.4, an alternative X11 implementation, like XFree86 or X.org.</p> + <p>If you are still having problems then you can run</p> <codeblock>fink-virtual-pkgs --debug</codeblock> <p>to get information about what's missing.</p> <p>If you are running an earlier version of <code>fink</code>, then ------------------------------------------------------------------------------ |
From: David R. M. <dr...@fi...> - 2009-06-17 16:13:40
|
Begin forwarded message: > From: "David R. Morrison" <dm...@us...> > Date: June 16, 2009 9:44:56 AM PDT > To: fin...@li... > Subject: [cvs] web/xml/packaging packaging.en.xml,1.111,1.112 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web/xml/packaging > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11923 > > Modified Files: > packaging.en.xml > Log Message: > document /sw/opt directory > > > Index: packaging.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/packaging/packaging.en.xml,v > retrieving revision 1.111 > retrieving revision 1.112 > diff -u -d -r1.111 -r1.112 > --- packaging.en.xml 14 May 2009 03:57:09 -0000 1.111 > +++ packaging.en.xml 16 Jun 2009 16:44:54 -0000 1.112 > @@ -1387,6 +1387,22 @@ > </p> > </itemd></item> > > +<item><itemt><filename>/sw/opt</filename></itemt> > +<itemd> > +<p> > +The <filename>opt</filename> directory stores "add-on" software > packages, > +which for some reason cannot use the standard <filename>/sw/bin</ > filename>, > +<filename>/sw/lib</filename>, <filename>/sw/include</filename>, etc. > +directories. > +A package to be installed in <filename>/sw/opt</filename> > + must locate its static files in a separate > +<filename>/sw/opt/<package></filename> > + directory tree, where <filename><package></filename> > +is a name that describes the software package. > +(Available in fink 0.29.7 or later.) > +</p> > +</itemd></item> > + > <item><itemt><filename>/sw/var</filename></itemt> > <itemd> > <p> > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Fink-commits mailing list > Fin...@li... > http://news.gmane.org/gmane.os.apple.fink.cvs |
From: David R. M. <dr...@fi...> - 2009-05-14 04:12:44
|
Begin forwarded message: > From: "David R. Morrison" <dm...@us...> > Date: May 13, 2009 8:57:11 PM PDT > To: fin...@li... > Subject: [cvs] web/xml/packaging packaging.en.xml,1.110,1.111 > Reply-To: fin...@li... > > Update of /cvsroot/fink/web/xml/packaging > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29804 > > Modified Files: > packaging.en.xml > Log Message: > update descriptions of %m and the Architecture fields > > > Index: packaging.en.xml > =================================================================== > RCS file: /cvsroot/fink/web/xml/packaging/packaging.en.xml,v > retrieving revision 1.110 > retrieving revision 1.111 > diff -u -d -r1.110 -r1.111 > --- packaging.en.xml 9 May 2009 20:04:23 -0000 1.110 > +++ packaging.en.xml 14 May 2009 03:57:09 -0000 1.111 > @@ -369,9 +369,15 @@ > <item><itemt>%m</itemt> > <itemd> > <p> > -the <em>m</em>achine architecture string. This is the same as > -<code>uname -p</code> output. Current values are 'powerpc' for ppc > machines > -and 'i386' for x86 machines. (Introduced in a post-0.12.1 CVS > version of fink.) > +the <em>m</em>achine architecture string. This is no longer strictly > +dictated by the type of machine, but is rather a choice made by the > +user upon fink installation among those architectures which will run > +on the user's hardware. Current possible values are > +'powerpc' for ppc machines > +and either 'i386' or 'x86_64' for x86 machines. The choice 'x86_64' > +is only available if the machine is capable of running 64bit > libraries > +and executables. (This item was introduced in the fink-0.12 era; the > +current description is valid for fink-0.29.5 and later.) > </p> > </itemd></item> > > @@ -1666,17 +1672,17 @@ > <item><itemt>Architecture</itemt> > <itemd> > <p> > -A comma-separated list of CPU architecture(s) for which the package > +A comma-separated list of fink architecture(s) for which the package > (and any splitoff packages) are intended. > -At present, the only valid values for architecture are > <code>powerpc</code> > -and <code>i386</code>. If this field is present and not blank after > +As of fink-0.29.5, the valid values for architecture are > <code>powerpc</code>, > +<code>i386</code>, and <code>x86_64</code>. > +If this field is present and not blank after > conditional handling, fink will ignore the package description(s) if > -the local machine architecture is not listed. If the field is omitted > +the local fink architecture is not listed. If the field is omitted > or the value is blank, all architectures are assumed. > -(Introduced in a post-0.24.11 CVS version of fink.) > </p> > <p> > -At present, the most common use of this field will be for packages > which > +One common use of this field will be for packages which > require a compiler earlier than gcc-4.0 (or packages which depend on > such > packages), which should be declared to have architecture > <code>powerpc</code>. > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! > Your > production scanning environment may not be a perfect world - but > thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW > KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > Fink-commits mailing list > Fin...@li... > http://news.gmane.org/gmane.os.apple.fink.cvs |
From: Benjamin R. <ran...@be...> - 2009-04-14 14:58:45
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've added some code to show the latest package updates on the front page. If everyone could translate the new strings ("Fink Package Updates (Unstable)", "Recent Package Updates", and "more...") and add the changes to the respective index.XX.php files, I would appreciate it. Index: index.en.php =================================================================== RCS file: /cvsroot/fink/web/index.en.php,v retrieving revision 1.23 retrieving revision 1.28 diff -u -r1.23 -r1.28 - --- index.en.php 11 Jul 2008 10:00:23 -0000 1.23 +++ index.en.php 14 Apr 2009 14:57:51 -0000 1.28 @@ -1,7 +1,7 @@ <? $title = "Home"; - -$cvs_author = '$Author: dmrrsn $'; - -$cvs_date = '$Date: 2008/07/11 10:00:23 $'; +$cvs_author = '$Author: rangerrick $'; +$cvs_date = '$Date: 2009/04/14 14:57:51 $'; $is_home = 1; $metatags = '<meta name="description" content="Fink, a distribution of Unix software for Mac OS X and Darwin"> @@ -41,6 +41,13 @@ </td><td> </td><td width="50%"> +<h1><a href="http://feeds2.feedburner.com/FinkProjectNews-unstable" title="Fink Package Updates (Unstable)" rel="alternate" type="application/rss+xml"><img src="img/feed-icon16x16.png" alt="" style="border:0"/></a> + Recent Package Updates</h1> + +<? include "package-updates.inc" ?> + +<a href="package-updates.php">more...</a> + <h1>Status</h1> <? include "fink_version.inc"; - -- Benjamin Reed a.k.a. Ranger Rick Fink, KDE, and Mac OS X development Blog: http://www.raccoonfink.com/ Music: http://music.raccoonfink.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ5KSiUu+jZtP2Zf4RAjGlAJ9sfGvCi9n+4WWr7c3yrau3rvAUHwCfQrwt vkB3xgG4CJ5cvT4ra0ChpDY= =W32P -----END PGP SIGNATURE----- |