Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
sysutils/tphdisk/DESCR Normal file
View File

@@ -0,0 +1,3 @@
This program is a replacement for phdisk.exe that allows you to create
a save2dsk.bin hibernation file for Phoenix notebios laptops. It
works with most IBM Thinkpads.

23
sysutils/tphdisk/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.3 2012/10/23 19:51:27 asau Exp $
DISTNAME= tphdisk
PKGNAME= tphdisk-20050112
CATEGORIES= sysutils
MASTER_SITES= http://samba.anu.edu.au/ftp/unpacked/junkcode/
EXTRACT_SUFX= .c
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://samba.anu.edu.au/ftp/unpacked/junkcode/
COMMENT= Create hibernation partitions for Thinkpads
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
do-build:
cd ${WRKSRC} && cc -o tphdisk tphdisk.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tphdisk ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"

2
sysutils/tphdisk/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/21 13:19:33 gdt Exp $
bin/tphdisk

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2006/08/21 13:19:33 gdt Exp $
SHA1 (tphdisk.c) = e13233642ac8b1514492097a43ab8529841422bf
RMD160 (tphdisk.c) = 16e7fe2e42fa0694fa2686129dd977653f706a42
Size (tphdisk.c) = 2847 bytes
SHA1 (patch-aa) = 8fc91ceedb8f84828323215056a622d706456f84

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.1.1.1 2006/08/21 13:19:33 gdt Exp $
--- tphdisk.c.orig 2006-08-21 09:16:45.000000000 -0400
+++ tphdisk.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
typedef unsigned short u16;