mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Repo-copyed to a more accurate category:
ports/misc/wmessage -> ports/x11/wmessage Repo-copyed by: joe (cvs) Approved by: lioux (portmgr) PR: ports/52979 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
This commit is contained in:
parent
2d6754478d
commit
0308b478dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82877
1
MOVED
1
MOVED
@ -373,3 +373,4 @@ testproc/py-trex||2003-06-08|part of py-xml
|
||||
devel/pear-install|devel/pear-PEAR|2003-06-08|merged
|
||||
textproc/gnomespell-devel|textproc/gnomespell|2003-06-11|rolled into gnomespell
|
||||
mail/evolution-devel|mail/evolution|2003-06-11|rolled into evolution
|
||||
misc/wmessage|x11/wmessage|2003-06-12|accurate category
|
||||
|
@ -360,7 +360,6 @@
|
||||
SUBDIR += wmScoreBoard
|
||||
SUBDIR += wmcalendar
|
||||
SUBDIR += wmcp
|
||||
SUBDIR += wmessage
|
||||
SUBDIR += wmfirew
|
||||
SUBDIR += wmjulia
|
||||
SUBDIR += wmmand
|
||||
|
@ -1,29 +0,0 @@
|
||||
# New ports collection makefile for: wmessage
|
||||
# Date created: Mon Dec 17 20:18:07 EST 2001
|
||||
# Whom: Patrick Li <pat@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmessage
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= misc windowmaker
|
||||
MASTER_SITES= http://members.ozemail.com.au/~crn/wmessage/
|
||||
|
||||
MAINTAINER= pat@FreeBSD.org
|
||||
COMMENT= A WINGs based message viewer similar to xmessage
|
||||
|
||||
BUILD_DEPENDS= get-wraster-flags:${PORTSDIR}/x11-wm/windowmaker
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/wmessage ${PREFIX}/bin
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README \
|
||||
${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (wmessage-0.11.tar.gz) = 141cb3d0c2096eb44c2912d13b8cee34
|
@ -1,22 +0,0 @@
|
||||
--- Makefile.orig Sun Dec 16 19:13:01 2001
|
||||
+++ Makefile Mon Dec 17 20:23:42 2001
|
||||
@@ -1,16 +1,13 @@
|
||||
-PREFIX = /usr/local
|
||||
|
||||
-CFLAGS = `get-wraster-flags --cflags` -Wall
|
||||
-LDFLAGS = `get-wraster-flags --ldflags`
|
||||
-LIBS = `get-wraster-flags --libs`
|
||||
-CC = gcc
|
||||
+CFLAGS += `${X11BASE}/bin/get-wraster-flags --cflags` -I${X11BASE}/include/WINGs -Wall
|
||||
+LDFLAGS = `${X11BASE}/bin/get-wraster-flags --ldflags`
|
||||
+LIBS = `${X11BASE}/bin/get-wraster-flags --libs`
|
||||
|
||||
all: wmessage
|
||||
|
||||
wmessage: wmessage.o panel.o
|
||||
$(CC) -o wmessage wmessage.o panel.o \
|
||||
$(CFLAGS) $(LDFLAGS) $(LIBS) -lWMaker -lWINGs
|
||||
- strip wmessage
|
||||
|
||||
install: wmessage
|
||||
install -c wmessage $(PREFIX)/bin/wmessage
|
@ -1,26 +0,0 @@
|
||||
--- panel.c.orig Sun Dec 16 19:11:01 2001
|
||||
+++ panel.c Mon Dec 17 20:28:33 2001
|
||||
@@ -221,7 +221,7 @@
|
||||
char *data;
|
||||
|
||||
strcpy (tmpname, "/tmp/wmessage.XXXXXX"); /* last 6 chars must be X */
|
||||
- mktemp (tmpname);
|
||||
+ mkstemp (tmpname);
|
||||
|
||||
if (!tmpname)
|
||||
return NULL; /* couldn't generate unique name */
|
||||
@@ -344,12 +344,12 @@
|
||||
int i, j=0, lines=0, longest=0;
|
||||
|
||||
msg = readFile (panel, settings);
|
||||
- if (msg == NULL)
|
||||
+ if (msg == NULL) {
|
||||
if ((settings->reload > 0) && (settings->force == True))
|
||||
msg = wstrdup ("Cannot open file -- will keep trying.\n");
|
||||
else
|
||||
return NULL;
|
||||
-
|
||||
+ }
|
||||
for (i = 0; i < strlen (msg); i++) /* count lines */
|
||||
if ((*(msg+i)) == '\n') {
|
||||
lines++;
|
@ -1,4 +0,0 @@
|
||||
wmessage is a WINGs based message viewer similar to xmessage
|
||||
|
||||
WWW: http://members.ozemail.com.au/~crn/wmessage/
|
||||
Author: Craig Nellist <crn@ozemail.com.au>
|
@ -1,4 +0,0 @@
|
||||
bin/wmessage
|
||||
%%PORTDOCS%%share/doc/wmessage/ChangeLog
|
||||
%%PORTDOCS%%share/doc/wmessage/README
|
||||
%%PORTDOCS%%@dirrm share/doc/wmessage
|
@ -119,6 +119,7 @@
|
||||
SUBDIR += wmbutton
|
||||
SUBDIR += wmcliphist
|
||||
SUBDIR += wmdrawer
|
||||
SUBDIR += wmessage
|
||||
SUBDIR += wmfstatus
|
||||
SUBDIR += wmmatrix
|
||||
SUBDIR += wmmenu
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= wmessage
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= misc windowmaker
|
||||
CATEGORIES= x11 windowmaker
|
||||
MASTER_SITES= http://members.ozemail.com.au/~crn/wmessage/
|
||||
|
||||
MAINTAINER= pat@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user