FreeBSD Bugzilla – Attachment 27765 Details for
Bug 46975
NEW PORT: x11-wm/wampager, a mini pager for waimea window manager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.21 KB, created by
Alexey Dokuchaev
on 2003-01-11 14:50:02 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Alexey Dokuchaev
Created:
2003-01-11 14:50:02 UTC
Size:
2.21 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: ># ># . ># ./pkg-plist ># ./pkg-descr ># ./Makefile ># ./pkg-comment ># ./distinfo ># ./files ># ./files/patch-Makefile ># >echo c - . >mkdir -p . > /dev/null 2>&1 >echo x - ./pkg-plist >sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' >Xbin/wampager >END-of-./pkg-plist >echo x - ./pkg-descr >sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' >Xwampager is a pager tool for waimea, with support of RandR extension. >X >XWWW: http://waimea.sourceforge.net/ >END-of-./pkg-descr >echo x - ./Makefile >sed 's/^X//' >./Makefile << 'END-of-./Makefile' >X# New ports collection makefile for: wampager >X# Date created: 11 Jan 2003 >X# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= wampager >XPORTVERSION= 0.9.1 >XCATEGORIES= x11-wm >XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >X >XMAINTAINER= danfe@regency.nsu.ru >X >XUSE_X_PREFIX= yes >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/wampager ${PREFIX}/bin >X >X.include <bsd.port.mk> >END-of-./Makefile >echo x - ./pkg-comment >sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' >XA mini pager for the waimea window manager >END-of-./pkg-comment >echo x - ./distinfo >sed 's/^X//' >./distinfo << 'END-of-./distinfo' >XMD5 (wampager-0.9.1.tar.gz) = 54ccb97b9b9327960af681469d8174c4 >END-of-./distinfo >echo c - ./files >mkdir -p ./files > /dev/null 2>&1 >echo x - ./files/patch-Makefile >sed 's/^X//' >./files/patch-Makefile << 'END-of-./files/patch-Makefile' >X--- Makefile.orig Sat Jan 11 20:20:42 2003 >X+++ Makefile Sat Jan 11 20:21:36 2003 >X@@ -1,17 +1,13 @@ >X CC = gcc >X-INC = >X+INC = -I/usr/X11R6/include >X LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext >X SRCS = wampager.c >X OBJS = wampager.o >X-CFLAGS = -Wall >X >X all: wampager >X >X clean: >X- rm -f $(OBJS) wampager >X+ rm -f ${OBJS} wampager >X >X-wampager : $(SRCS) >X- $(CC) $(CFLAGS) $(SRCS) $(INC) -o wampager $(LIBS) >X- >X-install : all >X- install -c -s wampager /usr/local/bin >X+wampager : ${SRCS} >X+ ${CC} ${CFLAGS} ${SRCS} ${INC} -o wampager ${LIBS} >END-of-./files/patch-Makefile >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 46975
: 27765