Commit graph

148823 commits

Author SHA1 Message Date
Vasil Dimov
e2e6b6d7af * Bring to a structure, similar to those of www/linux-firefox and
www/linux-seamonkey
* Give maintainership to submitter

PR:		ports/96238
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-04-25 14:03:20 +00:00
Michael Johnson
376a56cde5 - Try to remove lib/browser_plugins 2006-04-25 13:35:59 +00:00
Erwin Lansing
fd5cb74ac9 Reset maintainership. Thank you for your work so far!
PR:		96316
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2006-04-25 13:13:45 +00:00
Pav Lucistnik
887363be26 - Fix obvious damage from previous commit:
* cvs rm patch files, which are gone according to PR
  * fix USE_RC_SUBR handling
2006-04-25 12:54:10 +00:00
Lars Thegler
63f0c6e0da Update to 0.04 2006-04-25 12:50:14 +00:00
Lars Thegler
36bad20e67 - Update to 0.13
- Make portlint happy
2006-04-25 12:09:58 +00:00
Vasil Dimov
6cb2c5f101 Update from 1.7.12 to 1.7.13 2006-04-25 12:04:02 +00:00
Pav Lucistnik
4c7f4cce83 - Fix build with recent openal, where freealut is a separate project
Reported by:	krismail
2006-04-25 12:02:13 +00:00
Volker Stolz
5eb937f4df Update to 1.8.0
PR:		ports/96129
Submitted by:	maintainer
2006-04-25 11:42:59 +00:00
Erwin Lansing
a5ae652049 Update to 2.0.7
PR:		96256
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
Approved by:	maintainer
2006-04-25 11:35:33 +00:00
Volker Stolz
0ff723d4ef - uses round() which is only available in 5.3 and higher. It
also depends upon a relatively recent version of libpcap which only
   exists in the base of 6.0 and up[1].  The attached patch marks it as
   broken on 5.2 and lower, and depends on net/libpcap for 5.3 up to 6.0.
- respect CC/CFLAGS

PR:		ports/96273
Submitted by:	maintainer
2006-04-25 11:28:16 +00:00
Erwin Lansing
d01ec18921 Update to 1.1.7
Assign maintainership to submitter

PR:		96280
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-04-25 11:25:29 +00:00
Erwin Lansing
211ff6d4e3 Update to 0.8.2
PR:		96231
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	maintainer
2006-04-25 11:15:17 +00:00
Erwin Lansing
42b46c0d11 Fix typo. glimpse is in textproc, not misc.
PR:		96272
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca>
2006-04-25 11:03:46 +00:00
Michael Johnson
2ae7126f91 - Update MASTER_SITES to fix fetch
Reported by:	kris mail
2006-04-25 10:31:57 +00:00
Anton Berezin
dc3a5f38de Add p5-Template-Plugin-Markdown 0.02, TT plugin for Text::Markdown.
PR:		ports/96291
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2006-04-25 10:21:10 +00:00
Anton Berezin
aae8188e7e Add p5-Text-Markdown 1.0.3, markdown Perl5 module.
PR:		ports/96292
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2006-04-25 09:08:55 +00:00
Vasil Dimov
3d363d155e Update from 0.5.11 to 0.5.12 2006-04-25 09:05:02 +00:00
Daichi GOTO
879185f87c lang/gdc: depend gcc update from 3.4.6 to 4.0.4
PR:		ports/96138
Submitted by:	maintainer
2006-04-25 08:09:01 +00:00
Pav Lucistnik
461e29ee47 - Update to 1.0.10 2006-04-25 07:59:48 +00:00
Andrey Slusar
82c1f4e075 Fix build on 7.0-CURRENT
Reported by:	kris(pointyhat)
2006-04-25 07:29:40 +00:00
Andrej Zverev
e229cd2611 - Update to version 1.13.0
- Add extra MASTER_SITES

PR:		ports/96276
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-04-25 07:07:13 +00:00
Yen-Ming Lee
19baf7aa3b - relocate BUILD_DEPENDS 2006-04-25 06:00:09 +00:00
Yen-Ming Lee
896061384b - update to 2.488 2006-04-25 05:16:27 +00:00
Yen-Ming Lee
797fc88de6 - update to 1.20 2006-04-25 04:53:17 +00:00
Edwin Groothuis
dce76738eb New Port sysutils/dfui_curses: A curses front end for libdfui
sysutils/dfui_curses is a front end for the DragonFly User
	Interface library.

PR:		ports/96124
Submitted by:	Andrew Turner <andrew+ports@fubar.geek.nz>
2006-04-25 02:39:35 +00:00
Sam Lawrance
ae29a269ce Update to 0.8.1.
PR:		ports/95310 (superseding ports/93111*)
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by:	dyeske@yahoo.com (maintainer, timeout 2 months*)
2006-04-25 02:20:48 +00:00
Jean Milanez Melo
22e951ba0f - New port:
fswatch is a utility to guard changes in a file system. fswatch is composed
of three simple programs: fswbuild, fswcmp, fswshow. fswbuild builds file
system information database. fswcmp compairs two database files and returns
what changes a in file system have been introduced. fswshow shows contents of
database file. a file information database is platform independend.

fswatch can collect the following information about files (and directories):
inode, links, uid, gid, mode, size, flags, ctime, checksum (sha1) ; and can
show which files were added, deleted or changed.

PR:		ports/95973
Submitted by:	dominik karczmarski <dominik@karczmarski.com> (maintainer)
Reworked by:	jmelo
Approved by:	mnag (mentor)
2006-04-25 01:55:02 +00:00
Cheng-Lung Sung
816aad728f - update to 6.2.11 2006-04-25 00:52:55 +00:00
Cheng-Lung Sung
1f600666e8 - update to 0.21
- from Changes
  - made dircopy() use fcopy() instead of copy() for files so that
    it'd behave consistently and correctly
2006-04-25 00:50:30 +00:00
Yen-Ming Lee
243231e1b0 - update to 1.11
PR:		96269
Submitted by:	Frank Laszlo <laszlof at vonostingroup.com>
2006-04-24 23:58:56 +00:00
OKAZAKI Tetsurou
c565391400 Upgrade to 1.0.13.
PR:		ports/96155
Submitted by:	KIMURA Yasuhiro
Approved by:	maintainer
2006-04-24 23:01:31 +00:00
Pav Lucistnik
a3a4aa93af - Update to 0.50
- Take maintainership

PR:		ports/95798
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
2006-04-24 22:59:22 +00:00
Pav Lucistnik
5777bd4632 - Update to 2.6.8
PR:		ports/96210
Submitted by:	delphij
2006-04-24 22:47:27 +00:00
Mario Sergio Fujikawa Ferreira
f0bda73f7d Update to 0.6.1.17 2006-04-24 22:04:25 +00:00
Alejandro Pulver
19758d10d9 - Fix build of generator68k (default 68k emulator on non-i386 architectures).
- Remove DIST_SUBDIR because since the Neo-Geo BIOS was removed from
  the distribution there is only one distfile.

Approved by:	garga (mentor)
2006-04-24 21:18:57 +00:00
Alejandro Pulver
ed5d5f0fa9 - Fix installation of files in ${DOCSDIR} (they were installing under
the same name, overwriting it each time).
- Add these files to pkg-plist.

Approved by:	garga (mentor)
2006-04-24 21:17:31 +00:00
Alejandro Pulver
58c9853c93 - Remove Georgian (ka) language because it is included with Tuxpaint
standard distribution.
- Remove '@' from installation commands.

Approved by:	garga (mentor)
2006-04-24 21:16:27 +00:00
Alejandro Pulver
affa1eae3c - Remove USE_REINPLACE.
- Fix OPTIONS handling.
- Format tabs.
- Add '@' to permission fixing commands.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:15:49 +00:00
Alejandro Pulver
61caf9cf81 - Remove USE_REINPLACE.
- Remove LICENSE file before installing instead of after.
- Fix OPTIONS handling.
- Format tabs.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:15:05 +00:00
Alejandro Pulver
6f1904ab75 - Remove PKGMESSAGE override (SUB_FILES does that).
- Fix OPTIONS handling.
- Remove USE_REINPLACE.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:14:18 +00:00
Alejandro Pulver
ec6e63f063 - Remove '@' from installation commands.
Approved by:	garga (mentor)
2006-04-24 21:13:27 +00:00
Alejandro Pulver
a796236be3 - Fix OPTIONS handling.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:12:50 +00:00
Alejandro Pulver
a080846f21 - Remove USE_REINPLACE.
- Fix OPTIONS handling.
- Remove '@' from installation commands.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:11:29 +00:00
Alejandro Pulver
f16a0e1e12 - Fix OPTIONS handling.
- Remove '@' from installation commands.
- Format tabs.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:10:14 +00:00
Alejandro Pulver
69f8dd6e63 - Format Makefile comments.
- Format tabs.

Approved by:	garga (mentor)
2006-04-24 21:09:30 +00:00
Alejandro Pulver
f68f19ff3a - Put targets at the end.
- Fix OPTIONS handling.
- Remove '@' from installation command.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:09:01 +00:00
Alejandro Pulver
3e4da5f829 - Fix OPTIONS handling.
- Fix IGNORE message.
- Sort option handling code.
- Remove '@' from installation commands.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:08:18 +00:00
Alejandro Pulver
77b5a6d53f - Change BROKEN to IGNORE.
- Fix OPTIONS handling.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:07:27 +00:00
Alejandro Pulver
d6a5ef6be2 - Remove USE_REINPLACE.
- Change OPTIMIZED_CFLAGS to "on" by default.
- Remove '@' from installation commands.
- Format tabs, sort targets.
- Bump PORTREVISION.

Approved by:	garga (mentor)
2006-04-24 21:06:48 +00:00