--- rock-old/ext-config/INDEX Sun Nov 19 14:35:57 2000 +++ rock-new/ext-config/INDEX Sun Nov 19 20:59:33 2000 @@ -291,11 +291,15 @@ # from Pjotr Prins (pjotr@rocklinux.org) # => https://www.rocklinux.org/people/pjotr # + +security/admin cfengine https://www.rocklinux.org/people/pjotr/ext/cfengine/cfengine.ext + games gnuchess https://www.rocklinux.org/people/pjotr/ext/chess/gnuchess.ext games xboard https://www.rocklinux.org/people/pjotr/ext/chess/xboard.ext -edit xemacs https://www.rocklinux.org/people/pjotr/ext/xemacs/xemacs.ext +editors xemacs https://www.rocklinux.org/people/pjotr/ext/xemacs/xemacs.ext +draw xfig https://www.rocklinux.org/people/pjotr/ext/xfig/xfig.ext # from Stefan Boresch # => https://server1.mdy.univie.ac.at/rocklinux/ --- rock-old/ext-config/INDEX.pjotr Sun Nov 19 14:35:57 2000 +++ rock-new/ext-config/INDEX.pjotr Sun Nov 19 20:59:12 2000 @@ -1,8 +1,12 @@ # from Pjotr Prins (pjotr@rocklinux.org) # => https://www.rocklinux.org/people/pjotr # + +security/admin cfengine https://www.rocklinux.org/people/pjotr/ext/cfengine/cfengine.ext + games gnuchess https://www.rocklinux.org/people/pjotr/ext/chess/gnuchess.ext games xboard https://www.rocklinux.org/people/pjotr/ext/chess/xboard.ext -edit xemacs https://www.rocklinux.org/people/pjotr/ext/xemacs/xemacs.ext +editors xemacs https://www.rocklinux.org/people/pjotr/ext/xemacs/xemacs.ext +draw xfig https://www.rocklinux.org/people/pjotr/ext/xfig/xfig.ext --- rock-old/ext-config/cfengine.ext Thu Jan 1 01:00:00 1970 +++ rock-new/ext-config/cfengine.ext Sun Nov 19 17:20:13 2000 @@ -0,0 +1,36 @@ +# +# cfengine ROCK Linux Extension +# +# maintainer: Pjotr Prins +# +# $Id: pjotr-rock-patch-20001119,v 1.1 2000/11/20 19:31:28 wrk Exp $ +# +# 20001119 First edition of cfengine.ext +# +# [D] 4194917907 cfengine-1.6.0.a14.tar.gz ftp://sunsite.utk.edu/pub/cfengine/cfengine-ftp +# [A] Mark Burgess +# [M] Pjotr Prins {Ext maintainer} +# [I] xfig: X drawing program with templates +# [L] GPL +# [S] Development +# [P] 51 +# [V] 1.6.0.a14 +# [U] https://www.iu.hioslo.no/cfengine/ +# [T] Cfengine, or the configuration engine is an agent/software robot +# [T] and a very high level language for building expert systems to +# [T] administrate and configure large computer networks. Cfengine +# [T] uses the idea of classes and a primitive form of intelligence to +# [T] define and automate the configuration and maintenance of system +# [T] state, for small to huge configurations. Cfengine is designed +# [T] to be a part of a computer immune system. +# [T] The installation includes a tutorial, papers and example scripts +# [T] in /opt/cfengine/share/cfengine/. Check the cfengine web-site +# [T] for more material. +# + +rm -rf /opt/$pkg +mkdir -p /opt/$pkg +tar xIvf $archdir/$pkg-$ver.tar.bz2 ; cd $pkg-$ver +./configure $confopt --prefix=/opt/$pkg; make; make install +mkdir -p /var/run/$pkg + --- rock-old/ext-config/xfig.ext Thu Jan 1 01:00:00 1970 +++ rock-new/ext-config/xfig.ext Sun Nov 19 21:24:18 2000 @@ -0,0 +1,47 @@ +# +# xfig ROCK Linux Extension +# +# maintainer: Pjotr Prins +# +# $Id: pjotr-rock-patch-20001119,v 1.1 2000/11/20 19:31:28 wrk Exp $ +# +# 20001119 First edition of xfig.ext +# +# [D] 2872230167 xfig.3.2.3c.full.tar.gz ftp://www-epb.lbl.gov/xfig/libraries/ +# [A] Original author Supoj Sutanthavibul (1987) +# [A] Current author Brian V. Smith +# [M] Pjotr Prins {Ext maintainer} +# [I] xfig: vector based X drawing program with templates (incl. UML) +# [L] Free-to-use +# [S] STABLE +# [P] 51 +# [V] 3.2.3c +# [U] https://www.xfig.org/ +# [T] Xfig is a menu-driven tool that allows the user to draw and +# [T] manipulate objects interactively in an X window. The resulting +# [T] pictures can be saved, printed on postscript printers or +# [T] converted to a variety of other formats (e.g. to allow inclusion +# [T] in LaTeX documents). xfig is vector based, unlike the GIMP. +# [T] Templates (UML) are in /usr/X11R6/lib/X11/xfig/Libraries/UML. +# +# xfig installs in /usr/X11/bin and /usr/X11/lib. + +tar xIvf $archdir/$pkg.$ver.full.tar.bz2 ; cd $pkg.$ver +patch << 'EOP' +--- Imakefile.old Sun Nov 19 20:31:07 2000 ++++ Imakefile Sun Nov 19 20:44:45 2000 +@@ -59,8 +59,8 @@ + XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm) + XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) + +-XCOMM #define USEXPM +-XCOMM #define USEXPM_ICON ++#define USEXPM ++#define USEXPM_ICON + + #ifdef USEXPM + XPMLIBDIR = $(USRLIBDIR) +EOP +xmkmf; make; make install; make install.man + +