update palm/jpilot: 0.99.5 -> 0.99.6

PR:		54479
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
This commit is contained in:
Daichi GOTO 2003-07-15 06:10:50 +00:00
parent a4946c669f
commit 225a9bca38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84901
4 changed files with 25 additions and 12 deletions

View file

@ -7,7 +7,7 @@
# "?=" and "+=" are for including this Makefile from japanese/jpilot # "?=" and "+=" are for including this Makefile from japanese/jpilot
PORTNAME= jpilot PORTNAME= jpilot
PORTVERSION= 0.99.5 PORTVERSION= 0.99.6
CATEGORIES+= palm comms CATEGORIES+= palm comms
MASTER_SITES= http://jpilot.org/ MASTER_SITES= http://jpilot.org/
@ -25,11 +25,10 @@ CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX}
CFLAGS+= -I${PREFIX}/include CFLAGS+= -I${PREFIX}/include
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
MAN1= jpilot-sync.1 jpilot.1 jpilot-dump.1 MAN1= jpilot-sync.1 jpilot.1
post-install: post-install:
${MKDIR} ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/man/man1
${CP} ${WRKSRC}/docs/jpilot-dump.1 ${PREFIX}/man/man1
${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1 ${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1
${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1 ${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/share/jpilot/icons ${MKDIR} ${PREFIX}/share/jpilot/icons
@ -37,6 +36,17 @@ post-install:
${CP} ${WRKSRC}/icons/jpilot-icon2.xpm ${PREFIX}/share/jpilot/icons ${CP} ${WRKSRC}/icons/jpilot-icon2.xpm ${PREFIX}/share/jpilot/icons
${CP} ${WRKSRC}/icons/jpilot-icon3.xpm ${PREFIX}/share/jpilot/icons ${CP} ${WRKSRC}/icons/jpilot-icon3.xpm ${PREFIX}/share/jpilot/icons
${CP} ${WRKSRC}/icons/jpilot-icon4.xpm ${PREFIX}/share/jpilot/icons ${CP} ${WRKSRC}/icons/jpilot-icon4.xpm ${PREFIX}/share/jpilot/icons
${CP} ${WRKSRC}/empty/AddressDB.pdb ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/empty/DatebookDB.pdb ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/empty/ExpenseDB.pdb ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/empty/Memo32DB.pdb ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/empty/MemoDB.pdb ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/empty/ToDoDB.pdb ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/jpilotrc.blue ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/jpilotrc.default ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/jpilotrc.green ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/jpilotrc.purple ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/jpilotrc.steel ${PREFIX}/share/jpilot
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jpilot ${MKDIR} ${PREFIX}/share/doc/jpilot
${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot ${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot

View file

@ -1 +1 @@
MD5 (jpilot-0.99.5.tar.gz) = 6ee51e69838c826c4ed8fd42ef12cc59 MD5 (jpilot-0.99.6.tar.gz) = 1572138321ce6759c65ecf83b8c84ef4

View file

@ -1,11 +1,11 @@
--- Makefile.in.orig Sat Feb 22 06:41:55 2003 --- Makefile.in.orig Thu Jul 10 15:34:16 2003
+++ Makefile.in Sat Feb 22 17:51:22 2003 +++ Makefile.in Sat Jul 12 15:51:43 2003
@@ -134,7 +134,7 @@ @@ -183,7 +183,7 @@
install_sh = @install_sh@ sysconfdir = @sysconfdir@
plugin_support = @plugin_support@ target_alias = @target_alias@
-SUBDIRS = intl Expense SyncTime KeyRing docs dialer po -SUBDIRS = intl Expense SyncTime KeyRing docs dialer po m4 empty icons
+SUBDIRS = intl Expense SyncTime KeyRing dialer po +SUBDIRS = intl Expense SyncTime KeyRing dialer po m4 empty
EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \ EXTRA_DIST = reconf autogen.sh ChangeLog \
config.rpath mkinstalldirs \ config.rpath mkinstalldirs \

View file

@ -60,6 +60,7 @@ share/locale/no/LC_MESSAGES/jpilot.mo
share/locale/ru/LC_MESSAGES/jpilot.mo share/locale/ru/LC_MESSAGES/jpilot.mo
share/locale/sv/LC_MESSAGES/jpilot.mo share/locale/sv/LC_MESSAGES/jpilot.mo
share/locale/tr/LC_MESSAGES/jpilot.mo share/locale/tr/LC_MESSAGES/jpilot.mo
share/locale/vi/LC_MESSAGES/jpilot.mo
share/locale/zh_CN/LC_MESSAGES/jpilot.mo share/locale/zh_CN/LC_MESSAGES/jpilot.mo
share/locale/zh_TW/LC_MESSAGES/jpilot.mo share/locale/zh_TW/LC_MESSAGES/jpilot.mo
@dirrm share/jpilot/icons @dirrm share/jpilot/icons
@ -93,6 +94,8 @@ share/locale/zh_TW/LC_MESSAGES/jpilot.mo
@unexec rmdir %D/share/locale/sv 2>/dev/null || true @unexec rmdir %D/share/locale/sv 2>/dev/null || true
@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/tr 2>/dev/null || true @unexec rmdir %D/share/locale/tr 2>/dev/null || true
@unexec rmdir %D/share/locale/vi/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/vi 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true @unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true