Search Criteria
Package Details: factor-git 0.98.r4.g5e9b804d66-1
Git Clone URL: | https://aur.archlinux.org/factor-git.git (read-only, click to copy) |
---|---|
Package Base: | factor-git |
Description: | A general purpose, dynamically typed, stack-based programming language |
Upstream URL: | http://factorcode.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | megapoliss |
Last Packager: | megapoliss |
Votes: | 15 |
Popularity: | 0.004307 |
First Submitted: | 2009-05-02 05:11 |
Last Updated: | 2018-08-01 20:55 |
Dependencies (9)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-minimal, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-git)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- gtkglext (gtkglext-pangox)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal+-git, mesa-minimal-git, mesa-git)
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- git (git-git) (make)
- udis86 (udis86-git) (optional)
Latest Comments
1 2 Next › Last »
ackalker commented on 2016-04-01 10:41
@swdunlop Thank you for the patch, applied and tested.
swdunlop commented on 2016-03-28 17:03
Patch for build changes at https://gist.github.com/swdunlop/c3e4cc464de091309df3 -- in short, upstream moved the build script and renamed the license file.
ackalker commented on 2014-04-26 17:14
Please don't mark a package as "out of date" just because the git server happens to be down for a few days.
git://factorcode.org/git/factor.git is still the official upstream for the project.
There is a mirror on Github at https://github.com/slavapestov/factor , please use this when the main server is down or if you experience slow download speed.
ackalker commented on 2013-03-17 01:07
Thanks for the info. Btw, I've dropped the patch to FUEL completely, it figures out the path to Factor relative from its own directory.
LeonidasXIV commented on 2013-03-03 01:28
@ackalker: I'm flattered actually :) And I completely agree, it makes sense not to reinvent the wheel. If you are interested, my PKGBUILD is on GitHub: https://github.com/Leonidas-from-XIV/aur-factor
ackalker commented on 2013-03-02 23:07
@LeonidasXIV
Yes I did ;-) (sorry, forgot to mention you, changing it now!) This way, it's easier to diff the PKGBUILDS for important changes.
ackalker commented on 2013-03-02 23:03
@LeonidasXIV
Yes I did (sorry, forgot to mention you, changing it now!) This way, it's easier to diff the packages for important changes.
ackalker commented on 2013-03-02 22:55
Resurrected factor-git:
- Initial build and subsequent updates (Git pull and incremental builds) managed by build-support/factor.sh
- Updates use `build-support/factor.sh quick-update`, you can change 'quick-update' to 'update' if needed.
- Working with the tree and building this package from it should both be possible.
- Option 'ccache' in makepkg.conf recommended, because while 'quick-update' will quickly refresh the image, it will rebuild all of the VM on every run (bug?)
Any suggestions are very welcome.
LeonidasXIV commented on 2013-03-02 22:53
Oh, I saw you copied stuff from my `factor` package. I was going to suggest you provide `factor-vm` but turns out you already do. Nice.
ackalker commented on 2013-03-02 22:50
Resurrected factor-git:
- Initial build and subsequent updates (Git pull and incremental builds) managed by build-support/factor.sh
- Updates use `build/support/factor.sh quick-update`; you can change 'quick-update' to 'update' if needed.
- Working with the tree and building this package from it should both be possible.
- Option 'ccache' in makepkg.conf recommended, because while 'quick-update' will quickly refresh the image, it will rebuild all of the VM on every run (bug?)
Any suggestions are very welcome.