Summary: converts Postscript(TM) and PDF files to other vector graphic formats Name: pstoedit Version: 3.16 Release: 1a Copyright: GPL Group: Applications/Publishing Source0: http://www.geocities.com/SiliconValley/Network/1958/pstoedit/pstoedit_3_16.zip Patch0: localhost:/pstoedit-%{version}-dir.patch Patch1: localhost:/pstoedit-%{version}-macosx.patch Requires: ghostscript Buildroot: %{_tmppath}/pstoedit-root URL: http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ # Packager: Norihito Ohmori Packager: Keisuke Fujii Vendor: Project Vine(Vine Plus) Distribution: Vine Plus Summary(ja): PostScript(TM) や PDF ファイルをベクタグラフィックに変換する %description pstoedit translates PostScript and PDF graphics into other vector formats. Currently pstoedit can generate the following formats: * Tgif .obj format (for tgif version >= 3) * .fig format for xfig * pdf - Adobe's Portable Document Format * gnuplot format * Flattened PostScript (with or without Bezier curves) * DXF - CAD exchange format * LWO - LightWave 3D * RIB - RenderMan * RPL - Real3D * Java applet * Idraw format * Tcl/Tk * HPGL * AI (Adobe Illustrator) (base on ps2ai.ps - not a real pstoedit * PIC format for troff/groff * MetaPost format for usage with TeX/LaTeX * Killustrator * GNU Metafile (plotutils / libplot) %description -l ja pstoedit は PostScript や PDF グラフィックを他のベクタ形式のグラフィック に変換する。今のところ pstoedit は次の形式のファイルを生成する。 * Tgif .obj 形式 (tgif バージョン 3 以上) * xfig で使われる .fig 形式 * pdf - Adobe's Portable Document Format * gnuplot 形式 * フラットな PostScript (ベジエ曲線に対応していない場合がある) * DXF - CAD exchange format * LWO - LightWave 3D * RIB - RenderMan * RPL - Real3D * Java applet * Idraw 形式 * Tcl/Tk * HPGL * AI (Adobe Illustrator) (ps2ai.ps に基づく- 実際は pstoedit が変換してない * troff/groff で使われる PIC 形式 * Tex/LaTeX で使われる MetaPost 形式 * Killustrator * GNU Metafile (plotutils / libplot) %prep %setup -n pstoedit_${RPM_PACKAGE_VERSION} -c -T unzip -d ${RPM_BUILD_DIR} ${RPM_SOURCE_DIR}/pstoedit_3_16.zip mkdir -p $RPM_BUILD_ROOT%{_prefix}/{bin,lib,man/man1} cd ${RPM_BUILD_DIR}/pstoedit_${RPM_PACKAGE_VERSION} %patch0 -p1 %patch1 -p1 -b .macosx %build cd ${RPM_BUILD_DIR}/pstoedit_${RPM_PACKAGE_VERSION}/config sh configure --prefix=%{_prefix} --libdir='$(prefix)/lib/pstoedit' cd ../src make %install cd ${RPM_BUILD_DIR}/pstoedit_${RPM_PACKAGE_VERSION}/src make install prefix=$RPM_BUILD_ROOT%{_prefix} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc changelog.htm copying index.htm pstoedit.htm readme.txt %{_prefix}/bin/* %{_prefix}/lib/* %{_prefix}/man/man1/* %changelog * Tue Apr 24 2001 Keisuke Fujii - 1st release on MacOS X Release 10.0.01 * Thu Dec 23 1999 Keisuke Fujii - updated to v.3.16 * Sat Nov 13 1999 Keisuke Fujii - updated to v.3.15 * Fri Jun 21 1999 Norihito Ohmori - first release