FreeBSD Bugzilla – Attachment 161597 Details for
Bug 203471
New port: editors/e The minimalistest text editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
The e port
e.shar (text/plain), 2.05 KB, created by
Jens K. Loewe
on 2015-10-01 12:08:55 UTC
(
hide
)
Description:
The e port
Filename:
MIME Type:
Creator:
Jens K. Loewe
Created:
2015-10-01 12:08:55 UTC
Size:
2.05 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: ># ># e ># e/Makefile ># e/distinfo ># e/pkg-descr ># e/files ># e/files/patch-Makefile ># >echo c - e >mkdir -p e > /dev/null 2>&1 >echo x - e/Makefile >sed 's/^X//' >e/Makefile << '487360e4f5f3b26eeeece4181f55c9ff' >X# $FreeBSD$ >X >XPORTNAME= e >XPORTVERSION= 1.0 >XCATEGORIES= editors >XDIST_SUBDIR= e >X >XMAINTAINER= bsd@tuxproject.de >XCOMMENT= e is the minimalistest text editor >X >XLICENSE= AGPLv3 >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XUSE_GCC= yes >XUSES= gmake >XPLIST_FILES= bin/e >X >XUSE_GITHUB= yes >XGH_ACCOUNT= the8thbit >XGH_TAGNAME= 2dffcf1c7245142c8bfc813641a5467f6300bf08 >X >Xpost-extract: >X @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's/gcc/${CC}/' ${WRKSRC}/Makefile >X >X.include <bsd.port.mk> >487360e4f5f3b26eeeece4181f55c9ff >echo x - e/distinfo >sed 's/^X//' >e/distinfo << '893bbf80240fe736e6271bb6e37b201e' >XSHA256 (e/the8thbit-e-1.0-2dffcf1c7245142c8bfc813641a5467f6300bf08_GH0.tar.gz) = 1606061f7c33a7338ea4c2d5c0a0f7a8c33d4a6e380de836d14c2b03373ed668 >XSIZE (e/the8thbit-e-1.0-2dffcf1c7245142c8bfc813641a5467f6300bf08_GH0.tar.gz) = 14819 >893bbf80240fe736e6271bb6e37b201e >echo x - e/pkg-descr >sed 's/^X//' >e/pkg-descr << '823c08d9fd55fe525aef56167345d1a0' >Xe is the minimalistest text editor. >X >XWWW: https://github.com/the8thbit/e >823c08d9fd55fe525aef56167345d1a0 >echo c - e/files >mkdir -p e/files > /dev/null 2>&1 >echo x - e/files/patch-Makefile >sed 's/^X//' >e/files/patch-Makefile << '81df788fca2b251fb06c3625c133a107' >X--- Makefile.orig 2014-12-10 20:27:54 UTC >X+++ Makefile >X@@ -1,2 +1,12 @@ >X-all: >X+DESTDIR= >X+PREFIX?=/usr/local >X+ >X+all: >X gcc ./e.c ./codes.c -o e >X+ >X+install: all >X+ mkdir -p $(DESTDIR)$(PREFIX)/bin/ >X+ install -m 755 e $(DESTDIR)$(PREFIX)/bin/ >X+ >X+uninstall: >X+ rm -f $(DESTDIR)$(PREFIX)/bin/e >81df788fca2b251fb06c3625c133a107 >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 203471
: 161597