Index: head/palm/jpilot/Makefile =================================================================== --- head/palm/jpilot/Makefile (revision 225145) +++ head/palm/jpilot/Makefile (revision 225146) @@ -1,82 +1,77 @@ # New ports collection makefile for: jpilot # Date created: 23 August 1999 # Whom: Alex Varju # # $FreeBSD$ # # "?=" and "+=" are for including this Makefile from japanese/jpilot PORTNAME= jpilot -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES+= palm comms MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ http://jpilot.org/ MAINTAINER?= samm@os2.kiev.ua COMMENT= Desktop Organizer Software for the Palm Pilot LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link USE_GMAKE= yes USE_GNOME= gnomehier GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE} USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins .if !defined(WITHOUT_NLS) USE_GETTEXT= yes CONFIGURE_ARGS+= --enable-nls PLIST_SUB= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB= NLS="@comment " .endif -.if defined(WITH_GTK1) -USE_GNOME+= gtk12 -CONFIGURE_ARGS+= --disable-gtk2=yes -.else USE_GNOME+= gtk20 -.endif MAN1= jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1 .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-build: cd ${WRKSRC}/docs && ${GMAKE} post-install: @${FIND} ${PREFIX}/lib/jpilot ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PREFIX}/lib/jpilot -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-dial.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-dump.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1 @${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/empty/*.pdb ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/jpilotrc.* ${DATADIR} @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for ext in html png jpg ${INSTALL_DATA} ${WRKSRC}/docs/*.${ext} ${DOCSDIR} .endfor .for i in AUTHORS BUGS COPYING ChangeLog INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/icons/README ${DOCSDIR}/README.icons .endif .include Property changes on: head/palm/jpilot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.62 \ No newline at end of property +1.63 \ No newline at end of property Index: head/palm/jpilot/distinfo =================================================================== --- head/palm/jpilot/distinfo (revision 225145) +++ head/palm/jpilot/distinfo (revision 225146) @@ -1,3 +1,3 @@ -MD5 (jpilot-1.6.0.tar.gz) = 7918d345fb7e4b644a7211db03ddd148 -SHA256 (jpilot-1.6.0.tar.gz) = e606ebad9817f90e358515dbe06c887592ba7ad4ea6357bded6eb9139d8c35ef -SIZE (jpilot-1.6.0.tar.gz) = 1573667 +MD5 (jpilot-1.6.1.tar.gz) = c414f565a3dcc4b6fb63f02313cb5d9d +SHA256 (jpilot-1.6.1.tar.gz) = 3af042ac92f3d9423275f7506efcd1e1fa744d9c13138b39767943fc1a37b9a0 +SIZE (jpilot-1.6.1.tar.gz) = 1592563 Property changes on: head/palm/jpilot/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/palm/jpilot/pkg-descr =================================================================== --- head/palm/jpilot/pkg-descr (revision 225145) +++ head/palm/jpilot/pkg-descr (revision 225146) @@ -1,6 +1,5 @@ -J-Pilot is a desktop organizer application for the palm pilot that -runs under Linux and Unix using X-Windows and GTK+. It is similar in -functionality to the one that 3com distributes and has many features -not found in the 3com desktop. +J-Pilot is a desktop organizer application for PalmOS devices. It is meant to +be an alternative to the Palm Desktop for those who run the most popular +Operating Systems in the World, Linux and Unix. WWW: http://jpilot.org/ Property changes on: head/palm/jpilot/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property