# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # postgresql-npgsql # postgresql-npgsql/pkg-descr # postgresql-npgsql/distinfo # postgresql-npgsql/Makefile # echo c - postgresql-npgsql mkdir -p postgresql-npgsql > /dev/null 2>&1 echo x - postgresql-npgsql/pkg-descr sed 's/^X//' >postgresql-npgsql/pkg-descr << '1ff308150e0f767603d5111e556b7f59' XNpgsql is an open source ADO.NET Data Provider for PostgreSQL, Xit allows programs written in C#, Visual Basic, F# to access Xthe PostgreSQL database server. It allows any program developed Xfor .NET framework to access database server. It is implemented Xin 100% C# code. Works with PostgreSQL 9.x and above. X XWWW: http://www.npgsql.org/ 1ff308150e0f767603d5111e556b7f59 echo x - postgresql-npgsql/distinfo sed 's/^X//' >postgresql-npgsql/distinfo << '19c608b71d771cf9e2b07e2f5d5e499c' XTIMESTAMP = 1470591467 XSHA256 (npgsql-npgsql-v3.1.6_GH0.tar.gz) = 7bd081357a10b5617553b750eb54d8903f906474abd782b2527433c066ed095c XSIZE (npgsql-npgsql-v3.1.6_GH0.tar.gz) = 3458280 19c608b71d771cf9e2b07e2f5d5e499c echo x - postgresql-npgsql/Makefile sed 's/^X//' >postgresql-npgsql/Makefile << '6f18444fc0c31d2bcd280ac147f78ca3' X# $FreeBSD$ X XPORTNAME= npgsql XPORTVERSION= 3.1.6 XDISTVERSIONPREFIX= v XCATEGORIES= databases XPKGNAMEPREFIX= postgresql- X XMAINTAINER= cs@innolan.dk XCOMMENT= Npgsql is the .NET data provider for PostgreSQL X XLICENSE= PostgreSQL XLICENSE_FILE= ${WRKSRC}/LICENSE.txt X XUSE_GITHUB= yes XGH_ACCOUNT= npgsql XUSES= mono X XPLIST_FILES= lib/mono/gac/Npgsql/3.1.6.0__5d8b90d52f46fda7/Npgsql.dll \ X lib/mono/gac/Npgsql/3.1.6.0__5d8b90d52f46fda7/Npgsql.dll.mdb X Xdo-build: X ${LOCALBASE}/bin/xbuild ${WRKSRC}/src/Npgsql/Npgsql.csproj /p:Configuration=Release /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=../../Npgsql.snk X Xdo-install: X ${LOCALBASE}/bin/gacutil -root ${STAGEDIR}${PREFIX}/lib/ -gacdir ${STAGEDIR}${PREFIX}/lib -i ${WRKSRC}/src/Npgsql/bin/Release/Npgsql.dll X X.include 6f18444fc0c31d2bcd280ac147f78ca3 exit