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: Tools/scripts/explicit_lib_depends.sh

Number of commits found: 6

Friday, 10 Apr 2015
07:05 ak search for other commits by this committer
- Remove a few more scripts from Tools/scripts:

chkdepschain.py: doesn't support pkgng
explicit_lib_depends.sh: doesn't support pkgng
plist: obsolete; searches for /etc/mtree/BSD.local.dist, add @dirrm, doesn't
know about man pages in the plist
release: unused and obsolete
resolveportsfromlibs.sh: doesn't support pkgng

Approved by:	portmgr (bapt)
Original commitRevision:383695 
Tuesday, 4 Sep 2007
19:32 netchild search for other commits by this committer
explicit_lib_depends.sh:
 - check if an installed libtool records dependencies recursively and
   print a warning if it does
       currently it prints the warning on every system which has libtool
       installed from ports (only my local version doesn't do this, the
       version in the ports is not correctly patched for this, a patch
       similar in complexity (= simple) like the ltdl.m4 one in the
       libtool-port-patch-directory is needed)
 - enhance the regex which is responsible to not print a dependency to
   the port we are just checking
 - add a work in progress (not executed) to collapse the USE_* which
   can have more than one value

neededlibs.sh:
 - we also care about shared libs

resolveportsfromlibs.sh:
 - take care about USE_OPENSSL, USE_EFL, USE_GL, USE_FAM, USE_OPENLDAP,
   USE_SDL
 - search in the "ldconfig -r" output if we can not find the lib ourself
 - a better way of getting the first part of the LIB_DEPENDS stuff
   (lib/libXYZ.so can be specified now too)
 - some line wrapping + whitespace
 - print the origin for the USE_* too (except USE_OPENSSL), so an user
   can make some sanity checks and the explicit_lib_depends.sh can DTRT
   if we check the USE_* port itself
 - warn if we can not determine the right component (can happen for XORG)
   unambiguously.
Original commit
Thursday, 30 Aug 2007
16:48 netchild search for other commits by this committer
One more sanity check, else /+CONTENS will be searched.
Original commit
Sunday, 26 Aug 2007
15:03 netchild search for other commits by this committer
Do not list libs which come with the port itself.
Original commit
Friday, 24 Aug 2007
15:30 netchild search for other commits by this committer
We should also look into sbin/ (not only bin/ and lib/).
Original commit
14:29 netchild search for other commits by this committer
explicit_lib_depends.sh shows you the current explicit dependency list of
libs for a given installed port, e.g.:
        # ./explicit_lib_depends.sh gnome-vfs-2.18.1_2
        USE_GETTEXT=yes
        USE_GNOME+=gconf2
        USE_GNOME+=glib20
        USE_GNOME+=gnomevfs2
        USE_GNOME+=libxml2
        USE_GNOME+=orbit2
        USE_ICONV=yes
        avahi-client:net/avahi
        avahi-common:net/avahi
        avahi-glib:net/avahi
        dbus-1:devel/dbus
        dbus-glib-1:devel/dbus-glib
Original commit

Number of commits found: 6