Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24751

Added Files:
        global.info html-lint-pm.info html2ps.info perlmagick-pm.info 
        perlmagick-pm.patch 
Removed Files:
        libxine1.info 
Log Message:
Works in progress

--- NEW FILE: perlmagick-pm.info ---
Info2: <<
Package: perlmagick-pm%type_pkg[perl]
Version: 5.5.6
Revision: 1013
Architecture: (%type_pkg[perl] = 581) powerpc
Replaces: perlmagick-pm (<= 5.5.4-1)
Conflicts: perlmagick-pm (<= 5.5.4-1)
Source: mirror:sourceforge:imagemagick/ImageMagick-%v.tar.bz2
Source-MD5: eac3971f0704059dcf2f7a5737b7daa8
SourceDirectory: ImageMagick-%v/PerlMagick
BuildDepends: libjpeg, libpng3, libtiff, libxml2, lcms, fink (>= 0.13.0-1), 
bzip2-dev, x11-dev, libjasper1, imagemagick-dev (>= 6.1.8-1002)
Depends: imagemagick (>= 6.1.8-1002), libjpeg-shlibs, libpng3-shlibs, 
libtiff-shlibs, libxml2-shlibs, lcms-shlibs, perl%type_pkg[perl]-core, 
bzip2-shlibs, x11, libjasper1-shlibs
Type: perl (5.8.1 5.8.6)
UpdatePOD: true
NoPerlTests: true
PatchScript: sed 's|@PREFIX@|%p|g' < %a/perlmagick-pm.patch | patch -p1
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: MANIFEST README.txt ../Copyright.txt
Description: Perl interface to ImageMagick
License: BSD
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Homepage: http://www.imagemagick.org/www/perl.html
<<

--- NEW FILE: global.info ---
Package: global
Version: 4.8.7
Revision: 1
###
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: 35eec852b398f07e99cee08e9f6dd3c1
###
BuildDepends: texinfo
Suggests: lynx, doxygen (>=1.4.3), apache2 | apache2-ssl, id-utils
###
DocFiles: AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README THANKS
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib 
--disable-dependency-tracking
###
Description: Source code search and browse tools
DescDetail: <<
  GLOBAL is a source code tag system that works the same way across
  diverse environments. Currently, it supports the following:

    o command line, and the 'globash' query subshell.
    o vim plugin, and support for other vi clones.
    o less
    o emacs
    o web browser

  Supported languages are C/C++ Yacc and Java.
  You can locate a specified function in the source files and move
  there easily. It is especially useful for hacking large projects
  containing many subdirectories, many '#ifdef' and many main()
  functions, like X or kernel source.

  This package include the htmake(1) extension which allows GLOBAL's
  hypertext search function to be implemented from a single central
  cgi script.

  Doxygen now supports using global as its source browser, with the
  USE_HTAGS option.
<<
###
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/global/

--- NEW FILE: html2ps.info ---
Info2: <<
Package: html2ps%type_pkg[perl]
Version: 1.0b5
Revision: 1
###
Source: http://www.tdb.uu.se/~jan/html2ps-%v.tar.gz
Source-MD5: 0998fefa4c8f9a04c88cfac7a83df629
###
PatchScript: <<
#!/bin/sh -ev
  perl -pi -e 's,/usr/bin/wish,%p/bin/wish,g' contrib/xhtml2ps/xhtml2ps
  perl -pi -e 's,/opt/misc/lib/html2ps/html2psrc,%p/etc/html2psrc,g' html2ps
  perl -pi -e 
"s,/opt/misc/lib/html2ps/html2ps.html';,%p/share/doc/html2ps%type_pkg[perl]/html2ps.html';\n\$default_paper=`paperconf`
 || 'a4';,g" html2ps

  cat > html2psrc << EOF
/* Global configuration file for html2ps */

@html2ps {
  package {
    ImageMagick: 1;
    PerlMagick: 1;
    TeX: 1;
    Ghostscript: 1;
    check: weblint;
    libwww-perl: 1;
    path: "/usr/X11R6/bin:/usr/bin";
  }
  paper {
    type: letter;
  }
  hyphenation {
    en {
      file: "%p/share/doc/html2ps%type_pkg[perl]/example/hyphen.tex";
    }
  }
}
EOF
<<
###
Type: perl (5.8.6)
UpdatePOD: false
NoPerlTests: false
###
BuildDepends: perl%type_pkg[perl]-core
Depends: perl%type_pkg[perl]-core, perlmagick-pm%type_pkg[perl], 
libwww-pm%type_pkg[perl], html-parser-pm%type_pkg[perl], libpaper1
Recommends: ghostscript
Suggests: tetex-base, gv | kghostview | evince | ghostscript-esp, 
weblint%type_pkg[perl], xhtml2ps%type_pkg[perl]
###
DocFiles: COPYING README html2ps.html hyphen.tex:example/hyphen.tex 
sample:example/sample 
ConfFiles: %p/etc/html2psrc
###
CompileScript: echo "Nothing to compile"
InstallScript: <<
  install -D -m 755 html2ps %i/bin/html2ps
  install -D -m 644 -p html2psrc %i/etc/html2psrc
  install -D -m 644 -p html2ps.1 %i/share/man/man1/html2ps.1
  install -D -m 644 -p html2psrc.5 %i/share/man/man5/html2psrc.5
  install -D -m 755 contrib/xhtml2ps/xhtml2ps %i/bin/xhtml2ps
  ln -s %p/share/man/man1/html2ps.1 %i/share/man/man1/xhtml2ps.1

  install -d -m 755 %i/share/doc/html2ps%type_pkg[perl]/example
<<
###
Description: HTML to PostScript converter
DescDetail: <<
  This program converts HTML directly to PostScript.  The HTML code can
  be retrieved from one or more URLs or local files, specified as
  parameters on the command line.  A comprehensive level of HTML is
  supported, including inline images, CSS1, and some features of HTML
  4.0.
<<
###
SplitOff: <<
  Package: xhtml2ps%type_pkg[perl]
  Depends: html2ps%type_pkg[perl] (>= %v-%r), tcltk | wish, x11
  Suggests: weblint%type_pkg[perl], gv | kghostview | evince | ghostscript-esp
  Enhances: html2ps%type_pkg[perl]
  Files: <<
    bin/xhtml2ps
    share/man/man1/xhtml2ps.1
  <<
  DocFiles: contrib/xhtml2ps/LICENSE contrib/xhtml2ps/README
  Description: HTML to PostScript converter - Tcl/Tk GUI frontend
  DescDetail: <<
    This program converts HTML directly to PostScript.  The HTML code can
    be retrieved from one or more URLs or local files, specified as
    parameters on the command line.  A comprehensive level of HTML is
    supported, including inline images, CSS1, and some features of HTML
    4.0.

    This package provides an (outdated) GUI frontend to the html2ps converter.
  <<
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.tdb.uu.se/~jan/html2ps.html
<<

--- NEW FILE: perlmagick-pm.patch ---
--- PerlMagick/Makefile.PL.orig Fri May  3 14:07:50 2002
+++ PerlMagick/Makefile.PL      Fri May  3 14:09:42 2002
@@ -60,13 +60,16 @@
    'DEFINE'    => '-DHAVE_CONFIG_H',     # e.g., '-DHAVE_SOMETHING' 
 
    # Header search specfication and preprocessor flags
-   'INC'       => '-I../ -I.. -I/usr/include/freetype2 -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -I/usr/X11R6/include -I/usr/include/libxml2',
+#  'INC'       => '-I../ -I.. -I/usr/include/freetype2 -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -I/usr/X11R6/include -I/usr/include/libxml2',
+   'INC'       => '-I../ -I.. -I/usr/X11R6/include/freetype2 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/X11R6/include [EMAIL 
PROTECTED]@/include/libxml2 [EMAIL PROTECTED]@/include',
 
    # Install PerlMagick binary into ImageMagick bin directory
-   'INSTALLBIN'        => '/usr/local/bin',
+#  'INSTALLBIN'        => '/usr/local/bin',
+   'INSTALLBIN'        => '@PREFIX@/bin',
 
    # Library specification
-   'LIBS'      => ['-L/usr/X11R6/lib -L/usr/lib -L/usr/lib 
-L/home/cristy/ImageMagick/magick -lMagick -llcms -lfreetype -lXext -lSM -lICE 
-lX11 -lbz2 -lz -lpthread -lm'],
+#  'LIBS'      => ['-L/usr/X11R6/lib -L/usr/lib -L/usr/lib 
-L/home/cristy/ImageMagick/magick -lMagick -llcms -lfreetype -lXext -lSM -lICE 
-lX11 -lbz2 -lz -lpthread -lm'],
+   'LIBS'      => ['-L/usr/X11R6/lib [EMAIL PROTECTED]@/lib  -lMagick -llcms 
-ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2 
-lz -lpthread -lm -ldpstk'],
 
    # Perl binary name (if a Perl binary is built)
    'MAP_TARGET'        => 'PerlMagick',

--- libxine1.info DELETED ---

--- NEW FILE: html-lint-pm.info ---
Info2: <<
Package: html-lint-pm%type_pkg[perl]
Version: 2.02
Revision: 1
###
Source: mirror:cpan:authors/id/P/PE/PETDANCE/HTML-Lint-%v.tar.gz
Source-MD5: f08241fbe2473d7542be5ef660ced6e3
###
Type: perl (5.8.6)
UpdatePOD: true
NoPerlTests: true
###
PatchScript: <<
  perl -pi -e 's,use strict;,use strict;\nuse lib "%p/lib/perl5";\nuse lib 
"%p/lib/perl5/darwin";,g' bin/weblint
<<
###
BuildDepends: perl%type_pkg[perl]-core, html-parser-pm%type_pkg[perl] (>= 
3.20), html-tagset-pm (>= 3.03), test-pod-pm (>= 0.95)
Depends: perl%type_pkg[perl]-core, html-parser-pm%type_pkg[perl] (>= 3.20), 
html-tagset-pm (>= 3.03)
Suggests: weblint%type_pkg[perl]
###
DocFiles: Changes MANIFEST META.yml README
###
Description: Check for HTML errors in a string or file
DescDetail: <<
  HTML::Lint is a pure-Perl HTML parser and checker for syntactic legitmacy.

  The "weblint" script - provided in the separate package "weblint-perl" -
  is a wrapper around the HTML::Lint.

  You can also look into Apache::Lint which is a mod_perl wrapper around
  HTML::Lint.

  Finally, for those of you doing automated testing with Test::More and
  its brethren, Test::HTML::Lint lets you automate HTML checking.
<<
###
SplitOff: <<
  Package: weblint%type_pkg[perl]
  Depends: perl%type_pkg[perl]-core, html-lint-pm%type_pkg[perl]
  Description: Syntax and minimal style checker for HTML
  Files: <<
    bin/weblint
  <<
  DocFiles: Changes MANIFEST META.yml README
  DescDetail: <<
    This is a perl script which picks fluff off html pages, much in the same
    way traditional lint picks fluff off C programs.

    The script is a complete rewrite of Neil Bowers' original weblint script.
    It currently supports HTML 4.0 (and only HTML 4.0).
  <<
<<
###
License: Artistic
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/HTML-Lint
<<


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to