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: editors/vim/pkg-descr

Number of commits found: 9

Saturday, 25 Nov 2023
20:58 Adam Weinberger (adamw) search for other commits by this committer
editors/vim: Include GitHub URL in WWW, not pkg-descr
commit hash: 97453cd6dbb9b809baf3d4ec67a725f96c55ed57 commit hash: 97453cd6dbb9b809baf3d4ec67a725f96c55ed57 commit hash: 97453cd6dbb9b809baf3d4ec67a725f96c55ed57 commit hash: 97453cd6dbb9b809baf3d4ec67a725f96c55ed57 97453cd
Wednesday, 7 Sep 2022
21:58 Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 fb16dfe
Saturday, 2 Apr 2022
22:13 Adam Weinberger (adamw) search for other commits by this committer
editors/vim: Update to 8.2.4669, add x11 support, drop Athena

Vim no longer includes the Athena (Xaw) frontend, so drop the
athena flavor.

As requested by many (and based on a patch from scf), restore the x11
flavor. The x11 flavor is a bit odd; it doesn't actually include an X
GUI. As a result, when Vim got flavorized I dropped it as I thought
it was vestigial. What the x11 flavor actually provides is support for
some X interaction (mainly xclipboard), and is highly useful to people
who run console Vim within X.

The outcry was pretty swift, and I'd like to thank all the people who
took the time to email me about it, and especially scf who provided
the bulk of this patch.

I'm going to MFH this due to the athena build failure.
commit hash: de02b1a9d209f0b6727e63848bc58c9b4ef1c064 commit hash: de02b1a9d209f0b6727e63848bc58c9b4ef1c064 commit hash: de02b1a9d209f0b6727e63848bc58c9b4ef1c064 commit hash: de02b1a9d209f0b6727e63848bc58c9b4ef1c064 de02b1a
Thursday, 2 Sep 2021
06:36 Adam Weinberger (adamw) search for other commits by this committer
editors/vim: Flavorize and update to 8.2.3394

This commit completely rewires the vim ports. It includes the following:

* `vim' is now a TUI-only package. It is what the `vim-console' port
  was.

* `vim-gtk3' includes the TUI binary (vim) and a GTk3-backed GUI. It is
  what the `vim' port was.

* Each GUI toolkit has a separate package. There is vim-gtk3, -gtk2,
  -motif, -athena, and -x11.

* `vim-tiny' is still the same thing, except it includes a defaults.vim
  stub to silence a startup error message.

* Only the python3 language binding is included by default. Perl, Ruby,
  TCL, Scheme, and Lua can still be enabled via options. But there are
  very, very few plugins that require anything other than python.

* py27 support is removed entirely.

* CScope support is unconditionally enabled, but vim no longer depends
  upon it. If cscope is installed, it'll be used.

* The default ctags is now the version included in base. It's very
  rudimentary, but only a subset of users use ctags at all. Universal or
  exuberant ctags can still be enabled via option knobs.
commit hash: 620f205539a43fd8da97750d33eebdfc1e133330 commit hash: 620f205539a43fd8da97750d33eebdfc1e133330 commit hash: 620f205539a43fd8da97750d33eebdfc1e133330 commit hash: 620f205539a43fd8da97750d33eebdfc1e133330 620f205
Friday, 13 Oct 2017
16:14 adamw search for other commits by this committer
Simplify the "lite" package even more

Make the only differences between "lite" and "regular" vim just console
mode and no language bindings. This was already the case (the default
feature set is "huge"), but now it's explicit.

Add a pkg-descr to vim-lite that explains the above, and remove some
text in the pkg-descr that makes absolutely no sense.

There's no effective change to generated package, but the port is
getting updated tomorrow anyway.

This will facilitate the future removal at some point of the "lite"
package, so that it can be replaced by a "console" flavour.

While here, remove a variable that was last used in 2001.
Original commitRevision:452015 
Sunday, 14 Jun 2015
09:18 sunpoet search for other commits by this committer
- Update to 7.4.738
- Add PORTSCOUT

Changes:	https://github.com/vim/vim/commits/master
Original commitRevision:389616 
Friday, 28 Feb 2014
01:30 sunpoet search for other commits by this committer
- Update COMMENT
- Update pkg-descr
Original commitRevision:346419 
Monday, 24 Oct 2011
09:11 dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
Original commit
Tuesday, 25 Sep 2007
13:37 edwin search for other commits by this committer
Typo in vim package description

        Vim is a virtually compatible, extreamly enhanced, version of the UNIX
                                       ^^^^^^^^^
        text editor vi.

PR:             ports/108356
Submitted by:   Daniel Franke<dfranke@ufl.edu>
Approved by:    maintainer timeout
Original commit

Number of commits found: 9