[Lunar-commits] r20448 - in moonbase/branches/crater/xorg-7.1/x11-util: . rman

Samuel Verstraete elangelo at lunar-linux.org
Sun Jun 18 08:51:51 UTC 2006


Author: elangelo
Date: 2006-06-18 08:51:50 +0000 (Sun, 18 Jun 2006)
New Revision: 20448

Added:
   moonbase/branches/crater/xorg-7.1/x11-util/rman/
   moonbase/branches/crater/xorg-7.1/x11-util/rman/BUILD
   moonbase/branches/crater/xorg-7.1/x11-util/rman/CONFLICTS
   moonbase/branches/crater/xorg-7.1/x11-util/rman/DETAILS
Log:
seems like this application used be in the XOrg (r6) releases but it is no longer part of XOrg (r7). Application has moved to a sourceforge webpage... Not that much applications need it but xpm is one of them...

gr,S.


Added: moonbase/branches/crater/xorg-7.1/x11-util/rman/BUILD
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-util/rman/BUILD	                        (rev 0)
+++ moonbase/branches/crater/xorg-7.1/x11-util/rman/BUILD	2006-06-18 08:51:50 UTC (rev 20448)
@@ -0,0 +1,10 @@
+(
+  . /etc/profile.d/x11r7.rc &&
+
+  sedit 's/\/opt\/local/\${X11R7_PREFIX}/g' Makefile
+  sedit 's/\/usr\/local/\/usr\/share/g' Makefile
+
+  prepare_install &&
+  make install
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/xorg-7.1/x11-util/rman/CONFLICTS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-util/rman/CONFLICTS	                        (rev 0)
+++ moonbase/branches/crater/xorg-7.1/x11-util/rman/CONFLICTS	2006-06-18 08:51:50 UTC (rev 20448)
@@ -0,0 +1,6 @@
+conflicts XOrg  &&
+conflicts XOrg-test &&
+conflicts XOrg-fonts-base &&
+conflicts XOrg-fonts-extra &&
+conflicts XOrg-drm &&
+conflicts XOrg-drm-cvs

Added: moonbase/branches/crater/xorg-7.1/x11-util/rman/DETAILS
===================================================================
--- moonbase/branches/crater/xorg-7.1/x11-util/rman/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/xorg-7.1/x11-util/rman/DETAILS	2006-06-18 08:51:50 UTC (rev 20448)
@@ -0,0 +1,14 @@
+          MODULE=rman
+         VERSION=3.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/polyglotman
+      SOURCE_VFY=sha1:d3b2889b5feabb78a0422a1f5d3ae9fdf0333b79
+   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+        WEB_SITE=http://www.x.org/
+         ENTERED=20060120
+         UPDATED=20060618
+           SHORT="convert manual pages"
+
+cat << EOF
+rman is a utility to convert manual pages into other formats. It can currently supports HTML, ASCII, LaTeX, LaTeX2e, RTF, POD, and partial DocBook XML output.
+EOF



More information about the Lunar-commits mailing list