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: 26-Jan-2003 13:05:01
Branch: HEAD Handle: 2003012612045902
Added files:
openpkg-re/vcheck vc.xemacs
openpkg-src/xemacs xemacs.spec
Modified files:
openpkg-web news.txt
Log:
new package: xemacs 21.4.12 (The GNU EMACS Text Editor (X11/Lucid
Version))
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.xemacs
1.1 +97 -0 openpkg-src/xemacs/xemacs.spec
1.3052 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.xemacs
============================================================================
$ cvs diff -u -r0 -r1.1 vc.xemacs
--- /dev/null 2003-01-26 13:04:59.000000000 +0100
+++ vc.xemacs 2003-01-26 13:04:59.000000000 +0100
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog xemacs = {
+ version = 21.4.12
+ url = ftp://ftp.xemacs.org/pub/xemacs/stable/
+ regex = xemacs-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xemacs/xemacs.spec
============================================================================
$ cvs diff -u -r0 -r1.1 xemacs.spec
--- /dev/null 2003-01-26 13:05:01.000000000 +0100
+++ xemacs.spec 2003-01-26 13:05:01.000000000 +0100
@@ -0,0 +1,97 @@
+##
+## xemacs.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+##
+## 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: xemacs
+Summary: The GNU EMACS Text Editor (X11/Lucid Version)
+URL: http://www.xemacs.org/
+Vendor: Richard Stallmann et al.
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Editor
+License: GPL
+Version: 21.4.12
+Release: 20030126
+
+# list of sources
+Source0: ftp://ftp.xemacs.org/pub/xemacs/stable/xemacs-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103, X11, ncurses, gtk, jpeg, png, zlib,
tiff, db, xpm, make
+PreReq: OpenPKG, openpkg >= 20030103, X11, ncurses
+AutoReq: no
+AutoReqProv: no
+
+%description
+ The popular GNU EMACS text editor (X11/Lucid Version).
+
+%prep
+ %setup -q
+
+%build
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags tiff}" \
+ LDFLAGS="%{l_ldflags}" \
+ ./configure \
+ --prefix=%{l_prefix} \
+ --with-gtk \
+ --with-x \
+ --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
+ --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
+ --site-includes=%{l_prefix}/include \
+ --site-libraries=%{l_prefix}/lib \
+ --with-site-lisp \
+ --with-database=berkdb \
+ --with-ncurses \
+ --with-jpeg \
+ --with-tiff \
+ --with-png \
+ --with-xpm
+ %{l_make} %{l_mflags}
+
+%install
+ rm -rf $RPM_BUILD_ROOT
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/info
+ %{l_make} %{l_mflags} install \
+ prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/xemacs
+ mv $RPM_BUILD_ROOT%{l_prefix}/bin/xemacs-%{version} \
+ $RPM_BUILD_ROOT%{l_prefix}/bin/xemacs
+ mv $RPM_BUILD_ROOT%{l_prefix}/lib/xemacs-%{version}/info \
+ $RPM_BUILD_ROOT%{l_prefix}/info
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3051 -r1.3052 news.txt
--- openpkg-web/news.txt 26 Jan 2003 09:54:47 -0000 1.3051
+++ openpkg-web/news.txt 26 Jan 2003 12:05:00 -0000 1.3052
@@ -1,3 +1,4 @@
+26-Jan-2003: New package: P<xemacs-21.4.12-20030126>
26-Jan-2003: Upgraded package: P<ncurses-5.3.20030125-20030126>
26-Jan-2003: Upgraded package: P<tripwire-2.3.1.2-20030126>
26-Jan-2003: Upgraded package: P<expat-1.95.6-20030126>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]