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