Changes 0.6:
* fixed reading of Bruker v3 files * changes in API, added C API Changes 0.5: * added support for compressed files \*.gz (requires zlib) and \*.bz2 (bzlib)
This commit is contained in:
parent
a5e774a174
commit
1a39bd0193
3 changed files with 18 additions and 15 deletions
|
@ -1,20 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/12/12 13:58:58 drochner Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 2010/05/15 06:19:27 adam Exp $
|
||||
|
||||
DISTNAME= xylib-0.4
|
||||
DISTNAME= xylib-0.6
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fityk/}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xylib/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://fityk.sourceforge.net/
|
||||
HOMEPAGE= http://xylib.sourceforge.net/
|
||||
COMMENT= Library for reading powder diffraction data
|
||||
#LICENSE= LICENSE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/12 13:58:58 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/05/15 06:19:27 adam Exp $
|
||||
bin/xyconv
|
||||
include/xylib/brucker_raw.h
|
||||
include/xylib/cache.h
|
||||
include/xylib/canberra_mca.h
|
||||
|
@ -17,3 +18,4 @@ include/xylib/winspec_spe.h
|
|||
include/xylib/xfit_xdd.h
|
||||
include/xylib/xylib.h
|
||||
lib/libxy.la
|
||||
man/man1/xyconv.1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/12/12 13:58:58 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/05/15 06:19:27 adam Exp $
|
||||
|
||||
SHA1 (xylib-0.4.tar.bz2) = b81cbb68c486dd4f63376547380480dd9a6fd250
|
||||
RMD160 (xylib-0.4.tar.bz2) = fedeb88c82fb0bcb211917d6b82888636bbc0819
|
||||
Size (xylib-0.4.tar.bz2) = 275927 bytes
|
||||
SHA1 (xylib-0.6.tar.bz2) = 7f35c8ddbe2bbb1d9da540369ad63c8b388a5a12
|
||||
RMD160 (xylib-0.6.tar.bz2) = 64025b68b966dc49cccaabd7cb24bc54868b744b
|
||||
Size (xylib-0.6.tar.bz2) = 288815 bytes
|
||||
|
|
Loading…
Reference in a new issue