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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

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