Commit graph

79752 commits

Author SHA1 Message Date
Adam Weinberger
17c93d66db Add p5-WordNet-Similarity.
This package consists of Perl modules along with supporting Perl programs that
implement the semantic relatedness measures described by Leacock Chodorow
(1998), Jiang Conrath (1997), Resnik (1995), Lin (1998), Hirst St Onge (1998)
and the adapted gloss overlap measure by Banerjee and Pedersen (2002). The Perl
modules are designed as object classes with methods that take as input two word
senses. The semantic relatedness of these word senses is returned by these
methods. A quantitative measure of the degree to which two word senses are
related has wide ranging applications in numerous areas, such as word sense
disambiguation, information retrieval, etc. For example, in order to determine
which sense of a given word is being used in a particular context, the sense
having the highest relatedness with its context word senses is most likely to
be the sense being used. Similarly, in information retrieval, retrieving
documents containing highly related concepts are more likely to have higher
precision and recall values.

A command line interface to these modules is also present in the package. The
simple, user-friendly interface returns the relatedness measure of two given
words. A number of switches and options have been provided to modify the output
and enhance it with trace information and other useful output. Details of the
usage are provided in other sections of this README. Supporting utilities for
generating information content files from various corpora are also available in
the package. The information content files are required by three of the
measures for computing the relatedness of concepts.
2003-07-08 01:16:27 +00:00
Adam Weinberger
59d73865b2 Add missing dir to pkg-plist. PORTREVISION bump. 2003-07-08 01:03:24 +00:00
Adam Weinberger
91c313eb85 Honor WNHOME if it's defined within the environment. 2003-07-08 00:54:52 +00:00
Adam Weinberger
3da0d2adad Add p5-WordNet-QueryData
WordNet::QueryData provides a direct interface to the WordNet database files.
It requires the WordNet package. It allows the user direct access to the full
WordNet semantic lexicon. All parts of speech are supported and access is
generally very efficient because the index and morphical exclusion tables are
loaded at initialization. This initialization step is slow (appx. 10-15
seconds), but queries are very fast thereafter---thousands of queries can be
completed every second.
2003-07-08 00:31:30 +00:00
Tilman Keskinoz
cb27d133b9 -Respect CFLAGS
-Add -fPIC
2003-07-07 23:51:04 +00:00
Tilman Keskinoz
843277c314 Add back -fPIC
Submitted by:	bento
2003-07-07 23:37:42 +00:00
Adam Weinberger
b15fc750cf Don't build and install examples by default. This cuts build time by
more than half.

Examples are available via a WITH_EXAMPLES knob, which is off by
default.

Bump PORTREVISION.
2003-07-07 23:36:40 +00:00
Maho Nakata
18ddee1ae2 a. This patch adds the documentation and makes
other changes to make the program easier to configure and use.
b. Drop the maintainership.

PR:		53603
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-07 23:35:33 +00:00
Yoichi NAKAYAMA
841f227dce update to 200307 version, large size dictionary is updated. 2003-07-07 23:33:51 +00:00
Joe Marcus Clarke
9a43d0809f Update to 2.0.0. 2003-07-07 23:32:37 +00:00
Christian Weisgerber
d8e6d306f4 Catch up with Debian patch file. No functional changes.
Reported by:	fenner (portsurvey)
2003-07-07 23:20:14 +00:00
Jun Kuriyama
7378fd68c5 Remove this port due to possible security bug.
Submitted by:	Fred <sexyfork@nomade.fr>
PR:		ports/36404
Approved by:	dima (maintainer)
2003-07-07 22:55:25 +00:00
Tilman Keskinoz
1dff1753af Add kalbum, a KDE application that allows you to create albums
from a collection of images.

PR:		53976
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
2003-07-07 22:48:45 +00:00
Tilman Keskinoz
2c7640bab1 Fix plist.
Submitted by:	bento
2003-07-07 22:38:53 +00:00
Adam Weinberger
baef1c795e Restore python-related stuff. 2003-07-07 21:18:20 +00:00
Adam Weinberger
dad04be226 Add back python stuff to the pkg-plist.
The libxml2 (and libxslt, for that matter) build looks for python
under ${PREFIX}, not ${LOCALBASE}.
2003-07-07 21:09:06 +00:00
Adam Weinberger
e0f90127a2 Update to 1.0.31. 2003-07-07 20:38:26 +00:00
Adam Weinberger
9ce60f14b5 Update to 2.5.8. 2003-07-07 20:31:22 +00:00
Oliver Lehmann
2b3e5a151f update varconf to 0.6.0 2003-07-07 20:15:37 +00:00
Cy Schubert
c7a5ac9056 Update 4.1.73 --> 4.1.80-rc1 2003-07-07 18:00:05 +00:00
Cy Schubert
595907db5f Update 4.1.1c-rc1 --> 4.1.1c-rc3 2003-07-07 17:52:35 +00:00
Hajimu UMEMOTO
a84f2673d6 Use USE_AUTOHEADER. 2003-07-07 16:59:55 +00:00
Makoto Matsushita
12d533cc1c Fix installation messages to users. No content changes, no bump.
Submitted by:	SHIOZAKI Takehiko <st@be.to> (mostly)
2003-07-07 15:44:38 +00:00
Alexander Leidinger
866ffd967e Fix plist.
No PORTREVISION update because of the short timeframe between the commits.

Submitted by:	maintainer
2003-07-07 15:24:36 +00:00
Oliver Lehmann
df21811cb5 update openldap21 to 2.1.22
PR:		53886
Submitted By:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved By:	maintainer
2003-07-07 15:06:05 +00:00
Bruce A. Mah
cb52dc4ac6 Add missing quote mark.
PR:		54171
Submitted by:	Roman Neuhauser <roman@bellavista.cz>
2003-07-07 15:05:38 +00:00
Alexander Leidinger
7b5c95f90d Update to 3.2.5:
* Fixed a critical security bug with RSA signature
          verification. Mitigating factors: DSA is used by default (not
          vulnerable). Also, the attack requires that attacker has the
          public key and the attacker needs to precompute the signature
          data so, that it looks like a valid PKCS#1 signature. This is a
          non-trivial task to perform without the private
          key. Nonetheless, all users should update their servers and
          clients as soon as convenient. Workarounds are to not use RSA
          keys as host keys (though connecting to existing hosts with RSA
          hostkeys poses a serious risk with a vulnerable client), and
          disabling publickey authentication. Update your clients and
          servers.

 Update MASTER_SITES, remove sites that are down or no langer carry ssh2
  and add some new.
- Turn Kerberos and group writeability support into knobs so one hasn't to
  edit the Makefile.
- Remove dependency on security/tcp_wrapper for tcp-wrapper support on
  systems < FreeBSD 4.0, that port is no longer persistent.
- Fix pkg-plist for WITH_STATIC_SFTP case.
- Replace referneces to /etc/ssh2/* in man pages with references to
  PREFIX/etc/ssh2/* in order to better fit for FreeBSD.
- Replace "$(ETCDIR)" in ssh_dummy_shell.out with PREFIX/etc.
- Remove duplicated mechanism for generating the host key if an old one isn't
  found in the post-install target in the Makefile of the port, this is
  already done by the generate-host-key target in WRKSRC/apps/ssh/Makefile.
- Fix differences between the install action done when installing the
  package versus installing the port. I.e. make the package create the host
  key with what ever bits ssh-keygen2 defaults to (currently 2048) instead
  of 1024 bits, copy over the configuration files for ssh2 and sshd2 from
  the examples if not already existent and create the directories for the
  global host keys and known hosts files.
- Add some foo to pkg-plist to remove as much as possible from PREFIX/etc/ssh2,
  i.e. configuration files that don't differ from the corresponding examples
  and empty directories. Inform the user to remove what's left over if any.
- Use _PATH_STDPATH instead of _PATH_DEFPATH so that the default PATH gets
  set to "/usr/bin:/bin:/usr/sbin:/sbin:PREFIX/bin" instead of
  "/usr/bin:/bin:PREFIX/bin". Using _PATH_STDPATH is consistent with OpenSSH
  and seems more usefull. One might want to patch ssh2 to also use login_cap(3)
  so that e.g. PATH gets picked up from whatever is defined in /etc/login.conf.
- Change MAINTAINER.
- Replace "share/doc/ssh2" with %%DATADIR%% in pkg-plist.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-07-07 14:19:07 +00:00
Jimmy Olgeni
5c27a2fd83 Upgrade to version 0.9.14.005. 2003-07-07 14:18:41 +00:00
Oliver Lehmann
6ef2dc6e19 - now *really* use libtool from ports instead of the included one
- build -dynamic for better compatibility with libltdl
- grap back-perl fixes from OpenLDAP CVS to let FreeBSD port users
  test the perl backend
- dynamically create pkg-plist in pre-install instead of post-install
  to simplify things and guard against changes in bsd.port.mk
- bump portrevision
- miscellaneous style fixes:

PR:		54177
Submitted by:	maintainer
2003-07-07 14:01:25 +00:00
Erwin Lansing
ebb10f1baf Update to 0.23
PR:		54172
Submitted by:	maintainer
2003-07-07 12:18:05 +00:00
Jun Kuriyama
76d88a5568 Fix @exec in pkg-plist.
Submitted by:	hrs
2003-07-07 11:51:39 +00:00
Oliver Lehmann
cc56c1142a update openldap20 to 2.0.27
hand over maintainership to  Oliver Eikemeier <eikemeier@fillmore-labs.com>

PR:		51640
Submitted By:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-07 11:51:31 +00:00
Sheldon Hearn
51aa188e22 Move Exim mirror sites to MASTER_SITE_EXIM in Mk/bsd.sites.mk.
Add additional mirrors.

PR:		ports/53499
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-07 11:32:28 +00:00
Norikatsu Shigemura
391e685802 o Update to 2003.07.07.
o make PLIST in post-build phase[1].

Submitted by:	Sergey Matveychuk <sem@ciam.ru> [1]
2003-07-07 11:07:56 +00:00
Norikatsu Shigemura
e88ba2e6cd o Remove dependency on linux-png.
o Bump PORTREVISION accordingly.

Submitted by:	Jeremy Messenger <mezz7@cox.net> (maintainer)
2003-07-07 10:24:48 +00:00
Norikatsu Shigemura
e62d46b30e o Take MAINTAINERship to submitter.
o Remove dependency on linux-png.
o Bump PORTREVISION accordingly.

Submitted by:	Jeremy Messenger <mezz7@cox.net>
Approved by:	des
2003-07-07 10:23:24 +00:00
Sergey A. Osokin
f9a41ada42 Update to 1.6.0
Submitted by:	Don Croyle <croyle#gelemna.org@gelemna.org>
PR:		54159
Approved by:	fjoe (mentor) (implicit)
2003-07-07 09:34:41 +00:00
Thomas Gellekum
e0eea26bea Upgrade to 2.4.3. 2003-07-07 09:32:39 +00:00
Erwin Lansing
a473261476 Add p5-DateTime-Calendar-Pataphysical 0.02,
dates in the
pataphysical calendar.

PR:		53956
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 09:27:25 +00:00
Erwin Lansing
f8089c00c3 Add p5-DateTime-Format-Mail 0.25,
convert between DateTime and
RFC2822/822 formats.

PR:		54104
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 09:25:23 +00:00
Erwin Lansing
7cffe7e961 Add p5-DateTime-Format-Epoch 0.04,
convert DateTimes to/from epoch
seconds.

PR:		54030
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 09:11:36 +00:00
Oliver Lehmann
aa61ef57a9 update courier-imap to 2.0.0
install ssl rc scripts [1]
install authuserdb binary [2]
take maintainership [3]

PR:		52949 [1], 82947 [2]
Approved by:	nbm [3]
2003-07-07 09:09:48 +00:00
Peter Pentchev
d9362c99af Update to unquote-1.0pre4.
Prompted by:	Craig Carey <research@ijs.co.nz>
2003-07-07 09:09:14 +00:00
Sergey A. Osokin
766f93f7ea Sync PORTVERSION with master port.
Spotted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	fjoe (mentor) (implicit)
2003-07-07 08:39:27 +00:00
Erwin Lansing
0a997cadbe Add p5-DateTime-Format-DateManip 0.01,
convert Date::Manip dates
and durations to DateTimes and vice versa.

PR:		54029
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 08:34:12 +00:00
Sergey A. Osokin
38abf86853 Fix building with SASL2 case.
Submitted by:	Charles Swiger <chuck@pkix.net>
Patch from:	Vivek Khera <khera@kcilink.com> (maintainer)
PR:		54136
Approved by:	fjoe (mentor) (implicit)
2003-07-07 08:28:33 +00:00
Erwin Lansing
919ba7c449 Add p5-DateTime-Format-Excel 0.28,
convert between DateTime and
Excel dates.

PR:		54032
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 08:22:22 +00:00
Erwin Lansing
fb000b5e02 Add p5-DateTime-Format-MySQL 0.03,
parse and format MySQL dates and
times.

PR:		54028
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 08:07:19 +00:00
Norikatsu Shigemura
4020c357c0 o Fix two vulnerabilities.
http://www.phpbb.com/news.php?id=17

	* phpBB SQL Injection vulnerability
	http://www.phpbb.com/phpBB/viewtopic.php?t=112052

	* PHPBB Admin_Styles.PHP Theme_Info.CFG File Include Vulnerability
	http://www.securityfocus.com/bid/7932/credit/
	http://www.phpbb.com/phpBB/viewtopic.php?t=113826

o Bump PORTREVISION.
o Take MAINTAINERship to ports@.

PR:		ports/54165[1]
Submitted by:	Kang Liu <lazykang@hotmail.com> [1]
		Ivanchenko V. I. <webmaster@asiamusic.ru>
2003-07-07 08:04:49 +00:00
Erwin Lansing
948965c2ab Add p5-DateTime-Format-Pg 0.04,
parse and format PostgreSQL dates
and times.

PR:		54027
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-07 08:02:45 +00:00