Oliver Braun
7d95bb9b7c
Upgrade to 1.12
2004-05-29 14:13:10 +00:00
Pav Lucistnik
bb1357e923
Add Mini-XML, a small XML parsing library that you can use to
...
read XML and XML-like data files in your application without
requiring large non-standard libraries. Mini-XML only
requires an ANSI C compatible compiler (GCC works, as do
most vendors' ANSI C compilers) and a "make" program.
PR: ports/67304
Submitted by: Osintsev Vladimir <oc@nm.ru>
2004-05-29 13:32:26 +00:00
Kirill Ponomarev
7a6cd72cc3
- Update to version 0.6.8
2004-05-28 18:54:05 +00:00
Alexander Nedotsukov
9394b19243
Update to 1.0.4
2004-05-27 02:23:32 +00:00
Mathieu Arnold
1f37f25c35
Update to 1.6.1
2004-05-26 15:40:25 +00:00
Mathieu Arnold
251af38bb1
Add the forgotten RUN_DEPENDS
...
Pointy Hat To: me
2004-05-26 13:44:26 +00:00
Mathieu Arnold
c31ff404eb
Add p5-Spreadsheet-WriteExcel-FromXML 1.02, create an Excel Spreadsheet
...
from XML.
PR: ports/67193
Submitted by: Bill Swingle <unfurl@freebsd.org>
2004-05-26 13:23:52 +00:00
Mathieu Arnold
eb3bc22c3a
Update to 3.02
2004-05-25 12:07:21 +00:00
Thierry Thomas
522ec6b01b
Unbreak on FreeBSD-4 by using gcc 3.3.
...
Approved by: maintainer
Reported by: Kris.
2004-05-24 15:59:49 +00:00
Mathieu Arnold
751f9281ab
Update to 3.01
2004-05-24 13:43:33 +00:00
Sergey Skvortsov
702630daa6
Updated to 0.11
2004-05-24 11:10:40 +00:00
Sergey Skvortsov
66c91a02fa
Updated to 0.43
2004-05-24 10:28:46 +00:00
Tilman Keskinoz
6b21ed93c4
Fix index (I should really take a break)
...
Reported by: kris
2004-05-24 07:28:52 +00:00
Tilman Keskinoz
a1b3fcb3a5
Add another missing RUN_DEPENDS, time to collect the pointy hats..
2004-05-23 10:42:38 +00:00
Tilman Keskinoz
19987be5c6
Fix dependencies,
...
Add missing RUN_DEPENDS
Reported by: kris
2004-05-23 10:14:05 +00:00
Kris Kennaway
90d66eb102
Add missing USE_PERL5_BUILD
2004-05-23 09:35:57 +00:00
Tilman Keskinoz
a6d396756d
Add p5-XML-Atom-Syndication, A lightweight client for Atom Feeds
2004-05-22 22:57:43 +00:00
Tilman Keskinoz
e1819eb861
Add p5-XML-Parser-Style-Elemental, a slightly more advanced and flexible
...
object tree style for XML::Parser
2004-05-22 22:42:26 +00:00
Tilman Keskinoz
d55996852b
Add p5-XML-RAI, an RSS Abstraction Interface to p5-XML-RSS-Parser
2004-05-22 22:10:20 +00:00
MANTANI Nobutaka
bb68d51003
Update to 0.3.8.
2004-05-21 13:34:37 +00:00
Mathieu Arnold
006151dbc3
Update to 3.15
...
PR: 65708
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Approved by: maintainer timeout
2004-05-21 09:33:18 +00:00
Mathieu Arnold
24bc5ff2d3
Update to 3.15
...
PR: 65708
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Approved by: maintainer timeout
2004-05-21 09:26:30 +00:00
Kris Kennaway
bdbe5b456e
BROKEN: Does not compile on 5.x
2004-05-21 05:58:29 +00:00
Thierry Thomas
0e8d24bf42
Add hunspell 0.9.7, improved Hungarian spelling checker.
...
PR: 61987
Submitted by: janos.mohacsi@bsd.hu
2004-05-20 14:52:50 +00:00
Kirill Ponomarev
74a648be0e
- Update to version 1.8
...
PR: ports/66889
Submitted by: Ports Fury
2004-05-19 21:25:54 +00:00
Kirill Ponomarev
1a30472649
- Update to version 2.0.23
...
PR: ports/66888
Submitted by: Ports Fury
2004-05-19 21:24:22 +00:00
Mathieu Arnold
4b00636c4f
Update to 2.15
...
PR: 66819
Submitted by: Cheng-Lung Sung <clsung at dragon2 dot net> (maintainer)
2004-05-18 16:20:13 +00:00
Mathieu Arnold
17be58b726
Update to 0.07 [1]
...
Unmark broken for perl 5.005
PR: [1] 66814
Submitted by: [1] Cheng-Lung Sung <clsung at dragon2 dot net>
2004-05-18 16:04:47 +00:00
Erwin Lansing
36c44ea8b9
- Update to 0.06.
...
- Now depends on the new port textproc/p5-Text-TabularDisplay
- Make PREFIX-clean under perl 5.005_03.
PR: 66807
Submitted by: maintainer
2004-05-18 14:07:14 +00:00
Erwin Lansing
36c916aee8
Add p5-Text-TabularDisplay 1.18, display text in formatted table output.
...
Text::TabularDisplay simplifies displaying textual data in a table.
The output is identical to the columnar display of query results
in the mysql text monitor.
WWW: http://search.cpan.org/dist/Text-TabularDisplay
PR: ports/66804
Submitted by: Lars Thegler <lars@thegler.dk>
2004-05-18 13:55:50 +00:00
Hiroki Sato
fbed898dda
Update to 2.1, which is the second stable version of the 2.x branch,
...
released on 2004/05/02.
* Fixed an attribute name when parsing the `uri' tag in XML catalogs; it
expects `name', not `uriId'.
* Fixed a warning message when removing entries from an XML catalog.
* Added the `-p' flag which changes the behavior of the `add' action so
that new entries are prepended instead of appended.
* Improved consistency of the lookup action so that it behaves equally
for SGML and XML catalogs (this includes making XML lookup show all
matching entries).
Approved by: linimon (mentor)
2004-05-17 21:29:03 +00:00
Mark Linimon
846c1c87b1
- use JAVAJARDIR macro provided by bsd.java.mk
...
- use USE_JAVA to depend on any available JDK that fits (version >= 1.1)
- honor NOPORTDOCS (do not install documentation when it is set)
- honor DOCSDIR (install documentation in the same place as for any other port)
- use PLIST_FILES and PORTDOCS macros (thus no more pkg-plist)
- does not install source files anymore
- now bsd.java.mk 2.0 compliant
- changes location of install files to fit in with standard Java scheme,
so bump PORTREVISION.
PR: ports/65067
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Approved by: maintainer timeout (6 weeks)
2004-05-16 22:41:15 +00:00
Sergey Skvortsov
40810ecc36
Unbreak build on perl 5.00503
...
Pointed by: kris
2004-05-16 16:23:57 +00:00
Sergey Skvortsov
971b23fbec
Fix compile on perl 5.00503
...
Pinted by: Aaron Scarisbrick <aaronsca@firetrack.net>
2004-05-16 16:12:38 +00:00
Volker Stolz
99a7284713
Unbreak with perl5 from base on 4.x.
2004-05-16 10:07:26 +00:00
Kris Kennaway
bfb7ac6323
Restore maintainer; his email was bouncing last week and I fat-fingered the
...
address when I retried it tonight. Sorry, Erik.
2004-05-16 07:30:10 +00:00
Kris Kennaway
8f7592e14d
Reset bouncing maintainer address:
...
<eric@smluc.org>:
Sorry, no mailbox here by that name. (#5.1.1)
2004-05-16 04:04:18 +00:00
Thierry Thomas
5442e0e343
- Update the port to 2.4.3
...
- Add a workaround to GNOME 2.6.x interface deprecation, which unbreaks the port
- Pet portlint
- Transfer maintainership.
Remark: the approval of the former maintainer did not get its way to gnats...
PR: ports/66655
Submitted by: Xin LI
Approved by: LI Dong
2004-05-15 15:22:16 +00:00
Mark Linimon
7033ea6679
Clarify the deprecation message (reference ports/31630).
2004-05-15 01:53:46 +00:00
Mark Linimon
e95b3f4671
Reset maintainer (email address now bounces). Note that the maintainer
...
had previously said that the port should be removed in favor of just
using the textproc/ispell port with the Swedish option.
2004-05-15 01:37:31 +00:00
Kirill Ponomarev
1dfc94970f
- Fix typo
...
Submitted by: Nicolas Rachinsky <nicolas@rachinsky.de>
2004-05-14 18:18:54 +00:00
Mathieu Arnold
9d8245cb26
Update to 1.16
2004-05-14 12:18:43 +00:00
Jeremy Messenger
86d981c1d4
This is took from textproc/aspell, so I did the modified to grab and use the
...
Linux binary instead. Current, it will use aspell core linux binary and
regular tarballs of language similar to what aspell is having.
This new port will be need for the next version of www/linux-opera.
--
Linux version of Aspell.
Aspell is a spelling checker designed to eventually replace ispell, although
it currently lacks many of ispell's basic functions. Aspell's main feature is
that it does a much better job of coming up with possible suggestions than
ispell. Aspell also includes a powerful C++ library with C and Perl interfaces
in the works.
WWW: http://aspell.sourceforge.net/
Approved by: adamw (mentor)
2004-05-14 02:35:43 +00:00
Kris Kennaway
2867b58cfe
BROKEN on sparc64: Does not compile
2004-05-13 08:54:50 +00:00
Anton Berezin
dd773b22a8
1. Update to 0.71.
...
2. Mark is as not working with old perl.
3. Maintainer -> perl.
PR: 64182 [1]
Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com> [1]
2004-05-13 08:45:46 +00:00
Kirill Ponomarev
31e2031b86
- Add WITH_OPTIMIZED_CFLAGS
...
Requested by: Radim Kolar <hsn@netmag.cz>
2004-05-13 05:35:10 +00:00
Mark Linimon
87e207c528
Disambiguate date format.
...
Suggested by: kris
2004-05-12 07:01:03 +00:00
Mark Linimon
fd18a96958
Attempt to fix build on bento.
...
PR: ports/66524
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
2004-05-12 06:41:32 +00:00
Mark Linimon
b1bb861750
Mark as BROKEN due to dependency problems which prevent it from installing.
...
In addition, it apparently does not work with the current version of
xerces-c in ports; and, it already is shown as not building with recent
versions of -current. Since this port is broken in multiple ways, mark
it as DEPRECATED within one month, unless someone wants to step up and
work through all these problems.
PR: ports/65376
Submitted by: Scott McWhirter <scott@surreytech.co.uk>
2004-05-12 06:35:02 +00:00
Oliver Braun
dd69db8b97
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
...
Pointed out by: Simon Marlow <simonmar@microsoft.com>
2004-05-11 19:22:26 +00:00
Sergey Skvortsov
0cc14948f8
Updated to 1.57
...
PR: ports/65625
Reason: maintainer timeout
2004-05-11 13:43:25 +00:00
Dima Dorfman
d88c2603d9
Upgrade to 1.9.13
...
Submitted by: Andy Miller <andy@trit.org>
2004-05-11 11:14:20 +00:00
Sergey Skvortsov
29f34425e9
Updated to 1.28
2004-05-11 09:48:55 +00:00
Volker Stolz
ce78a1366d
- Fix pthread-issue on -STABLE
...
- Try to pass {C,LD}FLAGS through
Requested by: kris
2004-05-11 07:17:15 +00:00
Mathieu Arnold
46e973b143
Update to 1.6
2004-05-10 12:31:05 +00:00
Mathieu Arnold
5b66a5415b
Update to 2.06
2004-05-10 12:27:13 +00:00
Mathieu Arnold
da7561e5af
Update to 1.04
2004-05-10 12:21:37 +00:00
Kirill Ponomarev
8591453412
- Update to version 0.6.7
2004-05-10 10:48:10 +00:00
Volker Stolz
ba1cbc6842
Update to recent version.
...
PR: ports/65854
Submitted by: Stefan Grundmann
2004-05-10 07:19:57 +00:00
Volker Stolz
9e53e8cbdf
Unbreak on -STABLE (no stdint.h).
...
PR: ports/65850
Approved by: maintainer silence
2004-05-09 20:17:15 +00:00
Volker Stolz
8131018eb1
Fix -pthread/-lc issue.
...
PR: ports/65848
Approved by: maintainer silence
2004-05-09 20:15:41 +00:00
Kirill Ponomarev
858927655e
- Update to version 0.99.7
...
PR: ports/66399
Submitted by: Ports Fury
2004-05-09 18:29:05 +00:00
MANTANI Nobutaka
f455d7e395
Update to 0.3.6.
2004-05-09 14:55:42 +00:00
Vanilla I. Shu
0f93663ec4
Make this ports building with 5.6+ only.
...
Submitted by: maintainer.
2004-05-09 10:33:58 +00:00
Maxim Sobolev
2c4323420f
Add p5-Spreadsheet-WriteExcelXML 0.02, module for creating an Excel file in XML
...
format.
2004-05-07 19:37:37 +00:00
Mathieu Arnold
580907f6e3
Add a small patch so that 5.005 works too
...
Approved by: maintainer
2004-05-06 14:16:55 +00:00
Alexander Nedotsukov
127368e9af
Chase libgsf shlib version.
2004-05-06 09:34:46 +00:00
Vanilla I. Shu
2fad5d0042
- update from 0.05 to 0.06
...
PR: ports/66232
Submitted by: maintainer
2004-05-05 22:24:22 +00:00
Vanilla I. Shu
9f99d62fba
Add p5-Text-Table 1.102, organize Data in Tables.
...
PR: ports/66224
Submitted by: Autrijus Tang <autrijus@autrijus.org>
2004-05-05 21:06:27 +00:00
Vanilla I. Shu
2671451d9b
Add p5-Text-Aligner 0.03, align text in columns.
...
PR: ports/66224
Submitted by: Autrijus Tang <autrijus@autrijus.org>
2004-05-05 21:04:18 +00:00
Pav Lucistnik
4070feb8bb
The Slides doctype and stylesheets are for making presentations.
...
WWW: http://docbook.sourceforge.net/projects/slides/
PR: ports/66243
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
2004-05-05 13:45:34 +00:00
Norikatsu Shigemura
16fcc6a46c
Whitespace cleanup.
...
PR: ports/65409
Submitted by: trevor
2004-05-03 18:46:09 +00:00
Akinori MUSHA
fdc8eabdc2
Add ruby-htree, a Ruby library to manipulate HTML/XML tree data
...
structure.
2004-05-03 05:20:46 +00:00
Jun Kuriyama
eb1767a0a8
Try to unbreak on 4.x.
...
Based on: hrs's patch
2004-05-03 05:12:46 +00:00
Michael Landin
893e5568e0
Update to 1.7.0
...
Adding negated regexp's, bugfixes & added split argument by
path separator for searching recursively along a path.
2004-04-29 08:53:55 +00:00
Kirill Ponomarev
9d97ed27dc
- Update to version 0.2.16
...
PR: ports/65937
Submitted by: maintainer
2004-04-29 08:21:57 +00:00
Joseph Koshy
4d150424a0
Upgrade to v4.13.1. Fix a core dump that occurs when long patterns are used.
2004-04-29 01:43:25 +00:00
Kirill Ponomarev
50cf78668a
- Update to version 2.0.22
...
PR: ports/65997
Submitted by: Ports Fury
2004-04-28 20:20:03 +00:00
Mathieu Arnold
d19947b1eb
Update to 1.06
2004-04-28 16:52:45 +00:00
Thierry Thomas
9e6e792aa5
Fix package building for textproc/nn-aspell
...
(remove no.alias and nynorsk.alias).
Approved by: marcus (portmgr).
2004-04-27 21:17:19 +00:00
Mario Sergio Fujikawa Ferreira
25ebc3a8a8
Chase freelibiberty header files location move which removed CONFLICTS
...
with libgnugetopt. This resolves port build under most FreeBSD port
installations where libgnugetopt is already installed.
Approved by: marcus (portmgr)
2004-04-25 00:04:32 +00:00
Jean-Marc Zucconi
e9a188b08d
Revert part of the rev. 1.85 change: trying to avoid install warnings
...
breaks too many languages.
Approved by: portmgr (marcus)
2004-04-22 19:20:18 +00:00
Akinori MUSHA
4577631804
Fix build with C89 compilers.
2004-04-21 03:45:35 +00:00
Greg Lewis
672b6d91da
. Unbreak the build, found by bento during bsd.java.mk testing:
...
. Set ANT_INCLUDE_SHARED_JARS so the necessary classes get pulled in.
. Convert to using PORTDOCS so that the differences between 1.3 and 1.4
generated javadocs are hidden. This also trims pkg-plist considerably.
. While here, remove local duplicates of bsd.java.mk settings for
JAVASHAREDIR and JAVAJARDIR.
Done now to get this fixed for 4.10.
Submitted by: bento via kris
Hopefully not objected to by: znerd (notified)
2004-04-20 19:35:58 +00:00
Tilman Keskinoz
54ad93cf8b
Update to 0.07
...
PR: 65315
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
2004-04-20 09:34:32 +00:00
Kris Kennaway
7a33de3a73
Don't remove symlinks created by the system
2004-04-20 08:12:28 +00:00
Jun Kuriyama
5f4fb874ba
Add jade/xml.soc and jade/xml.dcl.
...
PR: ports/64343
Submitted by: Dirk Gouders <gouders@et.bocholt.fh-gelsenkirchen.de>
2004-04-20 02:26:00 +00:00
Pete Fritchman
38063ff5ef
- update to 3.0.2
...
- unbreak: only depend on qt3 now
- install more docs
PR: 64516
Submitted by: hrs
2004-04-20 00:15:47 +00:00
Kris Kennaway
93d74908ad
unzip is also a BUILD_DEPENDS since this port extracts a zip file in the
...
install phase
2004-04-19 09:20:45 +00:00
Kris Kennaway
7a2528420a
Respect PORTSDIR
2004-04-19 09:13:37 +00:00
Kris Kennaway
dd2aa79308
unzip is also a BUILD_DEPENDS since this port extracts a zip file in the
...
install phase
2004-04-19 09:09:21 +00:00
Kirill Ponomarev
ae900077c4
- Fix typo in manpage name
2004-04-19 08:33:14 +00:00
Joe Marcus Clarke
1cb84c06e3
Update to 1.1.6.
2004-04-19 06:57:44 +00:00
Joe Marcus Clarke
5ed632ef40
Update to 2.6.9.
2004-04-19 06:57:35 +00:00
Kris Kennaway
2cab5a9df9
BROKEN: Does not compile
2004-04-19 04:47:10 +00:00
Mark Linimon
52ac957b88
Per dosirak run, fix PLIST_FILES.
2004-04-18 20:27:37 +00:00
Akinori MUSHA
829679567c
Resolve configure-time dependencies.
2004-04-18 19:48:56 +00:00
Akinori MUSHA
28843c6ec9
Update to 0.6.8.
2004-04-18 18:08:43 +00:00
Joe Marcus Clarke
4c130d8012
Update to 0.5.1.
2004-04-18 17:57:53 +00:00
Akinori MUSHA
32bda10e07
Chase the newly introduced 302 redirection.
2004-04-18 17:34:16 +00:00
Kirill Ponomarev
a7452ef400
- Add missing manpage
2004-04-17 15:31:03 +00:00
Kris Kennaway
2b1fbccad8
Add missing files and directory
2004-04-17 13:47:59 +00:00
Kris Kennaway
2eb8ae3da2
Add missing file
2004-04-17 13:41:32 +00:00
Pav Lucistnik
bcb2637b9c
- Par 1.52 on FreeBSD does not work as expected by the upstreams author. On
...
FreeBSD, the isspace() system call returns true for the non-breaking space
character 0xA0, but this is an unintended side effect.
PR: ports/64845
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Not objected: maintainer (2 weeks)
2004-04-17 12:46:28 +00:00
Mark Linimon
b10cfbe715
Per dosirak run, fix plist.
2004-04-17 03:16:12 +00:00
Kris Kennaway
5817283746
Correct INFO handling
2004-04-17 01:18:25 +00:00
Greg Lewis
218b91b2d9
. Really assign the maintainership to the submitted of PR/51415.
...
PR: 51415
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-16 22:46:20 +00:00
Thierry Thomas
34f29cc816
Add gv-aspell , aspell with Manx Gaelic dictionary.
...
Approved by: mat (mentor).
2004-04-16 21:54:13 +00:00
Thierry Thomas
0c38a86f64
Add gd-aspell , aspell with Scottish Gaelic dictionary.
...
Approved by: mat (mentor).
2004-04-16 21:53:38 +00:00
Thierry Thomas
cb8b3d3613
Add dictionaries for Scottish Gaelic (gd) and Manx Gaelic (gv),
...
and update the following dictionaries:
- Irish (ga)
- Indonesian (id)
- Croatian (hr)
- Italian (it)
- Slovak (sk).
Approved by: mat (mentor).
2004-04-16 21:52:55 +00:00
Jean-Marc Zucconi
3dafff6767
Install *.aff and *.hash files when ISPELL_NL is defined.
...
Submitted by: vs
2004-04-16 17:33:02 +00:00
Kris Kennaway
fce2e01ae1
Add missing directory
2004-04-15 10:45:56 +00:00
MIHIRA Sanpei Yoshiro
d0d5a9f83f
use INFO_PATH
...
Obtainde from NetBSD
- Enable termcap. Chack tputs() after -ltermcap is detected (configure*).
- Use mkstemp() instead of tmpnam(), for safety.
2004-04-15 09:47:39 +00:00
MIHIRA Sanpei Yoshiro
32e5f06b3e
fix -v and --version options
...
Submitted by: Daniel V Klein <dvk@lonewolf.com>
2004-04-15 09:08:18 +00:00
Kris Kennaway
b8421638b9
Add missing file
2004-04-15 08:32:12 +00:00
Kris Kennaway
cef67d6544
Add missing file and manpage
2004-04-15 08:18:09 +00:00
Thierry Thomas
02ee1e2478
Norwegian dictionaries have been upgraded.
...
No PORTREVISION bump, but users of these dictionaries are
encouraged to upgrade.
Noticed by: Kris / bento
Approved by: mat (implicit).
2004-04-15 06:01:43 +00:00
Erwin Lansing
9197f86678
Don't hardcode PERL_ARCH and SITE_PERL
...
Submitted by: dosirak
2004-04-14 19:38:45 +00:00
Erwin Lansing
d6a57c29ed
Add missing and fix existing dirrm
...
Submitted by: dosirak
2004-04-14 19:26:24 +00:00
Kirill Ponomarev
f953f46545
- Update MASTER_SITES and WWW: line
...
PR: ports/65538
Submitted by: Ports Fury
2004-04-14 18:51:58 +00:00
Mathieu Arnold
f670ccff32
Update to 1.5.9
2004-04-14 13:13:25 +00:00
Pav Lucistnik
8d66dfa5d8
- Update to 2.23
...
- Drop maintainership
PR: ports/65427
Submitted by: Don Croyle <croyle@gelemna.org> (maintainer)
2004-04-12 21:43:04 +00:00
Mark Linimon
05a284c100
Fix subtle bug in a plist substitution rule that left an unnecessary
...
leading slash in certain filenames (only affected 'make package').
Prompted by: bento via kris
2004-04-12 14:32:01 +00:00
Kris Kennaway
fb24a6f094
BROKEN: Segfault during build
2004-04-12 03:36:40 +00:00
Kris Kennaway
2141fab556
BROKEN: Install fails
2004-04-11 12:34:55 +00:00
Sergey Skvortsov
a850d99e0f
Updated to 1.58
2004-04-11 12:00:45 +00:00
Sergey Skvortsov
b13e853d21
add p5-XML-SAX-ExpatXS 0.98, perlSAX2 XS extension to Expat parser.
2004-04-11 10:44:37 +00:00
Trevor Johnson
c0669efed5
Tidy up whitespace.
2004-04-10 17:26:55 +00:00
Trevor Johnson
6e7d58c396
Trim whitespace.
2004-04-10 16:07:10 +00:00
Mark Linimon
583f14403e
Per distfile survey, no longer fetches from mastersite; mark as deprecated
...
since it is only a strict subset of biology/py-biopython. Notified
maintainer.
2004-04-10 06:48:35 +00:00
MANTANI Nobutaka
448bcdd4ad
Fix build.
...
Reported by: bento via kris
2004-04-10 02:03:58 +00:00
Mark Linimon
4167b649d6
Update to version 2.6.2:
...
- Now using JAVAJARDIR instead of JAVASHAREDIR/classes
- Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs
deinstall issue with some JDKs)
- Now using PLIST_FILES macro (thus no more pkg-plist)
- Now using MASTER_SITE_APACHE_XML/MASTER_SITE_SUBDIR
- Now using OPTIONS macro for a more flexible build/install:
- WITH_DEPRECATED_JARS: build and install deprecated JARs (default:
on, as some ports may depend on it)
- WITH_SAMPLES_JAR: build and install samples (default: off)
- bsd.java.mk 2.0 compliant
- ECHO -> ECHO_CMD
- explicit mkdir JAVAJARDIR (just in case)
- SIZE added to distinfo
- assign maintainership to submitter
PR: ports/51415
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-09 05:54:59 +00:00
Vanilla I. Shu
e72407792b
Upgrade to 0.500.
...
PR: ports/64986
Submitted by: michael johnson <ahze@ahze.net>
Approved by: maintainer
2004-04-08 08:12:28 +00:00
Trevor Johnson
3814ccdf45
Update to 1.34. Avoid running configure script. Use INSTALL_ macros.
2004-04-07 17:05:45 +00:00
Trevor Johnson
0083a3ee61
Use PLIST_FILES. Be less verbose. Drop maintainership.
2004-04-07 16:33:56 +00:00
Vanilla I. Shu
bb63c25be5
Upgrade to 2.14.
...
PR: ports/65283
Submitted by: maintainer
2004-04-07 14:42:50 +00:00
Vanilla I. Shu
50bcc4cfd7
Upgrade to 1.07
...
PR: ports/65284
Submitted by: maintainer
2004-04-07 14:41:14 +00:00
MANTANI Nobutaka
7885724465
Update to 0.3.4.2.
2004-04-07 14:40:54 +00:00
Kevin Lo
6d6adc1d89
drop maintainership.
2004-04-07 06:37:56 +00:00
Joe Marcus Clarke
c8c6f657f8
Don't use an EXTRACT_DEPENDS during the install phase.
...
Requested by: kris
2004-04-07 05:06:31 +00:00
MANTANI Nobutaka
febb133915
Update to 0.3.3.
2004-04-06 13:36:07 +00:00
Kris Kennaway
0fae96da46
BROKEN: Checksum mismatch
2004-04-05 22:45:50 +00:00
Erwin Lansing
7d4b6eee6d
Update to 1.21
2004-04-05 07:04:54 +00:00
Greg Lewis
eee81f2de2
. Ask explicitly for an extract dependency on java using the newly
...
introduced JAVA_EXTRACT setting. Since that dependency has been
explicitly asked for there is no need to explicitly ask not to
have a run depends (explicit request(s) overrides implicit dependency
setting).
Problem reported by: kris
2004-04-05 06:54:07 +00:00
Joe Marcus Clarke
b41b93b15e
Fix some known compatibility problems with GNOME 2.6.
2004-04-05 04:15:24 +00:00
Joe Marcus Clarke
d329a14ddd
Adjust the gtk20 path for modules, themes, and input methods to catch up
...
with gtk+-2.4.
2004-04-05 03:35:22 +00:00
Joe Marcus Clarke
731798cdcf
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
2004-04-05 03:31:02 +00:00
Mark Linimon
fc09118e13
MXP1 is a new XmlPull parsing engine that is based on ideas from XPP and in
...
particular XPP2 but completely revised and rewritten to take best advantage of
latest JIT JVMs such as Hotspot in JDK 1.4.
MXP1 was designed to use best available the latest and the most advanced JIT
engines such as Hotspot in JDK1.4.
MXP1 has following features:
- fast - let me say it again it is fast :-)
- small - lot of performance packed in JAR file that is less than 20KB!
- easy to use - the parser implements common XML pull parsing API (XMLPULL)
described at http://www.xmlpull.org
Performance tests that compare MXP1 to other leading XML parsers are available
at http://www.extreme.indiana.edu/~aslom/xpp_sax2bench/
WWW: http://www.extreme.indiana.edu/soap/xpp/mxp1/
PR: ports/65066
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-04 18:03:12 +00:00
Erwin Lansing
82a1a467ee
Update to 1.20
2004-04-04 17:55:33 +00:00
Kirill Ponomarev
09b8b5d824
Add p5-Lingua-EN-Inflect-Number 1.1,
...
This module extends the functionality of Lingua::EN::Inflect
with three new functions available for export.
PR: ports/65148
Submitted by: Lars Thegler <lars@thegler.dk>
2004-04-04 14:39:39 +00:00
Pav Lucistnik
ade1f690e7
- Update to 1.23
...
PR: ports/65135
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
Approved by: maintainer
2004-04-04 14:31:16 +00:00
Sergei Kolobov
9f1e170da6
- Update to 0.0.18
...
- Teach format/docbook/txt to look in ${LOCALBASE}/bin instead of /usr/bin
This fixes this error: No way to convert HTML to text found.
PR: ports/64952
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
2004-04-04 13:52:57 +00:00
Michael Nottebrock
05e5428e3c
Fix COMMENT.
2004-04-04 06:59:42 +00:00
Pav Lucistnik
6e34560128
- Update to 1.4
...
PR: ports/65116
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
2004-04-03 21:46:24 +00:00
Kirill Ponomarev
ad9651ef99
Add docbook-430 4.3, docBook/SGML DTD V4.3, designed for technical
...
documentation.
PR: ports/65122
Submitted by: hrs
2004-04-03 21:23:22 +00:00
Kirill Ponomarev
d8f51f769f
Add docbook-xml-430 4.3, docBook/XML DTD V4.3, designed for technical
...
documentation.
PR: ports/65123
Submitted by: hrs
2004-04-03 21:20:55 +00:00
Pav Lucistnik
1fc6421d93
- Update to 1.3
...
PR: ports/65113
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
2004-04-03 20:56:57 +00:00
Ernst de Haan
e2e8e7f540
Log:
...
- fixed distfile location (use MASTER_SITE_APACHE_XML)
- use JAVAJARDIR provided by bsd.java.mk
- use PORTDOCS and PLIST_FILES (thus no more pkg-plist)
- added SIZE info
PR: 65061
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-03 11:54:10 +00:00
Kirill Ponomarev
b07f78a5a0
- Fix build on -current
...
PR: ports/65090
Submitted by: Ports Fury
2004-04-02 19:07:21 +00:00
Kirill Ponomarev
a37a94c1ab
- Update to version 1.9.13
...
PR: ports/65089
Submitted by: Ports Fury
2004-04-02 19:06:28 +00:00
Joe Marcus Clarke
32b7cfa56d
Actually commit the update to 1.1.5.
2004-04-02 17:38:19 +00:00
Kris Kennaway
98dd96ee20
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
...
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
2004-04-02 07:29:48 +00:00
Thierry Thomas
594bafc6a4
Repocopy textproc/no-aspell to textproc/nn-aspell.
...
PR: ports/65005
Approved by: mat (mentor)
Repo copied by: marcus (cvs).
2004-04-01 17:39:56 +00:00
Pav Lucistnik
324aadaf1a
- Fix sorting bogon from rev 1.667
2004-04-01 15:21:14 +00:00
Pav Lucistnik
d54e26320d
Add xmlpull, a common API for XML Pull Parsing (XmlPull) is an effort to define
...
a simple and elegant pull parsing API that will provide a standardized way to
do pull XML parsing from J2ME to J2EE.
WWW: http://www.xmlpull.org
PR: ports/64948
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-01 15:12:51 +00:00
Yen-Ming Lee
5e7717d5cd
- Respect CC & CFLAGS [1]
...
- Utilize PORTDOCS
PR: [1] 65031
Submitted by: [1] michael johnson <ahze@ahze.net>
2004-04-01 14:32:47 +00:00
Bill Fenner
e64bd11f3c
Upgrade to version 1.22
...
This new version includes the latest required IETF boilerplate;
Internet-Drafts created with the old version will not be accepted by the
Internet-Drafts editor.
PR: ports/63709
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
Approved by: MAINTAINER (in PR)
2004-03-31 22:11:10 +00:00
Thierry Thomas
e52f46d2d2
Add zu-aspell , aspell with Zulu dictionary.
...
Approved by: mat (mentor).
2004-03-31 20:12:02 +00:00
Thierry Thomas
98903ec1aa
Add wa-aspell , aspell with Walloon dictionary.
...
Approved by: mat (mentor).
2004-03-31 20:11:19 +00:00
Thierry Thomas
b7ade6eaae
Add tr-aspell , aspell with Turkish dictionary.
...
Approved by: mat (mentor).
2004-03-31 20:10:42 +00:00
Thierry Thomas
4a6ceef075
Add tn-aspell , aspell with Tswana dictionary.
...
Approved by: mat (mentor).
2004-03-31 20:09:40 +00:00
Thierry Thomas
197ddea8a2
Add sw-aspell , aspell with Swahili dictionary.
...
Approved by: mat (mentor).
2004-03-31 20:09:01 +00:00
Thierry Thomas
b5eabd4841
Add nb-aspell , aspell with Norwegian Bokmal dictionary.
...
Approved by: mat (mentor).
2004-03-31 20:08:20 +00:00
Thierry Thomas
d30cb7eee3
Add mt-aspell , aspell with Maltese dictionary.
...
Approved by: mat (mentor).
2004-03-31 20:07:44 +00:00
Thierry Thomas
3024f9f07d
Adding new Aspell dictionaries slave ports:
...
. Interlingua (ia-aspell)
. Maltese (mt-aspell)
. Norwegian Bokmal (nb-aspell)
. Swahili (sw-aspell)
. Tswana (tn-aspell)
. Turkish (tr-aspell)
. Walloon (wa-aspell)
. Zulu (zu-aspell)
Approved by: mat (mentor).
2004-03-31 20:06:41 +00:00
Thierry Thomas
c179370e4a
Adding new dictionaries:
...
. Interlingua (ia)
. Maltese (mt)
. Norwegian Bokmal (nb)
. Norwegian Nynorsk (nn)
. Swahili (sw)
. Tswana (tn)
. Turkish (tr)
. Walloon (wa)
. Zulu (zu)
Remark: Norwegian (no) is replaced by Norwegian Nynorsk (nn).
Approved by: mat (mentor).
2004-03-31 20:03:44 +00:00
Kirill Ponomarev
00e9c944a7
- Fix MASTER_SITES and WWW:
...
PR: 64993
Submitted by: maintainer
2004-03-31 14:42:37 +00:00
Dag-Erling Smørgrav
153ae1747f
Upgrade to 1.4.
2004-03-31 12:04:05 +00:00
Bill Fumerola
1de8cd9ca9
drop maintainership
2004-03-31 09:55:42 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Jean-Marc Zucconi
4185e4e3f5
Fix the incorrect change in revision 1.83.
...
PR: ports/64912
Submitted by: Krzysztof Stryjek <wtp+plispell@bsdguru.org>
2004-03-31 01:59:39 +00:00
Trevor Johnson
81838e1576
According to the maintainer, this is obsolete and should be removed.
...
He recommends that users install the ispell port with Swedish support
enabled.
Requested and approved by: Kent Boortz (except the date)
MFC after: 6 months
2004-03-31 01:44:14 +00:00
Ying-Chieh Liao
f8d268ca85
upgrade to 1.1
2004-03-31 01:31:37 +00:00
Kirill Ponomarev
a9f6551306
- Use USE_ICONV knob
...
Approved by: portmgr
2004-03-30 19:56:43 +00:00
Sergey Skvortsov
d1a216dc1f
Updated to 0.99
...
PR: ports/64634
Submitted by: Andreas Heil <ah@linux-hq.de>
2004-03-30 08:39:55 +00:00
Greg Lewis
5656bbbc40
. Fix fetching the distfile and hence the build by adding DISABLE_SIZE.
...
Submitted by: bento via kris
2004-03-29 15:48:11 +00:00
Pav Lucistnik
20227fb82e
- Optimize dependencies
...
PR: ports/64891
Submitted by: stephane (maintainer)
2004-03-29 13:54:55 +00:00
Mathieu Arnold
a0df109a10
Update to 1.5.7
2004-03-29 12:53:59 +00:00
Kirill Ponomarev
281200845f
- SIZE'ify
...
PR: ports/64859
Submitted by: maintainer
2004-03-28 16:44:11 +00:00
Kirill Ponomarev
09408032e6
- Support WITHOUT_NLS
2004-03-28 14:54:00 +00:00
Jean-Marc Zucconi
b8c770485e
Install *.aff and *.hash files when ISPELL_FR is defined.
2004-03-27 22:52:55 +00:00
Kris Kennaway
571684376c
BROKEN: Does not build
2004-03-27 22:08:42 +00:00
Mario Sergio Fujikawa Ferreira
b9ab991fa2
Update to 0.6.5
2004-03-27 05:31:15 +00:00
Kirill Ponomarev
9c5d2cc274
- Restore POTREPOCH
...
Noticed by: kris
Pointy hat to: me
2004-03-26 23:02:41 +00:00
Kirill Ponomarev
af4c68871d
- Update to version 2.0.21
...
PR: ports/64767
Submitted by: Ports Fury
2004-03-26 14:44:06 +00:00
Clement Laforet
dd8d11f444
- re-Hook webcpp to the build after repocopy [1]
...
- Update to 0.8.4 [2]
PR: 64579 [1], 63924 [2]
Approved by: portsmgr [1]
Submitted by: maintainer
2004-03-25 20:41:46 +00:00
Jean-Marc Zucconi
536e500670
- define MAXPATHLEN in confix.X so that names of backup files are not
...
limited to 14 chars.
- suppress messages about non existing files in make install.
PR: ports/64700
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
2004-03-25 19:02:12 +00:00
Joe Marcus Clarke
68ccb1215d
Fix processing of hex data in RTF files.
...
Submitted by: Morya Alexander <morya@apexnet.dp.ua>
2004-03-25 17:29:54 +00:00
Sergey A. Osokin
8d1c013d6f
Update to latest version 3.59 [*]
...
Move package files from pkg-plist to Makefile, remove
unnecessary pkg-plist.
Remove MASTER_SITE_LOCAL from MASTER_SITES list, because it containes
old version distro.
Spotted by: Professor Jeffrey Racine <jracine@maxwell.syr.edu>
Submitted by: Sergey 'DoubleF' Zaharchenko <doublef@tele-kom.ru> [*]
PR: 64695
2004-03-25 17:18:41 +00:00
Mathieu Arnold
75fa1a864f
Update to 1.5.6
2004-03-25 10:45:42 +00:00
Ade Lovett
11e0748120
Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables
2004-03-25 04:31:55 +00:00
Bruce M Simpson
4087d11027
SIZE update jumbo-commit.
...
Submitted by: trevor
2004-03-25 03:13:15 +00:00
Trevor Johnson
acb6354489
Add size data, approved by maintainers.
2004-03-24 23:14:13 +00:00
Ade Lovett
2c577f8a04
Convert all but one port that uses libtool14 to use libtool15, in readiness
...
for the destruction of devel/libtool14
2004-03-24 20:59:17 +00:00
Volker Stolz
b5e2b16a1f
Remove obsolete port textproc/whitespace.el
2004-03-24 12:56:28 +00:00
Volker Stolz
e5d490671f
Remove obsolete port
2004-03-24 12:50:41 +00:00
Joe Marcus Clarke
2fc319beb5
Update to 2.6.8.
2004-03-23 14:40:57 +00:00
Kirill Ponomarev
a53c70cfbd
- Update to 1.04
...
PR: ports/64615
Submitted by: maintainer
2004-03-23 13:35:51 +00:00
Sergey Skvortsov
9ed8c4a45c
Updated to 0.41
2004-03-23 12:17:26 +00:00
Sergey Skvortsov
6c35444829
Updated to 1.57
2004-03-23 11:52:25 +00:00
Stefan Eßer
30b9d26100
Add SIZE data to distinfo files.
...
Submitted by: trevor
2004-03-22 23:35:18 +00:00
Akinori MUSHA
2956c3762c
Add SIZE data.
...
Submitted by: trevor
2004-03-22 15:05:32 +00:00
Mathieu Arnold
990f01933f
Update to 0.48
2004-03-22 12:38:33 +00:00
Volker Stolz
c7cdb6b054
SIZE-ify distinfo
...
Reminded by: trevor
Approved by: linimon (mentor)
2004-03-22 10:38:34 +00:00
Pav Lucistnik
346863d598
- Fix dependency on pear-OLE
...
Reported by: bento via kris
Pointy hat to: pav
2004-03-22 09:07:43 +00:00
Thierry Thomas
78c656ef83
Fix my previous commit (missing ga dictionary).
...
Approved by: mat (implicit)
Noticed by: Kris (via bento).
2004-03-22 06:26:02 +00:00
Kirill Ponomarev
4182e08926
- Fix build
...
Noticed by: bento via kris
2004-03-22 05:55:52 +00:00
Joseph Koshy
64ed761d3a
Add SIZE information.
...
Submitted by: trevor
2004-03-22 02:09:40 +00:00
Ying-Chieh Liao
ccca812b50
upgrade to 1.0
2004-03-22 02:00:42 +00:00
Pav Lucistnik
6e07083387
- Remove NO_LATEST_LINK now that duplicate of this port was removed
2004-03-22 01:03:21 +00:00
Kirill Ponomarev
b91682ab3f
- Update to version 0.6.6
2004-03-21 16:40:30 +00:00
Alexander Leidinger
68c2868cc5
Update to 0.8.11.
...
New stuff
- full reports in the template output plugin
(generate_full_reports = 1)
- a new report for proxy servers: requesting hosts by traffic
- the modlogan logo is part of all output
Fix
- empty virtual hosts aren't dropped from statefile anymore
2004-03-21 12:45:34 +00:00
Kris Kennaway
131cd97388
Move the ancient emacs 19.x port from editors/emacs to
...
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
2004-03-21 07:39:49 +00:00
Trevor Johnson
a1bc8c46f5
Add size data, approved by maintainers.
2004-03-20 21:03:41 +00:00
Mathieu Arnold
0cc1988912
Reorder those files
2004-03-20 19:06:44 +00:00
Kirill Ponomarev
580c90d07e
- Update to version 0.5.0
...
PR: ports/64508
Submitted by: Ports Fury
2004-03-20 17:25:38 +00:00
Thierry Thomas
3adde81cab
Adding bg-aspell ga-aspell gl-aspell hr-aspell id-aspell is-aspell mi-aspell
...
ms-aspell sl-aspell.
Aspell with Afrikaans (af), Bulgarian (bg), Croatian (hr), Galician (gl),
Indonesian (id),Icelandic (is), Irish (ga), Maori (mi), Malay (ms), and
Slovenian (sl) dictionaries.
PRs: ports/64187, ports/64188, ports/64189.
Approved by: mat (mentor).
2004-03-20 14:51:08 +00:00
Oliver Eikemeier
82b434af2e
correct MASTERDIR reference
...
Pointy hat to: mat (mentor)
2004-03-20 10:35:42 +00:00
Norikatsu Shigemura
93c4cebc63
Add size data.
...
Submitted by: trevor
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-03-20 09:56:44 +00:00
Thierry Thomas
0ea7d0ea50
Add af-aspell bg-aspell ga-aspell gl-aspell hr-aspell id-aspell is-aspell
...
mi-aspell ms-aspell sl-aspell.
Aspell with Afrikaans (af), Bulgarian (bg), Croatian (hr), Galician (gl),
Indonesian (id),Icelandic (is), Irish (ga), Maori (mi), Malay (ms), and
Slovenian (sl) dictionaries.
PRs: ports/64187, ports/64188, ports/64189.
Approved by: mat (mentor).
2004-03-20 08:34:16 +00:00
Kirill Ponomarev
fde4086842
- Add WWW:
...
PR: ports/64484
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
2004-03-20 06:21:46 +00:00
Thierry Thomas
5136c164f1
- update cs, da, en, fo, it, pl, sk, sv, and uk dictionnaries;
...
- add af, bg, ga, gl, hr, id, is, mi, ms, and sl dictionnaries;
- bump portrevision;
- simplify this port.
PR: ports/64186
Submitted by: maintainer
Approved by: mat (mentor).
2004-03-19 23:05:44 +00:00
Kris Kennaway
95cea45dbf
BROKEN on alpha 4.x: Coredump during build
2004-03-19 22:56:30 +00:00
Kirill Ponomarev
f50de67ab5
- Update to version 2.1
...
PR: ports/64473
Submitted by: Ports Fury
2004-03-19 19:50:52 +00:00
Doug Barton
07c597671f
Major overhaul of the port to celebrate the upgrade to 3.2.0b5.
...
The 3.2.x series contains many enhanced features, most notably
built in SSL capabilities.
Changes for the port itself:
1. Add new MASTER_SITES.
2. Search for an apache binary, not a document directory.
3. The new version uses libtool, so add USE_LIBTOOL per portlint.
4. The new configure script is much more thorough, so use a more complete
set of options, and sort them in "./configure --help" order.
5. CXXFLAGS hackery no longer needed in FreeBSD 5.x, but
6. A patch to include headers for select() is needed in RELENG_4.
7. Install PORTDOCS, especially the very thorough html help files.
8. Add SIZE to distinfo.
9. Make deletion of directories with user-configurable stuff conditional.
2004-03-19 18:29:11 +00:00
Doug Barton
67c5a731d1
Update to the more standard format, and punch up the text a bit.
2004-03-19 18:17:18 +00:00
Pav Lucistnik
f1205a2a73
- This also need pear-PEAR.
2004-03-19 11:56:31 +00:00
Tilman Keskinoz
ca1341bb7b
Update to 0.9.83
...
PR: 64203
Submitted by: maintainer
2004-03-19 08:50:51 +00:00
Trevor Johnson
17dfa2daa6
Add size data.
2004-03-19 04:21:39 +00:00
Ying-Chieh Liao
41857e35a3
fix dependencies list
2004-03-19 02:33:59 +00:00
Ying-Chieh Liao
675906fcb2
reimport ocaml-yaxi 0.5.2
...
Yet Another X* Implementation for OCaml
2004-03-19 02:24:46 +00:00
Ying-Chieh Liao
21279b9d3a
rename yaxi to ocaml-yaxi
2004-03-19 02:23:40 +00:00
Trevor Johnson
488e7fe939
Add size data, approved by maintainers.
2004-03-19 01:51:15 +00:00
Thierry Thomas
4617e79801
SIZE-ify my ports.
...
Submitted by: Trevor Johnson <trevor@FreeBSD.org>
Approved by: mat (mentor).
2004-03-19 00:19:49 +00:00
Trevor Johnson
38069212cc
Add size data, approved by maintainers.
2004-03-18 20:59:15 +00:00
Jimmy Olgeni
2a67f30d03
Add SIZE data.
...
Submitted by: trevor
2004-03-18 20:45:09 +00:00
Trevor Johnson
3bca696b10
Add size data, approved by maintainers.
2004-03-18 18:01:13 +00:00
Pav Lucistnik
8ad00e7a22
- Fix bug with trimming text when using TRANSCODER==IconvFBSD
...
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27769
PR: ports/64413
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
2004-03-18 15:48:14 +00:00
Jacques Vidrine
da5243d880
Add SIZE.
...
Submitted by: trevor
2004-03-18 14:46:23 +00:00
Pav Lucistnik
db249059e4
- Add SIZE to GNOME ports
...
Submitted by: trevor
2004-03-18 14:33:42 +00:00