1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

75350 Commits

Author SHA1 Message Date
Akinori MUSHA
27f96357e1 Add a patch to fix coredump that occurs when you run ruby with the
verbose flag on. (ruby -v -e 'begin;end')

PORTREVISION is not bumped since this is not a significant problem for
most people.
2003-04-19 19:36:28 +00:00
Joe Marcus Clarke
e971e1684b Create a pseudo component for the GNOME CONFIGURE_TARGET, and make glib20
use it.
2003-04-19 18:52:05 +00:00
Adam Weinberger
2e2e978fae Add gxine, a GTK interface to xine. The interface is simple, but stable.
PR:		51156
Submitted by:	Grigori Goronzy <greg@chown.ath.cx>
2003-04-19 18:34:23 +00:00
Norikatsu Shigemura
38f392c9a9 o obsolete rc.d script update
o addition of iconv dependancy
o fix a number of problems

PR:		ports/50615, ports/49026, ports/49027
Submitted by:	Dominic Marks <dom@cus.org.uk> (maintainer)
		Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-19 17:42:27 +00:00
Akinori MUSHA
3c238e2165 math/ruby-bigfloat has been integrated into ruby16-shim-ruby18. 2003-04-19 16:01:35 +00:00
Akinori MUSHA
badfc22166 archivers/ruby-zlib has been integrated into ruby16-shim-ruby18. 2003-04-19 15:59:08 +00:00
Akinori MUSHA
40e9f7052c Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of 2003-04-19.

ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are
now part of ruby 1.8.
2003-04-19 15:57:37 +00:00
Max Khon
b58e0621f4 New port: konwert
Konwert is a package for conversion between various character encodings.

By encodings author imply not only different charsets like Windows-1252,
KOI8-R or UTF-8 but also the different representations of characters like
TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect
of the encodings is also implemented.

There are also filter filterm which allow to make separate input and output
conversions of the encodings for the given command. It can help e.g. when
our terminal is unable to display non-ASCII characters or to enter them
from the keyboard.

PR:		50614
Submitted by:	Alex Semenyaka <alexs@snark.ratmir.ru>
2003-04-19 15:00:39 +00:00
Mario Sergio Fujikawa Ferreira
0c80fc48a0 Fix typo in USE_JAVA value
Submitted by:	Dan Langille <dan@langille.org>
2003-04-19 14:27:46 +00:00
Max Khon
b8d5a77095 New port: libdict
Libdict is a compact, ANSI C library which provides access to a set of
generic and flexible ``dictionary'' data structures. All algorithms
used in libdict have been optimized, and, with one very small exception,
are not recursive but iterative. It was written by Farooq Mela, and is
released under a BSD style licence.

PR:		50453
Submitted by:	Alex Semenyaka
2003-04-19 14:19:50 +00:00
Max Khon
6571dcf3dd New port: chmview
Chmview is a simple program to decompose .chm-file to the
components.

PR:		50433
Submitted by:	Alex Semenyaka
2003-04-19 14:18:50 +00:00
Max Khon
a26362f502 New port: proguard
ProGuard can read jar files, shrink and obfuscate them (to prevent
reverse engineering), and write out the resulting jar file.

PR:		50434
Submitted by:	Alex Semenyaka
2003-04-19 14:16:42 +00:00
Max Khon
9644a9e44b New port: ftp4all
FTP4ALL is a free, open source FTP server implementation for the UNIX platform.
FTP4ALL was designed to require no superuser privileges.

PR:		50447
Submitted by:	Alex Semenyaka
2003-04-19 14:14:33 +00:00
Brian S. Dean
a2912b935c Update to version 4.1.0. 2003-04-19 14:13:25 +00:00
Christian Weisgerber
dec2d973a0 Add man2web 0.87.
man2web is a program for converting man (manual) output to HTML on
the fly (as a CGI program) or on the command line.
2003-04-19 14:00:38 +00:00
Max Khon
90688ecdb7 make portlint happier 2003-04-19 13:30:42 +00:00
Max Khon
8cd828c6b5 Update to 4.4.94.
PR:		50432
Submitted by:	MAINTAINER
2003-04-19 13:30:41 +00:00
Norikatsu Shigemura
1a3ef4ae0a Change MAINTAINER to new address.
PR:		ports/51141, ports/51142, ports/51143, ports/51144
Submitted by:	Scott Flatman <sf@slappy.org> (maintainer)
2003-04-19 13:06:13 +00:00
Norikatsu Shigemura
e4b4f1fe4d Add support for MySQL 4.1 client libraries.
PR;		ports/50831
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-04-19 13:00:41 +00:00
Mario Sergio Fujikawa Ferreira
c4e1bc6787 Update to 0.8.0.34 2003-04-19 12:57:27 +00:00
Norikatsu Shigemura
3bdc34c891 Fix following mistake (missed by nork).
1) Java plug-in path aren't correct and out of date
2) pkg-messages aren't there, which broke the Makefile.
3) Two patches aren't there that make Makefile and pkg-plist
   aren't right.

PR:		ports/51136, ports/51157
Submitted by:	Mezz <reigncracks@hotmail.com> (maintainer)
Reported by:	Stacey Roberts <stacey@vickiandstacey.com>
Pointy hat to:	myself
2003-04-19 12:55:18 +00:00
Makoto Matsushita
3347f81351 Forget to update SUBDIRS for VMware related ports.
Pointy hat to: matusita
2003-04-19 12:40:35 +00:00
Mario Sergio Fujikawa Ferreira
286b4069ad Improve libgnugetopt handling: use OSVERSION variable to handle
-CURRENT which has getopt_long in libc
2003-04-19 12:37:13 +00:00
Akinori MUSHA
a818e9a307 Update to 2.03a + readlink fix. 2003-04-19 12:35:58 +00:00
Akinori MUSHA
fc37200bcd Add dancer-services, the IRC services (nickserv, chanserv, etc.) for
dancer-ircd.
2003-04-19 12:02:50 +00:00
Akinori MUSHA
778a627a7c Add dancer-ircd, an irc daemon based on hybrid ircd.
This is the ircd designed for use on freenode.net, based on the hybrid
ircd used by efnet.

This port/package is configured for use on a small network or
standalone, and the escape code filter is disabled.  To use it on a
large and/or Western language only network, please re-configure
config.h and rebuild.
2003-04-19 12:01:34 +00:00
Joe Marcus Clarke
253d4c8ad2 getpw*_r is now implemented in -CURRENT. However, the _SC_GETPW_R_SIZE_MAX
sysconf is not.  This causes glib to try and malloc UINT_MAX bytes of memeory
which basically translates to -1 bytes.  Sanity check the value returned by
sysconf (_SC_GETPW_R_SIZE_MAX) to see that it's really implemented.  This
fixes an abort people started to see in Glib-based applications.

Reported by:	Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
2003-04-19 10:15:29 +00:00
Dirk Meyer
091043c465 - Update to 0.4.1 (skipping 0.4.0 cause of configure problems)
Fixes a small memory leak
2003-04-19 09:15:18 +00:00
Kris Kennaway
7479816b2d Install sample cf file mode 640, not 660 2003-04-19 09:10:59 +00:00
Kris Kennaway
5c2045a3d3 BIDDEN: Lots of buffer overflows yielding setuid root. 2003-04-19 09:06:13 +00:00
Kris Kennaway
75a7dba350 Remove linux-vmware-toolbox
Forgotten by:	matusita
2003-04-19 08:42:10 +00:00
Joe Marcus Clarke
b549c9db59 Fix a minor grammar nit in the pkg-descr. 2003-04-19 07:54:07 +00:00
Joe Marcus Clarke
4d5382d126 Update to 1.3.14. 2003-04-19 07:37:00 +00:00
Makoto Matsushita
16b7bea15e Remove unnumbered ports directories which are moved to numbered directories:
emulators/linux-vmware-toolbox -> emulators/linux-vmware-toolbox2
	emulators/vmware-guestd -> emulators/vmware-guestd3

All histories are already repocopied to new directories.

Update ports/MOVED file to note that.
2003-04-19 07:20:05 +00:00
Makoto Matsushita
c82f74e916 Cosmetic fixes for old VMware guest tools to sync with the latest one.
* Update pkg-descr to point a new ports location.
* Update RUN_DEPENDS to point a new ports location.
* Sync COMMENT message to all versions.
* Use INSTALL_PROGRAM instead of CP since it installs a program.
* Wrap interactive-related script with .if !defined(BATCH) appropriately.
* Unhide UMOUNT command and users will know what's happened.
2003-04-19 07:14:17 +00:00
Makoto Matsushita
2f8f686b91 Update VMware-related tools to the of VMware Workstation 4.0.0 build-4460
(after repocopying old ones, thank you joe).

It seems that VMware does not provide a new version of guest tools
for VMware 4.x to FreeBSD guest, but it would be better to add these
ports, since users will know FreeBSD runs on VMware 4.x.

I've also add vmware-toolbox port for VMware 4.x, which is for Linux
guest.  In VMware 3.x, we FreeBSD guest user are happy to use FreeBSD
version of vmware-toolbox so we don't need the Linux version.  However,
at least my VMs, FreeBSD version's vmware-toolbox causes X pointer a
bumpy one (pointer moves every seconds); it is unusable.  Linux version
seems OK for me, so if you have seen such behavior, please try
linux-vmware-toolbox4 instead.

Old ports cleanup will come later.

Reviewed by: kuriyama (mentor)
2003-04-19 07:09:04 +00:00
Doug Barton
bcfe75acbc A small patch to get xscreensaver-getimage-file working with perl < 5.6 2003-04-19 06:04:29 +00:00
Doug Barton
4f48ff96b7 Upgrade to 4.55, the latest from our friends at UW. Many improvements and
bug fixes. See http://www.washington.edu/pine/changes/4.53-to-4.55.html
for details.
2003-04-19 05:43:02 +00:00
Makoto Matsushita
ab3162212b Add a patch to fix a problem with *.org lookup redirection.
Bump PORTREVISION.

Submitted by:	Phil Pennock <pdp@nl.demon.net>
Obtained from:	jwhois vendor CVS repository
2003-04-19 05:21:57 +00:00
Joe Marcus Clarke
4e41411a0d s|<malloc.h>|<stdlib.h>|
Reported by:	Tom Parquette <tparquet@twcny.rr.com>
2003-04-19 05:07:48 +00:00
Kris Kennaway
93cbd318b2 New INDEX for 4.x, with 8530 ports 2003-04-19 04:52:44 +00:00
Bruce A. Mah
8a5ea2d3f5 Update to subversion-0.21.0. In addition to the submission, this
commit includes a plist fix, plus elimination of two unneeded patches.

Submitted by:	plasma <plasmaball@pchome.com.tw>
Approved by:	Craig Rodrigues <rodrigc@attbi.com>
2003-04-19 03:32:34 +00:00
Bruce A. Mah
cf43127c6a Update to apr-0.9.3. Minor changes from original submission to make
diffs apply.

Submitted by:	plasma <plasmaball@pchome.com.tw>
Approved by:	Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
2003-04-19 03:29:02 +00:00
Maho Nakata
1555c01115 1. Correct include path for instsetoo/util/openoffice.lst
Without it, licensing terms are not
   copied and installation fails for some localizd build.
   (affects patch-instsetoo+util+openoffice.lst and Makefile)
2. Added CJK Word 95/6.0/RTF import feature
   (Other patches)
3. Bump port revision
By Takashi Ono <t_ono@hkfreak.net>
2003-04-19 01:47:29 +00:00
Max Khon
9381d6a095 Security update to 0.23.9.
Approved by:	MAINTAINER
2003-04-19 00:36:38 +00:00
David E. O'Brien
5019012dfc "INSTALL_AS_NCFTP" not properly obeyed.
PR:		50756
Submitted by:	Ralf van Dooren <ralf@iae.nl>
2003-04-19 00:13:06 +00:00
Kris Kennaway
429892463e New INDEX for 5.0, with 8507 ports. 2003-04-18 22:05:43 +00:00
Jimmy Olgeni
0bdd021d0f Update module mailbox-1.010-1. 2003-04-18 21:50:03 +00:00
Joe Marcus Clarke
daa68ed157 Remove USE_GNOMENG. 2003-04-18 21:20:06 +00:00
Dirk Meyer
4e6ee725c3 - Update to 0.5.1 2003-04-18 19:13:05 +00:00