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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/basic256/pkg-plist

Number of commits found: 20

Tuesday, 30 Jun 2020
15:58 fernape search for other commits by this committer
lang/basic256: update to 2.0.0.11
Original commitRevision:540898 
Monday, 11 May 2020
06:45 fernape search for other commits by this committer
lang/basic256: update to 2.0.0.1

While here:

 * Reorder some variables
 * dos2unix only on the necessary files (thanks tcberner@) so resources file
   doesn't break.
 * Add missing USES=gl
Original commitRevision:534884 
Friday, 28 Oct 2016
13:06 tcberner search for other commits by this committer
Remove wrongly used QT-related plist-subs from plist

%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
by chance, and should not be used that way.

Approved by: portmgr (blanket), rakuco (mentor)
PR:	213833
Original commitRevision:424831 
Friday, 7 Nov 2014
23:16 pawel search for other commits by this committer
Update to version 1.1.4.0

PR:		194844
Submitted by:	maintainer
Original commitRevision:372303 
Monday, 27 Oct 2014
15:23 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371587 
Sunday, 24 Aug 2014
16:59 riggs search for other commits by this committer
- Update to upstream version 1.1.3.0
- Add LICENSE

PR:		192745
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
Approved by:	mentors (implicit)
Original commitRevision:365967 
Tuesday, 24 Jun 2014
15:21 wg search for other commits by this committer
lang/basic256: update to 1.1.2.6

PR:		191340 (based on)
Submitted by:	maintainer
Original commitRevision:359097 
Saturday, 22 Feb 2014
12:11 pawel search for other commits by this committer
Update to version 1.1.0.0

PR:		ports/186849
Submitted by:	maintainer
Original commitRevision:345627 
Tuesday, 19 Nov 2013
22:39 madpilot search for other commits by this committer
- Update to 1.0.0.0
- Convert to USES qmake and dos2unix
- Convert to staging
- Use LOCALBASE instead of hardconding /usr/local.
- Fix build on 10 and head with new libc++

PR:		ports/183933
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:334360 
Sunday, 25 Aug 2013
09:14 vg search for other commits by this committer
- Update to 0.9.9.64

PR:		ports/181094
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by:	eadler (mentor)
Original commitRevision:325334 
Friday, 26 Apr 2013
06:31 miwi search for other commits by this committer
- Update to 0.9.9.58

PR:		177891
Submitted by:	Fernando <fernando.apesteguia@gmail.com> ( maintainer)
Original commitRevision:316570 
Wednesday, 13 Feb 2013
01:16 miwi search for other commits by this committer
- Update to 0.9.9.46

PR:		176076
Submitted by:	maintainer
Original commitRevision:312139 
Friday, 25 Jan 2013
09:23 ak search for other commits by this committer
- Update to 0.9.9.38

PR:	ports/175548
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:310970 
Sunday, 20 Jan 2013
23:38 madpilot search for other commits by this committer
- Update to 0.9.9.28

PR:		ports/175115
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:310723 
Wednesday, 28 Nov 2012
02:04 bdrewery search for other commits by this committer
- Update to 0.9.9.17

PR:		ports/173845
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
Original commitRevision:307873 
Monday, 5 Nov 2012
21:27 rakuco search for other commits by this committer
Update to 0.9.9.13.

PR:		ports/173401
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:   yes
Original commitRevision:307033 
Thursday, 11 Oct 2012
17:36 rm search for other commits by this committer
- update to 0.9.9.1
- add build dependencies on bison and flex

while here:
- trim Makefile header
- remove redundant tabs in Makefile
- use SF shortcut in MASTER_SITES
- remove indefinite article from COMMENT
- remove exclicit dependency on qmake, since it is already defined in USE_QT4
- change BUILD_DEPENDS usage to more common
- remove trailing whitespace in pkg-descr

PR:		172583
Submitted by:	Fernando <fernando.apesteguia at gmail dot com> (maintainer)
Feature safe:	yes
Original commitRevision:305734 
Friday, 10 Aug 2012
12:28 madpilot search for other commits by this committer
- Update to to 0.6.69
- Whitespace fix

PR:		ports/170504
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees (mentor)
Original commit
Tuesday, 11 Oct 2011
07:46 wen search for other commits by this committer
BASIC-256 is an easy to use version of BASIC designed to teach anybody
(especially middle and high-school students) the basics of computer
programming.

It uses traditional control structures like gosub, for/next, and goto,
which helps kids easily see how program flow-control works. It has a
built-in graphics mode which lets them draw pictures on screen in
minutes, and a set of detailed, easy-to-follow tutorials that
introduce programming concepts through fun exercises.

WWW: http://www.basic256.org

PR:             ports/160367
Submitted by:   Fernando <fernando.apesteguia@gmail.com>
Original commit
06:50 wen search for other commits by this committer
BASIC-256 is an easy to use version of BASIC designed to teach anybody
(especially middle and high-school students) the basics of computer
programming.

It uses traditional control structures like gosub, for/next, and goto,
which helps kids easily see how program flow-control works. It has a
built-in graphics mode which lets them draw pictures on screen in
minutes, and a set of detailed, easy-to-follow tutorials that
introduce programming concepts through fun exercises.

WWW: http://http://www.basic256.org

PR:             ports/160367
Submitted by:   Fernando <fernando.apesteguia@gmail.com>
Original commit

Number of commits found: 20