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: editors/zim/Makefile

Number of commits found: 43

Thursday, 18 Jun 2015
06:39 rm search for other commits by this committer
editors/zim: update to 0.63

The major addition in this release is the awesome table support.
See changelog for full changes:
https://lists.launchpad.net/zim-wiki/msg03436.html
Original commitRevision:390017 
Saturday, 4 Oct 2014
22:16 rm search for other commits by this committer
editors/zim: update to 0.62

- update to 0.62
- add LICENSE_FILE
- modernize port

Changelog: https://lists.launchpad.net/zim-wiki/msg02988.html
Original commitRevision:370005 
20:30 rm search for other commits by this committer
editors/zim: take maintainership
Original commitRevision:369994 
Thursday, 7 Aug 2014
23:20 marino search for other commits by this committer
editors/zim: Upgrade version 0.60 => 0.61 and stage

PR:		192475
Submitted by:	Ports Fury
Original commitRevision:364330 
Wednesday, 23 Jul 2014
16:44 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362705 
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 
Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
Original commitRevision:336553 
Friday, 20 Sep 2013
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
Sunday, 7 Jul 2013
16:47 rm search for other commits by this committer
- update to 0.60
- convert dependency on desktop-file-utils to USES

PR:		179614
Submitted by:	rm (myself)
Approved by:	maintainer timeout (3 weeks)
Original commitRevision:322453 
Saturday, 11 May 2013
17:58 hrs search for other commits by this committer
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
Original commitRevision:317899 
Monday, 6 May 2013
02:00 hrs search for other commits by this committer
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Original commitRevision:317455 
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 
Friday, 2 Nov 2012
15:32 rm search for other commits by this committer
- update to 0.57
- trim Makefile header
- convert to optionsng
- tab -> space change in pkg-descr:WWW

changelog:
https://lists.launchpad.net/zim-wiki/msg01905.html

PR:		172881
Submitted by:	rm (myself)
Approved by:	maintainer timout (2 weeks)
Feature safe:	yes
Original commitRevision:306861 
Thursday, 9 Aug 2012
19:09 acm search for other commits by this committer
- Fix a problem handle utf-8 string
- Bump PORTREVISION

Reported by:	H hm _ at __ hm.net.br via email
Original commit
Wednesday, 25 Jul 2012
11:24 cs search for other commits by this committer
Fix typos in COMMENT
Original commit
Sunday, 17 Jun 2012
20:42 cs search for other commits by this committer
Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzr
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 22 May 2012
06:38 rm search for other commits by this committer
- update to 0.56
- change USE_PYTHON range to just -2.7 (all < 2.6 is EOL)
- add options for GIT, MERCURIAL and DITAA (default off)
- change inclusion of bsd.port.pre.mk with bsd.port.options.mk
- drop extra simplejson dependency for python < 2.6

changelog:
=== 0.56 - Mon 2 Apr 2012 ===
* Merged support for Git and Mercurial version control backends -
  Damien Accorsi & John Drinkwater
* Merged plugin for "ditaa" diagrams - YPWang
* Merged patch for different configuration profiles, allowing per
  notebook configuration of plugins, font etc. - Mariano Draghi
* Added drag & drop support for the Attachment Browser plugin
* Made sidepane and tagcloud remember state
* Fixed critical bug for opening email adresses without "mailto:" prefix
* Fixed bug where context menu for page index applied to the current page
  instead of the selected page
* Added a Serbian translation

PR:             167821
Submitted by:   rm (myself)
Approved by:    acm (maintainer, via mail)
Original commit
Monday, 26 Mar 2012
04:53 rm search for other commits by this committer
- update to 0.55

changelog:
https://lists.launchpad.net/zim-wiki/msg01584.html

PR:             166380
Submitted by:   rm (myself)
Approved by:    acm (maintainer, via mail)
Feature safe:   yes
Original commit
Friday, 20 Jan 2012
14:37 rm search for other commits by this committer
- update to 0.54

PR:             163944
Submitted by:   rm (myself)
Approved by:    acm (via mail)
Original commit
Wednesday, 19 Oct 2011
22:47 acm search for other commits by this committer
- Use %%DATADIR%% in pkg-plist file
- Add update-mime-database and update-desktop-database lines. It installs mime
  and desktop files
- Add update-desktop-database entry on post-install
- Bump PORTREVISION
Original commit
Tuesday, 18 Oct 2011
20:02 glarkin search for other commits by this committer
- Updated to 0.53

PR:             ports/160981
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    acm (maintainer; timeout - 3 weeks)
Original commit
Thursday, 22 Sep 2011
18:09 glarkin search for other commits by this committer
- Updated to 0.52 (complete rewrite of zim from Perl to Python performed
  during upstream version increment from 0.28->0.43)
  Release announcements: https://launchpad.net/zim/+announcements

PR:             ports/160385
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Requested by:   cwhiteh@onetel.com
Approved by:    acm (maintainer - timeout: 3 weeks)
Original commit
Saturday, 21 Aug 2010
03:31 acm search for other commits by this committer
- Update to 0.29
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Sunday, 7 Feb 2010
07:29 kuriyama search for other commits by this committer
- Unbreak with perl5.10 by removing 'require 5.8.0' line.
- I'm not sure why this version requirement in Build.PL failed.  But
  our minimal perl version is 5.8.9 now, so we can omit this check.

Approved by:    pav (implicit)
Original commit
Friday, 5 Feb 2010
20:04 skv search for other commits by this committer
Mark as brokend on Perl 5.10

Approved by:    pav (implicit)
Original commit
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 28 Jan 2010
02:32 kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 12).

Approved by:    portmgr (itetcu)
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Thursday, 18 Jun 2009
22:51 acm search for other commits by this committer
- Update to 0.28
Original commit
Friday, 6 Jun 2008
13:25 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 22 Dec 2007
07:05 acm search for other commits by this committer
- Update to 0.23
Original commit
Tuesday, 2 Oct 2007
16:01 acm search for other commits by this committer
- Update to 0.21
Original commit
Saturday, 8 Sep 2007
01:00 linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Original commit
Thursday, 6 Sep 2007
04:10 acm search for other commits by this committer
- Update to 0.20
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 24 Mar 2007
14:55 acm search for other commits by this committer
- Update to 0.19
Original commit
Saturday, 13 Jan 2007
18:07 acm search for other commits by this committer
- Change MASTERSITES
- Update WWW
Original commit
Thursday, 28 Dec 2006
17:51 acm search for other commits by this committer
- Update to 0.17
Original commit
Saturday, 29 Jul 2006
16:16 acm search for other commits by this committer
- Update to 0.16

Approved by:    garga (mentor)
Original commit
Sunday, 23 Jul 2006
02:45 acm search for other commits by this committer
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
Original commit
Sunday, 11 Jun 2006
10:29 pav search for other commits by this committer
Zim is a WYSIWYG text editor written in Gtk2-Perl which aims to bring the
concept of a wiki to your desktop. Every page is saved as a text file with
wiki markup.

Pages can contain links to other pages, and are saved automatically. Creating
a new page is as easy as linking to a non-existing page.

Pages are ordered in a hierarchical structure that gives it the look and feel
of an outliner.

WWW:    http://zoidberg.student.utwente.nl/zim/

PR:             ports/95161
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit

Number of commits found: 43