Give all my ports to the general population. I'm not really doing them justice

at this point and am seriously out of sync with what's going on in DP-land.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@12641 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Jordan K. Hubbard
2005-06-14 06:28:50 +00:00
parent 03ba4b1e89
commit 68c1934026
56 changed files with 110 additions and 110 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
# $Id: Portfile,v 1.7 2004/03/30 20:26:55 toby Exp $
# $Id: Portfile,v 1.8 2005/06/14 06:28:40 jkh Exp $
PortSystem 1.0
name sharutils
version 4.2.1
revision 2
categories archivers
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Shell archiver utilities
long_description Creates and helps unpack shell archives
master_sites gnu
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.23 2003/03/03 06:10:39 mij Exp $
# $Id: Portfile,v 1.24 2005/06/14 06:28:40 jkh Exp $
PortSystem 1.0
name bladeenc
version 0.94.2
categories audio
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Blade's MP3 Encoder (BladeEnc), a freeware MP3 encoder.
long_description Blade's MP3 Encoder (BladeEnc) is a freeware MP3 encoder. It is based on the same ISO compression routines as mpegEnc, so you can expect roughly the same, or better, quality. The main difference is the appearance and speed.
homepage http://bladeenc.mp3.no/
+2 -2
View File
@@ -1,11 +1,11 @@
# $Id: Portfile,v 1.3 2004/01/18 05:42:10 toby Exp $
# $Id: Portfile,v 1.4 2005/06/14 06:28:40 jkh Exp $
PortSystem 1.0
name freetds
version 0.61
categories databases
platforms darwin
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description A set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases
long_description FreeTDS is an open source implementation of the TDS (Tabular DataStream) protocol used by these databases for their own clients. It supports many different flavors of the protocol and supports several APIs to access it. Additionally FreeTDS works with other software such as Perl and PHP, providing access from those languages as well. There is also a native (type 4) JDBC driver available for platform-independent Java clients (including Java Server Pages applications), with support for most of the JDBC 1 API and portions of the JDBC 2 API.
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.2 2004/12/01 03:17:07 jkh Exp $
# $Id: Portfile,v 1.3 2005/06/14 06:28:41 jkh Exp $
PortSystem 1.0
name metakit
version 2.4.9.3
categories databases
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description an efficient embedded database library with a small footprint
homepage http://www.equi4.com/metakit.html
platforms darwin
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.3 2005/02/19 08:50:30 mww Exp $
# $Id: Portfile,v 1.4 2005/06/14 06:28:41 jkh Exp $
PortSystem 1.0
name boehmgc-devel
version 6.3alpha6
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Boehm-Demers-Weiser conservative garbage collector (devel version)
long_description The Boehm-Demers-Weiser conservative garbage collector \
can be used as a garbage collecting replacement for C \
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.3 2005/01/30 01:27:03 mww Exp $
# $Id: Portfile,v 1.4 2005/06/14 06:28:41 jkh Exp $
PortSystem 1.0
name cmake
version 2.0.5
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Cross-platform make
long_description \
An extensible, open-source system that manages the build \
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.8 2005/05/25 15:03:59 gwright Exp $
# $Id: Portfile,v 1.9 2005/06/14 06:28:41 jkh Exp $
PortSystem 1.0
name darcs
version 1.0.3
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description David's Advanced Revision Control System
long_description \
David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and MacOS X. Darcs includes a cgi script, which can be used to view the contents of your repository.
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.12 2004/11/15 05:09:45 jkh Exp $
# $Id: Portfile,v 1.13 2005/06/14 06:28:41 jkh Exp $
PortSystem 1.0
name ddd
version 3.3.10
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Data Display Debugger
long_description DDD is a graphical front-end for GDB and other command-line debuggers.
homepage http://www.gnu.org/software/ddd/
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.13 2004/11/30 15:47:05 toby Exp $
# $Id: Portfile,v 1.14 2005/06/14 06:28:41 jkh Exp $
PortSystem 1.0
name distcc
version 2.18.3
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Distributed C compiler
long_description \
distcc is a program to distribute compilation of C or C++ code \
+2 -2
View File
@@ -1,11 +1,11 @@
# $Id: Portfile,v 1.3 2005/02/21 15:52:09 toby Exp $
# $Id: Portfile,v 1.4 2005/06/14 06:28:42 jkh Exp $
PortSystem 1.0
name flex
version 2.5.31
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Fast lexical analyser generator
long_description "Flex is a tool for generating programs that require \
pattern-matching on text. It is usually used together \
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.4 2004/10/23 12:21:43 toby Exp $
# $Id: Portfile,v 1.5 2005/06/14 06:28:42 jkh Exp $
PortSystem 1.0
name gperf
version 3.0.1
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description GNU perfect hash generator
long_description Generates a perfect hash function for various input.
homepage http://www.gnu.org/software/gperf/gperf.html
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.7 2005/03/15 03:31:19 toby Exp $
# $Id: Portfile,v 1.8 2005/06/14 06:28:42 jkh Exp $
PortSystem 1.0
@@ -6,7 +6,7 @@ name icu
version 3.2
categories devel
platforms darwin
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description International Components for Unicode
long_description The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support).
homepage http://ibm.com/software/globalization/icu/
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.5 2005/04/18 13:16:39 toby Exp $
# $Id: Portfile,v 1.6 2005/06/14 06:28:42 jkh Exp $
PortSystem 1.0
@@ -6,7 +6,7 @@ name indent
version 2.2.9
revision 1
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description C language source code formatting program
long_description "GNU indent changes the appearance of a C program by \
inserting or deleting whitespace according to a plethora \
+2 -2
View File
@@ -1,11 +1,11 @@
# $Id: Portfile,v 1.4 2004/04/27 18:35:56 matt Exp $
# $Id: Portfile,v 1.5 2005/06/14 06:28:42 jkh Exp $
PortSystem 1.0
name lammpi
version 7.0.3
revision 1
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description MPI implementation for parallel computing
long_description \
"LAM (Local Area Multicomputer) is an MPI programming environment and \
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.2 2004/05/19 17:52:21 mww Exp $
# $Id: Portfile,v 1.3 2005/06/14 06:28:42 jkh Exp $
PortSystem 1.0
@@ -6,7 +6,7 @@ name libgdiplus
version 0.1
categories devel
platforms darwin
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description An Open Source implementation of the GDI+ API for C#
long_description An implementation of the GDI+ API for Mono, an \
effort to create an open source implementation of \
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.37 2005/05/15 00:04:32 mww Exp $
# $Id: Portfile,v 1.38 2005/06/14 06:28:43 jkh Exp $
PortSystem 1.0
@@ -7,7 +7,7 @@ version 1.1.7
revision 1
categories devel lang
platforms darwin
maintainers jkh@opendarwin.org mww@opendarwin.org
maintainers darwinports@opendarwin.org mww@opendarwin.org
description Implementation of the .NET Development Framework
long_description Mono is an effort to create an open source \
implementation of the .NET Development Framework \
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.3 2005/04/24 18:29:26 toby Exp $
# $Id: Portfile,v 1.4 2005/06/14 06:28:43 jkh Exp $
PortSystem 1.0
name monotone
version 0.18
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description A distributed version control system
long_description \
monotone is a free distributed version control system. It provides \
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.3 2004/03/22 08:51:17 jkh Exp $
# $Id: Portfile,v 1.4 2005/06/14 06:28:43 jkh Exp $
PortSystem 1.0
@@ -6,7 +6,7 @@ name qtc-qtsharp
version 0.7a
categories devel
platforms darwin
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Intermediate C++ glue for Qt C# bindings
long_description A cross-platform GUI toolkit for Mono and Portable.Net which provides set of classes that bind any CIL language to the Qt toolkit.
master_sites sourceforge:qtcsharp/
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.2 2004/04/18 02:35:03 jkh Exp $
# $Id: Portfile,v 1.3 2005/06/14 06:28:43 jkh Exp $
PortSystem 1.0
@@ -6,7 +6,7 @@ name qtsharp
version 0.7.1
categories devel
platforms darwin
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
description Qt bindings for C#
long_description A cross-platform GUI toolkit for Mono and Portable.Net which provides set of classes that bind any CIL language to the Qt toolkit.
master_sites sourceforge:qtcsharp/
+2 -2
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.1 2003/12/22 10:38:38 jkh Exp $
# $Id: Portfile,v 1.2 2005/06/14 06:28:43 jkh Exp $
PortSystem 1.0
name slib-guile
version 1.0
categories devel
maintainers jkh@opendarwin.org
maintainers darwinports@opendarwin.org
platforms darwin
description Wrapper port to properly set up slib and guile together
long_description ${description}

Some files were not shown because too many files have changed in this diff Show More