notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/ml-pnet/Makefile
SVNWeb

Number of commits found: 19

Fri, 28 Mar 2014
[ 13:47 marino search for other commits by this committer ] Original commit   Revision:349421
PNET group: use EXPIRATION_DATE, not EXPIRATION
[ 13:24 marino search for other commits by this committer ] Original commit   Revision:349418
Expire PNET and all dependencies: Abandonware, alpha quality

PNET was never more than alpha quality software and IMO never deserved
a place in ports.  It has been abandoned for years and no releases since
March 2007.   To celebrate this dubious anniversary, I'm setting a
countdown on these ports.  As illustration, even pkgsrc, which doesn't
throw anything way, eliminated their PNET ports over a year ago.

I brought up the subject to Sylvio, the maintainer, well over a year ago
but he's been MIA the entire time, so I am also resetting maintainership
now as well.

Checking on http://www.gnu.org/software/dotgnu/, it informs that the
DotGNU project has been decommissioned since December 2012.

Execution on May Day.
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Fri, 27 Nov 2009
[ 22:52 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
- Update my mail address to FreeBSD

Approved by:    miwi (mentor)
Tue, 30 Jun 2009
[ 03:00 araujo search for other commits by this committer ] Original commit 
- Update to 0.8.0.
- Pass maintainer to submitter.

PR:             ports/135415, ports/135633, ports/135853, ports/135854
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Mon, 20 Feb 2006
[ 20:23 garga search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Update pnet related ports:
  * 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
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Fri, 17 Jun 2005
[ 19:54 ahze search for other commits by this committer ] Original commit 
- Mark BROKEN on 4.x
  pnet performance is low on 4.x anyways.
Thu, 16 Dec 2004
[ 01:54 ahze search for other commits by this committer ] Original commit 
Move from libtool13 to libtool15
Wed, 15 Dec 2004
[ 06:44 ahze search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update Portable.NET suite to 6.10
- Update treecc to 0.3.4
Tue, 12 Oct 2004
[ 12:31 krion search for other commits by this committer ] Original commit 
Drop maintainership to ports@FreeBSD.org

PR:             ports/72437
Submitted by:   Michael Johnson <ahze@ahze.net>
Wed, 9 Jun 2004
[ 21:37 pav search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update to 0.6.6

PR:             ports/67722
Submitted by:   michael johnson <ahze@ahze.net> (maintainer)
Tue, 16 Mar 2004
[ 09:43 krion search for other commits by this committer ] Original commit 
- Add GNU_MASTER_SITE

PR:             ports/64315
Submitted by:   maintainer
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

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.
Wed, 10 Mar 2004
[ 22:00 pav search for other commits by this committer ] Original commit 
- Fix build (missing dependency)

Submitted by:   Michael Johnson <ahze@ahze.net> (maintainer)
Reported by:    bento via kris
Sun, 7 Mar 2004
[ 20:20 pav search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Update Portable.NET suite to 0.6.2

PR:             ports/63857
Submitted by:   michael johnson <ahze@ahze.net> (maintainer)
Sat, 6 Mar 2004
[ 17:08 pav search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came back
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>

Number of commits found: 19