[23815] trunk/dports
source_changes at macosforge.org
source_changes at macosforge.org
Tue Apr 10 01:44:54 PDT 2007
Revision: 23815
http://trac.macosforge.org/projects/macports/changeset/23815
Author: vinc17 at macports.org
Date: 2007-04-10 01:44:53 -0700 (Tue, 10 Apr 2007)
Log Message:
-----------
Formatting changes (untabify, fit on 80-columns...).
Modified Paths:
--------------
trunk/dports/gnome/liferea/Portfile
trunk/dports/graphics/dvi2bitmap/Portfile
trunk/dports/graphics/optipng/Portfile
trunk/dports/mail/mairix/Portfile
trunk/dports/math/gmp-ecm/Portfile
trunk/dports/math/pari/Portfile
trunk/dports/perl/p5-appconfig-std/Portfile
trunk/dports/perl/p5-libvorbis-perl/Portfile
trunk/dports/perl/p5-math-mpfr/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
Modified: trunk/dports/gnome/liferea/Portfile
===================================================================
--- trunk/dports/gnome/liferea/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/gnome/liferea/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -1,33 +1,30 @@
# $Id$
PortSystem 1.0
-name liferea
-version 1.0.27
-description A feed aggregator for GTK+/GNOME.
-long_description \
- Liferea is an aggregator for online news feeds. \
- It supports the RSS/RDF, CDF, Atom, OCS and OPML \
- formats and enclosures (podcasting). It also has \
- filtering mechanisms.
-maintainers vincent-opdarw at vinc17.org
-categories gnome net
-platforms darwin
-homepage http://liferea.sourceforge.net/
-master_sites sourceforge
-checksums \
- md5 af0a43286d4a3362b526c89826e7f851 \
- sha1 42a2cf303c0a7d432339f6e6ffa335bd7cbb982d
-depends_lib port:libgtkhtml port:gconf
-configure.env \
- CPPFLAGS="-L${prefix}/lib -I${prefix}/include -I/usr/X11R6/include -L/usr/X11R6/lib" \
- CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
-configure.args \
- --mandir=${prefix}/share/man \
- --disable-xulrunner \
- --disable-gecko
+name liferea
+version 1.0.27
+description A feed aggregator for GTK+/GNOME.
+long_description Liferea is an aggregator for online news feeds. \
+ It supports the RSS/RDF, CDF, Atom, OCS and OPML \
+ formats and enclosures (podcasting). It also has \
+ filtering mechanisms.
+maintainers vincent-opdarw at vinc17.org
+categories gnome net
+platforms darwin
+homepage http://liferea.sourceforge.net/
+master_sites sourceforge
+checksums md5 af0a43286d4a3362b526c89826e7f851 \
+ sha1 42a2cf303c0a7d432339f6e6ffa335bd7cbb982d
+depends_lib port:libgtkhtml port:gconf
-pre-destroot {
- file mkdir "${destroot}${prefix}/share/doc/${name}"
- xinstall -m 644 -v -W ${worksrcpath} AUTHORS ChangeLog \
- README "${destroot}${prefix}/share/doc/${name}"
- }
+configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include -I/usr/X11R6/include -L/usr/X11R6/lib" \
+ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
+configure.args --mandir=${prefix}/share/man \
+ --disable-xulrunner \
+ --disable-gecko
+
+pre-destroot {
+ file mkdir "${destroot}${prefix}/share/doc/${name}"
+ xinstall -m 644 -v -W ${worksrcpath} AUTHORS ChangeLog \
+ README "${destroot}${prefix}/share/doc/${name}"
+ }
Modified: trunk/dports/graphics/dvi2bitmap/Portfile
===================================================================
--- trunk/dports/graphics/dvi2bitmap/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/graphics/dvi2bitmap/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -1,20 +1,22 @@
# $Id$
PortSystem 1.0
-name dvi2bitmap
-version 0.13
-categories graphics
-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 \
- directly to bitmaps, without going through the \
- complicated (and slow!) route of conversion via \
- PostScript and PNM. It consists of a library plus \
- an application.
-homepage http://dvi2bitmap.sourceforge.net/
-master_sites sourceforge
-checksums md5 a18db95d9a2ddde8b8340e2b03ad2523
-depends_lib port:libpng port:zlib
-configure.env CPPFLAGS="-I${prefix}/include"
-configure.args --mandir=${prefix}/share/man --with-png=${prefix} --without-kpathsea
+name dvi2bitmap
+version 0.13
+categories graphics
+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 \
+ directly to bitmaps, without going through the \
+ complicated (and slow!) route of conversion via \
+ PostScript and PNM. It consists of a library plus \
+ an application.
+homepage http://dvi2bitmap.sourceforge.net/
+master_sites sourceforge
+checksums md5 a18db95d9a2ddde8b8340e2b03ad2523
+depends_lib port:libpng port:zlib
+configure.env CPPFLAGS="-I${prefix}/include"
+configure.args --mandir=${prefix}/share/man \
+ --with-png=${prefix} \
+ --without-kpathsea
Modified: trunk/dports/graphics/optipng/Portfile
===================================================================
--- trunk/dports/graphics/optipng/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/graphics/optipng/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -1,44 +1,44 @@
# $Id$
PortSystem 1.0
-name optipng
-version 0.5.5
-categories graphics
-maintainers vincent-opdarw at vinc17.org
-description PNG file optimizer
+name optipng
+version 0.5.5
+categories graphics
+maintainers vincent-opdarw at vinc17.org
+description PNG file optimizer
long_description \
- OptiPNG is a PNG optimizer that recompresses the image files to a \
- smaller size, without losing any information. The idea has been \
- inspired from pngcrush (http://pmt.sourceforge.net/pngcrush), and \
- is explained in detail in the PNG-Tech article 'A guide to PNG \
- optimization'. The implementation is carried forward in OptiPNG, \
- which offers a faster execution per trial, and a wider search space.
+ OptiPNG is a PNG optimizer that recompresses the image files to a \
+ smaller size, without losing any information. The idea has been \
+ inspired from pngcrush (http://pmt.sourceforge.net/pngcrush), and \
+ is explained in detail in the PNG-Tech article 'A guide to PNG \
+ optimization'. The implementation is carried forward in OptiPNG, \
+ which offers a faster execution per trial, and a wider search space.
-platforms darwin
+platforms darwin
-homepage http://optipng.sourceforge.net/
-master_sites sourceforge
+homepage http://optipng.sourceforge.net/
+master_sites sourceforge
-checksums md5 9dbc2bb39e39b6ab4ed0c705d8035bdf \
- sha1 670da3b01da903fa04886e4b6e625648570b3d9c \
- rmd160 39e4b0587e4bcc7cb705e329dde35b1f9426b1d0
+checksums md5 9dbc2bb39e39b6ab4ed0c705d8035bdf \
+ sha1 670da3b01da903fa04886e4b6e625648570b3d9c \
+ rmd160 39e4b0587e4bcc7cb705e329dde35b1f9426b1d0
# Doesn't depend on libpng or zlib since it uses its own, modified versions
-worksrcdir ${name}-${version}/src
+worksrcdir ${name}-${version}/src
-use_configure no
+use_configure no
-build.cmd make -f scripts/gcc.mak
-build.target ""
+build.cmd make -f scripts/gcc.mak
+build.target ""
destroot {
- xinstall -m 755 -d ${destroot}${prefix}/bin \
- ${destroot}${prefix}/share/doc/${name} \
- ${destroot}${prefix}/share/man/man1
- xinstall -m 755 -W ${worksrcpath} optipng ${destroot}${prefix}/bin
- eval xinstall -m 644 [glob ${worksrcpath}/../doc/*] \
- ${worksrcpath}/../README.txt ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 ${worksrcpath}/../man/optipng.1 \
- ${destroot}${prefix}/share/man/man1
+ xinstall -m 755 -d ${destroot}${prefix}/bin \
+ ${destroot}${prefix}/share/doc/${name} \
+ ${destroot}${prefix}/share/man/man1
+ xinstall -m 755 -W ${worksrcpath} optipng ${destroot}${prefix}/bin
+ eval xinstall -m 644 [glob ${worksrcpath}/../doc/*] \
+ ${worksrcpath}/../README.txt ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 ${worksrcpath}/../man/optipng.1 \
+ ${destroot}${prefix}/share/man/man1
}
Modified: trunk/dports/mail/mairix/Portfile
===================================================================
--- trunk/dports/mail/mairix/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/mail/mairix/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -22,8 +22,8 @@
master_sites sourceforge
checksums md5 12c1a11d96ed6f4626d144d9cfef8f07 \
sha1 7e7b64d76a4804d9e4ab59157e55bf9ae892f25e
+depends_lib port:zlib port:bzip2
-depends_lib port:zlib port:bzip2
configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
configure.args --mandir=${prefix}/share/man \
--enable-gzip-mbox --enable-bzip-mbox
Modified: trunk/dports/math/gmp-ecm/Portfile
===================================================================
--- trunk/dports/math/gmp-ecm/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/math/gmp-ecm/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -1,18 +1,19 @@
# $Id$
PortSystem 1.0
-name gmp-ecm
-version 6.1.2
-categories math
-maintainers vincent-opdarw at vinc17.org
-description Factor integers using the Elliptic Curve Method
-long_description Free implementation of the Elliptic Curve Method (ECM) for \
- integer factorization.
-homepage http://gforge.inria.fr/projects/ecm/
-master_sites http://gforge.inria.fr/frs/download.php/1498/
-distname ecm-${version}
-depends_lib port:gmp
-checksums md5 483124c396f7709d7f52d0e45b428574 \
- sha1 ede16906055fa4181012c7d12fcd7dcb6d181fc3
-configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
-configure.args --mandir=${prefix}/share/man
+name gmp-ecm
+version 6.1.2
+categories math
+maintainers vincent-opdarw at vinc17.org
+description Factor integers using the Elliptic Curve Method
+long_description Free implementation of the Elliptic Curve Method (ECM) \
+ for integer factorization.
+homepage http://gforge.inria.fr/projects/ecm/
+master_sites http://gforge.inria.fr/frs/download.php/1498/
+distname ecm-${version}
+depends_lib port:gmp
+checksums md5 483124c396f7709d7f52d0e45b428574 \
+ sha1 ede16906055fa4181012c7d12fcd7dcb6d181fc3
+
+configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
+configure.args --mandir=${prefix}/share/man
Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/math/pari/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -1,21 +1,28 @@
# $Id$
PortSystem 1.0
-name pari
-version 2.3.1
-revision 1
-categories math
-maintainers vincent-opdarw at vinc17.org
-description PARI/GP computer algebra system
-long_description PARI/GP is a widely used computer algebra system designed \
- for fast computations in number theory (factorizations, \
- algebraic number theory, elliptic curves...)
-homepage http://pari.math.u-bordeaux.fr/
-master_sites ${homepage}/pub/pari/unix/
-checksums md5 89e79e38a390b6209c2f154712a0ff01 \
- sha1 d48d4f45528765336fda304400929996f64abe3f
-depends_build bin:tex:teTeX port:readline
-patchfiles upstream-patches
-configure.args --mandir=${prefix}/share/man --with-readline
-configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include C_INCLUDE_PATH=${prefix}/include LIBRARY_PATH=${prefix}/lib
-pre-configure { file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure }
+name pari
+version 2.3.1
+revision 1
+categories math
+maintainers vincent-opdarw at vinc17.org
+description PARI/GP computer algebra system
+long_description PARI/GP is a widely used computer algebra system designed \
+ for fast computations in number theory (factorizations, \
+ algebraic number theory, elliptic curves...)
+homepage http://pari.math.u-bordeaux.fr/
+master_sites ${homepage}/pub/pari/unix/
+checksums md5 89e79e38a390b6209c2f154712a0ff01 \
+ sha1 d48d4f45528765336fda304400929996f64abe3f
+depends_build bin:tex:teTeX port:readline
+patchfiles upstream-patches
+
+configure.env LDFLAGS=-L${prefix}/lib \
+ CPPFLAGS=-I${prefix}/include \
+ C_INCLUDE_PATH=${prefix}/include \
+ LIBRARY_PATH=${prefix}/lib
+configure.args --mandir=${prefix}/share/man --with-readline
+pre-configure {
+ file rename -force ${worksrcpath}/Configure \
+ ${worksrcpath}/configure
+ }
Modified: trunk/dports/perl/p5-appconfig-std/Portfile
===================================================================
--- trunk/dports/perl/p5-appconfig-std/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/perl/p5-appconfig-std/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -3,16 +3,16 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup AppConfig-Std 1.07
-maintainers vincent-opdarw at vinc17.org
-description Perl class providing standard command-line arguments
-long_description AppConfig::Std is a subclass of Andy Wardley's \
- AppConfig module, to provide standard command-line \
- arguments for tool scripts.
-checksums md5 5a7d3d668494116e4120208100592d10 \
- sha1 8a5aa12bba633fb47710ed03615a75a8c5b4e4ae
-platforms darwin
+perl5.setup AppConfig-Std 1.07
+maintainers vincent-opdarw at vinc17.org
+description Perl class providing standard command-line arguments
+long_description AppConfig::Std is a subclass of Andy Wardley's \
+ AppConfig module, to provide standard command-line \
+ arguments for tool scripts.
+checksums md5 5a7d3d668494116e4120208100592d10 \
+ sha1 8a5aa12bba633fb47710ed03615a75a8c5b4e4ae
+platforms darwin
+depends_lib-append port:p5-appconfig
-depends_lib-append port:p5-appconfig
-configure.env C_INCLUDE_PATH="${prefix}/include" \
- LIBRARY_PATH="${prefix}/lib"
+configure.env C_INCLUDE_PATH="${prefix}/include" \
+ LIBRARY_PATH="${prefix}/lib"
Modified: trunk/dports/perl/p5-libvorbis-perl/Portfile
===================================================================
--- trunk/dports/perl/p5-libvorbis-perl/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/perl/p5-libvorbis-perl/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -3,13 +3,12 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup libvorbis-perl 0.05 Ogg
-maintainers vincent-opdarw at vinc17.org
-categories-append audio
-description Perl extension for Ogg Vorbis streams
-long_description This is an object-oriented interface to the Ogg \
- Vorbis libvorbisfile convenience library.
-checksums md5 4b1d0f936b029f4390c524db0892a65f
-platforms darwin
-
-depends_lib-append port:libvorbis
+perl5.setup libvorbis-perl 0.05 Ogg
+maintainers vincent-opdarw at vinc17.org
+categories-append audio
+description Perl extension for Ogg Vorbis streams
+long_description This is an object-oriented interface to the Ogg \
+ Vorbis libvorbisfile convenience library.
+checksums md5 4b1d0f936b029f4390c524db0892a65f
+platforms darwin
+depends_lib-append port:libvorbis
Modified: trunk/dports/perl/p5-math-mpfr/Portfile
===================================================================
--- trunk/dports/perl/p5-math-mpfr/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/perl/p5-math-mpfr/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -3,17 +3,17 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup Math-MPFR 1.11
-maintainers vincent-opdarw at vinc17.org
-categories-append math
-description Perl interface to the MPFR library
-long_description This module wraps the MPFR library functions. The \
- MPFR library is a C library for multiple-precision \
- floating-point computations with correct rounding.
-checksums md5 472ee4c992e4ffde9b1b95bee589050d \
- sha1 2c05a9ec1d584a59498798858d71aaa9c862878f
-platforms darwin
+perl5.setup Math-MPFR 1.11
+maintainers vincent-opdarw at vinc17.org
+categories-append math
+description Perl interface to the MPFR library
+long_description This module wraps the MPFR library functions. The \
+ MPFR library is a C library for multiple-precision \
+ floating-point computations with correct rounding.
+checksums md5 472ee4c992e4ffde9b1b95bee589050d \
+ sha1 2c05a9ec1d584a59498798858d71aaa9c862878f
+platforms darwin
+depends_lib-append port:mpfr port:gmp
-depends_lib-append port:mpfr port:gmp
-configure.env C_INCLUDE_PATH="${prefix}/include" \
- LIBRARY_PATH="${prefix}/lib"
+configure.env C_INCLUDE_PATH="${prefix}/include" \
+ LIBRARY_PATH="${prefix}/lib"
Modified: trunk/dports/perl/p5-net-dict/Portfile
===================================================================
--- trunk/dports/perl/p5-net-dict/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/perl/p5-net-dict/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -3,19 +3,19 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup Net-Dict 2.07
-maintainers vincent-opdarw at vinc17.org
-categories-append textproc
-description Simple client API for the DICT protocol
-long_description Perl class implementing a simple client API for the \
- DICT protocol defined in RFC2229
-checksums md5 fb57f694455549861c3c602521162956 \
- sha1 e96735711be9704b83f165470813bd23f1be7ca5
-platforms darwin
+perl5.setup Net-Dict 2.07
+maintainers vincent-opdarw at vinc17.org
+categories-append textproc
+description Simple client API for the DICT protocol
+long_description Perl class implementing a simple client API for the \
+ DICT protocol defined in RFC2229
+checksums md5 fb57f694455549861c3c602521162956 \
+ sha1 e96735711be9704b83f165470813bd23f1be7ca5
+platforms darwin
+depends_lib-append port:p5-appconfig-std port:p5-digest-md5
-depends_lib-append port:p5-appconfig-std port:p5-digest-md5
-configure.env C_INCLUDE_PATH="${prefix}/include" \
- LIBRARY_PATH="${prefix}/lib"
+configure.env C_INCLUDE_PATH="${prefix}/include" \
+ LIBRARY_PATH="${prefix}/lib"
# This variant avoids a conflict with the dict port, if one wishes
# to install p5-net-dict together with the dict port. The user can
@@ -23,8 +23,8 @@
# to choose which dict program if wishes to use.
variant dict_altname {
post-destroot {
- cd ${destroot}${prefix}
- file rename bin/dict bin/dict.perl
- file rename share/man/man1/dict.1 share/man/man1/dict.perl.1
+ cd ${destroot}${prefix}
+ file rename bin/dict bin/dict.perl
+ file rename share/man/man1/dict.1 share/man/man1/dict.perl.1
}
}
Modified: trunk/dports/perl/p5-term-gnuplot/Portfile
===================================================================
--- trunk/dports/perl/p5-term-gnuplot/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/perl/p5-term-gnuplot/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -3,17 +3,18 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup Term-Gnuplot 0.90380905
-maintainers vincent-opdarw at vinc17.org
-categories-append math
-description Low-level graphics using Gnuplot drawing routines
-long_description Perl module to do low-level graphics using Gnuplot \
- drawing routines.
-checksums md5 ceccd4e30deb6291ebecce176e715208 \
- sha1 4d05ffb45d28f949c7ae8fde40bfe7addbeb9f69
-platforms darwin
+perl5.setup Term-Gnuplot 0.90380905
+maintainers vincent-opdarw at vinc17.org
+categories-append math
+description Low-level graphics using Gnuplot drawing routines
+long_description Perl module to do low-level graphics using Gnuplot \
+ drawing routines.
+checksums md5 ceccd4e30deb6291ebecce176e715208 \
+ sha1 4d05ffb45d28f949c7ae8fde40bfe7addbeb9f69
+platforms darwin
+depends_lib-append port:libpng port:gd2 lib:libX11.6:XFree86
-depends_lib-append port:libpng port:gd2 lib:libX11.6:XFree86
-configure.env C_INCLUDE_PATH="${prefix}/include" \
- LIBRARY_PATH="${prefix}/lib"
-patchfiles patch-gnuterm-Makefile.PL patch-doc
+configure.env C_INCLUDE_PATH="${prefix}/include" \
+ LIBRARY_PATH="${prefix}/lib"
+
+patchfiles patch-gnuterm-Makefile.PL patch-doc
Modified: trunk/dports/tex/tetex-frogg/Portfile
===================================================================
--- trunk/dports/tex/tetex-frogg/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/tex/tetex-frogg/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -2,39 +2,44 @@
PortSystem 1.0
-name tetex-frogg
-version 0.4
-categories tex print
-maintainers vincent-opdarw at vinc17.org
+name tetex-frogg
+version 0.4
+categories tex print
+maintainers vincent-opdarw at vinc17.org
-description Little collection of French LaTeX/BiBTeX styles
-long_description Little collection of French LaTeX/BiBTeX styles: \
- fr-plain.bst, frmath.sty, lettre.cls.
+description Little collection of French LaTeX/BiBTeX styles
+long_description Little collection of French LaTeX/BiBTeX styles: \
+ fr-plain.bst, frmath.sty, lettre.cls.
-distname ${name}_${version}.orig
-worksrcdir ${name}-${version}
+distname ${name}_${version}.orig
+worksrcdir ${name}-${version}
-homepage http://packages.debian.org/unstable/tex/tetex-frogg
+homepage http://packages.debian.org/unstable/tex/tetex-frogg
-master_sites http://ftp.debian.org/debian/pool/main/t/tetex-frogg
-checksums ${distname}${extract.suffix} md5 a0371304008212bb53589a7b9363dd35 \
- ${name}_${version}-2.diff.gz md5 54320efadcf71296cec62f6a0b408103
+master_sites http://ftp.debian.org/debian/pool/main/t/tetex-frogg
+checksums \
+ ${distname}${extract.suffix} md5 a0371304008212bb53589a7b9363dd35 \
+ ${name}_${version}-2.diff.gz md5 54320efadcf71296cec62f6a0b408103
-patch_sites http://ftp.debian.org/debian/pool/main/t/tetex-frogg
-patchfiles ${name}_${version}-2.diff.gz
-patch.args -p1
+patch_sites http://ftp.debian.org/debian/pool/main/t/tetex-frogg
+patchfiles ${name}_${version}-2.diff.gz
+patch.args -p1
-use_configure no
-build {}
+use_configure no
+build {}
-destroot {
- file mkdir ${destroot}${prefix}/share/texmf-dist/bibtex/bst/frbib
- file mkdir ${destroot}${prefix}/share/texmf-dist/tex/latex/misc
- xinstall -m 644 ${worksrcpath}/bst/fr-plain.bst ${destroot}${prefix}/share/texmf-dist/bibtex/bst/frbib/fr-plain.bst
- xinstall -m 644 ${worksrcpath}/sty/frmath.sty ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/frmath.sty
- xinstall -m 644 ${worksrcpath}/lettre/inputs/default.ins ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/default.ins
- xinstall -m 644 ${worksrcpath}/lettre/inputs/lettre.cls_2.346 ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/lettre.cls_2.346
- system "ln -s lettre.cls_2.346 ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/lettre.cls"
- }
+destroot {
+ file mkdir ${destroot}${prefix}/share/texmf-dist/bibtex/bst/frbib
+ file mkdir ${destroot}${prefix}/share/texmf-dist/tex/latex/misc
+ xinstall -m 644 ${worksrcpath}/bst/fr-plain.bst \
+ ${destroot}${prefix}/share/texmf-dist/bibtex/bst/frbib/fr-plain.bst
+ xinstall -m 644 ${worksrcpath}/sty/frmath.sty \
+ ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/frmath.sty
+ xinstall -m 644 ${worksrcpath}/lettre/inputs/default.ins \
+ ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/default.ins
+ xinstall -m 644 ${worksrcpath}/lettre/inputs/lettre.cls_2.346 \
+ ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/lettre.cls_2.346
+ system "ln -s lettre.cls_2.346 ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/lettre.cls"
+}
-post-activate { system "mktexlsr" }
+post-activate { system "mktexlsr" }
Modified: trunk/dports/textproc/stardict-xmlittre/Portfile
===================================================================
--- trunk/dports/textproc/stardict-xmlittre/Portfile 2007-04-10 07:34:45 UTC (rev 23814)
+++ trunk/dports/textproc/stardict-xmlittre/Portfile 2007-04-10 08:44:53 UTC (rev 23815)
@@ -1,25 +1,25 @@
# $Id$
PortSystem 1.0
-name stardict-xmlittre
-version 2.4.2
-categories textproc
-maintainers vincent-opdarw at vinc17.org
-description XMLittré dictionary for stardict
-long_description XMLittré dictionary for stardict.
-homepage http://francois.gannaz.free.fr/Littre/accueil.php
-master_sites sourceforge:stardict
-checksums md5 60252449ad6d9d3fee48ccba3412d127 \
- sha1 16920eb26a042f81feff6f9888548f6f3520e095
-use_bzip2 yes
+name stardict-xmlittre
+version 2.4.2
+categories textproc
+maintainers vincent-opdarw at vinc17.org
+description XMLittré dictionary for stardict
+long_description XMLittré dictionary for stardict.
+homepage http://francois.gannaz.free.fr/Littre/accueil.php
+master_sites sourceforge:stardict
+checksums md5 60252449ad6d9d3fee48ccba3412d127 \
+ sha1 16920eb26a042f81feff6f9888548f6f3520e095
+use_bzip2 yes
-use_configure no
-build {}
+use_configure no
+build {}
-destroot {
- set instdir share/stardict/dic
- file mkdir "${destroot}${prefix}/${instdir}"
- xinstall -m 644 -v -W ${worksrcpath} \
- XMLittre.dict.dz XMLittre.ifo XMLittre.idx \
- "${destroot}${prefix}/${instdir}"
- }
+destroot {
+ set instdir share/stardict/dic
+ file mkdir "${destroot}${prefix}/${instdir}"
+ xinstall -m 644 -v -W ${worksrcpath} \
+ XMLittre.dict.dz XMLittre.ifo XMLittre.idx \
+ "${destroot}${prefix}/${instdir}"
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070410/af10b128/attachment.html
More information about the macports-changes
mailing list