Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2012 02:46:45 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/164171: Update port: www/llgal to 0.3.17
Message-ID:  <20120116024645.3678c3c0.tkato432@yahoo.com>
Resent-Message-ID: <201201151810.q0FIAFPg078620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164171
>Category:       ports
>Synopsis:       Update port: www/llgal to 0.3.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 18:10:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.17

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/llgal/Makefile www/llgal/Makefile
--- /usr/ports/www/llgal/Makefile	2011-10-22 03:58:30.000000000 +0900
+++ www/llgal/Makefile	2012-01-14 23:44:57.000000000 +0900
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/www/llgal/Makefile,v 1.18 2011/10/21 07:40:06 arved Exp $
 
 PORTNAME=	llgal
-PORTVERSION=	0.13.16
-PORTREVISION=	2
+PORTVERSION=	0.13.17
 CATEGORIES=	www
 MASTER_SITES=	http://download.gna.org/llgal/
 
@@ -28,8 +27,11 @@
 
 USE_BZIP2=	yes
 USE_PERL5=	yes
-USE_GMAKE=	yes
 USE_GETTEXT=	yes
+USE_GMAKE=	yes
+
+MAN1=		llgal.1
+MAN5=		llgalrc.5
 
 .include <bsd.port.pre.mk>
 
@@ -41,4 +43,14 @@
 	cd ${WRKSRC}/lib; ${PERL} Makefile.PL
 	${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install//' ${WRKSRC}/lib/Makefile
 
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/llgal.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_DATA} ${WRKSRC}/llgalrc.5 ${MAN5PREFIX}/man/man5
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/llgalrc ${DOCSDIR}
+	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} examples ${DOCSDIR})
+.endif
+
 .include <bsd.port.post.mk>
diff -urN /usr/ports/www/llgal/distinfo www/llgal/distinfo
--- /usr/ports/www/llgal/distinfo	2011-03-20 02:59:39.000000000 +0900
+++ www/llgal/distinfo	2012-01-14 21:59:34.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (llgal-0.13.16.tar.bz2) = f494f86faead4401f48f44d146d77cede2093ab1e96b6d0baa25d2a6cb4447a1
-SIZE (llgal-0.13.16.tar.bz2) = 80812
+SHA256 (llgal-0.13.17.tar.bz2) = 86c8a35ec3387ecfb69d3695611f384ce6cf4189ded02668c59c9e35e00390ce
+SIZE (llgal-0.13.17.tar.bz2) = 81365
diff -urN /usr/ports/www/llgal/pkg-plist www/llgal/pkg-plist
--- /usr/ports/www/llgal/pkg-plist	2007-12-12 23:25:45.000000000 +0900
+++ www/llgal/pkg-plist	2012-01-14 23:42:36.000000000 +0900
@@ -1,22 +1,33 @@
 bin/llgal
 %%SITE_PERL%%/Llgal/Config.pm
-%%SITE_PERL%%/Llgal/Utils.pm
-%%SITE_PERL%%/Llgal/Templates.pm
 %%SITE_PERL%%/Llgal/Messages.pm
+%%SITE_PERL%%/Llgal/Templates.pm
+%%SITE_PERL%%/Llgal/Utils.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Llgal/.packlist
-share/llgal/captions.header
-share/llgal/index.png
-share/llgal/indextemplate.html
-share/llgal/llgal.css
-share/llgal/next.png
-share/llgal/prev.png
-share/llgal/slidetemplate.html
-share/llgal/tile.png
+%%PORTDOCS%%%%DOCSDIR%%/examples/dynamic_comments_in_slides/README
+%%PORTDOCS%%%%DOCSDIR%%/examples/dynamic_comments_in_slides/add_comment.php
+%%PORTDOCS%%%%DOCSDIR%%/examples/dynamic_comments_in_slides/slidetemplate.html
+%%PORTDOCS%%%%DOCSDIR%%/examples/tweak_image_generation.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto.html
+%%PORTDOCS%%%%DOCSDIR%%/llgalrc
+%%PORTDOCS%%%%DOCSDIR%%/upgrade.html
+%%DATADIR%%/captions.header
+%%DATADIR%%/index.png
+%%DATADIR%%/indextemplate.html
+%%DATADIR%%/llgal.css
+%%DATADIR%%/next.png
+%%DATADIR%%/prev.png
+%%DATADIR%%/slidetemplate.html
+%%DATADIR%%/tile.png
 share/locale/de/LC_MESSAGES/llgal.mo
-share/locale/fr/LC_MESSAGES/llgal.mo
 share/locale/en/LC_MESSAGES/llgal.mo
+share/locale/fr/LC_MESSAGES/llgal.mo
 share/locale/it/LC_MESSAGES/llgal.mo
-@dirrm share/llgal
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Llgal/
+@dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/dynamic_comments_in_slides
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Llgal
 @dirrm %%SITE_PERL%%/Llgal
-@dirrm etc/llgal
+@dirrmtry %%ETCDIR%%
+@exec mkdir -p %D/%%ETCDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120116024645.3678c3c0.tkato432>