Martin Wilke
e34886ebee
- Fix startup crash
...
- Bump PORTREVISION
- Pass maintainership to submitter
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (via privat mail)
2007-02-13 12:56:40 +00:00
Johan van Selst
ec86514c6b
Update to 3.4b26
2007-02-13 12:41:28 +00:00
Rong-En Fan
c7a1335ed5
- Update to 1.5.0
...
- Sort OPTIONS
PR: ports/109128
Submitted by: chinsan (maintainer)
2007-02-13 12:41:23 +00:00
Rong-En Fan
e24e5eb83e
- Update to 1.4.1
...
- Add PEAR_CONSOLE_GETARGS knob
PR: ports/109125
Submitted by: chinsan (maintainer)
2007-02-13 12:40:36 +00:00
Rong-En Fan
075071dcf8
- Update to 0.11
...
PR: ports/109117
Submitted by: chinsan (maintainer)
2007-02-13 10:45:17 +00:00
Rong-En Fan
ab2b578750
- Update to 2.2.2
...
PR: ports/109094
Submitted by: Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer)
2007-02-13 10:44:54 +00:00
Rong-En Fan
4d14875f7c
- Update to 2.2.5
...
PR: ports/109093
Submitted by: Mark Starovoytov <mark_sf at kikg.ifmo.ru> (maintainer)
2007-02-13 10:44:18 +00:00
Rong-En Fan
818730a50f
- Fix build after objformat is gone
...
PR: ports/108958
Submitted by: CHAO Shin <quakelee at cn.freebsd.org>
Approved by: Kenjiro Cho <kjc at iijlab.net> (maintainer)
2007-02-13 10:43:35 +00:00
Stanislav Sedov
5d1eefff07
- Remobe ruby 1.6 bits.
2007-02-13 10:33:46 +00:00
Cheng-Lung Sung
af44fafe7d
- Update to 0.70
2007-02-13 09:52:17 +00:00
Vasil Dimov
639cdade05
Fix graphics/xaralx compilation with gcc 4.1
...
graphics/xaralx-devel does not need this fix, thus we modify it not to
use all its masterport patches.
Reported by: kris
2007-02-13 09:27:11 +00:00
Stanislav Sedov
2e78cdf164
- Remove expired ruby 1.6 ports.
...
- Remove expired ruby18_static port that depends on ruby16
2007-02-13 09:11:08 +00:00
Norikatsu Shigemura
4e1b18a940
Fix build on 4.x.
...
Obtained from: PostgreSQL Japanese Mailing List
2007-02-13 08:54:28 +00:00
Yen-Ming Lee
0b91586987
- update to 2.8.2
...
PR: 109121
Submitted by: leeym
Approved by: maintainer
2007-02-13 08:48:01 +00:00
Volker Stolz
c9d2c70a02
Mark as BROKEN with latest GHC while waiting for upstream-fix.
2007-02-13 08:27:17 +00:00
Jean-Yves Lefort
def4b85bdf
- Install forgotten .png files in manual/top_files; to ensure that no
...
files will be forgotten in the future, change the way the manual is
installed
- Install a desktop entry
- While here, move to LOCALBASE
PR: ports/108437
Submitted by: jylefort
Approved by: maintainer timeout (17 days)
2007-02-13 07:51:55 +00:00
Xin LI
8818312988
java Management Extensions (JMX) is an API that facilitates building management
...
applications that can configure, and perform operations on, a server applica
-tion. In general, each manageable component of the server application is re
-presented by a Management Bean (or MBean, for short). JMX defines three types
of MBeans, of which Model MBeans are the most flexible. Model MBeans provide a
way to define MBeans for many different components, without having to write a
specific MBean implementation class for each one.
However, this power comes at a price. It is necessary to set up a substantial
amount of metadata about each MBean, including the attributes it should expose
(similar to JavaBeans properties), the operations it should make available (si
-milar to calling methods of a Java object via reflection), and other related
information. The Modeler component is designed to make this process fairly pain
-less -- the required metadata is configured from an XML description of each
Model MBean to be supported. In addition, Modeler provides a factory mechanism
to create the actual Model MBean instances themselves.
The Modeler component of the Jakarta Commons subproject offers convenient
support for configuring and instantiating Model MBeans (management beans),
as described in the JMX Specification.
Homepage: http://jakarta.apache.org/commons/modeler/
Submitted by: Nemo LIU <nemoliu at gmail dot com>
PR: ports/109074
2007-02-13 07:06:52 +00:00
Mikhail Teterin
a54ba76b59
Grrr... Fix the stuff that stayed from the mod_dtcl port, which I
...
used as a template...
2007-02-13 06:53:06 +00:00
Mikhail Teterin
f3015877b8
Webshell -- a TCL module for Apache. Appears to be the most advanced
...
and the best supported such module of the several listed at
http://tcl.apache.org/
Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
2007-02-13 06:46:59 +00:00
Dryice Dong Liu
4a338d1237
- add MASTER_SITES
...
- de-deprecated
- update WWW
- take maintainership. Thanks the previous maintainers!
Approved by: itetcu (mentor, implicit)
2007-02-13 06:32:10 +00:00
Jeremy Messenger
33c4af2f13
Update to 1.8.4.
2007-02-13 05:25:40 +00:00
Volker Stolz
b0e08aa844
Mark as BROKEN with latest GHC: needs updating
...
I'll see to getting it updated, but patches are welcome.
2007-02-13 05:03:04 +00:00
Volker Stolz
90c4381aa1
Mark as BROKEN and DEPRECATED with 6 months grace:
...
Does not build with latest GHC and possibly no further upstream development
2007-02-13 04:59:30 +00:00
Volker Stolz
fe83501e0c
Mark as BROKEN and DEPRECATED with 6 months grace:
...
Not compatible with latest GHC, and there might be no further upstream development as well.
2007-02-13 04:54:53 +00:00
Jeremy Messenger
e1c0d4ff81
Update to 0.124.
2007-02-13 04:48:43 +00:00
Cheng-Lung Sung
e2cc419fbe
Pod::Strip, a subclass of Pod::Simple. It parses perl files,
...
strips all POD from Perl Code.
WWW: http://search.cpan.org/dist/Pod-Strip/
2007-02-13 04:20:14 +00:00
Maho Nakata
0acc196888
Unbreak for amd64. A workaround is found for #i74401.
2007-02-13 04:09:33 +00:00
Cheng-Lung Sung
97719c2453
- Update to 1.06
...
- remove .if ${PERL_LEVEL} < 500600 lines
2007-02-13 02:58:34 +00:00
Cheng-Lung Sung
637ab5e6cd
- Update to 2.18
2007-02-13 02:36:34 +00:00
Joe Marcus Clarke
a4b89dc561
Update to 2.2.100.
2007-02-13 01:23:13 +00:00
Cheng-Lung Sung
527a9511a2
- Update to 1.02
2007-02-13 01:17:35 +00:00
Joe Marcus Clarke
d553e4e595
Update to 2.14.6.
2007-02-13 01:14:03 +00:00
Jun Kuriyama
c6393be433
- Upgrade to 0.0.3 to support PHP 5.2 and unbreak.
2007-02-13 00:52:44 +00:00
Pav Lucistnik
5ca9a6aed0
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
...
Submitted by: rafan
Tested on: pointyhat
2007-02-13 00:16:29 +00:00
Martin Wilke
a73fee0422
- Update to 0.39
2007-02-12 23:50:00 +00:00
Andrew Pantyukhin
b2d5d40c1d
- Use horde mirrors from bsd.sites.mk
...
Approved by: Beech Rintoul <freebsd@alaskaparadise.com> (maintainer)
2007-02-12 23:25:41 +00:00
Andrew Pantyukhin
fc89985c8d
- Add horde mirrors
2007-02-12 23:23:31 +00:00
Thierry Thomas
6f86584d46
Upgrade to 0.6-0.
2007-02-12 22:31:17 +00:00
Thierry Thomas
79414898a7
Upgrade to 1.3.1-0.
2007-02-12 22:31:01 +00:00
Thierry Thomas
fe40668f95
Upgrade to 20070206-0.
...
Warning: this version only installs pt_PT dictionaries, for Brazilian use
aspell-pt_BR.
2007-02-12 22:30:47 +00:00
Thierry Thomas
0567915596
Upgrade to 1.0-0.
2007-02-12 22:30:28 +00:00
Thierry Thomas
c7f87eaf15
Upgrade to 4.1-0.
2007-02-12 22:30:12 +00:00
Thierry Thomas
701717615d
Add Aspell Brazilian Portuguese dictionary.
2007-02-12 22:29:25 +00:00
Thierry Thomas
51002ea402
Add Aspell Kurdi dictionary.
2007-02-12 22:28:18 +00:00
Thierry Thomas
ecb0e1f672
Add Aspell Armenian dictionary.
2007-02-12 22:26:59 +00:00
Thierry Thomas
671c62e517
Add Aspell Arabic dictionaries.
2007-02-12 22:24:13 +00:00
Tilman Keskinoz
b5cf8c6445
- Fix a small bug that causes a garbage errormessage printed to stderr
...
Don't try to print an unitialized buf.
Don't print to stderr because the condition is not a bug
- Bump PORTREVISION
Approved by: maintainer
2007-02-12 22:22:15 +00:00
Martin Wilke
9e999f1032
- Update to 0.1.9
...
Approved by: maintainer (implicit)
2007-02-12 22:04:24 +00:00
Martin Wilke
71f2bea423
- Update to 0.1.10
...
Approved by: maintainer (implicit)
2007-02-12 22:03:00 +00:00
Rong-En Fan
9ab453a200
- Fix dependencies that are moved into php5 core distribution
...
PR: ports/109064
Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru>
Approved by: Greg Larkin <glarkin at sourcehosting.net> (maintainer)
2007-02-12 21:38:58 +00:00