diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-25 21:38:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-25 21:38:32 +0800 |
commit | a213cecf134275d3d407416646c286971942bf62 (patch) | |
tree | 4dbba002b5e6412d05d268c7a6f858562b6e94cd | |
parent | d31a5c8ad2383ace62be789a83dfd0f96aee7965 (diff) | |
download | freebsd-ports-gnome-a213cecf134275d3d407416646c286971942bf62.tar.gz freebsd-ports-gnome-a213cecf134275d3d407416646c286971942bf62.tar.zst freebsd-ports-gnome-a213cecf134275d3d407416646c286971942bf62.zip |
add romeo
The Palm ROM Discombobulator
-rw-r--r-- | palm/Makefile | 1 | ||||
-rw-r--r-- | palm/romeo/Makefile | 23 | ||||
-rw-r--r-- | palm/romeo/distinfo | 1 | ||||
-rw-r--r-- | palm/romeo/files/patch-Makefile | 8 | ||||
-rw-r--r-- | palm/romeo/files/patch-types.h | 11 | ||||
-rw-r--r-- | palm/romeo/pkg-comment | 1 | ||||
-rw-r--r-- | palm/romeo/pkg-descr | 9 | ||||
-rw-r--r-- | palm/romeo/pkg-plist | 1 |
8 files changed, 55 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index 2bc95050087e..864c11005a01 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -23,6 +23,7 @@ SUBDIR += prc-tools SUBDIR += prc-tools-binutils SUBDIR += prc-tools-gcc + SUBDIR += romeo SUBDIR += syncal SUBDIR += syncmal SUBDIR += txt2pdbdoc diff --git a/palm/romeo/Makefile b/palm/romeo/Makefile new file mode 100644 index 000000000000..8fb5ef8d1e71 --- /dev/null +++ b/palm/romeo/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: romeo +# Date created: Mar 25, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= romeo +PORTVERSION= 0.5.0 +CATEGORIES= palm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= ijliao@FreeBSD.org + +USE_GMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/romeo ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/palm/romeo/distinfo b/palm/romeo/distinfo new file mode 100644 index 000000000000..97347a1c132a --- /dev/null +++ b/palm/romeo/distinfo @@ -0,0 +1 @@ +MD5 (romeo-0.5.0.tgz) = 36a27d3c6a9be28b3676ec21ac87cc87 diff --git a/palm/romeo/files/patch-Makefile b/palm/romeo/files/patch-Makefile new file mode 100644 index 000000000000..3453e5182353 --- /dev/null +++ b/palm/romeo/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig Sun Mar 25 21:30:01 2001 ++++ Makefile Sun Mar 25 21:30:12 2001 +@@ -1,5 +1,3 @@ +-CC = gcc +-CFLAGS = -Wall -g + LDFLAGS = -L. -lromeo + AR = ar crv + diff --git a/palm/romeo/files/patch-types.h b/palm/romeo/files/patch-types.h new file mode 100644 index 000000000000..a03999649a27 --- /dev/null +++ b/palm/romeo/files/patch-types.h @@ -0,0 +1,11 @@ +--- types.h.orig Sun Mar 25 21:29:19 2001 ++++ types.h Sun Mar 25 21:29:29 2001 +@@ -4,7 +4,7 @@ + /******************************************************************** + * Elementary data types + ********************************************************************/ +-#include <endian.h> ++#include <machine/endian.h> + + #define CPU_ENDIAN_LITTLE __LITTLE_ENDIAN + #define CPU_ENDIAN_BIG __BIG_ENDIAN diff --git a/palm/romeo/pkg-comment b/palm/romeo/pkg-comment new file mode 100644 index 000000000000..7591f1137081 --- /dev/null +++ b/palm/romeo/pkg-comment @@ -0,0 +1 @@ +The Palm ROM Discombobulator diff --git a/palm/romeo/pkg-descr b/palm/romeo/pkg-descr new file mode 100644 index 000000000000..510d6563a240 --- /dev/null +++ b/palm/romeo/pkg-descr @@ -0,0 +1,9 @@ +With Romeo, you can construct custom PalmOS ROM images with extra +applications of your choice and without any of the default applications +that you never use. This can be extremely useful if your Palm doesn't +have much RAM, or if you are deploying an application to, say, a sales +team and want to make it as user-proof as possible. There's almost 600K +of unused space on a typical Palm ROM, and you can be taking advantage +of it. + +WWW: http://romeo.sourceforge.net/ diff --git a/palm/romeo/pkg-plist b/palm/romeo/pkg-plist new file mode 100644 index 000000000000..038a9026babd --- /dev/null +++ b/palm/romeo/pkg-plist @@ -0,0 +1 @@ +bin/romeo |