Import of palmpower-1.0.2

Disassembler and other tools for PalmOS binaries.

The package consists of:
pilotdis -      PalmOS binaries disassembler
pila -          PalmOS assembler, resource compiler and linker 
splitprc -      PRC file splitter
This commit is contained in:
pvalchev 2001-07-04 17:08:17 +00:00
parent 98729530f6
commit fd539a634d
5 changed files with 64 additions and 0 deletions

35
palm/palmpower/Makefile Normal file
View File

@ -0,0 +1,35 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/04 17:08:17 pvalchev Exp $
COMMENT= "disassembler and other tools for palmos binaries"
VERSION= 1.0.2
DISTNAME= palmpower-${VERSION}
CATEGORIES= palm
NEED_VERSION= 1.419
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/files/
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CFLAGS="-Dunix ${CFLAGS}"
post-build:
@(cd ${WRKSRC}/utils && ${CC} ${CFLAGS} -o splitprc splitprc.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/pila/pila ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/pilotdis/pilotdis ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/utils/splitprc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/pilotdis.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/palmpower
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/palmpower
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/palmpower
.include <bsd.port.mk>

3
palm/palmpower/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (palmpower-1.0.2.tar.gz) = f7c24110ce18483c2d6b2bf985aeab02
RMD160 (palmpower-1.0.2.tar.gz) = 91dda6fb43e120fae05edfe706243890a88d3a46
SHA1 (palmpower-1.0.2.tar.gz) = fc0884bd74c5e5fbf3698ac0a82abba3d6a556c6

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_pila_proto_h,v 1.1.1.1 2001/07/04 17:08:18 pvalchev Exp $
--- src/pila/proto.h.orig Sun Jun 10 23:37:22 2001
+++ src/pila/proto.h Sun Jun 10 23:37:28 2001
@@ -122,8 +122,6 @@ int strcap(char *, char *);
char *skipSpace(char *);
-int getopt(int, char *[], char *, int *);
-
void help(void);
int movem(int, char *, char *, int *);

6
palm/palmpower/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
Disassembler and other tools for PalmOS binaries.
The package consists of:
pilotdis - PalmOS binaries disassembler
pila - PalmOS assembler, resource compiler and linker
splitprc - PRC file splitter

8
palm/palmpower/pkg/PLIST Normal file
View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/04 17:08:18 pvalchev Exp $
bin/pila
bin/pilotdis
bin/splitprc
man/man1/pilotdis.1
share/doc/palmpower/FAQ
share/doc/palmpower/README
@dirrm share/doc/palmpower