summaryrefslogtreecommitdiff
path: root/palm/palmpower
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-12 12:19:15 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-12 12:19:15 +0000
commitf4c24d5f7bd6018c38f732817385f6c0599338b5 (patch)
tree657b27670789aa141aab99168198dc715bcf7dd2 /palm/palmpower
parentUpgrade to 4.0.3. (diff)
Initial import of palmpower 1.0.1
Disassembler and other tools for PalmOS binaries PR: 20837 Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes: svn path=/head/; revision=33726
Diffstat (limited to 'palm/palmpower')
-rw-r--r--palm/palmpower/Makefile29
-rw-r--r--palm/palmpower/distinfo1
-rw-r--r--palm/palmpower/files/patch-aa11
-rw-r--r--palm/palmpower/files/patch-ab11
-rw-r--r--palm/palmpower/files/patch-ac11
-rw-r--r--palm/palmpower/files/patch-ad11
-rw-r--r--palm/palmpower/pkg-comment1
-rw-r--r--palm/palmpower/pkg-descr10
-rw-r--r--palm/palmpower/pkg-plist3
9 files changed, 88 insertions, 0 deletions
diff --git a/palm/palmpower/Makefile b/palm/palmpower/Makefile
new file mode 100644
index 000000000000..f19ee44d97fa
--- /dev/null
+++ b/palm/palmpower/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: palmpower
+# Date Created: 22 Aug 2000
+# Whom: Roman Shterenzon <roman@xpert.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= palmpower
+PORTVERSION= 1.0.1
+CATEGORIES= palm
+MASTER_SITES= http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/files/
+
+MAINTAINER= roman@xpert.com
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= pilotdis.1
+
+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 <bsd.port.mk>
diff --git a/palm/palmpower/distinfo b/palm/palmpower/distinfo
new file mode 100644
index 000000000000..9f099a3ec668
--- /dev/null
+++ b/palm/palmpower/distinfo
@@ -0,0 +1 @@
+MD5 (palmpower-1.0.1.tar.gz) = 8a8b5fe2fe29bebdc5dcdc2a651baf68
diff --git a/palm/palmpower/files/patch-aa b/palm/palmpower/files/patch-aa
new file mode 100644
index 000000000000..6385d1a71dcb
--- /dev/null
+++ b/palm/palmpower/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/pila/main.c.orig Tue Aug 22 13:45:39 2000
++++ src/pila/main.c Tue Aug 22 13:47:16 2000
+@@ -26,7 +26,7 @@
+ // for htonl and ntohl
+ #ifndef unix
+ #include <winsock.h>
+-#else
++#elsif defined(__linux__)
+ #include <asm/byteorder.h>
+ #endif
+
diff --git a/palm/palmpower/files/patch-ab b/palm/palmpower/files/patch-ab
new file mode 100644
index 000000000000..36291593365b
--- /dev/null
+++ b/palm/palmpower/files/patch-ab
@@ -0,0 +1,11 @@
+--- src/pila/object.c.orig Tue Aug 22 13:46:44 2000
++++ src/pila/object.c Tue Aug 22 13:47:04 2000
+@@ -10,7 +10,7 @@
+ // for htonl and ntohl
+ #ifndef unix
+ #include <winsock.h>
+-#else
++#elsif defined(__linux__)
+ #include <asm/byteorder.h>
+ #endif
+
diff --git a/palm/palmpower/files/patch-ac b/palm/palmpower/files/patch-ac
new file mode 100644
index 000000000000..73bc30962f98
--- /dev/null
+++ b/palm/palmpower/files/patch-ac
@@ -0,0 +1,11 @@
+--- src/pila/prc.c.orig Tue Aug 22 13:47:27 2000
++++ src/pila/prc.c Tue Aug 22 13:47:43 2000
+@@ -22,7 +22,7 @@
+ #ifndef unix
+ //#include <windows.h>
+ #include <winsock.h>
+-#else
++#elsif defined(__linux__)
+ // for htonl and ntohl
+ #include <asm/byteorder.h>
+ #endif
diff --git a/palm/palmpower/files/patch-ad b/palm/palmpower/files/patch-ad
new file mode 100644
index 000000000000..08fd7fc1ec4b
--- /dev/null
+++ b/palm/palmpower/files/patch-ad
@@ -0,0 +1,11 @@
+--- src/pilotdis/Makefile.in.orig Tue Aug 22 13:53:22 2000
++++ src/pilotdis/Makefile.in Tue Aug 22 13:54:05 2000
+@@ -72,7 +72,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir)
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lm
+ pilotdis_OBJECTS = afline.o dis.o fgen.o inst1.o inst2.o main.o pgen.o \
+ utils.o
+ pilotdis_LDADD = $(LDADD)
diff --git a/palm/palmpower/pkg-comment b/palm/palmpower/pkg-comment
new file mode 100644
index 000000000000..788ff0f47001
--- /dev/null
+++ b/palm/palmpower/pkg-comment
@@ -0,0 +1 @@
+Disassembler and other tools for PalmOS binaries
diff --git a/palm/palmpower/pkg-descr b/palm/palmpower/pkg-descr
new file mode 100644
index 000000000000..fc16f2730211
--- /dev/null
+++ b/palm/palmpower/pkg-descr
@@ -0,0 +1,10 @@
+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
+
+WWW: http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/
+
+--Roman Shterenzon <roman@xpert.com>
diff --git a/palm/palmpower/pkg-plist b/palm/palmpower/pkg-plist
new file mode 100644
index 000000000000..5a7f27261424
--- /dev/null
+++ b/palm/palmpower/pkg-plist
@@ -0,0 +1,3 @@
+bin/pila
+bin/pilotdis
+bin/splitprc