[23778] trunk/dports/PortIndex

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 9 12:34:32 PDT 2007


Revision: 23778
          http://trac.macosforge.org/projects/macports/changeset/23778
Author:   dluke at macports.org
Date:     2007-04-09 12:34:29 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------

Total number of ports parsed:	3867 
Ports successfully parsed:	3867	 
Ports failed:			0

Modified Paths:
--------------
    trunk/dports/PortIndex

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2007-04-09 19:13:26 UTC (rev 23777)
+++ trunk/dports/PortIndex	2007-04-09 19:34:29 UTC (rev 23778)
@@ -970,6 +970,8 @@
 depends_build port:ghc description {The New Binary library for Haskell.} portdir devel/hs-NewBinary homepage http://www.n-heptane.com/nhlab/ epoch 0 platforms darwin name hs-NewBinary long_description {A module for fast binary I/O in haskell. Features bit level I/O and byte level I/O} maintainers nomaintainer at macports.org categories devel version 2005-12-11 revision 0
 hs-plugins 513
 depends_build bin:ghc:ghc description {A plugin library for Haskell} portdir devel/hs-plugins homepage http://www.cse.unsw.edu.au/~dons/hs-plugins/hs-plugins.html epoch 20050407 platforms darwin name hs-plugins long_description {hs-plugins was originally designed as a system for replacing all the various configuration languages in existence (particularly mutt and vim) but developed to be very suitable for plugins in general.} maintainers nomaintainer at macports.org categories devel version 20050407 revision 1
+hs-typenats 605
+depends_build port:ghc description {Type level natural numbers for haskell} portdir devel/hs-typenats homepage http://www.eecs.tufts.edu/~rdocki01/typenats.html epoch 0 platforms darwin name hs-typenats long_description {This library defines type level arithmetic by heavily abusing GHC's typechecker. It includes the following operations on type level naturals: * addition * subtraction * multiplication * division * remainder * GCD It also contains the following predicates: * test for zero * test for equality * < * > * <= * >=} maintainers gwright at macports.org categories devel version 0.2 revision 0
 hs-zlib 443
 depends_build {port:ghc port:darcs} portdir devel/hs-zlib description {The Haskell Zlib Binding} homepage http://www.haskell.org/~duncan/zlib epoch 0 platforms darwin name hs-zlib depends_lib port:zlib maintainers nomaintainer at macports.org long_description {Haskell bindings to the Zlib library for compression and decompression in gzip and zlib format. The library acts directly on ByteString values.} version 0.2 categories devel revision 0
 hsshellscript 428
@@ -2626,8 +2628,8 @@
 depends_build bin:ant:apache-ant portdir java/pdfbox description {PDFBox is a Java PDF Library} homepage http://www.pdfbox.org/ epoch 0 platforms darwin name pdfbox depends_lib bin:java:kaffe maintainers nomaintainer at macports.org long_description {PDFBox is a Java PDF Library. This project will allow access to all of the components in a PDF document.} version 0.7.1 categories {java print} revision 0
 pircbot 381
 depends_build bin:jikes:jikes portdir java/pircbot description {PircBot is a Java framework for writing IRC bots} homepage http://www.jibble.org/pircbot.php epoch 0 platforms darwin name pircbot depends_lib port:gnu-classpath maintainers nomaintainer at macports.org long_description {{PircBot is a Java framework for writing IRC bots}} version 1.4.4 categories {java irc} revision 0
-pmd 488
-depends_build bin:ant:apache-ant portdir java/pmd description {PMD is a Java source code analyzer} homepage http://pmd.sourceforge.net/ depends_run {port:jaxen port:xercesj port:saxpath port:junit} epoch 0 platforms darwin name pmd depends_lib bin:java:kaffe maintainers nomaintainer at macports.org long_description {PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.} version 3.9 categories {java lang} revision 0
+pmd 424
+depends_build bin:ant:apache-ant description {PMD is a Java source code analyzer} portdir java/pmd homepage http://pmd.sourceforge.net/ epoch 0 platforms darwin name pmd long_description {PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.} maintainers {landonf at macports.org openmaintainer at macports.org} categories {java lang} version 3.9 revision 0
 postgresql-jdbc 350
 depends_build bin:ant:apache-ant description {PostgreSQL JDBC driver} portdir java/postgresql-jdbc homepage http://jdbc.postgresql.org/ epoch 0 platforms darwin name postgresql-jdbc long_description {Pure Java JDBC driver for connecting to PostgreSQL databases.} maintainers decibel at decibel.org categories {java databases} version 8.0-311 revision 0
 saxpath 496
@@ -3037,7 +3039,7 @@
 gforth 633
 portdir lang/gforth description {fast and portable implementation of the ANS Forth language} platforms darwin name gforth version 0.6.2 categories lang homepage http://www.gnu.org/software/gforth/ revision 0 epoch 0 maintainers nomaintainer at macports.org long_description {Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has (the beginnings of) a manual. Gforth employs traditional implementation techniques: its inner interpreter is indirect or direct threaded.}
 ghc 905
-variants {darwin_6 darwin_7_powerpc darwin_8_powerpc darwin_8_i386 noopengl} portdir lang/ghc description {The Glorious Glasgow Haskell Compilation System} homepage http://www.haskell.org/ghc epoch 0 depends_run port:perl5.8 platforms darwin name ghc depends_lib {port:readline port:gmp} maintainers gwright at macports.org long_description {The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.} version 6.6 categories lang revision 3
+variants {darwin_6 darwin_7_powerpc darwin_8_powerpc darwin_8_i386 noopengl} portdir lang/ghc description {The Glorious Glasgow Haskell Compilation System} homepage http://www.haskell.org/ghc epoch 0 depends_run port:perl5.8 platforms darwin name ghc depends_lib {port:readline port:gmp} maintainers gwright at macports.org long_description {The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.} version 6.6 categories lang revision 5
 ghc-devel 947
 variants {darwin_6 test darwin_7 darwin_8 noopengl} depends_build {port:ghc port:alex port:darcs port:happy} portdir lang/ghc-devel description {The Glorious Glasgow Haskell Compilation System (development version)} homepage http://www.haskell.org/ghc/ epoch 0 platforms darwin depends_lib {port:readline port:gmp} name ghc-devel maintainers gwright at macports.org long_description {The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.} version 6.7 categories lang revision 0
 gpc34 295
@@ -3277,7 +3279,7 @@
 exim 624
 variants {darwin_6 darwin_7 mysql4} depends_build port:perl5.8 portdir mail/exim description {complete replacement for sendmail} homepage http://www.exim.org/ epoch 0 platforms darwin name exim depends_lib {port:db4 port:openssl port:sqlite3} long_description {Exim is a mail transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. It is freely available under the terms of the GNU General Public Licence. In overall style it is similar to Smail 3, but its facilities are more extensive.} maintainers nomaintainer at macports.org version 4.66 categories mail revision 0
 fetchmail 1052
-variants {ssl fetchmailconf} portdir mail/fetchmail description {Batch mail retrieval utility for IMAP, POP2, POP3, APOP, KPOP, ETRN, or ODMR} homepage http://fetchmail.berlios.de epoch 0 platforms darwin name fetchmail depends_lib port:gettext maintainers pmq at macports.org long_description {Fetchmail is a full-featured IMAP, POP2, POP3, APOP, KPOP, ETRN, ODMR client with easy configuration, daemon mode, forwarding via SMTP or local MDA, and superior reply handling. It is used to handle intermittent email connections by acting as a coupling that seamlessly batch forwards fetched mail from your mail server to your local delivery system, allowing you to read your it with your favourite mail user agent. Fetchmail also includes useful spam filtering and multi-user functions. A typical use of fetchmail is to connect to your ISP's POP3 server, downloading your mail into the INBOX on your local computer. You may then read the mail, offline if you want, using Pine, mutt, or any stand
 ard mail user agent.} version 6.3.7 categories mail revision 1
+variants {ssl fetchmailconf} portdir mail/fetchmail description {Batch mail retrieval utility for IMAP, POP2, POP3, APOP, KPOP, ETRN, or ODMR} homepage http://fetchmail.berlios.de epoch 0 platforms darwin name fetchmail depends_lib port:gettext maintainers pmq at macports.org long_description {Fetchmail is a full-featured IMAP, POP2, POP3, APOP, KPOP, ETRN, ODMR client with easy configuration, daemon mode, forwarding via SMTP or local MDA, and superior reply handling. It is used to handle intermittent email connections by acting as a coupling that seamlessly batch forwards fetched mail from your mail server to your local delivery system, allowing you to read your it with your favourite mail user agent. Fetchmail also includes useful spam filtering and multi-user functions. A typical use of fetchmail is to connect to your ISP's POP3 server, downloading your mail into the INBOX on your local computer. You may then read the mail, offline if you want, using Pine, mutt, or any stand
 ard mail user agent.} version 6.3.8 categories mail revision 0
 freepops 722
 description {extensible program for webmail access via POP3 protocol} portdir mail/freepops homepage http://freepops.sourceforge.net/en/ epoch 0 platforms darwin depends_lib {lib:libcurl.2:curl lib:libexpat:expat lib:libcrypto.0.9:openssl lib:libz.1:zlib} name freepops long_description {FreePOPs is an easily extensible program, which allows to have an access to the most varied resources through the POP3 protocol. Mainly, it can be used to download mail from the most famous webmails, but it could also be used as an aggregator for RSS feeds and many more. This way it is possible to get all your messages in your favourite email client.} maintainers nomaintainer at macports.org categories mail version 0.0.18 revision 0
 gbuffy 382
@@ -4077,7 +4079,7 @@
 scanssh 698
 description {scanner for finding ssh servers and their software version} portdir net/scanssh homepage http://monkey.org/~provos/scanssh/ epoch 0 platforms darwin depends_lib {lib:libpcap:libpcap bin:dnet-config:libdnet lib:libevent:libevent} name scanssh long_description {scanssh protocol scanner scans a list of addresses and networks for running SSH protocol servers and their version numbers. scanssh protocol scanner supports random selection of IP addresses from large network ranges and is useful for gathering statistics on the deployment of SSH protocol servers in a company or the Internet as whole.} maintainers nomaintainer at macports.org categories {net security} version 2.1 revision 0
 scapy 1067
-portdir net/scapy description {A powerful packet manipulation tool} depends_lib {port:python24 port:py-readline port:py-pylibpcap port:py-libdnet port:py-crypto port:py-gnuplot port:py-pyx port:graphviz} name scapy categories {net security python} version 1.0.5.20 homepage http://www.secdev.org/projects/scapy revision 0 epoch 0 maintainers pmq at macports.org long_description {Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hop
 ping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, ...), etc.}
+portdir net/scapy description {A powerful packet manipulation tool} depends_lib {port:python24 port:py-readline port:py-pylibpcap port:py-libdnet port:py-crypto port:py-gnuplot port:py-pyx port:graphviz} name scapy categories {net security python} version 1.0.5.20 homepage http://www.secdev.org/projects/scapy revision 1 epoch 0 maintainers pmq at macports.org long_description {Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hop
 ping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, ...), etc.}
 sclj 342
 description {A livejournal client} portdir net/sclj homepage http://sclj.sourceforge.net/ depends_run port:perl5.8 epoch 0 platforms darwin name sclj long_description {JLJ is a command-line interface for posting to livejournal. Posts are edited in your default editor.} maintainers kayos at genetikayos.com categories net version 3.2 revision 0
 scotty 560

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


More information about the macports-changes mailing list