pkgsrc/pkgtools/libnbcompat/PLIST
jlam 60207a145d Update pkgtools/libnbcompat to 20030829. Changes from previous version
include:

    * Move headers out of the global namespace and into the nbcompat
      directory.  Since there are no headers other than nbcompat.h in
      ${PREFIX}/include/libnbcompat, just install it directly in
      ${PREFIX}/include.  Using libnbcompat is now a matter of including
      nbcompat.h at the top of *.c files and linking against -lnbcompat.

    * Only build functions into libnbcompat.a if they aren't already in
      the system libraries.

    * Move several *.[ch] files that are pax- or mtree-specific out
      of libnbcompat (they should belong with those packages).

On NetBSD 1.6 systems, libnbcompat.a now contains just the bare minimum:
the sha2 routines.
2003-09-05 18:35:49 +00:00

19 lines
547 B
Text

@comment $NetBSD: PLIST,v 1.9 2003/09/05 18:35:58 jlam Exp $
include/nbcompat.h
include/nbcompat/err.h
include/nbcompat/fts.h
include/nbcompat/getopt.h
include/nbcompat/glob.h
include/nbcompat/md5.h
include/nbcompat/nbconfig.h
include/nbcompat/nbtypes.h
include/nbcompat/poll.h
include/nbcompat/rmd160.h
include/nbcompat/sha1.h
include/nbcompat/sha2.h
include/nbcompat/statfs.h
include/nbcompat/vis.h
lib/libnbcompat.a
@dirrm include/nbcompat
@unexec ${RMDIR} -p %D/include 2>/dev/null || ${TRUE}
@unexec ${RMDIR} -p %D/lib 2>/dev/null || ${TRUE}