FreeBSD Bugzilla – Attachment 26700 Details for
Bug 45517
New Port: pager a pager for sawfish without GNOME
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.76 KB, created by
Michael Ebert
on 2002-11-20 09:40:00 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Michael Ebert
Created:
2002-11-20 09:40:00 UTC
Size:
3.76 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># pager ># pager/Makefile ># pager/pkg-comment ># pager/pkg-descr ># pager/pkg-plist ># pager/pkg-message ># pager/distinfo ># pager/files ># pager/files/patch-pager.jl ># >echo c - pager >mkdir -p pager > /dev/null 2>&1 >echo x - pager/Makefile >sed 's/^X//' >pager/Makefile << 'END-of-pager/Makefile' >X# New ports collection makefile for: pager >X# Date created: November 20 2002 >X# Whom: Michael Ebert <ebert@informatik.unibw-muenchen.de> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= pager >XPORTVERSION= 0.4a >XCATEGORIES= x11-wm >XMASTER_SITES= http://dapfy.bei.t-online.de/sawfish/pager/ >XEXTRACT_SUFX= .tgz >X >XMAINTAINER= ebert@informatik.unibw-muenchen.de >X >XBUILD_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish >XRUN_DEPENDS= ${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish >X >XUSE_GMAKE= yes >XUSE_GNOME= gtk12 >XUSE_GNOMENG= yes >XUSE_REINPLACE= yes >XUSE_X_PREFIX= yes >X >XSAWFISH_VERSION= `${X11BASE}/bin/sawfish --version 2>&1 | \ >X ${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'` >X >XPLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}" >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's/gtk-config/gtk12-config/g' ${WRKSRC}/Makefile >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >X# doesn't work correct with the compiled .jl file at the moment >X# ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jlc \ >X# ${PREFIX}/share/sawfish/${SAWFISH_VERSION}/lisp/sawfish/wm/ext >X ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jl \ >X ${PREFIX}/share/sawfish/${SAWFISH_VERSION}/lisp/sawfish/wm/ext >X @${CAT} ${PKGMESSAGE} >X >X.include <bsd.port.mk> >END-of-pager/Makefile >echo x - pager/pkg-comment >sed 's/^X//' >pager/pkg-comment << 'END-of-pager/pkg-comment' >XA pager for sawfish without GNOME >END-of-pager/pkg-comment >echo x - pager/pkg-descr >sed 's/^X//' >pager/pkg-descr << 'END-of-pager/pkg-descr' >XA pager for sawfish without GNOME >X >XWWW: http://dapfy.bei.t-online.de/sawfish/pager/ >END-of-pager/pkg-descr >echo x - pager/pkg-plist >sed 's/^X//' >pager/pkg-plist << 'END-of-pager/pkg-plist' >Xbin/pager >Xshare/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jl >X@comment share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jlc >X@comment doesn't work correct with the compiled .jl file at the moment >END-of-pager/pkg-plist >echo x - pager/pkg-message >sed 's/^X//' >pager/pkg-message << 'END-of-pager/pkg-message' >X******************************************************************************** >XTo start the pager at the startup of sawfish add the following to >Xyour sawfish resource file (e.g. ~/.sawfishrc): >X >X (require 'sawfish.wm.ext.pager) >X (setq pager-executable "pager") >X (add-hook 'after-initialization-hook pager t) >X******************************************************************************** >END-of-pager/pkg-message >echo x - pager/distinfo >sed 's/^X//' >pager/distinfo << 'END-of-pager/distinfo' >XMD5 (pager-0.4a.tgz) = c67f36063e98ab81940c52b66a2c4212 >END-of-pager/distinfo >echo c - pager/files >mkdir -p pager/files > /dev/null 2>&1 >echo x - pager/files/patch-pager.jl >sed 's/^X//' >pager/files/patch-pager.jl << 'END-of-pager/files/patch-pager.jl' >X--- pager.jl.orig Tue Nov 19 21:06:10 2002 >X+++ pager.jl Tue Nov 19 21:08:30 2002 >X@@ -277,7 +277,10 @@ >X ;; Tells the C program to change the colors >X (define (send-colors) >X (send ?c >X- (mapcar color-rgb >X+ (mapcar (lambda (color) >X+ (let ((clist (color-rgb color))) >X+ (setcdr (nthcdr 2 clist) nil) >X+ clist)) >X (list pager-color-background >X pager-color-viewport >X pager-color-window >END-of-pager/files/patch-pager.jl >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 45517
: 26700