Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1:/tmp/cvs-serv23305/unstable/main/finkinfo/libs

Added Files:
        vflib3-3.6.13-1.info vflib3-3.6.13-1.patch 
Log Message:
moving stuff to stable...

--- NEW FILE: vflib3-3.6.13-1.info ---
Package: vflib3
Version: 3.6.13
Revision: 1
Source: ftp://TypeHack.aial.hiroshima-u.ac.jp/pub/TypeHack/VFlib3-%v.tar.gz
Source-MD5: 64aaa110c3e3d5474e0e7372269b5e8b
BuildDepends: t1lib1, tetex-dev, freetype
Depends: t1lib1-shlibs, tetex-shlibs, freetype-shlibs | freetype-hinting-shlibs
UpdateConfigGuess: true
UpdateLibtool: true
PatchScript: <<
#!/bin/sh -e
  sed 's/@FINKPREFIX@/%p/g' < $a/%f.patch | patch -p1
  grep -lr /usr/local . | xargs perl -pi -e 's|/usr/local|%p|g'
  perl -pi -e 's/Glocal/extern/g' src/texfonts.h 
  mv INSTALL INSTALL.txt
  perl -pi -e 's|install-info\ |/usr/bin/install-info\ |g' doc/Makefile.in
  perl -pi -e 's|makedefault\:\ default|makedefault\:\ all|;' Makefile.in
  perl -pi -e 's|VFCFLAGS=|[EMAIL PROTECTED]@\ |;' make-sub.in
<<

DocFiles: ANNOUNCE* CHANGES COPYING* DISTRIB.txt INSTALL.txt
InfoFiles: VFlib-36.info VFlib-36.info-1  VFlib-36.info-2  VFlib-36.info-3 
VFlib-36.info-4 VFlib-36.info-5
SetCFLAGS: -Wno-long-long -std=gnu99 -I%p/include -fno-common
ConfigureParams: --mandir='${prefix}/share/man'  --infodir='${prefix}/share/info' 
--enable-static --enable-shared --with-freetype 
--with-freetype-includedir=%p/include/freetype --with-t1lib --with-kpathsea 
--with-texmf-root=%p --with-kpathsea-includedir=%p/include 
--with-t1lib-includedir=%p/include
Description: Versatile Font Library, runtime libs
DescDetail: <<
VFlib is a font library written in C language with several functions
to obtain bitmaps of fonts.  Unique feature of VFlib is that fonts
in different formats are accessed by unified interface.

VFlib supports the following font formats:
   TeX fonts:       PK, GF, VF, TFM
   Omega TeX fonts: OFM (level 0), OVF
   X Window fonts:  PCF, BDF
   Other fonts:     TrueType, Type 1, HBF, Syotai Club, JG, ekanji

This package contains the shared library and configuration files 
needed to run programs using VFlib3.
<<
Splitoff: <<
  Package: %N-dev
  Depends: vflib3 (=%v-%r)
  Files: include bin/VFlib3-config
  Description: Versatile Font Library, development files
  DescDetail: <<
  VFlib is a font library written in C language with several functions
  to obtain bitmaps of fonts.  Unique feature of VFlib is that fonts
  in different formats are accessed by unified interface.

  VFlib supports the following font formats:
     TeX fonts:       PK, GF, VF, TFM
     Omega TeX fonts: OFM (level 0), OVF
     X Window fonts:  PCF, BDF
     Other fonts:     TrueType, Type 1, HBF, Syotai Club, JG, ekanji

  This package contains the development files needed to run programs
  using VFlib3.
  <<
<<
Splitoff2: <<
  Package: %N-bin
  Depends: %N
  Files: bin
  Description: Versatile Font Library, binary apps
  DescDetail: <<
  These are the binary applications included with vflib.
  VFlib is a font library written in C language with several functions
  to obtain bitmaps of fonts.  Unique feature of VFlib is that fonts
  in different formats are accessed by unified interface.

  VFlib supports the following font formats:
     TeX fonts:       PK, GF, VF, TFM
     Omega TeX fonts: OFM (level 0), OVF
     X Window fonts:  PCF, BDF
     Other fonts:     TrueType, Type 1, HBF, Syotai Club, JG, ekanji

  This package contains the application files included with VFlib3.
  <<
  License: GPL
<<
License: LGPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://TypeHack.aial.hiroshima-u.ac.jp/TeX-Guy/

--- NEW FILE: vflib3-3.6.13-1.patch ---
diff -ruN VFlib3-3.6.13/VFlib3-config.in VFlib3-3.6.13.new/VFlib3-config.in
--- VFlib3-3.6.13/VFlib3-config.in      2001-05-30 00:40:15.000000000 -0400
+++ VFlib3-3.6.13.new/VFlib3-config.in  2003-06-09 11:00:32.000000000 -0400
@@ -158,15 +158,15 @@
 fi
 
 if test "$echo_runtime_dir" = "yes"; then
-  S="$S $datadir/VFlib/$version"
+  S="$S $datadir/vflib/"
 fi
 
 if test "$echo_runtime_site_dir" = "yes"; then
-  S="$S $datadir/VFlib/site"
+  S="$S $datadir/vflib/site"
 fi      
 
 if test "$echo_vflibcap" = "yes"; then
-  S="$S $datadir/VFlib/$version/vflibcap"
+  S="$S $datadir/vflib/$version/vflibcap"
 fi      
 
 echo $S
diff -ruN VFlib3-3.6.13/configure VFlib3-3.6.13.new/configure
--- VFlib3-3.6.13/configure     2001-11-30 22:24:33.000000000 -0500
+++ VFlib3-3.6.13.new/configure 2003-06-09 11:48:35.000000000 -0400
@@ -1187,7 +1187,7 @@
 
 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
-LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
+LD="$LD" LDFLAGS="$LDFLAGS" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
@@ -2356,9 +2356,9 @@
 
 
 
-default_vflibcap=${datadir}/VFlib/${vflib_version}/vflibcap
-runtimesitedir=${datadir}/VFlib/site
-runtimedir=${datadir}/VFlib/${vflib_version}
+default_vflibcap=${datadir}/vflib/vflibcap
+runtimesitedir=${datadir}/vflib/site
+runtimedir=${datadir}/vflib/${vflib_version}
 subdir_ccv=ccv
 subdir_t1enc=t1lib
 subdir_ascii_jtex=ascii-jtex
diff -ruN VFlib3-3.6.13/doc/Makefile.in VFlib3-3.6.13.new/doc/Makefile.in
--- VFlib3-3.6.13/doc/Makefile.in       2001-10-11 22:10:53.000000000 -0400
+++ VFlib3-3.6.13.new/doc/Makefile.in   2003-05-16 10:50:30.000000000 -0400
@@ -40,7 +40,7 @@
           install-info $(DOC_INFO) \
             --info-dir=$(infodir) \
             --section='Miscellaneous' \
-            --item="* VFlib 3.6: (VFlib-36.info).              A font library 
VFlib."; \
+            --menuentry"* VFlib 3.6: (VFlib-36.info).          A font library 
VFlib."; \
         else \
           echo "NOTICE: No 'install-info' program!"; \
           echo "        Edit $(infodir)/dir file by yourself."; \
diff -ruN VFlib3-3.6.13/ltconfig VFlib3-3.6.13.new/ltconfig
--- VFlib3-3.6.13/ltconfig      2003-05-02 19:23:20.000000000 -0400
+++ VFlib3-3.6.13.new/ltconfig  2003-05-02 19:24:40.000000000 -0400
@@ -1378,7 +1378,7 @@
       allow_undefined_flag='-undefined suppress'
       ;;
     *) # Darwin 1.3 on
-      allow_undefined_flag='-flat_namespace -undefined suppress'
+      allow_undefined_flag='-flat_namespace -undefined suppress -read_only_relocs 
suppress'
       ;;
     esac
     archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
$allow_undefined_flag -o $lib $libobjs $deplibs $linkopts $(test .$module != .yes && 
echo -install_name $rpath/$soname $verstring)'
diff -ruN VFlib3-3.6.13/src/vflmkcaptex VFlib3-3.6.13.new/src/vflmkcaptex
--- VFlib3-3.6.13/src/vflmkcaptex       2002-11-04 19:06:33.000000000 -0500
+++ VFlib3-3.6.13.new/src/vflmkcaptex   2003-06-09 10:56:11.000000000 -0400
@@ -30,7 +30,7 @@
 version="1.0"
 
 vflibversion="3.6.13"
-prefix=/usr/local
[EMAIL PROTECTED]@
 datadir=${prefix}/share
 
 
@@ -607,9 +607,9 @@
     opt="${comopt1} ${comopt2}"
     opt="${opt} -x .pk"
     opt="${opt} -a TEXMF"
-    opt="${opt} -e ${datadir}/VFlib/${vflibversion}/t1lib"
-    opt="${opt} -e ${datadir}/VFlib/site"
-    opt="${opt} -e ${datadir}/VFlib/site/t1lib"
+    opt="${opt} -e ${datadir}/vflib/t1lib"
+    opt="${opt} -e ${datadir}/vflib/site"
+    opt="${opt} -e ${datadir}/vflib/site/t1lib"
     opt="${opt} -f -t"
     type1_opt=""
     type1_gs_opt=""
diff -ruN VFlib3-3.6.13/src/vflmkcaptex.in VFlib3-3.6.13.new/src/vflmkcaptex.in
--- VFlib3-3.6.13/src/vflmkcaptex.in    2001-12-10 06:33:22.000000000 -0500
+++ VFlib3-3.6.13.new/src/vflmkcaptex.in        2003-06-09 10:58:08.000000000 -0400
@@ -607,9 +607,9 @@
     opt="${comopt1} ${comopt2}"
     opt="${opt} -x .pk"
     opt="${opt} -a TEXMF"
-    opt="${opt} -e ${datadir}/VFlib/${vflibversion}/t1lib"
-    opt="${opt} -e ${datadir}/VFlib/site"
-    opt="${opt} -e ${datadir}/VFlib/site/t1lib"
+    opt="${opt} -e ${datadir}/vflib/t1lib"
+    opt="${opt} -e ${datadir}/vflib/site"
+    opt="${opt} -e ${datadir}/vflib/site/t1lib"
     opt="${opt} -f -t"
     type1_opt=""
     type1_gs_opt=""
diff -ruN VFlib3-3.6.13/src/vflserver.c VFlib3-3.6.13.new/src/vflserver.c
--- VFlib3-3.6.13/src/vflserver.c       2001-07-15 22:42:14.000000000 -0400
+++ VFlib3-3.6.13.new/src/vflserver.c   2003-06-09 10:59:31.000000000 -0400
@@ -142,7 +142,7 @@
        && ((strcmp(argv[0], "-h") == 0) || (strcmp(argv[0], "-help") == 0))){
       printf("VFLSERVER - a VFlib server\n");
       printf("Usage: vflserver [-v vflibcap] [cmd-file ... ]\n"); 
-      printf("  Example:   ./vflserver -v /usr/local/lib/VFlib3/vflibcap\n");
+      printf("  Example:   ./vflserver -v @FINKPREFIX@/lib/vflib3/vflibcap\n");
       exit(0);
     } else if ((argc >= 2) && (strcmp(argv[0], "-v") == 0)){
       --argc; argv++;




-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to