notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: lang/bf2c/pkg-plist

Number of commits found: 4

Friday, 21 Feb 2014
11:31 rene search for other commits by this committer
lang/bf2c: (upstream) Makefile cleanups
- use DESTDIR in upstream Makefile and drop MAKE_ARGS
- define install-strip target in upstream Makefile and use it
- replace pkg-plist by PORTDOCS and PLIST_FILES
Original commitRevision:345375 
Wednesday, 12 Jun 2013
23:01 rene search for other commits by this committer
Update to 1.3.1

Changes:
- Use github directly instead of my local server.
- Rework WRKSRC/Makefile to allow simplifying port Makefile and drop the
  dependency on gmake.
- Drop README, refer to website instead.
- Add a simple BF generator.

Note that the version reported by the bf2c binary is still 1.2.5, as it
did not change at all during this update.
Original commitRevision:320728 
Monday, 21 Jun 2010
17:01 rene search for other commits by this committer
* Fix package list by not defining LICENSE_FILE explicitly
(bsd.license.mk does not like the filename "LICENSE"), also remove a copy
from DOCSDIR
* Simplify a REINPLACE_CMD

Approved by:    tabthorpe (mentor)
Feature safe:   yes
Original commit
Saturday, 27 Sep 2003
07:16 edwin search for other commits by this committer
New port: optimizing BF to C compiler

        BrainF*ck is a minimalistic, yet Turing-complete programming
        language with only 8 instructions.  bf2c compiles a BF file
        into a corresponding C file, optimizing as much as possible
        for speed, size and readability.

        It is written for fun, self-educating purposes and to beat
        existing BF compilers.

PR:             ports/57241
Submitted by:   Rene Ladan <r.c.ladan@student.tue.nl>
Original commit

Number of commits found: 4