Package Details: factor-git 0.99.r34513.27b6f73cfb-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: BSD
Conflicts: factor
Provides: factor
Submitter: None
Maintainer: megapoliss
Last Packager: megapoliss
Votes: 17
Popularity: 0.000032
First Submitted: 2009-05-02 05:11 (UTC)
Last Updated: 2023-04-21 12:27 (UTC)

Latest Comments

1 2 Next › Last »

nytpu commented on 2021-09-03 23:45 (UTC) (edited on 2021-09-03 23:45 (UTC) by nytpu)

This was breaking for me, because even though master was checked out for some reason the command build.sh uses to find the current branch was still detecting makepkg and failing. I had to add git branch -d makepkg to get it to build. Here's a patch (it's one line): https://paste.sr.ht/~nytpu/99e58d8805ecc263963325a5d53ad23387c70177

micwoj92 commented on 2021-04-26 11:34 (UTC)

Hello, could you update download to git+https?

ackalker commented on 2016-04-01 10:41 (UTC)

@swdunlop Thank you for the patch, applied and tested.

swdunlop commented on 2016-03-28 17:03 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

@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 (UTC)

@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 22:55 (UTC)

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.