diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 17:08:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 17:08:04 +0000 |
commit | d5e5082e47bff3fff637948a78979d6a85795581 (patch) | |
tree | ca65df657f8181d835a6b8affdabe244323f89ce /lang/ml-pnet | |
parent | 9b5f0edf2756e5fa6663b6a77c6f48c57548a416 (diff) | |
download | ports-d5e5082e47bff3fff637948a78979d6a85795581.tar.gz ports-d5e5082e47bff3fff637948a78979d6a85795581.zip |
Notes
Diffstat (limited to 'lang/ml-pnet')
-rw-r--r-- | lang/ml-pnet/Makefile | 23 | ||||
-rw-r--r-- | lang/ml-pnet/distinfo | 1 | ||||
-rw-r--r-- | lang/ml-pnet/pkg-descr | 4 | ||||
-rw-r--r-- | lang/ml-pnet/pkg-plist | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/lang/ml-pnet/Makefile b/lang/ml-pnet/Makefile new file mode 100644 index 000000000000..07e5b2eb16a6 --- /dev/null +++ b/lang/ml-pnet/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: treecc +# Date created: Wed Jul 11 00:45:15 EDT 2001 +# Whom: Michael Johnson <ahze@ahze.net> +# +# $FreeBSD$ +# + +PORTNAME= ml-pnet +PORTVERSION= ${PNET_VERSION} +CATEGORIES= lang +MASTER_SITES= ${PNET_MASTER_SITES} + +MAINTAINER= ahze@ahze.net +COMMENT= Mono's upper-level libraries + +LIB_DEPENDS= XsharpSupport.0:${PORTSDIR}/lang/pnetlib + +USE_LIBTOOL= yes +USE_GMAKE= yes +STRIP= # Nothing to be stripped. + +.include "${.CURDIR}/../pnet/Makefile.pnet" +.include <bsd.port.mk> diff --git a/lang/ml-pnet/distinfo b/lang/ml-pnet/distinfo new file mode 100644 index 000000000000..9660376900e9 --- /dev/null +++ b/lang/ml-pnet/distinfo @@ -0,0 +1 @@ +MD5 (ml-pnet-0.6.0.tar.gz) = 496cee3b5b1816bf7dfe6d2be0660ce4 diff --git a/lang/ml-pnet/pkg-descr b/lang/ml-pnet/pkg-descr new file mode 100644 index 000000000000..e535cc764acb --- /dev/null +++ b/lang/ml-pnet/pkg-descr @@ -0,0 +1,4 @@ +Some of the Mono upper-level libraries in a form that can be easily compiled +and used with pnet's CLI implementation. The source code is Mono's. + +WWW: http://www.southern-storm.com.au/portable_net.html diff --git a/lang/ml-pnet/pkg-plist b/lang/ml-pnet/pkg-plist new file mode 100644 index 000000000000..68a73824a268 --- /dev/null +++ b/lang/ml-pnet/pkg-plist @@ -0,0 +1,18 @@ +bin/sqlsharp-pnet +bin/sqlsharp-pnet.exe +lib/cscc/lib/Custommarshalers.dll +lib/cscc/lib/Mono.Data.DB2Client.dll +lib/cscc/lib/Mono.Data.MySql.dll +lib/cscc/lib/Mono.Data.PostgreSqlClient.dll +lib/cscc/lib/Mono.Data.Tds.dll +lib/cscc/lib/Mono.Directory.LDAP.dll +lib/cscc/lib/Mono.GetOptions.dll +lib/cscc/lib/Mono.Posix.dll +lib/cscc/lib/Npgsql.dll +lib/cscc/lib/PEAPI.dll +lib/cscc/lib/System.Data.OracleClient.dll +lib/cscc/lib/System.Data.dll +lib/cscc/lib/System.Management.dll +lib/cscc/lib/System.Messaging.dll +lib/cscc/lib/System.Runtime.Serialization.Formatters.Soap.dll +lib/cscc/lib/System.ServiceProcess.dll |