Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
90a56aee
Commit
90a56aee
authored
1 year ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
lang/crumb: New port: Crumb programming language
parent
4ebfc669
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
lang/Makefile
+1
-0
1 addition, 0 deletions
lang/Makefile
lang/crumb/Makefile
+24
-0
24 additions, 0 deletions
lang/crumb/Makefile
lang/crumb/distinfo
+3
-0
3 additions, 0 deletions
lang/crumb/distinfo
lang/crumb/pkg-descr
+9
-0
9 additions, 0 deletions
lang/crumb/pkg-descr
with
37 additions
and
0 deletions
lang/Makefile
+
1
−
0
View file @
90a56aee
...
...
@@ -35,6 +35,7 @@
SUBDIR
+=
coffeescript
SUBDIR
+=
colm
SUBDIR
+=
cparser
SUBDIR
+=
crumb
SUBDIR
+=
crystal
SUBDIR
+=
csharp-mode.el
SUBDIR
+=
cython
...
...
This diff is collapsed.
Click to expand it.
lang/crumb/Makefile
0 → 100644
+
24
−
0
View file @
90a56aee
PORTNAME
=
crumb
DISTVERSIONPREFIX
=
v
DISTVERSION
=
0.0.2
CATEGORIES
=
lang devel
MAINTAINER
=
yuri@FreeBSD.org
COMMENT
=
Crumb programming language
WWW
=
https://github.com/liam-ilan/crumb
LICENSE
=
GPLv3
USE_GITHUB
=
yes
GH_ACCOUNT
=
liam-ilan
PLIST_FILES
=
bin/
${
PORTNAME
}
do-build
:
@
cd
${
WRKSRC
}
/src
&&
\
${
CC
}
${
CFLAGS
}
${
LDFLAGS
}
-lm
*
.c
-o
${
PORTNAME
}
do-install
:
${
INSTALL_PROGRAM
}
${
WRKSRC
}
/src/
${
PORTNAME
}
${
STAGEDIR
}${
PREFIX
}
/bin
.
include
<bsd.port.mk>
This diff is collapsed.
Click to expand it.
lang/crumb/distinfo
0 → 100644
+
3
−
0
View file @
90a56aee
TIMESTAMP = 1698885184
SHA256 (liam-ilan-crumb-v0.0.2_GH0.tar.gz) = c10bda4e42aaf8060af3018db8c3a1c388618c218b214ed95481a9204859970e
SIZE (liam-ilan-crumb-v0.0.2_GH0.tar.gz) = 7351601
This diff is collapsed.
Click to expand it.
lang/crumb/pkg-descr
0 → 100644
+
9
−
0
View file @
90a56aee
Crumb is a high level, functional, interpreted, dynamically typed,
general-purpose programming language, with a terse syntax, and a verbose
standard library.
It features:
* Strictly no side effects* to help you write functional code
* The ability to localize the effects of imported Crumb file.
* Dynamic typing and garbage collectio.
* 0 keywords, everything is a functio.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment