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: emulators/hfs/pkg-descr

Number of commits found: 2

Thursday, 23 May 2013
04:07 danfe search for other commits by this committer
Deprecate: there is no master site, no public distfiles, certain functions
do not seem to work for me on amd64, e.g. "hfs read": zero-sized files are
copied to destination.  Perhaps it is caused by careless assumption of the
types' sizes (excerpt from hfs0_37/endian.h):

    typedef unsigned long ULONG;  // 32 bit unsigned
    typedef          long LONG;   // 32 bit signed
    typedef unsigned int  UINT;   // 16 bit unsigned
    typedef          int  INT;    // 16 bit signed
    typedef unsigned char BYTE;   // 8 bit unsigned
    typedef          char SBYTE;  // 8 bit signed
    typedef          int  BOOL;   // boolean value

`sysutils/ufsutils' provides better alternative: easier to use, has alive
upstream, and works correctly on amd64 (presumably on i386 as well).

While here, also explicitly mention that there is no HFS+ volumes support
available.
Original commitRevision:318840 
Tuesday, 21 May 2013
09:05 danfe search for other commits by this committer
- Trim Makefile header per new world order
- Use DISTVERSION because it contains underscore instead of dot
- Define LICENSE (GPLv2)
- Install README file (as PORTDOCS)
- Remove custom configure script: pass variables to make(1) instead
- Respect CFLAGS (original "-O" probably was sensible default 18.5
  years ago when the port was first added, but makes no sense now)
- Remove no-op `pre-install' target (do not create directories that
  are part of the mtree)
- Cleanup and reformat port description while here

This port (along with similar `emulators/hfsutils') should probably
be moved to sysutils; `sysutils/hfsexplorer' already lives there.
Original commitRevision:318664 

Number of commits found: 2