Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.10 2013/11/24 07:38:41 dholland Exp $
# $NetBSD: Makefile,v 1.11 2014/12/10 04:52:55 mef Exp $
DISTNAME= dvtm-0.9
PKGREVISION= 1
DISTNAME= dvtm-0.13
CATEGORIES= misc
MASTER_SITES= http://www.brain-dump.org/projects/dvtm/

View File

@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2013/05/21 12:34:02 adam Exp $
$NetBSD: distinfo,v 1.10 2014/12/10 04:52:55 mef Exp $
SHA1 (dvtm-0.9.tar.gz) = 74b9d1f5172fddd6839d932e483d36c6d0ef4b04
RMD160 (dvtm-0.9.tar.gz) = 26dd89e223c7b903ff14a93e5442855b02a72669
Size (dvtm-0.9.tar.gz) = 34557 bytes
SHA1 (patch-aa) = 2161324f44bf0e368a8476b64f5800e369f1486a
SHA1 (dvtm-0.13.tar.gz) = 8a4fc2440faa3050244e5a492fb6766899e0c0d7
RMD160 (dvtm-0.13.tar.gz) = 3b9fc0e2616179bae036b9ade00fd72c0d335345
Size (dvtm-0.13.tar.gz) = 35651 bytes
SHA1 (patch-aa) = 468fdc831372b9c78c9c7f5606f7c6246bb2943f

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-aa,v 1.5 2013/05/21 12:34:02 adam Exp $
$NetBSD: patch-aa,v 1.6 2014/12/10 04:52:55 mef Exp $
Do not use rudimentary mkdir(1), cp(1) and chmod(1): install(1) is
simpler and more elegant to install binaries.
--- Makefile.orig 2013-04-03 11:18:46.000000000 +0000
+++ Makefile
--- Makefile.orig 2014-11-15 23:01:02.000000000 +0900
+++ Makefile 2014-12-10 12:14:44.000000000 +0900
@@ -23,6 +23,7 @@ ${OBJ}: config.h config.mk
dvtm: ${OBJ}
@echo CC -o $@
@@ -13,12 +13,12 @@ simpler and more elegant to install binaries.
debug: clean
@make CFLAGS='${DEBUG_CFLAGS}'
@@ -42,20 +43,13 @@ dist: clean
@@ -43,20 +44,13 @@ dist: clean
@rm -rf dvtm-${VERSION}
install: dvtm
- @echo stripping executable
- @strip -s dvtm
- @${STRIP} dvtm
@echo installing executable file to ${DESTDIR}${PREFIX}/bin
- @mkdir -p ${DESTDIR}${PREFIX}/bin
- @cp -f dvtm ${DESTDIR}${PREFIX}/bin
@@ -34,7 +34,7 @@ simpler and more elegant to install binaries.
+ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${MANPREFIX}/man1
+ ${BSD_INSTALL_MAN} dvtm.1.out ${DESTDIR}${MANPREFIX}/man1/dvtm.1
@echo installing terminfo description
- @tic -s dvtm.info
- @TERMINFO=${TERMINFO} tic -s dvtm.info
uninstall:
@echo removing executable file from ${DESTDIR}${PREFIX}/bin