pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/palmpower Initial import of palmpower-1.0.2, an ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e47c016c14a2
branches: trunk
changeset: 481099:e47c016c14a2
user: rh <rh%pkgsrc.org@localhost>
date: Sat Sep 25 22:17:30 2004 +0000
description:
Initial import of palmpower-1.0.2, an assembler, disassembler, and PRC
splitter for PalmOS binaries.
diffstat:
devel/palmpower/DESCR | 2 ++
devel/palmpower/Makefile | 28 ++++++++++++++++++++++++++++
devel/palmpower/PLIST | 5 +++++
devel/palmpower/distinfo | 4 ++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r a80e636d152d -r e47c016c14a2 devel/palmpower/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/palmpower/DESCR Sat Sep 25 22:17:30 2004 +0000
@@ -0,0 +1,2 @@
+ A set of tools for PalmOS development, including an assembler, a
+disassembler, and a PRC file splitter.
diff -r a80e636d152d -r e47c016c14a2 devel/palmpower/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/palmpower/Makefile Sat Sep 25 22:17:30 2004 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/25 22:17:30 rh Exp $
+#
+
+DISTNAME= palmpower-1.0.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_BACKUP}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.palmblvd.com/software/pc/PilotDis-2000-05-04-palm-pc.html
+COMMENT= Assembler, disassembler and other tools for PalmOS binaries
+
+CPPFLAGS+= -Dunix
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+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
+
+.include "../../mk/bsd.pkg.mk"
diff -r a80e636d152d -r e47c016c14a2 devel/palmpower/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/palmpower/PLIST Sat Sep 25 22:17:30 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/25 22:17:30 rh Exp $
+bin/pila
+bin/pilotdis
+bin/splitprc
+man/man1/pilotdis.1
diff -r a80e636d152d -r e47c016c14a2 devel/palmpower/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/palmpower/distinfo Sat Sep 25 22:17:30 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/25 22:17:30 rh Exp $
+
+SHA1 (palmpower-1.0.2.tar.gz) = fc0884bd74c5e5fbf3698ac0a82abba3d6a556c6
+Size (palmpower-1.0.2.tar.gz) = 184976 bytes
Home |
Main Index |
Thread Index |
Old Index