update to version 1.4.1; include C++ bindings
This commit is contained in:
parent
748537eecb
commit
77d5b79500
@ -1,16 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2006/02/08 23:23:09 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2006/03/12 23:11:30 robert Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "ISO-C API and CLI for generating Universally Unique Identifiers"
|
||||
COMMENT-perl= "UUID modules for Perl"
|
||||
|
||||
VERSION= 1.3.2
|
||||
VERSION= 1.4.1
|
||||
DISTNAME= uuid-${VERSION}
|
||||
FULLPKGNAME= uuid-${VERSION}p0
|
||||
FULLPKGNAME-perl= p5-UUID-${VERSION}p2
|
||||
FULLPKGNAME= uuid-${VERSION}
|
||||
FULLPKGNAME-perl= p5-UUID-${VERSION}
|
||||
CATEGORIES= devel
|
||||
SHARED_LIBS= uuid 13.22
|
||||
SHARED_LIBS= uuid 13.22 \
|
||||
uuid++ 14.21
|
||||
|
||||
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
|
||||
@ -38,6 +39,7 @@ LIB_DEPENDS+= uuid.12::devel/uuid
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-perl
|
||||
CONFIGURE_ARGS+= --with-perl --with-cxx \
|
||||
--without-php --without-pgsql
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (uuid-1.3.2.tar.gz) = df520ef922e944468345a4011c14a769
|
||||
RMD160 (uuid-1.3.2.tar.gz) = 3e5d3972789129e182cb40a335b9ce4aa6d7f583
|
||||
SHA1 (uuid-1.3.2.tar.gz) = 68692cea0f86aec75fd556bf65603dd85295c2fb
|
||||
SIZE (uuid-1.3.2.tar.gz) = 442679
|
||||
MD5 (uuid-1.4.1.tar.gz) = a58fa33d4403b78dc6a2a7d649f4125e
|
||||
RMD160 (uuid-1.4.1.tar.gz) = 1a0aeb97f8d058cd2180f3f47fdc51f6c114d93e
|
||||
SHA1 (uuid-1.4.1.tar.gz) = 3bc0ab85fc3c3f0fbc5a66ed519d8842bfdca47b
|
||||
SIZE (uuid-1.4.1.tar.gz) = 388134
|
||||
|
@ -1,2 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.7 2006/01/06 09:05:51 sturm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.8 2006/03/12 23:11:31 robert Exp $
|
||||
@lib lib/libuuid++.so.${LIBuuid++_VERSION}
|
||||
@lib lib/libuuid.so.${LIBuuid_VERSION}
|
||||
|
@ -1,13 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2005/12/12 14:32:54 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2006/03/12 23:11:31 robert Exp $
|
||||
@conflict e2fsprogs-*
|
||||
bin/uuid
|
||||
bin/uuid-config
|
||||
include/uuid++.hh
|
||||
include/uuid.h
|
||||
lib/libuuid++.a
|
||||
lib/libuuid++.la
|
||||
lib/libuuid.a
|
||||
lib/libuuid.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/uuid.pc
|
||||
@man man/man1/uuid-config.1
|
||||
@man man/man1/uuid.1
|
||||
@man man/man3/uuid++.3
|
||||
@man man/man3/uuid.3
|
||||
%%SHARED%%
|
||||
|
@ -1,12 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-perl,v 1.4 2006/01/28 09:51:45 alek Exp $
|
||||
@comment $OpenBSD: PLIST-perl,v 1.5 2006/03/12 23:11:31 robert Exp $
|
||||
@conflict p5-Data-UUID-*
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/5.8.6/
|
||||
@comment libdata/perl5/${MACHINE_ARCH}-openbsd/5.8.6/perllocal.pod
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Data/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Data/UUID.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Data/UUID.pod
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/OSSP/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/OSSP/uuid.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/OSSP/uuid.pod
|
||||
@ -15,5 +12,4 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/OSSP/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/OSSP/uuid/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/OSSP/uuid/uuid.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/OSSP/uuid/uuid.so
|
||||
@man man/man3p/Data::UUID.3
|
||||
@man man/man3p/OSSP::uuid.3
|
||||
|
Loading…
Reference in New Issue
Block a user