FreeBSD Bugzilla – Attachment 207144 Details for
Bug 240300
[NEW PORT] lang/vlang: Simple, fast, safe, compiled language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
vlang port diff
vlang.diff (text/plain), 2.78 KB, created by
Lewis Cook
on 2019-09-03 12:02:56 UTC
(
hide
)
Description:
vlang port diff
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2019-09-03 12:02:56 UTC
Size:
2.78 KB
patch
obsolete
>Index: lang/vlang/Makefile >=================================================================== >--- lang/vlang/Makefile (nonexistent) >+++ lang/vlang/Makefile (working copy) >@@ -0,0 +1,33 @@ >+# $FreeBSD$ >+ >+PORTNAME= vlang >+DISTVERSION= 0.1.18 >+CATEGORIES= lang devel >+ >+MAINTAINER= vulcan@wired.sh >+COMMENT= Simple, fast, safe, compiled language >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC_v}/LICENSE >+ >+USE_GITHUB= yes >+GH_ACCOUNT= vlang >+GH_PROJECT= v >+GH_TUPLE= vlang:v:${DISTVERSION}:v \ >+ vlang:vc:${DISTVERSION}:vc >+ >+PLIST_FILES= bin/v >+ >+pre-build: >+ @(cp ${WRKSRC_vc}/v.c ${WRKSRC_v}) >+ >+do-build: >+ (cd ${WRKSRC_v} && \ >+ ${CC} -std=gnu11 -w -o v v.c -lm) >+ (cd ${WRKSRC_v} && \ >+ ./v -o v compiler) >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC_v}/v ${STAGEDIR}${PREFIX}/bin/v >+ >+.include <bsd.port.mk> > >Property changes on: lang/vlang/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: lang/vlang/distinfo >=================================================================== >--- lang/vlang/distinfo (nonexistent) >+++ lang/vlang/distinfo (working copy) >@@ -0,0 +1,7 @@ >+TIMESTAMP = 1567511018 >+SHA256 (vlang-v-0.1.18_GH0.tar.gz) = 3f3407a78aca7fc3b42a3fc1f1d2b9724c1e4c71fbd5d37ff12976cd2305cec1 >+SIZE (vlang-v-0.1.18_GH0.tar.gz) = 1466640 >+SHA256 (vlang-v-0.1.18_GH0.tar.gz) = 3f3407a78aca7fc3b42a3fc1f1d2b9724c1e4c71fbd5d37ff12976cd2305cec1 >+SIZE (vlang-v-0.1.18_GH0.tar.gz) = 1466640 >+SHA256 (vlang-vc-0.1.18_GH0.tar.gz) = b8697082b4b89aeadae2a5bf3626459419f3826b061ecf960fc582c854361e2e >+SIZE (vlang-vc-0.1.18_GH0.tar.gz) = 92478 > >Property changes on: lang/vlang/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: lang/vlang/pkg-descr >=================================================================== >--- lang/vlang/pkg-descr (nonexistent) >+++ lang/vlang/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+Simple, fast, safe, compiled language >+for developing maintainable software. >+Supports translation from C and (soon) >+C++. Compiles itself in <1s. >+ >+WWW: https://vlang.io > >Property changes on: lang/vlang/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240300
: 207144