aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pnetc
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* - Update pnet related ports:garga2006-02-212-7/+7
| | | | | | | | | | | | | | | | | * lang/pnet 0.7.0 -> 0.7.4 * lang/pnet-base 0.7.0 -> 0.7.4 * lang/pnetlib 0.7.0 -> 0.7.4 * lang/pnetc 0.7.0 -> 0.7.4 * lang/ml-pnet 0.7.0 -> 0.7.4 * lang/treecc 0.3.6 -> 0.3.8 * lang/libjit 0.0.4 -> 0.0.6 - Make portlint(1) happy - Unbreak ml-pnet on 4.x PR: ports/93602 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Reworked by: garga Thanks to: mnag, tdb
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-11/+11
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 0.7.0ahze2005-06-171-2/+2
|
* Move from libtool13 to libtool15ahze2004-12-161-1/+1
|
* - Update Portable.NET suite to 6.10ahze2004-12-152-16/+16
| | | | - Update treecc to 0.3.4
* Drop maintainership to ports@FreeBSD.orgkrion2004-10-121-1/+1
| | | | | PR: ports/72437 Submitted by: Michael Johnson <ahze@ahze.net>
* - Update to 0.6.6pav2004-06-103-11/+23
| | | | | PR: ports/67722 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* - Add GNU_MASTER_SITEkrion2004-03-161-0/+1
| | | | | PR: ports/64315 Submitted by: maintainer
* - Update Portable.NET suite to 0.6.4pav2004-03-152-6/+60
| | | | | | | - Update treecc to 0.3.0 PR: ports/64271 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* - Fix build (missing dependency)pav2004-03-111-1/+2
| | | | | Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) Reported by: bento via kris
* - Update Portable.NET suite to 0.6.2pav2004-03-083-3/+10
| | | | | PR: ports/63857 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came backpav2004-03-074-0/+88
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>