Skip to content

Commit

Permalink
- Update to 0.2.13
Browse files Browse the repository at this point in the history
- Install info and man pages
- Verify PGP signatures if USE_GPG infrastructure is available
  • Loading branch information
skolobov committed Feb 7, 2005
1 parent 28a1fd3 commit 70a62ce
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
32 changes: 29 additions & 3 deletions security/libtasn1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

PORTNAME= libtasn1
PORTVERSION= 0.2.10
PORTVERSION= 0.2.13
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG} \
http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
Expand All @@ -17,12 +17,38 @@ MASTER_SITE_SUBDIR= alpha/gnutls/libtasn1
MAINTAINER= sergei@FreeBSD.org
COMMENT= ASN.1 structure parser library

USE_LIBTOOL_VER=15
USE_GPG= yes
SIG_SUFFIX= .sig
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 15
USE_GETOPT_LONG= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

DOCS= AUTHORS NEWS README THANKS doc/asn1.ps doc/asn1.tex doc/fdl.tex
DOCS= AUTHORS NEWS README THANKS doc/TODO \
doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
INFO= libtasn1
MAN3= \
asn1_array2tree.3 \
asn1_check_version.3 \
asn1_create_element.3 \
asn1_delete_element.3 \
asn1_delete_structure.3 \
asn1_der_coding.3 \
asn1_der_decoding.3 \
asn1_der_decoding_element.3 \
asn1_der_decoding_startEnd.3 \
asn1_expand_any_defined_by.3 \
asn1_expand_octet_string.3 \
asn1_find_structure_from_oid.3 \
asn1_number_of_elements.3 \
asn1_parser2array.3 \
asn1_parser2tree.3 \
asn1_print_structure.3 \
asn1_read_tag.3 \
asn1_read_value.3 \
asn1_write_value.3 \
libtasn1_perror.3 \
libtasn1_strerror.3

.if !defined(NOPORTDOCS)
post-install:
Expand Down
6 changes: 4 additions & 2 deletions security/libtasn1/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
MD5 (libtasn1-0.2.10.tar.gz) = 9b1547cb9d27aa70fe872a06d5fe3be0
SIZE (libtasn1-0.2.10.tar.gz) = 534008
MD5 (libtasn1-0.2.13.tar.gz) = d124b11908cfb88883fe71472c25d53a
SIZE (libtasn1-0.2.13.tar.gz) = 876331
MD5 (libtasn1-0.2.13.tar.gz.sig) = f574337b4b875ca055ce8affc21bc8b3
SIZE (libtasn1-0.2.13.tar.gz.sig) = 184
7 changes: 4 additions & 3 deletions security/libtasn1/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ share/aclocal/libtasn1.m4
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/THANKS
%%PORTDOCS%%%%DOCSDIR%%/asn1.ps
%%PORTDOCS%%%%DOCSDIR%%/asn1.tex
%%PORTDOCS%%%%DOCSDIR%%/fdl.tex
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/libtasn1.html
%%PORTDOCS%%%%DOCSDIR%%/libtasn1.pdf
%%PORTDOCS%%%%DOCSDIR%%/libtasn1.ps
%%PORTDOCS%%@dirrm %%DOCSDIR%%

0 comments on commit 70a62ce

Please sign in to comment.