Initial import of devel/gettext-asprintf. From DESC:
This package provides libasprintf from GNU gettext. This library makes it easier deal with formated output in C++ by providing a printf(3) like interface.
This commit is contained in:
parent
3f1f9a936f
commit
d9f12826e2
4 changed files with 36 additions and 0 deletions
3
devel/gettext-asprintf/DESCR
Normal file
3
devel/gettext-asprintf/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package provides libasprintf from GNU gettext. This library makes
|
||||
it easier deal with formated output in C++ by providing a printf(3) like
|
||||
interface.
|
22
devel/gettext-asprintf/Makefile
Normal file
22
devel/gettext-asprintf/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/02/04 16:53:56 joerg Exp $
|
||||
|
||||
DISTNAME= gettext-0.14.5
|
||||
PKGNAME= gettext-asprintf-0.14.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
||||
COMMENT= Provides a printf-like interface for C++
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/gettext-runtime
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
BUILD_DIRS= libasprintf
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
devel/gettext-asprintf/PLIST
Normal file
6
devel/gettext-asprintf/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/04 16:53:56 joerg Exp $
|
||||
include/autosprintf.h
|
||||
info/autosprintf.info
|
||||
lib/libasprintf.la
|
||||
share/doc/libasprintf/autosprintf.html
|
||||
@dirrm share/doc/libasprintf
|
5
devel/gettext-asprintf/distinfo
Normal file
5
devel/gettext-asprintf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/02/04 16:53:56 joerg Exp $
|
||||
|
||||
SHA1 (gettext-0.14.5.tar.gz) = 68737eee1a6427044eef901dc88e4144d371fb6b
|
||||
RMD160 (gettext-0.14.5.tar.gz) = d31c8e49671f00623ce1e6f73716a5abcd1c7ec2
|
||||
Size (gettext-0.14.5.tar.gz) = 7105715 bytes
|
Loading…
Reference in a new issue