guile-bytestructure: simplify DISTFILE handling

pkglint cleanup while here
This commit is contained in:
Thomas Klausner 2019-01-23 15:34:02 +01:00
parent e4db670733
commit 95e1f2966c
3 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
guile-bytestructures is a library offering a system imitating the type system of the
C programming language, to be used on bytevectors.
C's type system works on raw memory, and Scheme ones work on bytevectors
which are an abstraction over raw memory in Scheme.
guile-bytestructures is a library offering a system imitating the
type system of the C programming language, to be used on bytevectors.
C's type system works on raw memory, and Scheme ones work on
bytevectors which are an abstraction over raw memory in Scheme.
The system elevates types to first-class status.

View File

@ -1,21 +1,21 @@
# $NetBSD$
GITHUB_PROJECT= scheme-bytestructures
DISTNAME= v1.0.5
PKGNAME= ${GITHUB_PROJECT:S/scheme/guile/}-${DISTNAME:S/v//}
DISTNAME= scheme-bytestructures-1.0.5
PKGNAME= ${DISTNAME:S/scheme/guile/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=TaylanUB/}
DIST_SUBDIR= ${GITHUB_PROJECT}
GITHUB_PROJECT= scheme-bytestructures
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/TaylanUB/scheme-bytestructures/
COMMENT= Structured access to bytevector contents
LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/scheme-bytestructures-1.0.5
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_LANGUAGES= c
USE_TOOLS+= automake autoconf autoreconf pkg-config
GNU_CONFIGURE= YES
GNU_CONFIGURE= yes
pre-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -I${PREFIX}/guile/2.2/share/aclocal -vif

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (scheme-bytestructures/v1.0.5.tar.gz) = ba2da83f8cbd0f60f587571c7230b25b62687b12
RMD160 (scheme-bytestructures/v1.0.5.tar.gz) = 16eb801ff2d4e4d1a6785abe3d233a0c9ea03e9a
SHA512 (scheme-bytestructures/v1.0.5.tar.gz) = 3c6c48735ae65934c3d71abc211e57774d8c9eff44d6ca82470ba608738f9e2ade8f64cf4a0abb101be55718f6c3e7c4387c543e67a53ac7c0fae0ba86133afa
Size (scheme-bytestructures/v1.0.5.tar.gz) = 48324 bytes
SHA1 (scheme-bytestructures-1.0.5.tar.gz) = ba2da83f8cbd0f60f587571c7230b25b62687b12
RMD160 (scheme-bytestructures-1.0.5.tar.gz) = 16eb801ff2d4e4d1a6785abe3d233a0c9ea03e9a
SHA512 (scheme-bytestructures-1.0.5.tar.gz) = 3c6c48735ae65934c3d71abc211e57774d8c9eff44d6ca82470ba608738f9e2ade8f64cf4a0abb101be55718f6c3e7c4387c543e67a53ac7c0fae0ba86133afa
Size (scheme-bytestructures-1.0.5.tar.gz) = 48324 bytes