Page MenuHomeSolus

D5700.diff
No OneTemporary

D5700.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,19 @@
+name : perl6-nqp
+version : 2019.03
+release : 1
+source :
+ - https://github.com/perl6/nqp/archive/2019.03.tar.gz : 5f226de8f0567f34797fd1d5eeed1ebf85bbd91f39608f917f48081dd3bf6863
+license : Artistic-License-2.0
+component : programming.perl
+summary : Lightweight environment for Perl6 virtual machine
+description: |
+ This is "Not Quite Perl" -- a lightweight Perl 6-like environment for virtual machines. The key feature of NQP is that it's designed to be a very small environment (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines like MoarVM [1], the JVM, and others.
+builddeps :
+ - perl
+ - perl6-moarvm-devel
+setup : |
+ perl Configure.pl --prefix=%PREFIX% --libdir=%libdir%/perl6
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,48 @@
+<PISI>
+ <Source>
+ <Name>perl6-nqp</Name>
+ <Packager>
+ <Name>Daniel Maksymow</Name>
+ <Email>daniel.maksymow@tuta.io</Email>
+ </Packager>
+ <License>Artistic-License-2.0</License>
+ <PartOf>programming.perl</PartOf>
+ <Summary xml:lang="en">Lightweight environment for Perl6 virtual machine</Summary>
+ <Description xml:lang="en">This is &quot;Not Quite Perl&quot; -- a lightweight Perl 6-like environment for virtual machines. The key feature of NQP is that it&apos;s designed to be a very small environment (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines like MoarVM [1], the JVM, and others.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>perl6-nqp</Name>
+ <Summary xml:lang="en">Lightweight environment for Perl6 virtual machine</Summary>
+ <Description xml:lang="en">This is &quot;Not Quite Perl&quot; -- a lightweight Perl 6-like environment for virtual machines. The key feature of NQP is that it&apos;s designed to be a very small environment (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines like MoarVM [1], the JVM, and others.
+</Description>
+ <PartOf>programming.perl</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/nqp</Path>
+ <Path fileType="executable">/usr/bin/nqp-m</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/MASTNodes.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/MASTOps.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/ModuleLoader.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/NQPCORE.setting.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/NQPHLL.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/NQPP5QRegex.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/NQPP6QRegex.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/QAST.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/QASTNode.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/QRegex.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/nqp.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/nqpmo.moarvm</Path>
+ <Path fileType="library">/usr/lib64/perl6/nqp/profiler/template.html</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-03-30</Date>
+ <Version>2019.03</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Daniel Maksymow</Name>
+ <Email>daniel.maksymow@tuta.io</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 5 2023, 5:05 AM (9 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806072
Default Alt Text
D5700.diff (4 KB)

Event Timeline