[56208] trunk/dports
ryandesign at macports.org
ryandesign at macports.org
Tue Aug 25 02:14:03 PDT 2009
Revision: 56208
http://trac.macports.org/changeset/56208
Author: ryandesign at macports.org
Date: 2009-08-25 02:14:00 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
Add missing required variable "long_description"
Modified Paths:
--------------
trunk/dports/comms/jerm/Portfile
trunk/dports/databases/gauche-dbd-mysql/Portfile
trunk/dports/databases/gauche-dbd-pg/Portfile
trunk/dports/devel/libcipher/Portfile
trunk/dports/games/netris/Portfile
trunk/dports/lang/gauche-gtk/Portfile
trunk/dports/net/arpd/Portfile
trunk/dports/perl/p5-prefork/Portfile
trunk/dports/perl/p5-tk/Portfile
trunk/dports/perl/p5-xml-parser-lite-tree/Portfile
trunk/dports/sysutils/bdes/Portfile
trunk/dports/textproc/chef/Portfile
trunk/dports/textproc/jive/Portfile
Modified: trunk/dports/comms/jerm/Portfile
===================================================================
--- trunk/dports/comms/jerm/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/comms/jerm/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -8,6 +8,7 @@
platforms darwin
maintainers nomaintainer
description communication terminal through serial and TCP/IP interfaces
+long_description ${description}
homepage http://www.bsddiary.net/jerm/
master_sites ${homepage}
checksums md5 209f063c25c51e62116cf90836585c92
Modified: trunk/dports/databases/gauche-dbd-mysql/Portfile
===================================================================
--- trunk/dports/databases/gauche-dbd-mysql/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/databases/gauche-dbd-mysql/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -7,6 +7,7 @@
platforms darwin
maintainers nomaintainer
description Gauche database driver for MySQL
+long_description ${description}
homepage http://www.kahua.org/cgi-bin/kahua.fcgi/kahua-web/show/dev/DBI
master_sites http://www.kahua.org/download/dbi/
distname Gauche-dbd-mysql-${version}
Modified: trunk/dports/databases/gauche-dbd-pg/Portfile
===================================================================
--- trunk/dports/databases/gauche-dbd-pg/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/databases/gauche-dbd-pg/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -7,6 +7,7 @@
platforms darwin
maintainers nomaintainer
description Gauche database driver for PostgreSQL
+long_description ${description}
homepage http://www.kahua.org/cgi-bin/kahua.fcgi/kahua-web/show/dev/DBI
master_sites http://www.kahua.org/download/dbi/
distname Gauche-dbd-pg-${version}
Modified: trunk/dports/devel/libcipher/Portfile
===================================================================
--- trunk/dports/devel/libcipher/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/devel/libcipher/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -8,6 +8,7 @@
platforms darwin
maintainers nomaintainer
description Cipher routines from FreeBSD
+long_description ${description}
#homepage
master_sites macports
Modified: trunk/dports/games/netris/Portfile
===================================================================
--- trunk/dports/games/netris/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/games/netris/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -6,6 +6,7 @@
categories games
maintainers nomaintainer
description networked tetris on the console
+long_description ${description}
platforms darwin
master_sites ftp://ftp.netris.org/pub/netris/
checksums md5 b55af5697175ee06f7c6e40101979c38
Modified: trunk/dports/lang/gauche-gtk/Portfile
===================================================================
--- trunk/dports/lang/gauche-gtk/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/lang/gauche-gtk/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -6,6 +6,7 @@
categories lang scheme
maintainers nomaintainer
description Gauche extension module to use GTK
+long_description ${description}
platforms darwin
homepage http://www.shiro.dreamhost.com/scheme/gauche/
master_sites sourceforge:gauche
Modified: trunk/dports/net/arpd/Portfile
===================================================================
--- trunk/dports/net/arpd/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/net/arpd/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -7,6 +7,7 @@
categories net security
maintainers nomaintainer
description user space ARP (Address Resolution Protocol) daemon
+long_description ${description}
homepage http://www.citi.umich.edu/u/provos/honeyd/
platforms darwin
master_sites http://niels.xtdnet.nl/honeyd/
Modified: trunk/dports/perl/p5-prefork/Portfile
===================================================================
--- trunk/dports/perl/p5-prefork/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/perl/p5-prefork/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -8,5 +8,6 @@
platforms darwin
checksums md5 42413de51d691f82fe32d6eee0adede2
description Optimized module loading for forking or non-forking processes
+long_description ${description}
master_sites http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK
distfiles prefork-${version}.tar.gz
Modified: trunk/dports/perl/p5-tk/Portfile
===================================================================
--- trunk/dports/perl/p5-tk/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/perl/p5-tk/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -6,6 +6,7 @@
revision 1
maintainers nomaintainer
description p5-tk is a Perl interface to Tk
+long_description ${description}
platforms darwin
Modified: trunk/dports/perl/p5-xml-parser-lite-tree/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-parser-lite-tree/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/perl/p5-xml-parser-lite-tree/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -6,6 +6,7 @@
maintainers nomaintainer
categories-append textproc
description Lightweight XML tree builder
+long_description ${description}
homepage http://search.cpan.org/~iamcal/XML-Parser-Lite-Tree-0.03/
master_sites http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL/
checksums md5 9435bb1e1f64433d657c35287388302d
Modified: trunk/dports/sysutils/bdes/Portfile
===================================================================
--- trunk/dports/sysutils/bdes/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/sysutils/bdes/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -7,6 +7,7 @@
categories sysutils
maintainers nomaintainer
description Block-based DES cipher utility
+long_description ${description}
platforms darwin
use_bzip2 yes
master_sites macports
Modified: trunk/dports/textproc/chef/Portfile
===================================================================
--- trunk/dports/textproc/chef/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/textproc/chef/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -7,6 +7,7 @@
platforms darwin freebsd
maintainers nomaintainer
description trunsletes inpoot text intu sveedeesh
+long_description ${description}
master_sites ftp://tbrowne.best.vwh.net/swedish_chef/
distname bork
Modified: trunk/dports/textproc/jive/Portfile
===================================================================
--- trunk/dports/textproc/jive/Portfile 2009-08-25 09:10:18 UTC (rev 56207)
+++ trunk/dports/textproc/jive/Portfile 2009-08-25 09:14:00 UTC (rev 56208)
@@ -11,6 +11,8 @@
description Convert English text to Jive
+long_description ${description}
+
master_sites ftp://nuxi.ucdavis.edu/pub/misc/ \
freebsd \
http://soupnazi.org/OSX/dports/distfiles/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/1006ce0a/attachment.html>
More information about the macports-changes
mailing list