Commit Graph

3642 Commits

Author SHA1 Message Date
Kris Kennaway
68ee876e87 BROKEN on alpha: Does not compile 2004-02-25 10:21:37 +00:00
Kirill Ponomarev
c2a7b70661 - Fix MASTER_SITES
PR:		ports/63286
Submitted by:	John Holland <jholland@kazoocmh.org>
Approved by:	maintainer
2004-02-24 14:50:33 +00:00
Mathieu Arnold
2e5b029f12 Update to 1.5.3 2004-02-24 14:07:59 +00:00
Kirill Ponomarev
a69387c6d8 - Update to version 2.5.0
- Respect PTHREAD_{CFLAGS,LIBS}

PR:		ports/63162
Submitted by:	maintainer
2004-02-24 09:53:19 +00:00
Mark Linimon
4d8fec6759 Catch up with re-rolled distfile which mainly sets the language to "en".
Also, add LATEST_LINK.

PR:		ports/63224
Submitted by:	Henrik Motakef <ports@henrik-motakef.de> (maintainer)
2004-02-24 03:25:49 +00:00
Mark Linimon
d71f243081 Unbreak by upgrading to new DTD, which adds the 'figure' element,
amongst a whole world of (IMHO) gratuitous whitespace changes.

PR:		ports/63225
Submitted by:	Henrik Motakef <ports@henrik-motakef.de> (maintainer)
2004-02-24 03:13:27 +00:00
Mario Sergio Fujikawa Ferreira
8d90e1c675 o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSION
501103. However, users from FreeBSD series previous to 5.x are
  required to build gcc32 port.
o Therefore, do not force 5.x users to build gcc33 port if their
  available gcc32 toolchain will do. In so many words,

.if ${OSVERSION} < 501103
USE_GCC=3.2
.else
USE_GCC=3.3
.endif

Prompted by:	markus
Reviewed by:	markus, will
2004-02-24 02:56:30 +00:00
Mark Linimon
e47cab6b00 Tarball was rerolled to include new location of DTD.
PR:		ports/63223
Submitted by:	Henrik Motakef <ports@henrik-motakef.de> (maintainer)
2004-02-24 02:18:50 +00:00
Mario Sergio Fujikawa Ferreira
49e0d514cd o Make sure that:
- OSVERSION < 500000 implies in USE_GCC=3.2
	- otherwise, USE_GCC=3.3 (which is the default on 5.x series)
o This will insure that since both libmatroska and libebml ports
  were built with the same gcc toolchain, mkvtoolnix port will be
  able to be linked to both using the same aforementioned gcc
  toolchain
o Bump PORTREVISION
2004-02-24 02:16:14 +00:00
Mario Sergio Fujikawa Ferreira
2ebfefc0b0 Update to 0.6.4 2004-02-23 21:02:12 +00:00
Joe Marcus Clarke
976590be1a * Update to 1.1.4
* Use OPTIONS where feasible
2004-02-23 18:38:03 +00:00
Joe Marcus Clarke
d0f82038bc * Update to 2.6.7
* Use OPTIONS where it's feasible
* Use USE_ICONV
2004-02-23 18:37:41 +00:00
Kris Kennaway
b309a72788 BROKEN on !i386: Does not compile 2004-02-23 06:04:46 +00:00
Garrett Wollman
60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Kris Kennaway
98e446c349 BROKEN on 5.x: configure fails 2004-02-23 04:33:38 +00:00
Kris Kennaway
e0b8be773c Broken on !i386: Does not compile 2004-02-23 03:53:37 +00:00
Kirill Ponomarev
b68a3c45b5 - Utilize LATEST_LINK
PR:		ports/63229
Submitted by:	maintainer
2004-02-23 00:02:05 +00:00
Kirill Ponomarev
94165779dc - Utilize LATEST_LINK
PR:		ports/63228
Submitted by:	maintainer
2004-02-23 00:01:02 +00:00
Kirill Ponomarev
24ccbc2f84 - Utilize LATEST_LINK
PR:		ports/63227
Submitted by:	maintainer
2004-02-22 23:59:21 +00:00
Kirill Ponomarev
bc7a7721f6 - Return PORTEPOCH, which was deleted mistakenly by me
Submitted by:	adamw
2004-02-22 20:03:54 +00:00
Oliver Braun
66cc253193 * Remove forgotten patch and BROKEN.
Submitted by:	bento via kris
Pointy hat to:	me
2004-02-22 15:36:33 +00:00
MANTANI Nobutaka
9a52b4fa1d Update to 0.03.
Drop maintainership.

PR:		ports/63127
Submitted by:	maintainer
2004-02-22 14:39:09 +00:00
Mark Linimon
f70e0e3c10 Unbreak by preventing install from putting latte.el into root directory;
run strip; fix plist.

Also, reset maintainer.  This port has been broken for quite some time,
and I've never gotten any response to multiple emails about it.

PR:		ports/62781
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-22 10:10:44 +00:00
Kris Kennaway
9c254d9d99 BROKEN on 4.x: Does not build 2004-02-22 03:41:37 +00:00
Kris Kennaway
4f0cbfc6a6 BROKEN: patch fails 2004-02-22 00:03:02 +00:00
Kirill Ponomarev
a57635e7c5 - Update to version 2.0.19 2004-02-21 22:45:52 +00:00
Kris Kennaway
9e9dcdd897 BROKEN on 4.x: does not compile 2004-02-21 22:13:46 +00:00
Kris Kennaway
8b63fe22b5 BROKEN on 4.x: broken pkg-plist 2004-02-21 22:13:01 +00:00
Kris Kennaway
a413824fd7 BROKEN: Checksum mismatch 2004-02-21 21:29:41 +00:00
Kris Kennaway
36769748b6 BROKEN: Checksum mismatch 2004-02-21 20:07:54 +00:00
Yen-Ming Lee
089ae7bb8b SRILM is a toolkit for building and applying statistical language models (LMs),
primarily for use in speech recognition, statistical tagging and segmentation.
It has been under development in the SRI Speech Technology and
Research Laboratory since 1995. The toolkit has also greatly benefitted from
its use and enhancements during the Johns Hopkins University/CLSP summer
workshops in 1995, 1996, and 1997

SRILM consists of the following components:

* A set of C++ class libraries implementing language models,
  supporting data stuctures and miscellaneous utility functions.
* A set of executable programs built on top of these libraries to
  perform standard tasks such as training LMs and testing them on
  data, tagging or segmenting text, etc.
* A collection of miscellaneous scripts facilitating minor related tasks.

WWW:    http://www.speech.sri.com/projects/srilm/

Author: stolcke@speech.sri.com

PR:		60810
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-02-21 18:07:23 +00:00
Dag-Erling Smørgrav
c4f5ae53de Add current to the version list. 2004-02-19 21:08:12 +00:00
Alexander Nedotsukov
5e8a7e0ef2 Update to 1.0.2 2004-02-19 15:06:53 +00:00
Kirill Ponomarev
25713576c7 - Update to version 1.7
PR:		ports/63010
Submitted by:	Ports Fury
2004-02-18 20:39:57 +00:00
Mikhail Teterin
498d5c10eb Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday.

Insisted upon by:	clement
2004-02-18 19:30:28 +00:00
Joe Marcus Clarke
7813ae1689 Update to 1.1.3. 2004-02-18 07:30:38 +00:00
Joe Marcus Clarke
3907577f26 Update to 1.2. 2004-02-18 03:06:25 +00:00
Kris Kennaway
70150c2d3d BROKEN: inconsistent dependencies (qt 2.x and 3.x) 2004-02-17 22:46:11 +00:00
Mikhail Teterin
e3428e615f Add the http-style listing for one of the master site servers, which
speaks both FTP and HTTP.
2004-02-17 21:51:14 +00:00
Mikhail Teterin
0bd5a4d536 Upgrade from 1.7.1 to 2.0. See
ftp://ftp.cogsci.princeton.edu/pub/wordnet/CHANGES.txt

Default to Tcl/Tk-8.4. Don't build in parallel, as there is a race
condition (reported by Michael Nottebrock).
2004-02-17 21:28:23 +00:00
Tilman Keskinoz
c2e5d1e669 Depend on glib20 for AMD64. This should fix build on AMD64 2004-02-17 12:52:00 +00:00
Mathieu Arnold
1106522b7c Update to 0.47
Cleanup old things
2004-02-17 12:29:02 +00:00
Kris Kennaway
0bd0f73829 FORBIDDEN on 5.x: does not respect PTHREAD_{CFLAGS,LIBS} 2004-02-17 09:57:41 +00:00
Kris Kennaway
fc59aa9e73 BROKEN on 5.x: does not build 2004-02-17 08:42:52 +00:00
Kris Kennaway
968801aad3 FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS} 2004-02-17 00:22:55 +00:00
Kris Kennaway
46f2f690d5 FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS} 2004-02-17 00:20:41 +00:00
Jun Kuriyama
016527aee7 o Upgrade to 0.36.
o Simplify dependency and unbreak.
2004-02-16 14:31:03 +00:00
Mathieu Arnold
35028fe28c Update to 1.5.2 2004-02-16 12:21:14 +00:00
Kris Kennaway
118ac96f27 BROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from a
dependency).  This port will be removed on April 15 if still broken at
that time.
2004-02-16 11:01:28 +00:00
Ying-Chieh Liao
0a654bf653 fix build with perl5.8 by creating ${SITE_PERL} dir
Noticed by:	kris
2004-02-16 01:15:00 +00:00