[33979] trunk/dports/news/xpn/Portfile

gui_dos at macports.org gui_dos at macports.org
Sat Feb 9 06:31:40 PST 2008


Revision: 33979
          http://trac.macosforge.org/projects/macports/changeset/33979
Author:   gui_dos at macports.org
Date:     2008-02-09 06:31:35 -0800 (Sat, 09 Feb 2008)

Log Message:
-----------
xpn: updated to 1.0.0

Modified Paths:
--------------
    trunk/dports/news/xpn/Portfile

Modified: trunk/dports/news/xpn/Portfile
===================================================================
--- trunk/dports/news/xpn/Portfile	2008-02-09 09:18:11 UTC (rev 33978)
+++ trunk/dports/news/xpn/Portfile	2008-02-09 14:31:35 UTC (rev 33979)
@@ -2,45 +2,42 @@
 
 PortSystem 1.0
 
-name		xpn
-version		0.7.0
-revision	1
-categories	news
-description	Graphical newsreader written in PyGtk.
-long_description	\
-		XPN (X Python Newsreader) is a news client written in \
-		Python and based on the GTK+ library. It offers a good \
-		MIME support, scoring system, filtered views, random \
-		tag-lines, external editor support, one-key navigation, \
-		ROT13, Face and X-Face headers decoding, spoiler char \
-		and many more.
-maintainers	guido.soranzio at gmail.com
-homepage	http://xpn.altervista.org/
-master_sites	${homepage}codice
-checksums	md5 3df054fc7c25f2e579407c1f148b9a27
+name            xpn
+version         1.0.0
+categories      news
+description     Graphical newsreader written in PyGtk.
+long_description XPN (X Python Newsreader) is a news client written in \
+                Python and based on the GTK+ library. It offers a good \
+                MIME support, scoring system, filtered views, random \
+                tag-lines, external editor support, one-key navigation, \
+                ROT13, Face and X-Face headers decoding, spoiler char \
+                and many more.
+maintainers     nomaintainer
+platforms       darwin
+homepage        http://xpn.altervista.org/
+master_sites    ${homepage}codice
+checksums       md5 f9c5c9fb04c46efb9a94f803650dd740
 depends_lib     port:py25-gtk
-use_configure	no
+use_configure   no
 universal_variant no
-build		{}
-destroot  	{
-	file copy ${worksrcpath} ${destroot}${prefix}/share
-	file copy ${filespath}/xpn.sh ${destroot}${prefix}/bin/xpn
-	system "chmod +x ${destroot}${prefix}/share/xpn-${version}"
-	system "chmod -R og+rw ${destroot}${prefix}/share/xpn-${version}"
-	system "chmod +x ${destroot}${prefix}/bin/xpn"
+build           {}
+destroot {
+    file copy ${worksrcpath} ${destroot}${prefix}/share
+    file copy ${filespath}/xpn.sh ${destroot}${prefix}/bin/xpn
+    system "chmod +x ${destroot}${prefix}/share/xpn-${version}"
+    system "chmod -R og+rw ${destroot}${prefix}/share/xpn-${version}"
+    system "chmod +x ${destroot}${prefix}/bin/xpn"
 }
 
 post-destroot {
-	reinplace "s|__PREFIX__|${prefix}|g" \
-		${destroot}${prefix}/bin/xpn
-	reinplace "s|__VERSION__|${version}|g" \
-		${destroot}${prefix}/bin/xpn
+    reinplace "s|__PREFIX__|${prefix}|g" ${destroot}${prefix}/bin/xpn
+    reinplace "s|__VERSION__|${version}|g" ${destroot}${prefix}/bin/xpn
 }
 
-post-activate	{
-	ui_msg "------------------------------------------------------"
-	ui_msg "XPN has been installed in ${prefix}/share/xpn-${version}"
-	ui_msg "and can be launched by calling the script 'xpn'"
-	ui_msg "that has been created in ${prefix}/bin"
-	ui_msg "------------------------------------------------------"
+post-activate {
+    ui_msg "------------------------------------------------------"
+    ui_msg "XPN has been installed in ${prefix}/share/xpn-${version}"
+    ui_msg "and can be launched by calling the script 'xpn'"
+    ui_msg "that has been created in ${prefix}/bin"
+    ui_msg "------------------------------------------------------"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080209/f265704b/attachment.html


More information about the macports-changes mailing list