mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
create bsd12 branch
This commit is contained in:
30
crypto/libgpg-error/Makefile
Normal file
30
crypto/libgpg-error/Makefile
Normal file
@@ -0,0 +1,30 @@
|
||||
#
|
||||
# $Id: Makefile 2356 2009-09-06 07:08:12Z root $
|
||||
# $URL: file:///usr2/svn/ports5/crypto/libgpg-error/Makefile $
|
||||
#
|
||||
PORTNAME= libgpg-error
|
||||
PORTVERSION= 1.17
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= onborodin@gmail.com
|
||||
COMMENT= Common error values for all GnuPG components
|
||||
|
||||
LIB_DEPENDS+= libintl.so:devel/gettext
|
||||
#LIB_DEPENDS+= libiconv.7.so:text/libiconv
|
||||
|
||||
USES+= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USES+= gmake
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-ziggi-freebsd${OSREL}
|
||||
#CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
|
||||
#CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --disable-languages
|
||||
#CONFIGURE_ARGS+= --disable-nls
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
||||
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
crypto/libgpg-error/distinfo
Normal file
2
crypto/libgpg-error/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (libgpg-error-1.17.tar.bz2) = 3ff4e5a71116eb862cd14185fcd282850927b8608e3b4186834fd940fbef57b5
|
||||
SIZE (libgpg-error-1.17.tar.bz2) = 669914
|
||||
6
crypto/libgpg-error/pkg-descr
Normal file
6
crypto/libgpg-error/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
libgpg-error is a library that defines common error values
|
||||
for all GnuPG components. Among these are GPG, GPGSM, GPGME,
|
||||
GPG-Agent, libgcrypt, pinentry, SmartCard Daemon
|
||||
and possibly more in the future.
|
||||
|
||||
Author: Marcus Brinkmann <marcus@g10code.com>
|
||||
22
crypto/libgpg-error/pkg-plist
Normal file
22
crypto/libgpg-error/pkg-plist
Normal file
@@ -0,0 +1,22 @@
|
||||
bin/gpg-error
|
||||
bin/gpg-error-config
|
||||
include/gpg-error.h
|
||||
lib/libgpg-error.la
|
||||
lib/libgpg-error.so
|
||||
lib/libgpg-error.so.13
|
||||
share/aclocal/gpg-error.m4
|
||||
share/locale/cs/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/da/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/de/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/eo/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/fr/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/it/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/ja/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/nl/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/pl/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/ro/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/sv/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/uk/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/vi/LC_MESSAGES/libgpg-error.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo
|
||||
man/man1/gpg-error-config.1.gz
|
||||
Reference in New Issue
Block a user