Page MenuHomeFreeBSD

D33507.id100155.diff
No OneTemporary

D33507.id100155.diff

Index: misc/Makefile
===================================================================
--- misc/Makefile
+++ misc/Makefile
@@ -253,6 +253,7 @@
SUBDIR += mxnet
SUBDIR += najitool
SUBDIR += ncnn
+ SUBDIR += neo
SUBDIR += netron
SUBDIR += ngraph
SUBDIR += nms
Index: misc/neo/Makefile
===================================================================
--- /dev/null
+++ misc/neo/Makefile
@@ -0,0 +1,33 @@
+PORTNAME= neo
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.6
+CATEGORIES= misc
+
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
+PATCHFILES= 4dd64a0.patch:-p1 # https://github.com/st3w/neo/issues/8
+
+MAINTAINER= driesm@FreeBSD.org
+COMMENT= cmatrix clone with 32-bit color and Unicode support
+
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
+
+USES= autoreconf compiler:c++11-lang ncurses
+USE_GITHUB= yes
+GH_ACCOUNT= st3w
+
+GNU_CONFIGURE= yes
+
+OPTIONS_DEFINE= DOCS
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/neo ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/neo.6 ${STAGEDIR}${MANPREFIX}/share/man/man6
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Index: misc/neo/distinfo
===================================================================
--- /dev/null
+++ misc/neo/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1639652670
+SHA256 (st3w-neo-v0.6_GH0.tar.gz) = c044dcb79665cb7de7b93cbec471383916aa01df3d05116ee3a47400ec471c9e
+SIZE (st3w-neo-v0.6_GH0.tar.gz) = 1134802
+SHA256 (4dd64a0.patch) = e657f88df87984b7b7a1fe008f3c2917bead5bd52bf58ed0015507b34e10ba4f
+SIZE (4dd64a0.patch) = 2914
Index: misc/neo/pkg-descr
===================================================================
--- /dev/null
+++ misc/neo/pkg-descr
@@ -0,0 +1,8 @@
+Simulates the digital rain from "The Matrix".
+cmatrix clone with 32-bit color and Unicode support.
+
+neo recreates the digital rain effect from "The Matrix".
+Streams of random characters will endlessly scroll
+down your terminal screen.
+
+WWW: https://github.com/st3w/neo
Index: misc/neo/pkg-plist
===================================================================
--- /dev/null
+++ misc/neo/pkg-plist
@@ -0,0 +1,3 @@
+bin/neo
+share/man/man6/neo.6.gz
+%%PORTDOCS%%%%DOCSDIR%%/README

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 27, 9:05 PM (8 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15617630
Default Alt Text
D33507.id100155.diff (2 KB)

Event Timeline