Path to this page:
./
filesystems/fuse-afpfs-ng,
FUSE filesystem for network mounting using AFP
Branch: CURRENT,
Version: 0.8.1nb5,
Package name: fuse-afpfs-ng-0.8.1nb5,
Maintainer: pkgsrc-usersafpfs-ng is an Apple Filing Protocol client that will allow a Unix
system to see files exported from a Mac OS system with AFP over TCP.
Required to run:[
security/libgpg-error] [
security/libgcrypt] [
devel/gmp]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 3686d4d752052ea8e98841fcae748cb469991dbb
RMD160: 39d3e50ce38df188a7c90448b20f7e428027dc43
Filesize: 335.951 KB
Version history: (Expand)
- (2014-01-01) Updated to version: fuse-afpfs-ng-0.8.1nb5
- (2013-10-17) Updated to version: fuse-afpfs-ng-0.8.1nb4
- (2011-04-22) Updated to version: fuse-afpfs-ng-0.8.1nb3
- (2010-03-25) Updated to version: fuse-afpfs-ng-0.8.1nb2
- (2009-05-20) Updated to version: fuse-afpfs-ng-0.8.1nb1
- (2009-02-23) Updated to version: fuse-afpfs-ng-0.8.1
CVS history: (Expand)
2020-05-20 08:09:10 by Roland Illig | Files touched by this commit (52) |
Log message:
mark packages that fail with -Werror=char-subscripts
These packages are susceptible to bugs when confronted with non-ASCII
characters.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.
It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
|
2019-06-22 13:52:32 by Nia Alarie | Files touched by this commit (9) |
Log message:
Use https for sourceforge project links.
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537) |
Log message:
Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|
2015-11-03 01:15:02 by Alistair G. Crooks | Files touched by this commit (39) |
Log message:
Add SHA512 digests for distfiles for filesystems category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
|
2014-01-01 12:52:43 by Thomas Klausner | Files touched by this commit (776) |
Log message:
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.
|
2013-10-17 10:36:00 by Roy Marples | Files touched by this commit (1) |
Log message:
Just uses readline, not ncurses
|
2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|