View | Details | Raw Unified | Return to bug 256313
Collapse All | Expand All

(-)b/editors/wily/Makefile (+18 lines)
Added Link Here
1
# Created by: Karsten Pedersen <kpedersen@disroot.org>
2
3
PORTNAME=		wily
4
PORTVERSION=		0.13.42
5
CATEGORIES=		editors
6
MASTER_SITES=		https://github.com/osen/distfiles/raw/main/
7
DISTFILES=		wily-${PORTVERSION}.tar.gz
8
9
MAINTAINER=		kpedersen@disroot.org
10
COMMENT=		A text editor strongly resembling ACME from Plan 9
11
12
LICENSE=		BSD
13
14
USES=			xorg
15
USE_XORG=		x11 xt
16
GNU_CONFIGURE=		yes
17
18
.include <bsd.port.mk>
(-)b/editors/wily/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1622404302
2
SHA256 (wily-0.13.42.tar.gz) = 5f5498b11c28c8d1fde7750f133a4ab2faca4b23f2ca0a563103ea34e667c4cb
3
SIZE (wily-0.13.42.tar.gz) = 487783
(-)b/editors/wily/files/patch-wily_Makefile.in (+8 lines)
Added Link Here
1
--- wily/Makefile.in.orig	2021-05-30 19:56:26 UTC
2
+++ wily/Makefile.in
3
@@ -47,4 +47,4 @@ nuke: clean
4
 dist:	nuke
5
 	cp -r `ls |grep -v RCS` ../dist/wily
6
 install:	$(TARGET)
7
-	cp $(TARGET) $(bindir)
8
+	cp $(TARGET) $(DESTDIR)$(PREFIX)/bin
(-)b/editors/wily/pkg-descr (+8 lines)
Added Link Here
1
Wily is a mouse-oriented, text-based working environment for
2
programmers. It lets you interact with your files, directories and
3
other programs through mouse and keyboard operations on plain text.
4
5
It is based on Acme, the mouse-centric editing environment for the
6
Plan 9 operating system.
7
8
WWW: http://www.cs.yorku.ca/~oz/wily
(-)b/editors/wily/pkg-plist (+1 lines)
Added Link Here
1
bin/wily

Return to bug 256313