Page MenuHomeFreeBSD

lang/lci: Add port.
ClosedPublic

Authored by xmj on Jan 24 2015, 10:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 25 2024, 10:18 PM
Unknown Object (File)
Oct 6 2024, 6:48 AM
Unknown Object (File)
Oct 5 2024, 3:47 PM
Unknown Object (File)
Oct 4 2024, 12:20 AM
Unknown Object (File)
Oct 2 2024, 10:24 PM
Unknown Object (File)
Oct 2 2024, 9:30 PM
Unknown Object (File)
Sep 18 2024, 5:31 PM
Unknown Object (File)
Sep 12 2024, 3:27 PM
Subscribers
None

Details

Reviewers
swills
koobs
Summary
lang/lci: Add port.

This is the original LOLCODE interpreter.

WWW: http://lolcode.org

PR:			196785
DiffRev:		placeholder
Submitted by:		Maxim Filimonov <che@bein.link>
Approved by:		koobs (mentor)
Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

xmj retitled this revision from to lang/lci: Add port..
xmj updated this object.
xmj edited the test plan for this revision. (Show Details)
xmj added reviewers: swills, koobs.
koobs requested changes to this revision.Jan 24 2015, 10:59 AM
koobs edited edge metadata.
koobs added inline comments.
lang/lci/Makefile
12

LICENSE_FILE if one exists in $WRKSRC

19

WRKSRC is the default value

This revision now requires changes to proceed.Jan 24 2015, 10:59 AM
xmj edited edge metadata.

crf

koobs requested changes to this revision.Jan 24 2015, 11:11 AM
koobs edited edge metadata.
koobs added inline comments.
lang/lci/Makefile
5

upstream versions only go to 0.11.2

Please update to suit, and rebuild in poudriere

17

lci upstream has git tags, use them instead of direct-to-commit tag names

This revision now requires changes to proceed.Jan 24 2015, 11:11 AM
xmj edited edge metadata.

update version number +gh vars

xmj edited edge metadata.

add updated distinfo

koobs edited edge metadata.
This revision is now accepted and ready to land.Jan 25 2015, 9:07 AM

Committed revision 377881.