OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 12-Oct-2003 18:18:06
Branch: HEAD Handle: 2003101217180402
Added files:
openpkg-re/vcheck vc.t1lib
openpkg-src/t1lib t1lib.spec
Modified files:
openpkg-web news.txt
Log:
new package: t1lib 5.0.0 (Postscript Type-1 Font Library)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.t1lib
1.1 +93 -0 openpkg-src/t1lib/t1lib.spec
1.6974 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.t1lib
============================================================================
$ cvs diff -u -r0 -r1.1 vc.t1lib
--- /dev/null 2003-10-12 18:18:04.000000000 +0200
+++ vc.t1lib 2003-10-12 18:18:04.000000000 +0200
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog t1lib = {
+ version = 5.0.0
+ url = ftp://sunsite.unc.edu/pub/Linux/libs/graphics/
+ regex = t1lib-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/t1lib/t1lib.spec
============================================================================
$ cvs diff -u -r0 -r1.1 t1lib.spec
--- /dev/null 2003-10-12 18:18:06.000000000 +0200
+++ t1lib.spec 2003-10-12 18:18:06.000000000 +0200
@@ -0,0 +1,93 @@
+##
+## t1lib.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package information
+Name: t1lib
+Summary: Postscript Type-1 Font Library
+URL: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/
+Vendor: Rainer Menzner
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Graphics
+License: LGPL
+Version: 5.0.0
+Release: 20031012
+
+# list of sources
+Source0: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103, X11, gcc, make
+PreReq: OpenPKG, openpkg >= 20030103, X11
+AutoReq: no
+AutoReqProv: no
+
+%description
+ t1lib is a rasterizer library for Adobe Type 1 Fonts. It supports
+ rotation and transformation, kerning underlining and antialiasing.
+ It does not need X11, but special functions for X11 are provided.
+ AFM-files can be generated from Type 1 font files and font
+ subsetting is also easily possible. It also includes Composite
+ Character support.
+
+%prep
+ %setup -q
+
+%build
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ ./configure \
+ --prefix=%{l_prefix} \
+ --datadir=%{l_prefix}/etc \
+ --disable-shared
+ %{l_make} %{l_mflags -O} without_doc
+
+%install
+ rm -rf $RPM_BUILD_ROOT
+ %{l_shtool} subst \
+ -e "s;%{l_prefix}/etc/t1lib;$RPM_BUILD_ROOT%{l_prefix}/etc/t1lib;g" \
+ lib/Makefile doc/Makefile
+ %{l_make} %{l_mflags} install \
+ prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ datadir=$RPM_BUILD_ROOT%{l_prefix}/etc
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/share/t1lib
+ mv $RPM_BUILD_ROOT%{l_prefix}/etc/t1lib/doc/t1lib_doc.pdf \
+ $RPM_BUILD_ROOT%{l_prefix}/share/t1lib/t1lib.pdf
+ rmdir $RPM_BUILD_ROOT%{l_prefix}/etc/t1lib/doc
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+ %{l_files_std} \
+ '%config %{l_prefix}/etc/t1lib/*'
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6973 -r1.6974 news.txt
--- openpkg-web/news.txt 12 Oct 2003 12:28:45 -0000 1.6973
+++ openpkg-web/news.txt 12 Oct 2003 16:18:04 -0000 1.6974
@@ -1,3 +1,4 @@
+12-Oct-2003: New package: P<t1lib-5.0.0-20031012>
12-Oct-2003: New package: P<xpdf-2.03-20031012>
12-Oct-2003: Upgraded package: P<mozilla-plugger-1.3.2-20031012>
12-Oct-2003: New package: P<mozilla-plugger-1.3.2-20031012>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]