(note that correct distfile has different size and checksum)
* simplify RUN_DEPENDS if WITH_MODPERL2 is defined
PR: ports/98274
Submitted by: skv
Approced by: maintainer
- Update to 2.1.0
o rewrite version checking. Now it's compliant with pkg_version(1) algorythm
o fix shebangs in test/*
o add test in test_pkgversion.rb from test-pkg_version.sh
o fix test_pkgdb.rb
o fix pointyhat URL in pkgtools.conf and pkgtools.rb
o make comparisons when updates from packages. It compared package names
instead versions. It gives a weird results when port was renamed
(eg. mozilla-firebird -> firefox) [1]
o don't show a warning about origin changing when origins are the same. [2]
It rids us from messages like:
Package origin of 'pan' has been changed: 'news/pan' -> 'news/pan'
PR: ports/62990 [1], ports/98153 [2]
Submitted by: Leland Wang <llwang at infor.org> [1]
tobez [2]
Approved by: maintainer (silence for a month, no activity seen for 4 monthes)
daichi (blessed)
ports (silence)
a number open PRs from 2003 year
Inspired by: az
- Restrict to Perl 5.8+ due to dependency upon devel/p5-Class-Exception
1.15 2006-05-26T21:28:55
- Added the 'requester' attribute to Params::Callback. This can be
specified by passing the 'requester' paremter to request(), and can be
anything.
1.14 2006-03-02T20:07:28
- Removed an unnecessary eval block around the loading of Class::ISA
and Attribute::Handlers that would prevent the failure of either
of
those modules to load to propagate.
- Fixed typo in the Synopsis spotted by Scott Lanning.
- Added support for mod_perl2, as well as mod_perl 1 and mod_perl 1.99.
PR: ports/98303
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Approved by: tobez (implicit)
Revision history for Perl extension Math/RandomOrg.pm:
0.03 Tue May 30 02:56:00 EST 2006
- Added checkbuf() and randseq() functions (thanks to Aaron
Dalton).
- Set JAVA_VERSION (for javavmwrapper) in the launcher script
- Use an absolute path to launch javavmwrapper
- JAVAJARDIR -> JAVALIBDIR (for JAR dependencies)
- Use %%JAVAJARDIR%% in pkg-plist
PR: 97856
Submitted by: hq
Approved by: maintainer
- Add support NOPORTDOCS and DOCSDIR
- Remove USE_EMACS and EMACS_PORT_NAME for support all emacsen, add
symlinks to xemacs load dir.
- Bump PORTREVISION.
- Update plist
- Restrict to Perl 5.8+ due to problems with a dependency
(graphics/p5-Graph-Writer-GraphViz). If that problem is resolved, the
restriction can be lowered to Perl 5.6+.
PR: ports/98272
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
The development version of www/serendipity, PHP based weblog software
PR: ports/96119
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: krion (mentor)
The jsMath package provides a method of including mathematics in HTML pages
that works across multiple browsers under Windows, Macintosh OS X, Linux and
other flavors of unix. jsMath uses native fonts, so they resize when you
change the size of the text in your browser, they print at the full resolution
of your printer, and you don't have to wait for dozens of images to be
downloaded in order to see the mathematics in a web page. There are also
advantages for web-page authors, as there is no need to preprocess your
web pages to generate any images, and the mathematics is entered in TeX form,
so it is easy to create and maintain your web pages.
Although it works best with the TeX fonts installed, jsMath will fall back
on a collection of image-based fonts (which can still be scaled or printed
at high resolution) or unicode fonts when the TeX fonts are not available.
Author: Davide P. Cervone <dvpc@union.edu>
WWW: http://www.math.union.edu/~dpvc/jsMath/
PR: ports/93864 (based on)
Submitted by: Nicola Vitale <nivit@email.it>
Approved by: krion (mentor)