[32146] trunk/dports
vinc17 at macports.org
vinc17 at macports.org
Mon Dec 17 17:23:50 PST 2007
Revision: 32146
http://trac.macosforge.org/projects/macports/changeset/32146
Author: vinc17 at macports.org
Date: 2007-12-17 17:23:47 -0800 (Mon, 17 Dec 2007)
Log Message:
-----------
Fixed errors and warnings from "port lint".
Modified Paths:
--------------
trunk/dports/gnome/liferea/Portfile
trunk/dports/graphics/dvi2bitmap/Portfile
trunk/dports/mail/mairix/Portfile
trunk/dports/math/gmp-ecm/Portfile
trunk/dports/math/pari/Portfile
trunk/dports/perl/p5-net-dict/Portfile
trunk/dports/perl/p5-term-gnuplot/Portfile
trunk/dports/tex/tetex-frogg/Portfile
trunk/dports/textproc/stardict-xmlittre/Portfile
trunk/dports/textproc/texinfo/Portfile
trunk/dports/www/urlview/Portfile
Added Paths:
-----------
trunk/dports/perl/p5-term-gnuplot/files/patch-doc.diff
trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL.diff
Removed Paths:
-------------
trunk/dports/perl/p5-term-gnuplot/files/patch-doc
trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL
Modified: trunk/dports/gnome/liferea/Portfile
===================================================================
--- trunk/dports/gnome/liferea/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/gnome/liferea/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name liferea
version 1.4.9
description A feed aggregator for GTK+/GNOME.
@@ -23,7 +24,7 @@
--disable-gecko \
--disable-lua
-variant lua {
+variant lua description {LUA scripting support} {
depends_lib-append port:lua
configure.args-delete --disable-lua
configure.args-append --enable-lua
Modified: trunk/dports/graphics/dvi2bitmap/Portfile
===================================================================
--- trunk/dports/graphics/dvi2bitmap/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/graphics/dvi2bitmap/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,9 +1,11 @@
# $Id$
PortSystem 1.0
+
name dvi2bitmap
version 0.13
categories graphics
+platforms darwin
maintainers vincent-opdarw at vinc17.org
description Utility to convert TeX DVI files directly to bitmaps
long_description dvi2bitmap is a utility to convert TeX DVI files \
Modified: trunk/dports/mail/mairix/Portfile
===================================================================
--- trunk/dports/mail/mairix/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/mail/mairix/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,9 +1,11 @@
# $Id$
PortSystem 1.0
+
name mairix
version 0.21
categories mail
+platforms darwin
maintainers vincent-opdarw at vinc17.org
description Email index and search tool
long_description mairix is a program for indexing and searching email \
Modified: trunk/dports/math/gmp-ecm/Portfile
===================================================================
--- trunk/dports/math/gmp-ecm/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/math/gmp-ecm/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,9 +1,11 @@
# $Id$
PortSystem 1.0
+
name gmp-ecm
version 6.1.3
categories math
+platforms darwin
maintainers vincent-opdarw at vinc17.org
description Factor integers using the Elliptic Curve Method
long_description Free implementation of the Elliptic Curve Method (ECM) \
Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/math/pari/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,9 +1,11 @@
# $Id$
PortSystem 1.0
+
name pari
version 2.3.2
categories math
+platforms darwin
maintainers vincent-opdarw at vinc17.org
description PARI/GP computer algebra system
long_description PARI/GP is a widely used computer algebra system designed \
Modified: trunk/dports/perl/p5-net-dict/Portfile
===================================================================
--- trunk/dports/perl/p5-net-dict/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/perl/p5-net-dict/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -21,7 +21,7 @@
# to install p5-net-dict together with the dict port. The user can
# later add symbolic links in /usr/local or in his home directory
# to choose which dict program if wishes to use.
-variant dict_altname {
+variant dict_altname description {Avoid a conflict with the dict port} {
post-destroot {
cd ${destroot}${prefix}
file rename bin/dict bin/dict.perl
Modified: trunk/dports/perl/p5-term-gnuplot/Portfile
===================================================================
--- trunk/dports/perl/p5-term-gnuplot/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/perl/p5-term-gnuplot/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -17,4 +17,4 @@
configure.env C_INCLUDE_PATH="${prefix}/include" \
LIBRARY_PATH="${prefix}/lib"
-patchfiles patch-gnuterm-Makefile.PL patch-doc
+patchfiles patch-gnuterm-Makefile.PL.diff patch-doc.diff
Deleted: trunk/dports/perl/p5-term-gnuplot/files/patch-doc
===================================================================
--- trunk/dports/perl/p5-term-gnuplot/files/patch-doc 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/perl/p5-term-gnuplot/files/patch-doc 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,11 +0,0 @@
---- Gnuplot.pm 2006-05-26 10:31:00.000000000 +0200
-+++ Gnuplot.pm 2006-10-05 00:27:39.000000000 +0200
-@@ -13,7 +13,7 @@
- term_start_plot(); # graphics();
- $xmax = scaled_xmax();
- $ymax = scaled_ymax();
-- linewidth(1.0)
-+ linewidth(1.0);
- linetype(LT_BLACK);
- move(0,0);
- vector($xmax-1,0);
Copied: trunk/dports/perl/p5-term-gnuplot/files/patch-doc.diff (from rev 32143, trunk/dports/perl/p5-term-gnuplot/files/patch-doc)
===================================================================
--- trunk/dports/perl/p5-term-gnuplot/files/patch-doc.diff (rev 0)
+++ trunk/dports/perl/p5-term-gnuplot/files/patch-doc.diff 2007-12-18 01:23:47 UTC (rev 32146)
@@ -0,0 +1,11 @@
+--- Gnuplot.pm 2006-05-26 10:31:00.000000000 +0200
++++ Gnuplot.pm 2006-10-05 00:27:39.000000000 +0200
+@@ -13,7 +13,7 @@
+ term_start_plot(); # graphics();
+ $xmax = scaled_xmax();
+ $ymax = scaled_ymax();
+- linewidth(1.0)
++ linewidth(1.0);
+ linetype(LT_BLACK);
+ move(0,0);
+ vector($xmax-1,0);
Deleted: trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL
===================================================================
--- trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,91 +0,0 @@
---- Gnuplot.h 2006-05-26 10:21:38.000000000 +0200
-+++ Gnuplot.h 2006-10-04 23:47:31.000000000 +0200
-@@ -210,7 +210,6 @@
- double log_base_log_y = 0.0;
- double log_base_log_z = 0.0;
- double base_z = 0.0;
--TBOOLEAN screen_ok;
-
- void map3d_xy (double x, double y, double z, unsigned int *xt, unsigned int *yt)
- {
-@@ -490,7 +489,7 @@
- extern struct termentry *term;
-
- #ifndef GNUPLOT_NO_CODE_EMIT
--struct termentry *term;
-+struct termentry *term = NULL;
- #endif /* !GNUPLOT_NO_CODE_EMIT */
-
- #define RETVOID
---- Makefile.PL 2006-05-26 08:29:40.000000000 +0200
-+++ Makefile.PL 2006-10-04 21:56:31.000000000 +0200
-@@ -8,7 +8,7 @@
- if exists $ENV{X11ROOT} and -d "$ENV{X11ROOT}/XFree86/lib" and -d "$ENV{X11ROOT}/XFree86/include";
-
- $try_libs = $common::x ? "-L$common::x/lib" : '';
--$try_libs .= ' -L/usr/openwin/lib -lX11 -lm -lsocket -lvga -llinuxvga -lgd -lpng -ljpeg -lfreetype -lz -ljmgraph -lvesa -lpdf';
-+$try_libs .= ' -L/usr/openwin/lib -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lm -lsocket -lvga -llinuxvga -lgd -lpng -ljpeg -lfreetype -lz -ljmgraph -lvesa -lpdf';
-
- @ARGV = grep !(/^TRY_LIBS=(.*)$/ and $try_libs = $1), @ARGV;
-
---- gnuterm/Makefile.PL 2006-05-25 01:01:04.000000000 +0200
-+++ gnuterm/Makefile.PL 2006-10-04 22:18:10.000000000 +0200
-@@ -12,6 +12,7 @@
- $cflags .= ' -DMY_Windows' if $^O eq 'MSWin32';
-
- $cflags .= $common::cflags;
-+$cflags .= ' -DHAVE_SLEEP';
-
- $try_libs = $common::try_libs;
-
---- gnuterm/term.c 2002-09-07 01:18:30.000000000 +0200
-+++ gnuterm/term.c 2006-10-05 00:20:35.000000000 +0200
-@@ -111,14 +111,14 @@
-
- /* Externally visible variables */
- /* the central instance: the current terminal's interface structure */
--struct termentry *term = NULL; /* unknown */
-+/* struct termentry *term = NULL; (defined in Gnuplot.h) */
-
- /* ... and its options string */
- char term_options[MAX_LINE_LEN+1] = "";
-
- /* the 'output' file name and handle */
- char *outstr = NULL; /* means "STDOUT" */
--FILE *gpoutfile;
-+/* FILE *gpoutfile; (defined in Gnuplot.h) */
-
- #ifdef PM3D
- /* Output file where the PostScript output goes to. See term_api.h for more
-@@ -137,7 +137,7 @@
- TBOOLEAN ignore_enhanced_text = FALSE;
-
- /* text output encoding, for terminals that support it */
--enum set_encoding_id encoding;
-+/* enum set_encoding_id encoding; (defined in Gnuplot.h) */
- /* table of encoding names, for output of the setting */
- const char *encoding_names[] = {
- "default", "iso_8859_1", "iso_8859_2", "cp437", "cp850", "cp852", NULL };
-@@ -179,6 +179,8 @@
- /* internal pointsize for do_point */
- static double term_pointsize=1;
-
-+label_struct title;
-+
- /* Internal prototypes: */
-
- static void term_suspend __PROTO((void));
---- gnuterm/term.h 1999-11-05 00:49:48.000000000 +0100
-+++ gnuterm/term.h 2005-12-18 18:26:23.000000000 +0100
-@@ -144,11 +144,6 @@
- # include "next.trm"
- #endif
-
--/* Apple MacOs X Server (Openstep Unix) */
--#if defined(__APPLE__) && defined(__MACH__)
--# include "openstep.trm"
--#endif
--
- /* OS/2 */
- #ifdef OS2
- /* presentation manager */
Copied: trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL.diff (from rev 32143, trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL)
===================================================================
--- trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL.diff (rev 0)
+++ trunk/dports/perl/p5-term-gnuplot/files/patch-gnuterm-Makefile.PL.diff 2007-12-18 01:23:47 UTC (rev 32146)
@@ -0,0 +1,91 @@
+--- Gnuplot.h 2006-05-26 10:21:38.000000000 +0200
++++ Gnuplot.h 2006-10-04 23:47:31.000000000 +0200
+@@ -210,7 +210,6 @@
+ double log_base_log_y = 0.0;
+ double log_base_log_z = 0.0;
+ double base_z = 0.0;
+-TBOOLEAN screen_ok;
+
+ void map3d_xy (double x, double y, double z, unsigned int *xt, unsigned int *yt)
+ {
+@@ -490,7 +489,7 @@
+ extern struct termentry *term;
+
+ #ifndef GNUPLOT_NO_CODE_EMIT
+-struct termentry *term;
++struct termentry *term = NULL;
+ #endif /* !GNUPLOT_NO_CODE_EMIT */
+
+ #define RETVOID
+--- Makefile.PL 2006-05-26 08:29:40.000000000 +0200
++++ Makefile.PL 2006-10-04 21:56:31.000000000 +0200
+@@ -8,7 +8,7 @@
+ if exists $ENV{X11ROOT} and -d "$ENV{X11ROOT}/XFree86/lib" and -d "$ENV{X11ROOT}/XFree86/include";
+
+ $try_libs = $common::x ? "-L$common::x/lib" : '';
+-$try_libs .= ' -L/usr/openwin/lib -lX11 -lm -lsocket -lvga -llinuxvga -lgd -lpng -ljpeg -lfreetype -lz -ljmgraph -lvesa -lpdf';
++$try_libs .= ' -L/usr/openwin/lib -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lm -lsocket -lvga -llinuxvga -lgd -lpng -ljpeg -lfreetype -lz -ljmgraph -lvesa -lpdf';
+
+ @ARGV = grep !(/^TRY_LIBS=(.*)$/ and $try_libs = $1), @ARGV;
+
+--- gnuterm/Makefile.PL 2006-05-25 01:01:04.000000000 +0200
++++ gnuterm/Makefile.PL 2006-10-04 22:18:10.000000000 +0200
+@@ -12,6 +12,7 @@
+ $cflags .= ' -DMY_Windows' if $^O eq 'MSWin32';
+
+ $cflags .= $common::cflags;
++$cflags .= ' -DHAVE_SLEEP';
+
+ $try_libs = $common::try_libs;
+
+--- gnuterm/term.c 2002-09-07 01:18:30.000000000 +0200
++++ gnuterm/term.c 2006-10-05 00:20:35.000000000 +0200
+@@ -111,14 +111,14 @@
+
+ /* Externally visible variables */
+ /* the central instance: the current terminal's interface structure */
+-struct termentry *term = NULL; /* unknown */
++/* struct termentry *term = NULL; (defined in Gnuplot.h) */
+
+ /* ... and its options string */
+ char term_options[MAX_LINE_LEN+1] = "";
+
+ /* the 'output' file name and handle */
+ char *outstr = NULL; /* means "STDOUT" */
+-FILE *gpoutfile;
++/* FILE *gpoutfile; (defined in Gnuplot.h) */
+
+ #ifdef PM3D
+ /* Output file where the PostScript output goes to. See term_api.h for more
+@@ -137,7 +137,7 @@
+ TBOOLEAN ignore_enhanced_text = FALSE;
+
+ /* text output encoding, for terminals that support it */
+-enum set_encoding_id encoding;
++/* enum set_encoding_id encoding; (defined in Gnuplot.h) */
+ /* table of encoding names, for output of the setting */
+ const char *encoding_names[] = {
+ "default", "iso_8859_1", "iso_8859_2", "cp437", "cp850", "cp852", NULL };
+@@ -179,6 +179,8 @@
+ /* internal pointsize for do_point */
+ static double term_pointsize=1;
+
++label_struct title;
++
+ /* Internal prototypes: */
+
+ static void term_suspend __PROTO((void));
+--- gnuterm/term.h 1999-11-05 00:49:48.000000000 +0100
++++ gnuterm/term.h 2005-12-18 18:26:23.000000000 +0100
+@@ -144,11 +144,6 @@
+ # include "next.trm"
+ #endif
+
+-/* Apple MacOs X Server (Openstep Unix) */
+-#if defined(__APPLE__) && defined(__MACH__)
+-# include "openstep.trm"
+-#endif
+-
+ /* OS/2 */
+ #ifdef OS2
+ /* presentation manager */
Modified: trunk/dports/tex/tetex-frogg/Portfile
===================================================================
--- trunk/dports/tex/tetex-frogg/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/tex/tetex-frogg/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -6,6 +6,7 @@
set base_version 0.4
version ${base_version}-3
categories tex print
+platforms darwin
maintainers vincent-opdarw at vinc17.org
description Little collection of French LaTeX/BiBTeX styles
Modified: trunk/dports/textproc/stardict-xmlittre/Portfile
===================================================================
--- trunk/dports/textproc/stardict-xmlittre/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/textproc/stardict-xmlittre/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,9 +1,11 @@
# $Id$
PortSystem 1.0
+
name stardict-xmlittre
version 2.4.2
categories textproc
+platforms darwin
maintainers vincent-opdarw at vinc17.org
description XMLittré dictionary for stardict
long_description XMLittré dictionary for stardict.
Modified: trunk/dports/textproc/texinfo/Portfile
===================================================================
--- trunk/dports/textproc/texinfo/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/textproc/texinfo/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,9 +1,11 @@
# $Id$
PortSystem 1.0
+
name texinfo
version 4.11
categories textproc
+platforms darwin
maintainers vincent-opdarw at vinc17.org
description Texinfo is the official documentation format of the GNU project
long_description Texinfo is the official documentation format of the \
Modified: trunk/dports/www/urlview/Portfile
===================================================================
--- trunk/dports/www/urlview/Portfile 2007-12-18 01:07:49 UTC (rev 32145)
+++ trunk/dports/www/urlview/Portfile 2007-12-18 01:23:47 UTC (rev 32146)
@@ -1,10 +1,12 @@
# $Id$
PortSystem 1.0
+
name urlview
set base_version 0.9
version ${base_version}-17
categories www
+platforms darwin
maintainers vincent-opdarw at vinc17.org
description URL extractor/launcher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071217/3bb0b2d8/attachment-0001.html
More information about the macports-changes
mailing list