gflags, from Vincent Auclair
This commit is contained in:
parent
9868d96d9a
commit
6f7adf0017
30
devel/gflags/Makefile
Normal file
30
devel/gflags/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/24 19:51:44 espie Exp $
|
||||
# Original from: auclair.vincent
|
||||
|
||||
COMMENT = c++ commandline flags processing library
|
||||
|
||||
DISTNAME = gflags-1.2
|
||||
|
||||
SHARED_LIBS += gflags 0.0 # .0.0
|
||||
SHARED_LIBS += gflags_nothreads 0.0 # .0.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://code.google.com/p/google-gflags/
|
||||
|
||||
MAINTAINER= Vincent Auclair <auclair.vincent@gmail.com>
|
||||
|
||||
# New BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = http://google-gflags.googlecode.com/files/
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
|
||||
MAKE_FLAGS = docdir='$$(prefix)/share/doc/gflags'
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/gflags/distinfo
Normal file
5
devel/gflags/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gflags-1.2.tar.gz) = zxtVdz5JtyH6jh+vAcA4Sw==
|
||||
RMD160 (gflags-1.2.tar.gz) = xOSBcxcwi/Q9sbH4EgYUpTrxV8E=
|
||||
SHA1 (gflags-1.2.tar.gz) = XygrnXKE5qKuXuL46mBmhLZNkgQ=
|
||||
SHA256 (gflags-1.2.tar.gz) = eVVvt+JGTFMYu0MVHDEg0TN+PowNHmjHNPDNbYor7cQ=
|
||||
SIZE (gflags-1.2.tar.gz) = 526580
|
4
devel/gflags/pkg/DESCR
Normal file
4
devel/gflags/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The gflags package contains a library that implements commandline flags
|
||||
processing. As such it's a replacement for getopt(). It has increased
|
||||
flexibility, including built-in support for C++ types like string, and
|
||||
the ability to define flags in the source file in which they're used.
|
3
devel/gflags/pkg/PFRAG.shared
Normal file
3
devel/gflags/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/09/24 19:51:44 espie Exp $
|
||||
@lib lib/libgflags.so.${LIBgflags_VERSION}
|
||||
@lib lib/libgflags_nothreads.so.${LIBgflags_nothreads_VERSION}
|
22
devel/gflags/pkg/PLIST
Normal file
22
devel/gflags/pkg/PLIST
Normal file
@ -0,0 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/24 19:51:44 espie Exp $
|
||||
%%SHARED%%
|
||||
bin/gflags_completions.sh
|
||||
include/gflags/
|
||||
include/gflags/gflags.h
|
||||
include/gflags/gflags_completions.h
|
||||
include/google/
|
||||
include/google/gflags.h
|
||||
include/google/gflags_completions.h
|
||||
lib/libgflags.a
|
||||
lib/libgflags.la
|
||||
lib/libgflags_nothreads.a
|
||||
lib/libgflags_nothreads.la
|
||||
share/doc/gflags/
|
||||
share/doc/gflags/AUTHORS
|
||||
share/doc/gflags/COPYING
|
||||
share/doc/gflags/ChangeLog
|
||||
share/doc/gflags/INSTALL
|
||||
share/doc/gflags/NEWS
|
||||
share/doc/gflags/README
|
||||
share/doc/gflags/designstyle.css
|
||||
share/doc/gflags/gflags.html
|
Loading…
Reference in New Issue
Block a user