aboutsummaryrefslogtreecommitdiff
path: root/www/mdw/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark as deprecated: no longer on author's mastersite.Mark Linimon2005-11-251-1/+4
| | | | Notes: svn path=/head/; revision=149356
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* 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
* The distribution site requires a 'www.' prefix.Pete Fritchman2003-10-261-1/+1
| | | | | | | Noticed by: distfiles survey Notes: svn path=/head/; revision=92217
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Updated RE to match sed.Edwin Groothuis2002-11-051-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69504
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Respect CFLAGS.Pete Fritchman2001-11-141-1/+1
| | | | Notes: svn path=/head/; revision=50006
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-2/+2
| | | | | | | Reviewed by: ade Notes: svn path=/head/; revision=46662
* Add mdw 1.0, a utility to check the MD5 sum of a webpage.Mark Pulford2001-07-081-0/+27
PR: 28712 Submitted by: petef@databits.net Notes: svn path=/head/; revision=44908