aboutsummaryrefslogtreecommitdiffstats
path: root/www/wml
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* LP64 fix: don't store a long at the address of an int variable.naddy2010-08-102-1/+18
| | | | Approved by: maintainer
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Use perl modules from ports tree (not included into distfile).skv2010-02-062-109/+13
| | | | | | | | | Also make portlint (almost) happy. PR: Submitted by: Reviewed by: Approved by: pav (implicit)
* - Fix build.wxs2009-05-144-76/+99
| | | | | | | - Use $Config{archname} from perl for PLIST_SUB. PR: ports/133166 Submitted by: Rodrigo OSORIO (ros) <rodrigo@bebik.net> (maintainer)
* - Mark as broken after perl update.wxs2009-01-221-0/+2
|
* - Downgrade to 2.0.12 (current version is broken)wxs2009-01-119-259/+226
| | | | | | | - Pass maintainer to submitter PR: ports/129235 Submitted by: rodrigo@bebik.net
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Now builds on amd64pav2008-06-191-7/+1
|
* - Fix plistgahr2008-03-273-206/+217
| | | | Approved by: miwi (mentor)
* - Update to 2.1a2gahr2008-03-196-253/+251
| | | | Approved by: miwi (mentor)
* Reset delta@lackas.net due to maintainer-timeouts and no response to email.linimon2007-10-121-1/+1
| | | | Hat: portmgr
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-4/+0
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Update to 2.0.11miwi2007-01-152-7/+7
| | | | | PR: ports/107917 Submitted by: Christian Lackas <delta@lackas.net> (maintainer)
* Conversion to a single libtool environment.ade2006-02-231-2/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* 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.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* BROKEN on ia64: Shared libraries must be built with -fPICkris2005-03-271-2/+2
| | | | Approved by: portmgr (self)
* Don't mark BROKEN with a recent perl.thierry2005-01-081-4/+4
| | | | | PR: ports/75880 Submitted by: maintainer.
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-191-0/+2
| | | | broken at that time, and a fix has not been submitted to GNATS.
* BROKEN: Does not compilekris2004-12-041-0/+2
|
* Fix the detection of png.h.thierry2004-08-171-0/+11
| | | | | | PR: ports/70529 Submitted by: maintainer Reported by: kris / pointyhat.
* Don't spawn a process to run perl, but install perl arch-dependent filesthierry2004-08-092-10/+15
| | | | | | | | in a standard directory. PR: ports/70091 Submitted by: myself Approved by: maintainer.
* Prevent a possible breakage on machines without perl installed.thierry2004-08-031-0/+4
| | | | A better solution will be found to avoid "!= perl" (suggested by eik).
* - Fix pkg-plist and unbreak;thierry2004-08-032-41/+46
| | | | | | | | | | | | - use libtool; - add PNG support. Note: this port is still marked broken on amd64. PR: ports/69857 Submitted by: myself Approved by: maintainer.
* BROKEN: Broken pkg-plistkris2004-07-111-0/+2
|
* BROKEN on amd64: Needs to build shared libraries with -fPICkris2004-05-301-1/+7
|
* - Update to 2.0.9pav2004-05-104-106/+113
| | | | | | | | - Now works on perl 5.8 - Pass maintainership over to submitter PR: ports/66370 Submitted by: Christian Lackas <delta@lackas.net>
* Add size data.trevor2004-03-191-0/+1
|
* Resign maintainership of the ports corresponding to software I developedrse2004-03-141-1/+1
| | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
* BROKEN: Does not compile with perl >=5.8kris2004-02-061-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Change URLs to new home at TheWML.orgrse2002-06-262-3/+3
|
* Upgrade to Website META Language (WML), version 2.0.8rse2002-02-174-8/+6
|
* Upgrade to Website META Language, version 2.0.7rse2001-06-224-4/+18
|
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Upgrade to Website META Language (WML), version 2.0.6rse2000-11-032-2/+2
|
* distfile has changedrse2000-09-231-1/+1
|
* Upgrade to Website META Language (WML), Version 2.0.4rse2000-09-202-2/+2
|
* Upgrade to Website META Language (WML), version 2.0.3rse2000-09-132-2/+2
|
* Use PERL_ARCH in pkg/PLIST so this port packages cleanly on the Alpha.steve2000-08-081-32/+32
|
* Upgrade to Website META Language (WML), version 2.0.2rse2000-06-242-2/+2
|
* Add wmd_missing.1 and wml_macros.7 to list of manpages.asami2000-06-031-2/+2
| | | | Submitted by: obento
* Upgrade to Website META Language (WML), version 2.0.1rse2000-05-242-5/+9
|
* Upgrade this out-of-date port from WML 1.6.8 to WML 1.99.8. Yes, I knowrse2000-04-294-128/+153
| | | | | | | | that our 1.99.8 is a developer version for approaching WML 2.0. But 1.6.x and 1.7.x are both horribly broken for FreeBSD 3.x and 4.x because of the way Perl is installed (under /usr/libdata). And because 1.99.8 is already stable enough and very near 2.0, we now go this way for the port, too.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-251-3/+2
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Yet more WWW: fun.mharo1999-05-031-2/+3
|
* Unbreak by fixing perl paths.jseger1999-04-111-88/+87
|
* Upgrade to wml-1.6.8jseger1999-04-112-8/+4
| | | | | PR: ports/11060 Submitted by: Hans Huebner <hans@jabberwock.huebner.org>
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-111-54/+54
| | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Mark BROKEN for current, pel:jseger1998-10-151-1/+6
| | | | | | | | | ===> Building package for wml-1.6.7 Creating package /usr/ports/packages/All/wml-1.6.7.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/wml-1.6.7.tgz' tar: can't add file lib/wml/perl/lib/site_perl/5.005/File/PathConvert.pm : No such file or directory tar: can't add file lib/wml/perl/lib/site_perl/5.005/Getopt/Long.pm : No such file or directory
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Reanimate this port after the recent Perl 5 upgrade.rse1998-08-253-92/+87
|
* This port didn't survive the perl5 upgrade.asami1998-08-251-1/+3
|
* Wwwaste the manpages.hoek1998-08-201-59/+0
|
* Upgrade to Website META Language, Version 1.6.7rse1998-08-023-4/+6
|
* Upgrade to Website META Language, Version 1.6.6rse1998-06-253-4/+12
|
* Upgrade to Website META Language, Version 1.6.5rse1998-06-164-7/+20
|
* Upgrade to Website META Language, Version 1.6.2rse1998-02-192-4/+4
|
* Upgrade to Website META Language, Version 1.6.0rse1998-02-095-55/+88
|
* Standard upgrade ;_) to Website META Language, Version 1.4.11.rse1997-12-312-4/+4
|
* Upgrade to Website META Language, Version 1.4.10rse1997-12-302-4/+4
|
* - Upgraded to Website META Language, Version 1.4.9rse1997-12-274-6/+5
| | | | - Removed version string from pkg/DESCR file
* - Upgrade to Website META Language, Version 1.4.8rse1997-12-233-6/+7
| | | | - Added the first official mirror site
* Oopps, missed the changes for the new program `wmb'. Fixed.rse1997-12-202-2/+5
|
* Upgrade to Website META Language, Version 1.4.7rse1997-12-203-5/+5
|
* Upgrade to Website META Language, Version 1.4.5rse1997-12-104-17/+20
|
* Upgrade to Website META Language, Version 1.4.4rse1997-12-023-5/+5
|
* - Upgraded to Website META Language, Version 1.4.3rse1997-12-015-10/+14
| | | | - Made "portlint -a" happy ;_)
* Upgrade to Website META Language, Version 1.3.5rse1997-11-153-5/+6
|
* Upgrade to Website META Language, Version 1.3.4rse1997-11-103-5/+5
|
* Upgrade to Website META Language, Version 1.3.3rse1997-11-082-4/+4
|
* Upgrade to Website META Language, Version 1.3.2rse1997-11-033-9/+11
|
* Upgrade to Website META Language, Version 1.3.1rse1997-10-284-18/+26
|
* Upgrade to Website META Language (WML), Version 1.2.2rse1997-09-094-14/+20
|
* Upgrade to Website META Language, version 1.2.0rse1997-08-254-79/+66
|
* Import of WML, the Website META Language.rse1997-08-196-0/+274
A really flexible and powerful webdesigners toolkit for HTML generation. Submitted by: Ralf S. Engelschall