openbsd-ports/sysutils/e2fsprogs/pkg/PLIST-uuid
landry e1da3db508 Update to e2fsprogs-1.41.4 (supporting ext2/ext3/ext4 fs) :
- Remove MAINTAINERS as they agree not having time nor interest for it.
- Use install-libs target instead of manually installing some cherrypicked
headers - now all needed headers are installed in the right place.
- Install fsck and its manpage as fsck_ext2fs instead of the confusing pfsck.
- Install uuid.pc as e2fs-uuid.pc to avoid conflicts with devel/uuid.
- Patch most Makefiles to print full build commands instead of the
non-informative linux-kernel-like output.
- Patch some regress tests, more and more works fine now.

With feedback and tweaks from naddy@ and pea@
2009-03-15 19:59:31 +00:00

23 lines
559 B
Plaintext

@comment $OpenBSD: PLIST-uuid,v 1.3 2009/03/15 19:59:31 landry Exp $
@bin bin/uuidgen
include/uuid/
include/uuid/uuid.h
lib/pkgconfig/
lib/pkgconfig/e2fs-uuid.pc
lib/uuid/
lib/uuid/libuuid.a
%%SHARED%%
@man man/man1/uuidgen.1
@man man/man3/uuid_clear.3
@man man/man3/uuid_compare.3
@man man/man3/uuid_copy.3
@man man/man3/uuid_generate.3
@man man/man3/uuid_generate_random.3
@man man/man3/uuid_generate_time.3
@man man/man3/uuid_is_null.3
@man man/man3/uuid_parse.3
@man man/man3/uuid_time.3
@man man/man3/uuid_unparse.3
@man man/man8/uuidd.8
@bin sbin/uuidd