aboutsummaryrefslogtreecommitdiff
path: root/lang/pnetlib
Commit message (Collapse)AuthorAgeFilesLines
* pnetlib isn't quite ready for libtool15, backout to libtool13Michael Johnson2004-12-161-1/+1
| | | | Notes: svn path=/head/; revision=124178
* Move from libtool13 to libtool15Michael Johnson2004-12-161-1/+1
| | | | Notes: svn path=/head/; revision=124177
* - Update Portable.NET suite to 6.10Michael Johnson2004-12-152-70/+76
| | | | | | | - Update treecc to 0.3.4 Notes: svn path=/head/; revision=124073
* Add missing libtool droppingKris Kennaway2004-11-261-0/+1
| | | | Notes: svn path=/head/; revision=122459
* Drop maintainership to ports@FreeBSD.orgKirill Ponomarev2004-10-121-1/+1
| | | | | | | | PR: ports/72437 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=118986
* - Update to 0.6.6Pav Lucistnik2004-06-093-53/+54
| | | | | | | | PR: ports/67722 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=111182
* - Fix IGNORE messageKirill Ponomarev2004-04-201-1/+1
| | | | | | | | | - Remove quotes Noticed by: kris Notes: svn path=/head/; revision=107656
* - Mark IGNORE on alphaKirill Ponomarev2004-04-191-0/+4
| | | | | | | | PR: ports/65771 Submitted by: maintainer Notes: svn path=/head/; revision=107617
* - Add GNU_MASTER_SITEKirill Ponomarev2004-03-161-0/+1
| | | | | | | | PR: ports/64315 Submitted by: maintainer Notes: svn path=/head/; revision=104147
* - Update Portable.NET suite to 0.6.4Pav Lucistnik2004-03-152-2/+6
| | | | | | | | | | - Update treecc to 0.3.0 PR: ports/64271 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=104033
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Remove bogus strippingPav Lucistnik2004-03-111-2/+0
| | | | | | | | Submitted by: eik Approved by: Michael Johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=103643
* - Add documentationPav Lucistnik2004-03-101-1/+17
| | | | | | | | | | | - Add depedency on X11 libraries - Bump portrevision PR: ports/64027 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=103589
* - Update Portable.NET suite to 0.6.2Pav Lucistnik2004-03-073-7/+92
| | | | | | | | PR: ports/63857 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=103225
* Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came backPav Lucistnik2004-03-064-0/+80
as a bunch of ports and a meta-port. ml-pnet: Some of the Mono upper-level libraries in a form that can be easily compiled and used with pnet's CLI implementation. pnet: A meta-port for all these ports. pnet-base: A runtime engine, C# compiler and a host of useful development tools, all written in C. pnetc: pnetC project, an ANSI C library that can be compiled down to IL using Portable.NET's cscc compiler. pnetlib: C# class libraries. PR: ports/60408, ports/60409, ports/60413, ports/60453 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=103117