Kris Kennaway
d5c1579e93
BROKEN on ia64 and amd64: Does not compile
2004-03-05 04:48:16 +00:00
Joe Marcus Clarke
ad0bbce2c7
Allow pwlib to work on ARCHS != i386.
...
Tested on alpha, i386, and ia64.
Submitted by: marcel
Approved by: maintainer (implicit)
2004-03-05 02:37:57 +00:00
Jun Kuriyama
6a093bc232
o Reduce dependency for perl-5.8.
...
o Add WWW line.
No response from: maintainer
2004-03-05 01:47:41 +00:00
Mark Linimon
2c16b59ca3
Fix plist and unbreak.
2004-03-05 00:29:06 +00:00
Joerg Wunsch
5bcf5f489d
Upgrade to version 0.1.2; actually 0.1.2.1 but dot-dot-dot releases
...
are normally not planned for simulavr and 0.1.2.1 has the same date as
0.1.2, so I'll stick with the dot-dot numbering.
2004-03-04 22:39:07 +00:00
Joe Marcus Clarke
29fdbd9268
Mark this port for i386 only.
...
Approved by: maintainer
Reported by: bento via kris
2004-03-04 21:54:14 +00:00
Mathieu Arnold
e654603e95
Lighten dependencies
2004-03-04 14:53:45 +00:00
Michael Nottebrock
d29db39517
Fix typo.
2004-03-04 14:22:15 +00:00
Mark Linimon
ea111da2f3
Update to 1.05: updates to input marshalling and serialization; bugfixes.
...
See Changes for complete list.
PR: ports/61418
Submitted by: Sergey Skvortsov <skv@protey.ru>
Maintainer timeout: 6 weeks
2004-03-04 12:50:56 +00:00
Mark Linimon
c32fee98f9
Update to 2.07: added Log::Dispatch::File::Locked; switched to Module::Build
...
and removed interactive portion of installation process; bugfixes. See
Changes for complete list.
PR: ports/58071
Submitted by: James Ainslie <james@starjuice.net>
Maintainer timeout: 4 months
2004-03-04 12:39:23 +00:00
Akinori MUSHA
df022b0b75
Update to 2.2.4.
2004-03-04 11:39:59 +00:00
Kris Kennaway
53cae8809f
BROKEN on !i386 and !alpha: Does not compile
2004-03-04 09:19:10 +00:00
Hye-Shik Chang
a1876a708a
Update to 0.4.9.2
2004-03-04 07:19:37 +00:00
Hye-Shik Chang
bc12cbbacb
Update to 0.6.3
2004-03-04 07:16:54 +00:00
Mark Linimon
3a9e4d5d50
Since we already define MASTERDIR, go ahead and use it in preference
...
to another use of .CURDIR.
Approved by: jeh@FreeBSD.org (maintainer)
2004-03-04 03:50:04 +00:00
Michael Nottebrock
08a1b86f03
Patch configure so it will detect Berkeley DB properly and
...
the port will build the kdictplugin for kbabel.
Bug reported by: Dofri Jonsson <imp@hell.is>
2004-03-04 01:38:03 +00:00
Michael Nottebrock
3bba393f0f
${PERL} -pi -> ${REINPLACE_CMD}
...
(Sorry for the delay, kde@freebsd.org was down for 1.5 weeks)
Noticed by: Adam Weinberger <adamw@magnesium.net>
2004-03-04 00:10:14 +00:00
Joerg Wunsch
8c2f3a42b2
Upgrade to version 3.3.2.
2004-03-03 21:23:29 +00:00
Max Khon
91802da0e7
Update to 2.0.34.
2004-03-03 19:32:05 +00:00
Norikatsu Shigemura
3d246ede7a
Updated i386 binaries for version 03.2
...
PR: ports/63522
Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
2004-03-03 17:55:29 +00:00
Pav Lucistnik
0ea5a419ab
- Style: s/@freebsd.org/@FreeBSD.org/
2004-03-03 16:38:02 +00:00
Lev A. Serebryakov
8ad02a8de6
Update to latest current version.
2004-03-03 14:57:36 +00:00
Lev A. Serebryakov
4be40100eb
Add new devices
2004-03-03 13:14:53 +00:00
Lev A. Serebryakov
8367d176cd
Two new devices
2004-03-03 13:07:46 +00:00
Pav Lucistnik
243746aff7
- Add missed dependency on glib20
...
Reported by: bento via kris
2004-03-03 10:32:00 +00:00
Sergei Kolobov
25fcff520e
Add aegis 4.16:
...
Aegis is a transaction-based software configuration management system.
It provides a framework within which a team of developers may work
on many changes to a program independently, and Aegis coordinates
integrating these changes back into the master source of the program,
with as little disruption as possible.
Author: Peter Miller <millerp@canb.auug.org.au>
WWW: http://aegis.sourceforge.net/
PR: ports/54060
Submitted by: vance@aurema.com
2004-03-03 07:48:27 +00:00
Kris Kennaway
30bb55894d
BROKEN on alpha: unfetchable
2004-03-02 21:44:12 +00:00
Pav Lucistnik
782788ada7
Add gauche-sdl, SDL bindings for the gauche scheme environment
...
PR: ports/62892
Submitted by: Erik Greenwald <erik@smluc.org>
2004-03-02 16:56:35 +00:00
Bruce M Simpson
bf0ea5c93d
Correct a typo: .Fa -> .Ft in mdoc output. Add CVS tags.
2004-03-02 12:02:15 +00:00
Oliver Braun
0e5ffeb562
Upgrade to 1.1 which still does not (yet) build on -current.
2004-03-02 11:19:34 +00:00
Bruce M Simpson
9f760d00c4
Fix a typo, PKG_PLIST should have been PLIST_FILES.
2004-03-02 09:11:28 +00:00
Bruce M Simpson
ba73e13881
c2mdoc is an awk/shell script wot I wrote to aid in documenting our many
...
wonderful kernel APIs. c2man seems to choke on tcp_subr.c (which I was using
as a baseline), so let's do it the long way round instead. This script spits
out mdoc(7) markup ready for pasting into the SYNOPSIS section of our
wonderful mdoc.template.
2004-03-02 09:05:14 +00:00
Dirk Meyer
2c65f32d9c
- Fix package for option WITHOUT_X11
2004-03-02 08:16:23 +00:00
Ollivier Robert
aa6785e5a0
Put the right BUILD/RUN dependencies as gdiff/gpatch are both needed for
...
building and running tla.
Suggested by: tobez
2004-03-01 22:20:03 +00:00
Kirill Ponomarev
42b20e5280
- Update to version 2.2.9
...
PR: ports/63590
Submitted by: Ports Fury
2004-03-01 18:11:28 +00:00
Tilman Keskinoz
2d2230aa3b
Update to 1.3.6
...
SIZEify
Add Norwegian to languages on alpha (requested by: Idar Tollefsen)
2004-03-01 11:57:14 +00:00
Sergey Skvortsov
ddd9209dc5
Remove obsolete modules:
...
devel/p5-POE-Component-IKC-ReallySimple
devel/p5-POE-Session-Cascading
2004-03-01 11:49:02 +00:00
Sergey Skvortsov
30e4793b7c
Remove port (obsolete, deleted from CPAN)
2004-03-01 11:47:44 +00:00
Kirill Ponomarev
7c4a243b10
Add argp-standalone 1.3,
...
It is standalone version of argp - part of glibc library.
It was separated off glibc by Niels Myller, Niels primary use
it for inclusion in the LSH distribution, but it's useful for
any package that wants to use argp and at the same time be
portable to non-glibc systems.
Besides portability fixes, there are a few other changes in
this version. The most important is that it no longer builds
upon getopt; the one or two hairy functions of GNU getopt are
incorporated with the argp parser. There are longer any global
variables keeping track of the parser state.
PR: ports/63568
Submitted by: Sergey Matveychuk <sem@ciam.ru>
2004-03-01 09:15:09 +00:00
Kirill Ponomarev
515c350cae
- Update to version 0.9.12
...
PR: ports/63572
Submitted by: maintainer
2004-03-01 08:29:59 +00:00
Oliver Eikemeier
9545440d8c
MASTER_SITE_GNU have the distfile in ${PORTNAME}/rel5.6
...
PR: 63513
Submitted by: Jason Harris <jharris@widomaker.com>
2004-02-29 21:04:29 +00:00
Kirill Ponomarev
c750694c8d
- SIZEify
...
PR: ports/63548
Submitted by: maintainer
2004-02-29 20:50:30 +00:00
Akinori MUSHA
323d03d134
Update to 1.3.21.
2004-02-29 18:47:43 +00:00
Akinori MUSHA
6ecd022ab0
Fix a typo (GMAKE -> MAKE) to fix build on bento and unmark BROKEN.
2004-02-29 18:47:16 +00:00
Kirill Ponomarev
0f411bc34d
- Update to version 0.4.0
2004-02-29 14:29:31 +00:00
Pav Lucistnik
ec73bddeed
- Update to 0.3.13
...
PR: ports/63486
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer
2004-02-29 10:50:11 +00:00
Tilman Keskinoz
db739dcfcd
Fix build on CURRENT
2004-02-29 00:58:45 +00:00
Tilman Keskinoz
f7b666b4d9
Add --english-only for alpha.
...
PR: 55186
Submitted by: Idar Tollefsen <idart@performancedesign.no>
Thanks to: pav for reminder
2004-02-28 23:00:24 +00:00
Pav Lucistnik
b856a63678
- Update to 0.3.1
...
PR: ports/62553
Submitted by: bruno <bruno@mail.tinkerbox.org>
Approved by: maintainer timeout (15 days)
2004-02-28 20:54:52 +00:00
Kirill Ponomarev
d34cd2f87b
- Update to version 5.6.0
...
PR: ports/63494
Submitted by: Ports Fury
2004-02-28 19:41:47 +00:00
Pav Lucistnik
e7e565067d
- Respect PREFIX
...
- Unmark BROKEN (hopefully)
- Add one missed file to pkg-plist
PR: ports/63301 (based on)
Submitted by: leafy <leafy@leafy.idv.tw> (maintainer)
2004-02-28 19:23:43 +00:00
Pav Lucistnik
22cb27d26c
The OSKit is a framework and a set of component libraries oriented
...
to operating systems, together with extensive documentation.
PR: ports/60431
Submitted by: Jerry <unidevel@yahoo.com.cn>
2004-02-28 16:49:20 +00:00
Pav Lucistnik
44227911e2
Add p5-PatchReader, a set of utilities for reading in, transforming, and doing
...
various other things with a patch. It basically allows you to create a chain of
readers that can read a patch, remove files from a patch, add CVS context, fix
up the patch root according to CVS, and output the patch as raw unified or
through a template processor (used in some places to output a patch as HTML).
Author: John Keiser <john@johnkeiser.com>
WWW: http://search.cpan.org/dist/PatchReader/
PR: ports/62673
Submitted by: Toni Viemero <toni.viemero@iki.fi>
2004-02-28 14:52:57 +00:00
Pav Lucistnik
2a17cbd29a
- Update to 5.0.1
...
PR: ports/63485
Submitted by: Toni Viemero <toni.viemero@iki.fi>
2004-02-28 14:35:04 +00:00
Sergey Skvortsov
f6e6e3fe84
Add p5-POE-Component-DebugShell 1.14,
...
interactive peeking into a
running POE application.
2004-02-28 12:16:43 +00:00
Pav Lucistnik
85d1ba5517
Add ossp-xds, a generic and extensible encoding and decoding
...
framework for the serialization of arbitrary ISO C data types. OSSP
xds consists of three components: the generic encoding and decoding
framework, a set of shipped engines to encode and decode values in
certain existing formats (Sun RPC/XDR and XDS/XML are currently
provided), and a run-time context, which is used to manage buffers,
registered engines, etc. The library is designed to allow fully
recursive and efficient encoding/decoding of arbitrary nested data.
PR: ports/63182
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
2004-02-28 11:38:36 +00:00
Pav Lucistnik
50d9d8d17e
D'oh! Remove ossp-str, it's duplicate of existing port devel/str.
...
Sorry for the noise.
Pointy hat to: pav
2004-02-28 11:27:51 +00:00
Pav Lucistnik
252f85fd2a
Add ossp-str, a generic string library written in ISO-C which provides
...
functions for handling, matching, parsing, searching and formatting of
ISO-C strings. So it can be considered as a superset of POSIX
string(3), but its main intention is to provide a more convenient and
compact API plus a more generalized functionality.
WWW: http://www.ossp.org/pkg/lib/str/
PR: ports/63180
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
2004-02-28 11:25:03 +00:00
Sergey Skvortsov
2a90d52d85
Updated to 1.23
2004-02-28 11:18:12 +00:00
Sergey Skvortsov
d1492249eb
Updated to 0.63
2004-02-28 11:01:19 +00:00
Pav Lucistnik
bfb72fe543
Add pear-PHPUnit, a regression testing framework used by the developer
...
who implements unit tests in PHP. It is based upon JUnit, which
can be found at http://www.junit.org/ .
WWW: http://pear.php.net/package-info.php?package=PHPUnit
WWW: http://www.sebastian-bergmann.de/PHPUnit/
PR: ports/63311
Submitted by: Gerrit Beine <gerrit@beine-computer.de>
2004-02-28 10:56:38 +00:00
Akinori MUSHA
22ad022125
It is not that this port is broken on !i386 but it is broken with Ruby
...
1.8 or later.
Like this one, there are a bunch of ruby ports that don't support 1.8
yet, and I'll take care of them in near future, too. Sorry for the
inconvenience.
2004-02-28 07:04:34 +00:00
Bruce M Simpson
8edf306ebb
Update for new version. Bump PORTREVISION, recompute md5sums.
...
Fix typo in makefile comments.
2004-02-28 06:46:56 +00:00
Akinori MUSHA
0dad7135fc
Update to 0.1.1.
2004-02-28 06:43:24 +00:00
Akinori MUSHA
580c273ee2
Update to 0.5.4.
2004-02-28 06:28:42 +00:00
Akinori MUSHA
9d8a459104
Update to 3.2.3.
2004-02-28 06:26:46 +00:00
Tor Egge
deaa638071
Add option to ignore posix priority scheduling.
...
Add threadsafe versions of some libc functions on FreeBSD 4.x.
Register liblgcc_r_pic.a as installed for FreeBSD 5.x.
2004-02-27 23:32:55 +00:00
Kirill Ponomarev
322de53e18
- Update to version 0.18
...
PR: ports/63450
Submitted by: maintainer
2004-02-27 22:42:25 +00:00
Max Khon
0076ec5dbd
Fix build with latest OpenPAM in -CURRENT.
2004-02-27 18:35:49 +00:00
Erwin Lansing
d22f360c32
Update to 1.09
2004-02-27 15:56:19 +00:00
Ollivier Robert
8173766eb0
Update to tla 1.2, just released.
...
- SIZEify it
- added master sites (with conversion to main GNU site)
- use ${PRINTF}
- corrected WWW: in pkg-descr.
2004-02-27 13:05:01 +00:00
Pav Lucistnik
c19547d909
- Convert to USE_GNOME
...
PR: ports/59744
Submitted by: Mezz <mezz7@cox.net>
Approved by: maintainer timeout (3 months)
2004-02-27 09:36:58 +00:00
Ying-Chieh Liao
6345e1bb02
add NaturalDocs 1.21
...
An extensible, multi-language source code documentation generator
2004-02-27 08:53:37 +00:00
Alexander Nedotsukov
d5ad5ae32b
Add libassetml 1.2.1, devel Library to share image and audio files
...
between projects.
2004-02-27 08:45:45 +00:00
Akinori MUSHA
d643084df1
Update to 2.2.1.
2004-02-27 00:52:24 +00:00
Kirill Ponomarev
dca635a8c4
- Fix package build on sparc64
...
- Unbreak and pet portlint
- Bump PORTREVISION
2004-02-26 23:12:20 +00:00
Michael Nottebrock
6fe53bfc64
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
...
BUILD_DEPEND on qmake now.
2004-02-26 20:59:36 +00:00
Sergey Skvortsov
f6f54a1fea
Updated to 0.27
2004-02-26 15:46:05 +00:00
James E. Housley
2195b09cde
MASTERDIR was either not specified or specified in the wrong makefile.
2004-02-26 15:34:58 +00:00
James E. Housley
4b70001c28
It seems that some commands on 5.1-p? didn't like .if (${OSVERSION} ..) and
...
wanted it without the ( )
2004-02-26 15:32:52 +00:00
Sergey Skvortsov
c4f7737540
Add p5-POE-API-Peek 0.01,
...
peek into the internals of a running POE
environment.
2004-02-26 15:28:47 +00:00
Mathieu Arnold
2414ac22ce
Update to 0.24
2004-02-26 14:20:59 +00:00
Kris Kennaway
fbb2e27d7c
BROKEN on !i386: Does not compile
2004-02-26 09:33:38 +00:00
Kris Kennaway
c3b76a8c77
BROKEN on !i386: Does not compile
2004-02-26 08:15:37 +00:00
Kris Kennaway
fbf92c51dc
BROKEN on alpha 5.x: Does not compile
2004-02-26 08:12:21 +00:00
Dirk Meyer
c600b83191
- add SIZE
2004-02-26 05:26:15 +00:00
Pav Lucistnik
11a7fb8caf
Chase repomove graphics/hdf* -> science/hdf*
2004-02-25 22:55:55 +00:00
Joe Marcus Clarke
be7c26949f
Disable compile warnings to fix build with the new gnuregex.h.
2004-02-25 18:16:18 +00:00
Markus Brueffer
457bf65e08
LinCVS is QT3-based since a while, not QT2
...
Approved by: arved (mentor)
2004-02-25 18:05:45 +00:00
Mathieu Arnold
a7afb3b32b
Update to 0.11
...
PR: 60604
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Approved by: maintainer timeout
2004-02-25 13:11:28 +00:00
Lev A. Serebryakov
f5c1b59154
Broken on alpha too.
2004-02-25 12:15:44 +00:00
Lev A. Serebryakov
61975e42b6
New devices, some fixes.
2004-02-25 11:47:01 +00:00
Oliver Braun
dbace80aa2
Make c2hs buildable with either ghc6 (default) or ghc5.
...
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-25 11:40:09 +00:00
Lev A. Serebryakov
48e16351b6
Broken on amd64, as any other gcc.
2004-02-25 11:37:03 +00:00
Lev A. Serebryakov
276751f7ee
This prot WORKS on sparc64. Tested five minutes ago on panther.freebsd.org.
2004-02-25 11:30:21 +00:00
Kris Kennaway
8ff4d617fe
BROKEN on !i386: Broken pkg-plist
2004-02-25 10:40:36 +00:00
Kris Kennaway
57dcf90e0d
Flip the sense of the supported architecture list since we only have one
...
32-bit platform
2004-02-25 10:09:30 +00:00
Mark Linimon
90558a05c0
Update to 1.8: test with pcsc-lite-1.2.0; remove advertising clause from
...
license; minor cleanup.
PR: ports/63205
Submittec by: Toni Andjelkovic <toni@soth.at> (maintainer)
2004-02-25 05:56:47 +00:00
Mark Linimon
9e504f8f2b
Add missing files for lifecycle; utilize OPTIONS; add SIZE.
...
PR: ports/62886
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
2004-02-25 05:38:13 +00:00
Ying-Chieh Liao
025bced358
add p5-Data-Hexdumper 1.2
...
A module for displaying binary data in a readable format
2004-02-25 02:20:36 +00:00
Alex Dupre
9c383dba30
Add pear-XML_RPC 1.0.4, a PHP implementation of the XML-RPC protocol.
...
PR: ports/63151
Submitted by: Thierry Thomas <thierry@pompo.net>
2004-02-24 23:40:39 +00:00
Alex Dupre
7f098b225b
Update to 1.4.1 release.
...
PR: ports/63322
Submitted by: Thierry Thomas <thierry@pompo.net>
2004-02-24 23:06:21 +00:00
Lev A. Serebryakov
bf5a3d378d
New devices added.
...
New function attribute `task' fo SOS RTOS added.
2004-02-24 14:45:43 +00:00
Lev A. Serebryakov
1861a670a6
New devices added, old ones fixed...
2004-02-24 14:44:27 +00:00
Thomas Gellekum
4fafb8e96c
Unbreak: remove check for tkConfig.sh.
2004-02-24 14:30:43 +00:00
Akinori MUSHA
22c13d6e03
Turn off perl's -T flag for the moment, for CVSweb 2.0.6's code does
...
not pass Perl 5.8's stricter taint checks. The flag will be turned on
again when the port is updated to the next release.
PR: ports/62650, ports/62743
Submitted by: naddy, Palle Girgensohn <girgen@pingpong.net>
2004-02-24 14:18:50 +00:00
Mathieu Arnold
88835ecbbc
Update to 0.02
2004-02-24 14:02:52 +00:00
Sergey Skvortsov
d2403f0f3d
Add missing dependency (Test::More) for perl < 5.7.2
...
Pointed by: kris, erwin
2004-02-24 11:42:47 +00:00
Oliver Braun
2e2c521762
- pass missing packages (post-patch)
...
- WITH_NHC98 is an OPTION
- use PKGNAMESUFFIX (-ghc5/-nhc98)
- remove BROKEN-tag
PR: ports/63299
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-24 11:07:43 +00:00
Mathieu Arnold
30cd26bcb1
Update to 2.07
...
Approved by: maintainer
2004-02-24 11:06:50 +00:00
Mathieu Arnold
111198dde2
Update to 0.25
...
Approved by: maintainer
2004-02-24 11:04:46 +00:00
Mathieu Arnold
520bf2896f
Update to 0.24
...
Approved by: maintainer
2004-02-24 11:03:45 +00:00
Erwin Lansing
b8289656c4
Add p5-Shell-Base 0.04, perl module implementing a simple command shell.
...
PR: ports/62166
Submitted by: Christopher Nehren <apeiron@comcast.net>
2004-02-24 11:03:26 +00:00
Lev A. Serebryakov
4ceb337981
Remove unused patch for `./configure', which confuses users.
2004-02-24 07:54:20 +00:00
Mark Linimon
7d5f3b7381
Update to 0.9.1: enhanced test suite by comparing against previously saved
...
output; switch from text-based VERSION file to C-based cfg_vers.c; bugfixes
and cleanups. See ChangeLog for complete details.
PR: ports/63175
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
2004-02-24 07:44:06 +00:00
Mark Linimon
734849de3f
Update to 0.9.5: remove log0...4 macros; bugfixes.
...
PR: ports/63174
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
2004-02-24 07:29:01 +00:00
Ying-Chieh Liao
80422f22c7
remove obsolete extra-patch file
...
patch html files only if NOPORTDOCS not defined
Submitted by: maintainer
2004-02-24 05:56:25 +00:00
Kris Kennaway
0ee139abae
BROKEN on !i386: Does not compile
2004-02-24 01:39:45 +00:00
Erwin Lansing
f5dccbfecf
- Update to 0.06
...
- Fix problem with duplicate post-patch target
PR: 63291
Submitted by: maintainer
Pointy hat to: erwin
2004-02-23 23:13:48 +00:00
Erwin Lansing
d07fe76de9
- Update to 0.06
...
- Fix problem with duplicate post-patch target
PR: 63291
Submitted by: maintainer
Pointy hat to: erwin
2004-02-23 23:05:41 +00:00
Kirill Ponomarev
842ba9821b
- Update to version 4.1.2
...
PR: ports/63290
Submitted by: maintainer
2004-02-23 22:34:47 +00:00
Kris Kennaway
a4d72ab3e4
BROKEN on !i386 and !ia64: Does not compile
2004-02-23 22:09:02 +00:00
Pav Lucistnik
742e7e61a3
Add tigcc, a C compiler for the TI89, TI92, and TI92+ calculators.
...
WWW: http://tigcc.ticalc.org/
PR: ports/62938
Submitted by: tuximus <tuximus@tuximus.mine.nu>
2004-02-23 22:07:28 +00:00
Kris Kennaway
18e25ec569
alpha is also a 64-bit environment (add to NOT_FOR_ARCHS)
2004-02-23 22:06:01 +00:00
Clement Laforet
621c5ec57d
- make portlint happy
...
- PGPify
- use %%DOCSDIR%%
PR: 63271
Submitted by: Jason Harris <jharris@widomaker.com>
2004-02-23 21:31:58 +00:00
Joe Marcus Clarke
0e41d871c0
Fix build with new gnuregex.h scheme as well as on 4.X i386.
...
Reported by: bento via kris
2004-02-23 21:07:36 +00:00
Erwin Lansing
ce9a2cf29e
Update to 1.18
2004-02-23 20:59:13 +00:00
Markus Brueffer
7bb44cbc85
Change my email address.
...
Approved by: arved (mentor)
2004-02-23 20:57:56 +00:00
Erwin Lansing
61f89aab14
Update to 1.08
2004-02-23 20:53:19 +00:00
Lev A. Serebryakov
6956619cdb
Hurra!
...
Update to release 1.0.0!
2004-02-23 20:12:26 +00:00
Kirill Ponomarev
b2506bb1f0
- Update to version 5.3.0
...
PR: ports/63019
Submitted by: Matthew D.Fuller <fullermd@over-yonder.net>
Approved by: maintainer
2004-02-23 17:50:06 +00:00
Sergey Skvortsov
a210981c0e
Updated to 0.20
2004-02-23 14:46:12 +00:00
Clement Laforet
95bff3af3c
- Update to 1.0.1
...
Changes: This version is stable after a month of testing. Code clean-up
was done. No major bugs were found, but a minor bug was corrected. The
access mode was changed from +o to +f. Multiple or shared database files
for each channel and major updates on the documentation files. This code
is final unless some major bug is reported or huge improvements are made.
2004-02-23 10:50:52 +00:00
Kris Kennaway
d99c6111ff
BROKEN on alpha and amd64: Segfault during build
2004-02-23 07:01:57 +00:00
Kris Kennaway
fef71c4934
BROKEN on !i386: Does not compile
2004-02-23 06:45:09 +00:00
Kris Kennaway
475aa0b1d2
BROKEN on !i386: does not compile
2004-02-23 05:16:56 +00:00
Kris Kennaway
f227d692f0
BROKEN on !i386: Does not compile
2004-02-23 05:15:26 +00:00
Kris Kennaway
0dcf72d321
BROKEN on alpha and amd64: Does not compile
2004-02-23 05:13:20 +00:00
Kris Kennaway
28836626dd
BROKEN on alpha: Does not compile
2004-02-23 05:10:39 +00:00
Kris Kennaway
253a0c9271
BROKEN on !i386: Does not compile
2004-02-23 05:07:13 +00:00
Kris Kennaway
697615885c
BROKEN on !i386 and !amd64: Does not compile
2004-02-23 05:05:24 +00:00
Kris Kennaway
26b2569fd8
BROKEN on !i386: Does not compile.
...
Correct tab spacing
2004-02-23 05:03:28 +00:00
Kris Kennaway
fd241a2593
BROKEN on !i386: Does not compile
2004-02-23 05:02:04 +00:00
Kris Kennaway
2a4efc877b
BROKEN on !i386: Does not compile
2004-02-23 04:42:56 +00:00
Kris Kennaway
ab7ba5abd2
BROKEN on !i386: Does not compile
2004-02-23 04:34:41 +00:00
Kris Kennaway
76a02c2544
This is broken on alpha 4.x as well.
2004-02-23 03:52:12 +00:00
Kris Kennaway
737889d99e
BROKEN on alpha 5.x: Does not compile (coredump)
2004-02-23 03:51:28 +00:00
Kris Kennaway
ca2a16312c
This is broken on 4.x as well.
2004-02-23 02:07:59 +00:00
Ying-Chieh Liao
115dfbb705
unbreak by upgrading to 1.6.1
...
utilize USE_ICONV
utilize DOCSDIR && EXAMPLESDIR
2004-02-23 01:17:02 +00:00
Kris Kennaway
1716e01c06
Mark IGNORE for perl < 5.6.1
2004-02-23 00:19:59 +00:00