1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

4743 Commits

Author SHA1 Message Date
Kris Kennaway
167b9fef58 BROKEN: Size mismatch 2005-02-28 04:38:13 +00:00
Kris Kennaway
a87fc6d336 BROKEN: Size mismatch. 2005-02-28 04:30:23 +00:00
Ade Lovett
3ccec6d301 Drive-by commit to unbreak from kris' autobreaker script
since I happen to have a patch for this sitting around and having
this port broken would prevent an upcoming GNOME 2.10 metaport
from being built.
2005-02-28 04:22:54 +00:00
Daichi GOTO
806320585f IIIMF-related ports: Update to r12_1-svn2002 and bug fixes
PR:		ports/77927
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Approved by:	maintainer
Pointed out by:	ume, nork, hrs
2005-02-28 04:17:02 +00:00
Kris Kennaway
9030612814 BROKEN: Incomplete pkg-plist 2005-02-28 04:06:46 +00:00
Kris Kennaway
70886c1846 BROKEN: Incomplete pkg-plist 2005-02-28 01:50:22 +00:00
Kris Kennaway
68a652c62b BROKEN: Incomplete pkg-plist 2005-02-28 01:08:02 +00:00
Kris Kennaway
1b09722520 BROKEN: Incomplete pkg-plist 2005-02-28 00:42:50 +00:00
Sergey Matveychuk
5db761d1d8 - Drop dependence on pychm due some incompatible.
Depend on chmlib directly.
- As result files placement has changed.

PR:		ports/76152
Submitted by:	maintainer
2005-02-27 18:14:44 +00:00
Jacques Vidrine
fc7c5ef303 Fix the packing list so that when the port is deinstalled,
$PREFIX/share/xml/dtd will be removed if it is empty.

Reported by:	kris
2005-02-25 03:22:41 +00:00
Cheng-Lung Sung
46b52e54fb - update to 0.11
- from Changes:
    - Remove the default: namespace when converting to XML using as_xml
      (the earlier fix only fixed it when getting the contents of an entry
      using $entry->content).
    - UTF-8 data is no longer base64-encoded in XML::Atom::Content.
    - Added XML::Atom::Entry::getlist($ns, $element) to retrieve the values
      of an element that may appear multiple times in the entry (like
      dc:subject).
    - Added ability to set namespaced attributes in an XML::Atom::Link
      object.
    - XML::Atom::Entry::add_link($link) no longer clones $link if it's
      a XML::Atom::Link object.
2005-02-25 03:00:12 +00:00
Jeremy Messenger
7df9b2b2b4 Disable threads again; it has caused the more troubles. This time, it has
${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the
headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl,
ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve
those issues. It is recommend you to rebuild any apps that depend on
lang/ruby18, so see the UPDATING for detail.

Remove the 'BROKEN' on the other ports that knu has added them few weeks ago.
Some of them have been tested, so if one of them is still broke then please
let us know and one of us will re-add the 'BROKEN'.

This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x
and I did others. lofi, thanks for help!

Tested by:	many people
Tested on:	i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x),
		and sparc64 (FreeBSD 5.x and 6.x)
Not test on:	ia64 and alpha
Approved by:	portmgr (kris)
2005-02-25 00:17:28 +00:00
Jun Kuriyama
5c43e637b8 Upgrade to 1.79 (and stylistic changes).
Submitted by:	hrs
2005-02-24 14:33:34 +00:00
Erwin Lansing
442a259dbe Update to 0.40.95 2005-02-24 10:17:06 +00:00
Cheng-Lung Sung
020345b8f5 - update to 0.09
- submitter take maintainership

PR:		ports/77990
Submitted by:	Yuan-Chung Hsiao (maintainer)
2005-02-24 02:33:24 +00:00
Erwin Lansing
46a4120f40 Update to 0.40.94 2005-02-23 07:49:59 +00:00
Michael Johnson
102fd273d0 - Update to 2.0.9 2005-02-23 04:26:56 +00:00
Jeremy Messenger
b06d0ebf77 Update to 0.8.0.
Approved by:	"Jeremy C. Reed" <reed@pugetsoundtechnology.com> (maintainer)
2005-02-22 20:06:59 +00:00
Sergey Matveychuk
a38bbc1bbf New port: ArCHMage is extensible reader/decompiler of files in CHM format.
PR:		ports/77930
Submitted by:	Vsevolod Stakhov <vsevolod(at)highsecure.ru>
2005-02-22 20:06:53 +00:00
Erwin Lansing
8dd9e68d31 Update to 0.40.93 2005-02-22 12:38:25 +00:00
Sergey Skvortsov
ac21bd5424 * update to 1.4
* fix proflibs issue
2005-02-21 14:22:40 +00:00
Herve Quiroz
c1261d5553 - Update to 1.0 final
- Improve launcher shell script: use JAVA_VERSION instead of hardcoding a
  particular JDK
- Use SUB_FILES to generate the launcher shell script
2005-02-21 09:49:04 +00:00
Kirill Ponomarev
a9f1a84f73 Add missing man page. 2005-02-20 07:23:11 +00:00
Edwin Groothuis
10ba585780 Add mastersite with old source tarballs 2005-02-19 23:18:58 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Pav Lucistnik
000f5a22cd - Add dependency on ulex
- Autogenerate plist

PR:		ports/77427
Submitted by:	stephane (maintainer)
2005-02-18 21:32:51 +00:00
Pav Lucistnik
eaf81e584f This port allows to create nice syntax coloured listings for display on web
sites

PR:		ports/61384
Submitted by:	Marc van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
2005-02-18 10:29:30 +00:00
Erwin Lansing
8344050171 Update to 0.40.92 2005-02-18 09:19:18 +00:00
Pav Lucistnik
d35e13fe39 - Update to 0.1.1
PR:		ports/77619
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
Approved by:	Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
2005-02-18 00:43:36 +00:00
Volker Stolz
fcfa99c30e Update to 1.23
PR:		ports/77602
Submitted by:	Lars Eggert (maintainer)
2005-02-17 09:07:06 +00:00
Volker Stolz
d22fe36037 Update to 2.1
PR:		ports/77607
Submitted by:	Vladimir Osintsev (maintainer)
2005-02-17 08:51:57 +00:00
Cheng-Lung Sung
17d9cfabf8 - update to 0.530
- Changes:
    - Allow scalar references for the OUTPUT parameter
    - Added ENCODING parameter; currently only UTF-8 is supported
    - Escape newlines in attribute values
2005-02-17 08:26:06 +00:00
Sergey Matveychuk
ef1dcf1c70 - Fix unfetchable URL
PR:		ports/77614
Submitted by:	Simon Barner <barner(at)gmx.de>
2005-02-17 07:18:55 +00:00
Michael Landin
7c2bbe6fe3 o Update to -> 1.7.2
Changelog: http://glark.sourceforge.net/news.html
2005-02-16 16:37:40 +00:00
Peter Pentchev
4238596de3 Snatch kbedic from the jaws of Death in the nick of time... Okay, okay -
the truth is, this is a *long* overdue update to kbedic to use the QT 3
libraries instead of the dead-and-gone QT 2 ones.  This does indeed result
in some duplication of installed dictionaries, since kbedic no longer uses
textproc/bedic-data, but I'll take care of this later.

Break cbedic out into a full-blown port - it's a different version from
kbedic now.  While I'm here, take maintainership of both ports.

Submitted by:	arved (a long, long time ago)
2005-02-15 23:17:45 +00:00
Pav Lucistnik
a8983edf65 - Update to 1.97E
PR:		ports/77543
Submitted by:	Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
2005-02-15 21:44:01 +00:00
Mathieu Arnold
5647ec07bb Add p5-Sort-Naturally 1.02, sort lexically, but sort numeral parts
numerically.

PR:		ports/p5-Sort-Naturally/
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-02-15 17:17:56 +00:00
Mathieu Arnold
94562df996 Update to 3.16 2005-02-15 15:56:59 +00:00
Sergey Skvortsov
cd3912d69d Update to 1.01 2005-02-15 10:42:57 +00:00
Erwin Lansing
2128da39d0 - Update to 0.40.91
- Mark IGNORE for perl < 5.8.0
- Sort plist while I'm here
2005-02-15 10:20:20 +00:00
Dag-Erling Smørgrav
10e1edd8e3 Upgrade to 1.68.1. 2005-02-15 07:33:18 +00:00
Hiroki Sato
62877d2995 Fix $MASTER_SITES.
Noticed by:	kris
2005-02-15 02:15:36 +00:00
Peter Pentchev
002b34991c Unbreak the package build - like, this time for real.
Patching texi2html.pl makes the Makefile want to remake something else,
which tries to use Perl, while we have declared that we do not need Perl
at build time.
2005-02-14 22:05:53 +00:00
Pav Lucistnik
082a4b17ce - Update to 0.8.2
PR:		ports/77475
Submitted by:	Radek Kozlowski <radek@raadradd.com> (maintainer)
2005-02-14 21:57:15 +00:00
Hiroki Sato
7100dc35e1 Fix $MASTER_SITES.
Noticed by:	kris
2005-02-14 18:00:56 +00:00
Pav Lucistnik
7ff6341df8 - Chase redirection
Reported by:	krismail
2005-02-14 08:43:48 +00:00
Mark Linimon
09721c15a9 With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
2005-02-13 18:28:23 +00:00
Bill Fenner
0ca3906d44 Update to 1.58.
Error messages reformatted
Add checks from 1id-guidelines, ID-Checklist, rfc2223, and
 draft-rfc-editor-rfc2223bis-08
2005-02-13 17:27:45 +00:00
Anton Berezin
a5860aa97a Update to 4.01, assign maintainer to perl@. 2005-02-13 15:58:18 +00:00
Anton Berezin
a025e5c6a8 Update to 1.02. 2005-02-13 15:36:19 +00:00