pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43736: Update math/mapm to 4.9.5
>Number: 43736
>Category: pkg
>Synopsis: Update math/mapm to 4.9.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Aug 10 13:45:00 +0000 2010
>Originator: Derouiche
>Release: NetBSD 5.0.2
>Organization:
Algerie Motors company
>Environment:
NetBSD ToraboraServer 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb 6 17:53:27 UTC
2010
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
>Description:
- Update version to 4.9.5
- added papers in documentation package
>How-To-Repeat:
n/a
>Fix:
$diff -ruN Makefile.orig Makefile
--- Makefile.orig 2010-08-10 14:15:14.000000000 +0000
+++ Makefile 2010-08-10 14:44:34.000000000 +0000
@@ -1,29 +1,28 @@
-# $NetBSD: Makefile,v 1.5 2006/06/02 13:42:52 joerg Exp $
+# $NetBSD$
#
-DISTNAME= mapm-4.9.2
-CATEGORIES= math
-MASTER_SITES= http://www.tc.umn.edu/~ringx004/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.tc.umn.edu/~ringx004/
-COMMENT= Arbitrary Precision Math library
+DISTNAME= mapm-4.9.5a
+CATEGORIES= math
+MASTER_SITES= http://www.tc.umn.edu/~ringx004/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.tc.umn.edu/~ringx004/
+COMMENT= Arbitrary Precision Math library
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/mapm_4.9.2
-
-DOCS= README algorithms.used function.ref
-
+WRKSRC= ${WRKDIR}/mapm_4.9.5a
USE_LANGUAGES= c c++
+DOCS= README algorithms.used function.ref article.pdf
+
INSTALLATION_DIRS= bin include lib share/doc/mapm
do-install:
${INSTALL_DATA} ${WRKSRC}/m_apm.h ${DESTDIR}${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/libmapm.a ${DESTDIR}${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/calc ${DESTDIR}${PREFIX}/bin/mapm-calc
- cd ${WRKSRC}; for f in ${DOCS}; do \
+ cd ${WRKSRC}/DOCS; for f in ${DOCS}; do \
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/doc/mapm; \
done
$diff -ruN PLIST.orig PLIST
--- PLIST.orig 2010-08-10 14:15:19.000000000 +0000
+++ PLIST 2010-08-10 14:46:44.000000000 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/22 17:33:28 drochner Exp $
+@comment $NetBSD$
bin/mapm-calc
include/m_apm.h
lib/libmapm.a
share/doc/mapm/README
share/doc/mapm/algorithms.used
+share/doc/mapm/article.pdf
share/doc/mapm/function.ref
Home |
Main Index |
Thread Index |
Old Index