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: deskutils/rednotebook/Makefile

Number of commits found: 31

Friday, 5 Apr 2024
00:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
deskutils/rednotebook: Clean up USES=python

- While I'm here, add NO_ARCH

USES=python means USES=python:3.8+ now.

Approved by:	portmgr (blanket)
With hat:	python
commit hash: 04f068b0d9e55675d4381e627d1be1e0b1fdb501 commit hash: 04f068b0d9e55675d4381e627d1be1e0b1fdb501 commit hash: 04f068b0d9e55675d4381e627d1be1e0b1fdb501 commit hash: 04f068b0d9e55675d4381e627d1be1e0b1fdb501 04f068b
Thursday, 7 Mar 2024
17:00 Kurt Jaeger (pi) search for other commits by this committer Author: Travis Hunter
deskutils/rednotebook: new port

RedNotebook is a modern desktop journal. It lets you format, tag, and search
your entries. You can also add pictures, links, and customizable templates,
spell check your notes, and export to plain text, HTML, LaTeX, or PDF.

PR:		276963
Author:		Travis Hunter <cth-freebsd@pm.me>
Reviewed-by:	arrowd, henrichhartzer@tuta.io
commit hash: 53e52818831c9f84f857c1ff70e46ccb6e15abf0 commit hash: 53e52818831c9f84f857c1ff70e46ccb6e15abf0 commit hash: 53e52818831c9f84f857c1ff70e46ccb6e15abf0 commit hash: 53e52818831c9f84f857c1ff70e46ccb6e15abf0 53e5281
Thursday, 21 Mar 2019
07:12 antoine search for other commits by this committer
Chase webkit-gtk2 expiration
Original commitRevision:496428 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Thursday, 5 Feb 2015
06:24 vanilla search for other commits by this committer
Upgrade to 1.9.0

PR:		197335
Submitted by:	maintainer
Original commitRevision:378442 
Sunday, 19 Oct 2014
08:50 mva search for other commits by this committer
- Convert ports from databases/ and deskutils/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371173 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Wednesday, 18 Dec 2013
09:18 culot search for other commits by this committer
- Update to 1.8.0

Changes:	http://bazaar.launchpad.net/~jendrikseipp/rednotebook/trunk/view/head:/CHANGELOG
PR:		ports/184734
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Original commitRevision:336807 
Friday, 15 Nov 2013
10:43 sunpoet search for other commits by this committer
- Update to 1.7.3

Changes:	http://rednotebook.sourceforge.net/index.html#news
PR:		ports/183925
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Original commitRevision:333845 
Saturday, 2 Nov 2013
15:20 wg search for other commits by this committer
deskutils/rednotebook: allow staging

- Allow stating [1] (based on)
- USES desktop-file-utils

PR:		ports/183581
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu gmail.com> (maintainer)
Original commitRevision:332497 
Friday, 20 Sep 2013
16:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Original commitRevision:327718 
Saturday, 29 Jun 2013
07:07 ak search for other commits by this committer
- Update to 1.7.2

PR:	ports/180073
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Original commitRevision:322027 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Saturday, 2 Mar 2013
20:04 beech search for other commits by this committer
- Update to 1.71

PR:		ports/176595
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Original commitRevision:313290 
Tuesday, 12 Feb 2013
12:12 miwi search for other commits by this committer
- Update to 1.6.6

PR:		176048
Submitted by:	maintainer
Original commitRevision:312107 
Wednesday, 2 Jan 2013
07:17 jgh search for other commits by this committer
- update to 1.6.5

== 1.6.5 (2012-12-27) ==
* Add menu item for clearing the text format.
* Add toolbar menus "Insert" and "Format" to main menu for better accessibility
and HUD integration.
* Only show keyboard shortcuts in main menu, not in toolbar menus.
* Use selected text as link name when a new link is inserted.
* When an image or file is inserted, use selected text as the name of the link.
* Format selected text as header when a header is inserted.
* Convert selected text to a list when a list is inserted.
* Select title after it has been inserted to allow for easy editing.
* Change file permissions so that journal files are only readable by the user.
* Windows: Restore slider positions after opening RedNotebook from the tray.
* Windows: Support non-ascii installation paths.

== 1.6.4 (2012-12-22) ==
* Never include previous RedNotebook backups in new backups.
* Add strikethrough shortcut Ctrl+K.
* By default don't switch between edit and preview mode automatically.
* Add experimental support for irc protocol.

== 1.6.3 (2012-12-06) ==
* Fix: Don't interpret URLs with non-empty paths as local links.

PR:		174843
Submitted by:	maintainer, cheunghonyu@gmail.com
Original commitRevision:309801 
Saturday, 15 Dec 2012
10:11 madpilot search for other commits by this committer
- Update to 1.6.2

PR:		ports/174114
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Original commitRevision:308942 
Tuesday, 20 Nov 2012
10:15 rm search for other commits by this committer
- update to 1.6.1

PR:		173609
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu at gmail dot com> (maintainer)
Feature safe:	yes
Original commitRevision:307582 
Friday, 2 Nov 2012
14:25 rm search for other commits by this committer
- update to 1.6.0
- eliminate PYTHON_SITELIBDIR in depends, while here

changelog:
http://bazaar.launchpad.net/~jendrikseipp/rednotebook/trunk/annotate/head:/CHANGELOG

PR:		173279
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu at gmail dot com> (maintainer)
Feature safe:	yes
Original commitRevision:306857 
Friday, 3 Aug 2012
15:48 cs search for other commits by this committer
Update to 1.5.0

PR:		ports/170023
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 7 Apr 2012
09:27 culot search for other commits by this committer
- Update to 1.4.0

PR:             ports/166713
Submitted by:   Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Feature safe:   yes
Original commit
Friday, 27 Jan 2012
09:08 culot search for other commits by this committer
- Update to 1.3.0

PR:             ports/164523
Submitted by:   Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Original commit
Sunday, 9 Oct 2011
19:47 novel search for other commits by this committer
Update to 1.2.0.

PR:             161340
Submitted by:   Hon-Yu Lawrence Cheung (maintainer)
Original commit
Friday, 12 Aug 2011
06:08 culot search for other commits by this committer
- Update to 1.1.8

PR:             ports/159683
Submitted by:   Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> (maintainer)
Original commit
Tuesday, 2 Aug 2011
00:54 wen search for other commits by this committer
RedNotebook is a modern journal written by python. It includes
a calendar navigation, customizable templates, export functionality
and word clouds. You can also format, tag and search your entries.
RedNotebook is Free Software under the GPL.

WWW: http://rednotebook.sourceforge.net/

PR:             ports/159339
Submitted by:   Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
Original commit

Number of commits found: 31