Index: head/mail/getlive/pkg-plist =================================================================== --- head/mail/getlive/pkg-plist (revision 217430) +++ head/mail/getlive/pkg-plist (nonexistent) @@ -1,6 +0,0 @@ -bin/getlive -etc/getlive.conf.sample -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/License -%%PORTDOCS%%%%DOCSDIR%%/Manual -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/mail/getlive/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/mail/getlive/Makefile =================================================================== --- head/mail/getlive/Makefile (revision 217430) +++ head/mail/getlive/Makefile (revision 217431) @@ -1,35 +1,38 @@ -# New ports collection makefile for: getlive -# Date created: 20 April 2008 -# Whom: ayunyan +# New ports collection makefile for: GetLive +# Date created: 20 April 2008 +# Whom: ayunyan # # $FreeBSD$ # PORTNAME= getlive -PORTVERSION= 0.57 +DISTVERSION= 0_57 CATEGORIES= mail MASTER_SITES= SF -DISTNAME= GetLive_0_57 +DISTNAME= GetLive_${DISTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ayu@commun.jp -COMMENT= Get mail from hotmail (live) mailboxes +COMMENT= Get mail from Hotmail (Live) mailboxes RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ procmail:${PORTSDIR}/mail/procmail \ p5-URI>=0:${PORTSDIR}/net/p5-URI NO_BUILD= yes USE_PERL5_RUN= yes +PLIST_FILES= bin/getlive etc/getlive.conf.sample +PORTDOCS= ChangeLog License Manual + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/GetLive.pl ${PREFIX}/bin/getlive ${INSTALL_DATA} ${FILESDIR}/getlive.conf.sample ${PREFIX}/etc .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for FILE in ChangeLog License Manual - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/mail/getlive/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/mail/getlive/pkg-descr =================================================================== --- head/mail/getlive/pkg-descr (revision 217430) +++ head/mail/getlive/pkg-descr (revision 217431) @@ -1,5 +1,5 @@ -GetLive is a perl script that fetches mail from your Hotmail -Live account. The mail is then presented to any filter (typically -procmail) for further processing or dropping in a local mailbox. +GetLive is a perl script that fetches mail from your Hotmail Live account. +The mail is then presented to any filter (typically procmail) for further +processing or dropping in a local mailbox. -WWW: http://sourceforge.net/projects/getlive +WWW: http://sourceforge.net/projects/getlive/ Property changes on: head/mail/getlive/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property