This commit is contained in:
dugsong 1999-06-11 19:12:15 +00:00
parent 3d2b37b4de
commit 88fa50b113
7 changed files with 100 additions and 0 deletions

26
comms/malsync/Makefile Normal file
View File

@ -0,0 +1,26 @@
PKGNAME= malsync-1.6
DISTNAME= malsync_1_6
CATEGORIES= comms
DISTFILES= malsync_1_6.source.tar.gz \
mal-0_7_tar.gz
MAINTAINER= evan.cordes@UMICH.EDU
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/AvantGo/ \
http://corp.avantgo.com/mal/source/
LIB_DEPENDS= pilot-link:${PORTSDIR}/comms/pilot-link
NO_WRKSUBDIR= yes
NO_CONFIGURE= yes
ALL_TARGET= malsync
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/malsync ${PREFIX}/bin
.include <bsd.port.mk>

6
comms/malsync/files/md5 Normal file
View File

@ -0,0 +1,6 @@
SHA1 (malsync_1_6.source.tar.gz) = 95f02af5e0f68a0381d9d05457b5a49df909a9aa
RMD160 (malsync_1_6.source.tar.gz) = 178d733b7f2a8234db3521f291760137d21b6d97
MD5 (malsync_1_6.source.tar.gz) = e3bd57de6e723aef863163224c1f6b1b
SHA1 (mal-0_7_tar.gz) = 2993f1363179db8c7f94d8c216b748ab797fe28d
RMD160 (mal-0_7_tar.gz) = fe69eddbda5398c5dc7462ec36345b4e67d869e5
MD5 (mal-0_7_tar.gz) = 75a375c9e06cb09e9437cdbdbdd5bb5f

View File

@ -0,0 +1,34 @@
--- Makefile.orig Sun May 30 22:58:37 1999
+++ Makefile Fri Jun 11 14:41:41 1999
@@ -2,15 +2,15 @@
TARGET = malsync
PLAT := $(shell uname)
-
-ifeq ($(PLAT),SunOS)
-LINKLIBS = -ldl -lnsl -lsocket
-endif
-TREETOP = ../../..
-PILOT_LINK_DIR = $(TREETOP)/pilot-link.0.9.3
+#ifeq ($(PLAT),SunOS)
+#LINKLIBS = -ldl -lnsl -lsocket
+#endif
-CFLAGS = -Wall -g -I$(TREETOP)/mal/common \
+TREETOP = .
+PILOT_LINK_DIR = ${PREFIX}
+
+CFLAGS += -Wall -I$(TREETOP)/mal/common \
-I$(TREETOP)/mal/client/common -I$(PILOT_LINK_DIR)/include -I.
@@ -48,7 +48,7 @@
$(TARGET): $(OBJS)
- $(CC) $(CFLAGS) -o $@ $(OBJS) -L${PILOT_LINK_DIR}/libsock -lpisock $(LINKLIBS) -lm
+ $(CC) $(CFLAGS) -o $@ $(OBJS) -L${PILOT_LINK_DIR}/lib -lpisock $(LINKLIBS) -lm
clean:
rm -f $(OBJS) $(TARGET)

View File

@ -0,0 +1,11 @@
--- mal/common/AGNet.h.orig Fri Jun 11 13:18:08 1999
+++ mal/common/AGNet.h Fri Jun 11 13:18:32 1999
@@ -48,7 +48,7 @@
# include <sys/filio.h>
# include <arpa/inet.h>
# else
-# ifdef __FreeBSD__
+# if defined(BSD)
# include <sys/ioctl.h>
# include <arpa/inet.h>
# else

View File

@ -0,0 +1 @@
sync Palm organizer with AvantGo sites

21
comms/malsync/pkg/DESCR Normal file
View File

@ -0,0 +1,21 @@
malsync is built on the MAL (Mobile Application Link) protocol
developed by/for AvantGo.com's site and customers.
Generally, sites that are registered through avantgo provide formatted
content to avantgo end users. Any site may be synced to the palm
through this library, though.
You'll need a a personal AvantGo account from [2].
This is the first release of the code, and is still considered
"unsupported" by avantgo. Please direct all questions to either
the port maintainer, or email addresses in the src (and not to
avantgo's help desk).
[1] http://avantgo.com/
[2] http://avantgo.com/setup/account_only.html
Evan P Cordes
evan.cordes@UMICH.EDU

1
comms/malsync/pkg/PLIST Normal file
View File

@ -0,0 +1 @@
bin/malsync