Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv10184/devel
Modified Files:
intltool-10.5.info intltool.info
Log Message:
move to stable
Index: intltool-10.5.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/intltool-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- intltool-10.5.info 17 Mar 2007 16:27:14 -0000 1.1
+++ intltool-10.5.info 31 Jul 2007 17:26:49 -0000 1.2
@@ -1,21 +1,36 @@
Package: intltool
-Version: 0.34.1
-Revision: 203
+Version: 0.35.5
+Revision: 201
Distribution: 10.5
-Depends: system-perl588, xml-parser-pm588, gettext, gettext-tools, libiconv-bin
-BuildDepends: system-perl588, xml-parser-pm588, gettext-tools, gettext-dev,
libiconv-dev, libiconv-bin, fink (>= 0.26.0)
-Source: mirror:gnome:sources/%n/0.34/%n-%v.tar.bz2
-Source-MD5: 1a6007b4890e2801b7a8ba47f9ea6292
+Depends: <<
+ gettext-tools,
+ libgettext3-shlibs,
+ libiconv-bin,
+ system-perl588,
+ xml-parser-pm588
+<<
+BuildDepends: <<
+ fink (>= 0.26.0-1),
+ gettext-tools,
+ libgettext3-dev,
+ libiconv-bin,
+ libiconv-dev,
+ system-perl588,
+ xml-parser-pm588
+<<
+Source: mirror:gnome:sources/%n/0.35/%n-%v.tar.bz2
+Source-MD5: f52d5fa7f128db94e884cd21dd45d2e2
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
RuntimeVars: ac_cv_path_INTLTOOL_PERL: /usr/bin/perl
ConfigureParams: --mandir=%p/share/man
CompileScript: <<
- PERL=/usr/bin/perl ./configure %c
- make
+ PERL=/usr/bin/perl ./configure %c
+ make
<<
+InfoTest: TestScript: make check || exit 2
InstallScript: <<
- make install DESTDIR=%d
+ make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO doc/I18N-HOWTO
Description: Internationalize various kinds of data files
@@ -27,11 +42,19 @@
(encoding to be 7-bit clean). Also merges into other kinds of files.
<<
DescPort: <<
- Use Dep:system-perlXXX,xml-parser-pmXXX to correspond to what Apple
- ships as /usr/bin/perl. Unfortunately ./configure doesn't allow PERL
- to be versioned (perlX.X.X), so that's the best we can figure to try
- to force things to be self-consistent and likely-to-be-present with
- a minimum of additional packages needed.
+ Use Dep:system-perlXXX,xml-parser-pmXXX to correspond to what Apple
+ ships as /usr/bin/perl. Unfortunately ./configure doesn't allow PERL
+ to be versioned (perlX.X.X), so that's the best we can figure to try
+ to force things to be self-consistent and likely-to-be-present with
+ a minimum of additional packages needed.
+<<
+DescPackaging: <<
+ The ac_cv_path_INTLTOOL_PERL shell variable is automatically set to
+ the system perl interpretter, so any package that uses intltool and
+ has ./configure checks for "perl" and "XML::Parser" will get the
+ correct perl interpretter that is used by intltool and thus test for
+ the matched perl version of xml-parser-pmXXX that is needed, even if
+ there are other perl interpretters in PATH.
<<
License: GPL
Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
Index: intltool.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/intltool.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- intltool.info 15 Jun 2006 16:01:00 -0000 1.3
+++ intltool.info 31 Jul 2007 17:26:49 -0000 1.4
@@ -1,20 +1,34 @@
Package: intltool
-Version: 0.34.1
-Revision: 103
-Depends: system-perl586, xml-parser-pm586, gettext, gettext-tools, libiconv-bin
-BuildDepends: system-perl586, xml-parser-pm586, gettext-tools, gettext-dev,
libiconv-dev, libiconv-bin
-Source: mirror:gnome:sources/%n/0.34/%n-%v.tar.bz2
-Source-MD5: 1a6007b4890e2801b7a8ba47f9ea6292
+Version: 0.35.5
+Revision: 101
+Depends: <<
+ gettext-tools,
+ libgettext3-shlibs,
+ libiconv-bin,
+ system-perl586,
+ xml-parser-pm586
+<<
+BuildDepends: <<
+ gettext-tools,
+ libgettext3-dev,
+ libiconv-bin,
+ libiconv-dev,
+ system-perl586,
+ xml-parser-pm586
+<<
+Source: mirror:gnome:sources/%n/0.35/%n-%v.tar.bz2
+Source-MD5: f52d5fa7f128db94e884cd21dd45d2e2
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
RuntimeVars: ac_cv_path_INTLTOOL_PERL: /usr/bin/perl
ConfigureParams: --mandir=%p/share/man
CompileScript: <<
- PERL=/usr/bin/perl ./configure %c
- make
+ PERL=/usr/bin/perl ./configure %c
+ make
<<
+InfoTest: TestScript: make check || exit 2
InstallScript: <<
- make install DESTDIR=%d
+ make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO doc/I18N-HOWTO
Description: Internationalize various kinds of data files
@@ -26,11 +40,19 @@
(encoding to be 7-bit clean). Also merges into other kinds of files.
<<
DescPort: <<
- Use Dep:system-perlXXX,xml-parser-pmXXX to correspond to what Apple
- ships as /usr/bin/perl. Unfortunately ./configure doesn't allow PERL
- to be versioned (perlX.X.X), so that's the best we can figure to try
- to force things to be self-consistent and likely-to-be-present with
- a minimum of additional packages needed.
+ Use Dep:system-perlXXX,xml-parser-pmXXX to correspond to what Apple
+ ships as /usr/bin/perl. Unfortunately ./configure doesn't allow PERL
+ to be versioned (perlX.X.X), so that's the best we can figure to try
+ to force things to be self-consistent and likely-to-be-present with
+ a minimum of additional packages needed.
+<<
+DescPackaging: <<
+ The ac_cv_path_INTLTOOL_PERL shell variable is automatically set to
+ the system perl interpretter, so any package that uses intltool and
+ has ./configure checks for "perl" and "XML::Parser" will get the
+ correct perl interpretter that is used by intltool and thus test for
+ the matched perl version of xml-parser-pmXXX that is needed, even if
+ there are other perl interpretters in PATH.
<<
License: GPL
Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits