1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
Commit Graph

100749 Commits

Author SHA1 Message Date
Joe Marcus Clarke
808f430fa5 Do not remove directories that hicolor-icon-theme creates and removes.
Requested by:	kris
2004-04-20 16:57:04 +00:00
Joe Marcus Clarke
96952fafc3 Update to 2.6.0. 2004-04-20 16:46:07 +00:00
Joe Marcus Clarke
280e45a894 Update to 2.4.0. 2004-04-20 16:45:48 +00:00
Norikatsu Shigemura
79af4d1955 Resurrect MASTER_SITE_LOCAL. 2004-04-20 16:31:48 +00:00
David E. O'Brien
1ef7611499 Works on AMD64 also. 2004-04-20 16:31:01 +00:00
Joe Marcus Clarke
7c5e9ccc19 Update to 2.6.1.
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2004-04-20 16:29:57 +00:00
Pav Lucistnik
4de7a65edf - Fix wrong location of lockdir from revision 1.105. This broked printing.
PR:		ports/65818
Submitted by:	Timur Bakeyev <timur@gnu.org> (maintainer)
2004-04-20 16:15:05 +00:00
Joe Marcus Clarke
51df37c7e2 Update to 2.6.1.1. 2004-04-20 16:08:33 +00:00
Peter Pentchev
ee238cb338 Add the WITH_PERSISTENT_MMAP knob to enable Lennert Buytenhek's patch for
tinydns - keep the data.cdb file mmap'd for a second instead of reopening it
on each query.
2004-04-20 15:43:03 +00:00
Pav Lucistnik
b0658eefed Add subversion-python, a slave port that enables packaging of Subversion
with python bindings.

PR:		ports/65689
Submitted by:	<thinker@branda.to>
2004-04-20 15:11:40 +00:00
Hye-Shik Chang
46646a9695 Fix typos and outdated statements.
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2004-04-20 14:29:26 +00:00
Greg Lewis
52ed0baa26 . Sync with the nethack32 port:
. By default, install things in a location that won't conflict with the
    other nethack ports.
  . Build and install the recover utility so that users can recover their
    game if it crashes (bump PORTREVISION for this).
. Sync with the nethack34 port:
  . Use PKGNAMESUFFIX to select the graphics type.
  . Remove the COMMENT in the slave ports.
. Take maintainership of nethack33 and nethack33-nox11.
. Unbreak the nethack33-qt port.
2004-04-20 14:24:28 +00:00
Archie Cobbs
1a2575b4ea Update to version 1.20. 2004-04-20 14:24:19 +00:00
Hye-Shik Chang
5ea744a20f - Improve instance treatments and its startup scripts.
- Change global products directory location.

PR:		65760
Submitted by:	maintainer
2004-04-20 14:18:32 +00:00
Alexander Leidinger
4959419432 Use the @FreeBSD.org address of the maintainer. 2004-04-20 14:04:00 +00:00
Kirill Ponomarev
df841b86f9 - Open Mortal is a parody of the once popular coin-up fighting
game, Mortal Kombat
2004-04-20 14:01:06 +00:00
Norikatsu Shigemura
17b42fa78f Add jude_take 1.3, a Java/UML Object-Oriented Design Tool.
PR:		ports/65807
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2004-04-20 13:50:33 +00:00
Alexander Leidinger
4171a9b485 Use the @FreeBSD.org address of the maintainer.
Approved by:	marius
2004-04-20 13:49:29 +00:00
Masafumi Max NAKANE
1fca0d561e Update to 3.1.3.
Also:

* Use OPTIONS to specify WITH_DVIPSK
* provide an option to install udvips
* Add listings.sty

Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
		SHIOZAKI Takehiko <st@be.to>
2004-04-20 13:25:33 +00:00
Norikatsu Shigemura
bbe8db834b Updated i386 binaries for version 03.2.
PR:		ports/65791
Submitted by:	David Marshall <marshall@chezmarshall.com> (maintainer)
2004-04-20 13:08:27 +00:00
Alexander Leidinger
00ba20f93e Slave port of security/ssh2. It builds ssh2 without X11 support.
Submitted by:	marius
2004-04-20 13:00:39 +00:00
Alexander Leidinger
3cee626158 - Display the available build knobs via a pre-everything target.
- Remove the autodetection for X11 support and the WITH_X11 knob, instead
  always build with X11 support and add a WITHOUT_X11 knob. Together with
  an additional ssh2-nox11 slave port this allows easier handling of these
  two variants and to have pre-compiled packages for both (ssh2 with X11
  support depends on X11 libraries).

Submitted by:	maintainer (marius)
2004-04-20 12:53:42 +00:00
Pav Lucistnik
145ac14fbc Add clearsilver, a fast, powerful, and language-neutral HTML template system.
In both static content sites and dynamic HTML applications, it provides
a separation between presentation code and application logic which makes
working with your project easier.

Add clearsilver-python, a slave port that enabled python extension in clearsilver.

WWW: http://www.clearsilver.net/

PR:		ports/65652, ports/65653
Submitted by:	thinker <thinker@branda.to> (original submission)
		Rui Lopes (fixes)
2004-04-20 12:43:35 +00:00
Pav Lucistnik
772054ce12 - Update to 1.2.0
PR:		ports/63013, ports/65758
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
		Carl Makin <carl@stagecraft.cx>
2004-04-20 12:31:51 +00:00
Peter Pentchev
7f6a1b771e Work around the removal of the CURLOPT_PASSWDFUNCTION and
CURLOPT_PASSWDDATA options which have been deprecated since curl-7.10.8.

Reported by:	dosirak via kris
2004-04-20 12:07:57 +00:00
Pav Lucistnik
b738c01a80 Add rzip, a compression program, similar in functionality to gzip or bzip2, but
able to take advantage from long distance redundancies in files, which can
sometimes allow rzip to produce much better compression ratios than other programs.

WWW: http://rzip.samba.org/
2004-04-20 11:39:49 +00:00
Tilman Keskinoz
78553307d2 Update to 20040419
PR:		65764
Submitted by:	Rob Evers <rob@debank.tv>
2004-04-20 10:27:53 +00:00
Sergey Skvortsov
51cb3f798b Updated to pmap-20040420
* allow extended regexps in as name argument
* use full process command line in output (if available)
* match '-n' argument against full command line
2004-04-20 10:27:24 +00:00
Tilman Keskinoz
0e3d8dc24e Update to 0.4
PR:		65767
Submitted by:	Franz Klammer <klammer@webonaut.com>
2004-04-20 10:16:00 +00:00
Tilman Keskinoz
654f9993fe Update to 0.3.1
PR:		65748
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-04-20 09:57:20 +00:00
Pav Lucistnik
cdd6358664 - Conform to master/slave syntax according to ports/64393
PR:		ports/65743
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-04-20 09:54:18 +00:00
Tilman Keskinoz
1b3af47c6c Update to 1.2
PR:		65749
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-04-20 09:37:56 +00:00
Ying-Chieh Liao
e9be62f966 add syndigator 0.14
An RSS feed reader based on Gtk2
2004-04-20 09:37:37 +00:00
Ying-Chieh Liao
67026c4d34 add p5-Gtk2-Html2 0.03
Perl module for gtkhtml2 html display widget with Gtk2-Perl
2004-04-20 09:36:20 +00:00
Clement Laforet
77f4056508 - Update to 0.20
Submitted by:    Tom Müller-Kortkamp <tmueko@kommunity.net> (maintainer)
2004-04-20 09:34:54 +00:00
Tilman Keskinoz
54ad93cf8b Update to 0.07
PR:		65315
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-04-20 09:34:32 +00:00
Michael Nottebrock
e87f40932c Add libassuan, an IPC library used by GnuPG and gpgme. 2004-04-20 09:34:01 +00:00
Tilman Keskinoz
b5086a2f8b Update to 1.0.3
PR:		65750
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-04-20 09:23:03 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Tilman Keskinoz
ec3affc624 Update to 0.9.2
PR:		65386
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-04-20 09:08:05 +00:00
Pav Lucistnik
8740b4534d - Update to 0.3
PR:		ports/65744
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-04-20 09:03:20 +00:00
Tilman Keskinoz
dc1920ddd4 Adjust BROKEN message to reality 2004-04-20 08:54:47 +00:00
Kris Kennaway
265893adaa Add missing files and directories 2004-04-20 08:46:35 +00:00
Tilman Keskinoz
eb594d6ed4 Update to 1.0 2004-04-20 08:44:21 +00:00
Kris Kennaway
e8c66b1b01 Add missing directory 2004-04-20 08:36:26 +00:00
Peter Pentchev
b9a73ac49a After Kris pointed out dosirak's dissatisfaction with the way dns/djbdns
changed the permissions on $PREFIX and $PREFIX/bin, fix the same problem
in two other ports of DJB software.
2004-04-20 08:33:16 +00:00
Pav Lucistnik
51a533fbd2 - Update to 0.8
- Introduce OPTIONS

PR:		ports/65765
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2004-04-20 08:32:30 +00:00
Ying-Chieh Liao
d835d30faa remove dup. entry 2004-04-20 08:13:21 +00:00
Ying-Chieh Liao
d02f0d25a1 upgrade to 1.042 2004-04-20 08:13:01 +00:00
Kris Kennaway
7a33de3a73 Don't remove symlinks created by the system 2004-04-20 08:12:28 +00:00