Commit graph

137536 commits

Author SHA1 Message Date
Andrey A. Chernov
60b645f390 Upgrade to 2.31
PR:     88896
2005-11-13 12:38:50 +00:00
Pav Lucistnik
3f4eda4833 - Build with -fPIC on amd64 to fix build of net/p5-Net-Pcap module
- Use USE_BISON

Approved by:	bms (maintainer)
2005-11-13 12:29:21 +00:00
Pav Lucistnik
983f48dd5f - Fix build on FreeBSD 4
Reported by:	krismail
2005-11-13 12:28:04 +00:00
Thierry Thomas
e5c2458f49 - Update Ukrainian dictionary;
- Add Serbian and Telugu dictionaries.
2005-11-13 11:30:20 +00:00
Norikatsu Shigemura
14c26b1a59 Chase dependency on ja-p5-Jcode.
I don't bump PORTREVISION.  Because dependency on ja-p5-Jcode
is correct, only path isn't correct.  This is build phase
issue.
2005-11-13 11:23:30 +00:00
Norikatsu Shigemura
3263f4ad81 Fix build error. 2005-11-13 11:06:51 +00:00
Dirk Meyer
d6f25f7964 - run vsftpd_check only when vsftpd_enable is set to YES
Submitted by:	James O'Gorman
2005-11-13 10:47:03 +00:00
Mike Silbersack
37abdfe413 With a serious of very ugly hacks, make FreeBSD 6 support work again
for the vmware3 port.

Very little testing done, but at least it builds and starts a VM now.

Debugging helped along by: ssouhal & Devon O'Dell
2005-11-13 10:14:14 +00:00
Dirk Meyer
4b44fd54c2 - fix build with APACHE1.3 IPV6 2005-11-13 09:30:30 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
e1aff7e487 - take maintainership 2005-11-13 09:18:12 +00:00
Dirk Meyer
c23a3979ad - take MAINTAINERSHIP 2005-11-13 09:14:54 +00:00
Michael Reifenberger
6966949fc5 Fix the brokenness of the port.
Testet on i386 currently. amd64 will follow.

Submitted by:	maintainer
2005-11-13 08:47:45 +00:00
Colin Percival
77683c01d1 Both bsdiff and portsnap have been added to the base system in
FreeBSD 5-STABLE and 6-STABLE.  Add conditional IGNORE lines to
reflect this.

PR:		ports/88879 (portsnap)
Reminded by:	delphij
Approved by:	linimon
2005-11-13 08:13:16 +00:00
Norikatsu Shigemura
7950fb5b4a Update to 20051113.
o Fix many typos. [1]
o Add support is_enabled_lpw, confirms that Linux Plugin
  Wrapper is enabled like following test.

  $ is_enabled_lpw /usr/X11R6/lib/browser_linux_plugins/*.so | grep "not found"
  $ echo $?
  1

  This is for information to mozilla and related browsers,
  to use /usr/X11R6/lib/browser_linux_plugins or not. [2]

Pointed out by:		many people [1]
Suggested by:		mezz [2]
2005-11-13 07:03:31 +00:00
Hiroki Sato
f5f5f2320f - install nppdf.so to lib/browser_linux_plugins instead of
lib/browser_plugins[1]

- add SHA256 checksum

Requested by:	nork[1]
2005-11-13 07:00:08 +00:00
Makoto Matsushita
76fba200be Fix plist: delete ${PREFIX}/share/locale/rw/LC_MESSAGES that is not
listed in mtree/BSD.local.dist.

Bump PORTREVISION since plist is changed.

Submitted by:	kris via pointyhat
2005-11-13 06:59:14 +00:00
Sam Lawrance
dd9a2d2142 Fix build on 4.x (stdint.h -> inttypes.h)
Reported by:	kris
2005-11-13 05:42:06 +00:00
Roman Bogorodskiy
a6b71fa9f9 Fix fetch. 2005-11-13 05:28:11 +00:00
Sam Lawrance
dab159d63b - Add missing run dependency on perl5.
- Fix plist.

Reported by:	kris
2005-11-13 05:13:28 +00:00
Marcus Alves Grando
9b1b180f5e Respect LOCALBASE
Add SHA256

PR:		88891
Submitted by:	Diane Bruce <db@db.net> (maintainer)
2005-11-13 03:42:59 +00:00
Marcus Alves Grando
f2e001d789 Add SHA256
PR:		88877
Submitted by:	maintainer
2005-11-13 03:17:23 +00:00
Marcus Alves Grando
9b7b267cf9 New port graphics/cal3d-devel
Cal3D is a skeletal based 3D character animation library written in C++
in a way that is both platform-independent and graphics API-independent.
It was originally designed to be used in a 3D client for Worldforge, but
evolved into a stand-alone product which can be used in many different
kinds of projects.

Cal3D's essentials can be boiled down to 2 parts: the C++ library and
the exporter. The exporter is what you would use to take your characters
(built in a 3D modeling package) and create the Cal3D-format files that
the library knows how to load. The exporters are actually plug-ins for
3D modeling packages. This allows 3D artists to use the modeling tools
that they're already comfortable with.

The C++ library is what you would actually use in your application,
whether it's a game or a VR application. The library provides methods to
load your exported files, build characters, run animations, and access
the data necessary to render them with 3D graphics.

WWW:	http://cal3d.sourceforge.net/

Add CONFLICTS in graphics/cal3d

PR:		88536
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopy by:	marcus
2005-11-13 03:02:22 +00:00
Tom McLaughlin
dbdbfba7c7 Add cowbell, an elegant music organizer intended to make keeping your
collection tidy both fun and easy.

In addition:
- Include bsd.mono.mk into port
- SHA256ify

PR:		84701
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
Approved by:	ahze (mentor)
2005-11-13 02:43:07 +00:00
Marcus Alves Grando
4496dba463 New port devel/ode-devel
ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.

WWW: http://www.ode.org/

Add CONFLICTS in devel/ode

PR:		88581
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopy by:	marcus
2005-11-13 02:14:57 +00:00
Pav Lucistnik
4eda1bab43 - Fix build on FreeBSD 4
Reported by:	krismail
2005-11-13 02:10:33 +00:00
Pav Lucistnik
c7a1b06585 - Fix fetching
- Remove dead WWW

PR:		ports/87987
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (billf; 20 days)
2005-11-13 02:02:15 +00:00
Marcus Alves Grando
6e30c36eb7 Remove extra dir in ode-devel. 2005-11-13 01:38:35 +00:00
Pav Lucistnik
4dfc6207de - Update to 0.6.1
PR:		ports/88892
Submitted by:	kaworu <kaworu@users.sourceforge.jp> (maintainer)
2005-11-13 00:28:44 +00:00
Sergey Matveychuk
d1d2c30a56 - Fix fcron crashing with disabling of fcrondyn
- Get rid of unnessesary patch

PR:		ports/88883
Submitted by:	maintainer
2005-11-12 21:23:49 +00:00
Sergey Matveychuk
98e938099e - Submitter of the last PR kindly agrees to take the port 2005-11-12 21:17:58 +00:00
Jeremy Messenger
3f74b02e85 HAVE_MSWINDOWS_LICENSE -> WITH_MSWINDOWS_LICENSE for now.
Requested by:	kris
2005-11-12 20:54:20 +00:00
Jeremy Messenger
f6064fd890 Add SHA256, disable WITH_REMEMBER and WITH_WINSNAP, they are un-fetechable.
If anyone care about those so much, let me know the url to bring those back.
2005-11-12 20:52:18 +00:00
Jeremy Messenger
b9515288ee Add SHA256. 2005-11-12 20:50:38 +00:00
Pav Lucistnik
aec986450d py-4Suite-XML is a new port reflecting 4Suite's post-1.0b1 package
structure. It is just the XML/XPath/XSLT/XUpdate portion of 4Suite.

PR:		ports/88128
Submitted by:	Mike Brown <mike@skew.org>
2005-11-12 20:24:31 +00:00
Marcus Alves Grando
3c9c5946f1 Add rc scripts dkfilter_in.sh and dkfilter_out.sh
Fix pkg-descr and one patch to fix Signature.pm
Bump PORTREVISION

PR:		88881
Submitted by:	Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
2005-11-12 20:18:42 +00:00
Jeremy Messenger
d7ddb40ab5 Add Tahoma TTF fonts, it's off by default with HAVE_MSWINDOWS_LICENSE knob to
enable it. You must have a Windows License to use it. Bump it to 0.30.

PR:		ports/87847
Submitted by:	Rostislav Krasny <rosti.bsd@gmail.com>
Approved by:	Konstantinos Konstantinidis <konstand@gmail.com> (maintainer)
2005-11-12 20:03:07 +00:00
Pav Lucistnik
4af64e9b99 - Update to 1.2
Submitted by:	Daniel Gerzo (maintainer) over EFnet
2005-11-12 19:30:21 +00:00
Marcus Alves Grando
3a78b7196d Update to 0.3.4_1
* Fixed seg fault in -slid on 6.0 machines
* Fixed segfault when cvsup not set to delete and an installed port
is removed from the ports tree

PR:		88888
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-12 19:27:27 +00:00
Jean-Yves Lefort
4b5645b355 - Update to 1.0.4
- OPTIONSify; enable GTK2 and GEOIP by default
- Improve comment and description
- Polish the port
2005-11-12 19:12:42 +00:00
Sergey Matveychuk
068e7c2b1b - Fix pkg-plist when WITH_XMMS defined
PR:		ports/88893
Submitted by:	Ion-Mihai "IOnut" Tetcu
2005-11-12 19:09:45 +00:00
Pav Lucistnik
92e0a01ef7 - Respect PREFIX
- Cosmetic changes

PR:		ports/88673
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
2005-11-12 19:05:08 +00:00
Pav Lucistnik
d50eba6334 - Make fetchable 2005-11-12 18:59:41 +00:00
Pav Lucistnik
ecea4a7603 Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:	both maintainers
Repocopy by:	marcus
2005-11-12 18:52:22 +00:00
Sergey Matveychuk
5d0d22b4a3 - Update to 5.2.1
PR:		ports/88885
Submitted by:	maintainer
2005-11-12 18:34:19 +00:00
Joe Marcus Clarke
82a12e3ae5 Update to 2.4.2. 2005-11-12 18:34:15 +00:00
Tom McLaughlin
30ef745178 - Unbreak port, missed that it had been marked BROKEN in the FreeBSD
tree.  This port was fixed when devel/monodoc was updated.

Approved by:    ahze (mentor, implicit)
2005-11-12 18:33:14 +00:00
Maxime Henrion
ef9bb6f447 Join the ambient paranoia and add an SHA256 checksum. 2005-11-12 18:31:55 +00:00
Tilman Keskinoz
c43ce81052 Update to 1.2.1
Add SHA256
Grab back Maintainership
2005-11-12 18:19:32 +00:00
Sergey Matveychuk
351dfb0b24 - fix build with nonstandard LOCALBASE
- add SHA256 checksum

PR:		ports/88889
Submitted by:	maintainer
2005-11-12 17:53:09 +00:00