From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../20120831/16833863/attachment-0001.html | 66 ++++++++++++++++++++++ .../attachments/20120831/16833863/attachment.html | 65 +++++++++++++++++++++ .../20120831/b2eec9f7/attachment-0001.obj | 55 ++++++++++++++++++ .../attachments/20120831/b2eec9f7/attachment.obj | 55 ++++++++++++++++++ 4 files changed, 241 insertions(+) create mode 100644 zarb-ml/mageia-dev/attachments/20120831/16833863/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20120831/16833863/attachment.html create mode 100644 zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj create mode 100644 zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj (limited to 'zarb-ml/mageia-dev/attachments/20120831') diff --git a/zarb-ml/mageia-dev/attachments/20120831/16833863/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120831/16833863/attachment-0001.html new file mode 100644 index 000000000..18c2af116 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120831/16833863/attachment-0001.html @@ -0,0 +1,66 @@ + + + + + + An Email from Zoosk + + +
+ + + + +
+ + + + +
+ + + + + + + + + + + + +
+

Kristoffer Grundström har lagt till dig som vän på Zoosk.

+
+ + Kristoffer Grundström + + +

Är Kristoffer Grundström din vän?

+ +
+ Ja + Nej +
+
 
+
+ + +
+

+ Det här meddelandet har skickats av en Zoosk-användare som angav din e-postadress. Om du inte vill få e-postmeddelanden som andra skickar till dig via Zoosk klickar du här.

+

+ Du har mottagit det här meddelandet på e-postadressen: mageia-dev@mageia.org +

+

+ Copyright © 2007-2012 Zoosk, 989 Market St, San Francisco, CA 94103 USA.

+

+ Sekretess +

+
+ Zoosk +
+
+ + + diff --git a/zarb-ml/mageia-dev/attachments/20120831/16833863/attachment.html b/zarb-ml/mageia-dev/attachments/20120831/16833863/attachment.html new file mode 100644 index 000000000..f538e34b0 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120831/16833863/attachment.html @@ -0,0 +1,65 @@ + + + + + + An Email from Zoosk + + +
+ + + + +
+ + + + +
+ + + + + + + + + + + + +
+

Kristoffer Grundström har lagt till dig som vän på Zoosk.

+
+ + Kristoffer Grundström + + +

Är Kristoffer Grundström din vän?

+ +
+ Ja + Nej +
+
 
+
+ + +
+

+ Det här meddelandet har skickats av en Zoosk-användare som angav din e-postadress. Om du inte vill få e-postmeddelanden som andra skickar till dig via Zoosk klickar du här.

+

+ Du har mottagit det här meddelandet på e-postadressen: mageia-dev@mageia.org +

+

+ Copyright © 2007-2012 Zoosk, 989 Market St, San Francisco, CA 94103 USA.

+

+ Sekretess +

+
+ Zoosk +
+
+ + diff --git a/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj new file mode 100644 index 000000000..7a02fc1cb --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj @@ -0,0 +1,55 @@ +%global parrot_version 4.6.0 + +%define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext +%define par_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6 + +Name: rakudo +Version: 2012.08 +Release: %mkrel 1 + +Summary: A Perl compiler on Parrot +License: Artistic 2.0 +Group: Development/Perl +URL: http://www.rakudo.org/ +Source0: http://github.com/downloads/rakudo/rakudo/%{name}-%{version}.tar.gz + +BuildRequires: gdbm-devel +BuildRequires: gmp-devel +BuildRequires: libicu-devel +BuildRequires: ncurses-devel +BuildRequires: parrot >= %{parrot_version} +BuildRequires: parrot-devel >= %{parrot_version} +BuildRequires: parrot-src >= %{parrot_version} +BuildRequires: readline-devel + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} + +%description +Rakudo Perl 6, or just Rakudo, is a Perl 6 compiler for the Parrot virtual +machine. Rakudo is an implementation of the Perl 6 specification that runs +on the Parrot VM. + +%prep +%setup -q -n %{name}-%{version} + +%build +%{__perl} Configure.pl +%make + +%check +%make test + +%install +rm -rf %{buildroot} +%makeinstall_std + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc CREDITS LICENSE README +%{_bindir}/perl6 +%{_mandir}/* +%{parrot_dynext} +%{par_lang_perl6} \ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj b/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj new file mode 100644 index 000000000..7a02fc1cb --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj @@ -0,0 +1,55 @@ +%global parrot_version 4.6.0 + +%define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext +%define par_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6 + +Name: rakudo +Version: 2012.08 +Release: %mkrel 1 + +Summary: A Perl compiler on Parrot +License: Artistic 2.0 +Group: Development/Perl +URL: http://www.rakudo.org/ +Source0: http://github.com/downloads/rakudo/rakudo/%{name}-%{version}.tar.gz + +BuildRequires: gdbm-devel +BuildRequires: gmp-devel +BuildRequires: libicu-devel +BuildRequires: ncurses-devel +BuildRequires: parrot >= %{parrot_version} +BuildRequires: parrot-devel >= %{parrot_version} +BuildRequires: parrot-src >= %{parrot_version} +BuildRequires: readline-devel + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} + +%description +Rakudo Perl 6, or just Rakudo, is a Perl 6 compiler for the Parrot virtual +machine. Rakudo is an implementation of the Perl 6 specification that runs +on the Parrot VM. + +%prep +%setup -q -n %{name}-%{version} + +%build +%{__perl} Configure.pl +%make + +%check +%make test + +%install +rm -rf %{buildroot} +%makeinstall_std + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc CREDITS LICENSE README +%{_bindir}/perl6 +%{_mandir}/* +%{parrot_dynext} +%{par_lang_perl6} \ No newline at end of file -- cgit v1.2.1