1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

7871 Commits

Author SHA1 Message Date
Kirill Ponomarev
19c0eb5f62 - Update to 2.0 2003-08-24 08:15:11 +00:00
Edwin Groothuis
81a44e879c New Port: howl 0.6.1: zerconf/rendezvous implementation
Paul Dlug also submitted a PR with the howl port, but kept
	his name in the MAINTAINER field, so I assign him as the
	maintainer for this port.

PR:		ports/55291
Submitted by:	Paul Dlug <paul@aps.org>
2003-08-24 06:34:06 +00:00
Mario Sergio Fujikawa Ferreira
314779a219 Update to 0.50.1 2003-08-24 00:12:07 +00:00
Kirill Ponomarev
4a4d7d0111 - Update to version 0.10.2
PR:		55900
Submitted by:	Ports Fury
2003-08-23 21:49:23 +00:00
Kirill Ponomarev
9abf0f65bb - Update to version 2.5
PR:		55901
Submitted by:	Ports Fury
2003-08-23 21:42:32 +00:00
Michael Reifenberger
2c675045d9 Update nitpicker to new version 1.2.1
Since versioning has changed ( 1.23 -> 1.2.1) set PORTEPOCH to 1.
Add/Change patches to respect CFLAGS/PREFIX

Submitted by:	Mirko Steiner <mirko.steiner@slashdevslashnull.de>
Reviewed by:	PORTEPOCH adviced by freebsd-ports
2003-08-23 17:48:56 +00:00
Edwin Groothuis
9acc62a9af Port upgrade: sysutils/LinNeighborhood to 0.6.5_1
LinNeighborhood core dumps, if one of the windows share
	names or mount point names contain a space.
	(Thanks to Simon Barner for the fix).

PR:		ports/55179
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2003-08-23 12:40:20 +00:00
Jun Kuriyama
8b58c48826 o Move perllocal.pod tweak from post-configure to post-build.
Because Makefile for perl is created at build stage. [1]
o Install freebsd5.h which I added in previous commit [2].

PR:		ports/55729 [2]
Submitted by:	Pat Lashley <patl+freebsd@volant.org> [2],
		kuriyama [1]
2003-08-23 08:32:01 +00:00
Kirill Ponomarev
df8b198761 - Update to 0.10.0
PR:		55868
Submitted by:	maintainer
2003-08-22 18:19:05 +00:00
Sergey Skvortsov
a21e7a2417 Add ipacctd 1.46, IP accounting using divert socket. 2003-08-22 14:11:09 +00:00
Michael Landin
41407446e2 New port: A traffic analysis command-line utility
Approved by:	roberto (mentor)
2003-08-22 13:38:56 +00:00
Michael Landin
dd8a084dbd Unbreak build on alpha 5.x
bump PORTREVISION

Approved by:		roberto (mentor)
Reviewed by:		maintainer
2003-08-22 13:25:23 +00:00
Kirill Ponomarev
eed93068a5 - Update to 0.5.5 2003-08-22 08:52:37 +00:00
Kirill Ponomarev
d5cf820540 - Update to 0.21
PR:		55851
Submitted by:	maintainer
2003-08-21 21:27:03 +00:00
Yen-Ming Lee
6554b6934a Update to 0.9.13
PR:		55083
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
Approved by:	maintainer timeout
2003-08-21 16:41:12 +00:00
Mario Sergio Fujikawa Ferreira
9e444fc268 o Update to 1.4.3
o Unmark FORBIDDEN

PR:		55471
Submitted by:	Morten Rodal <morten@rodal.no>
2003-08-21 11:19:17 +00:00
Jun Kuriyama
8c6fb11a76 Add forgotten patch in the PR.
PR:		ports/55648
2003-08-21 03:03:53 +00:00
Adam Weinberger
ef11fa8bcc Correct PREFIX. Bump PORTREVISION. 2003-08-21 03:00:49 +00:00
Jun Kuriyama
2c9aab2874 Fixed non-existing dependency (p5-CGI to p5-CGI.pm).
Use SITE_PERL (kuriyama).

PR:		ports/55648
Submitted by:	Yu-Shun Wang <yushunwa@isi.edu>
2003-08-21 02:51:16 +00:00
Mathieu Arnold
7ad8c34afe Update to 1.16
replace the Configure patch with a CONFIGURE_ARGS
patch Makefile.PL so that *all* man pages are generated even for perl < 5.8.0
grab maintainership

Approved by:	demon (mentor)
2003-08-20 15:49:36 +00:00
Adam Weinberger
d9fcb3a9ba Add nicotine, a GTK2 SoulSeek filesharing client, forked from the
pySoulSeek codebase.
2003-08-20 13:50:26 +00:00
Kirill Ponomarev
f7cb6981ef - get rid of ${STRIP_CMD}
- documentation fixes

PR:		55803
Submitted by:	maintainer
2003-08-20 12:40:57 +00:00
Norikatsu Shigemura
df5286a354 Update to 2003.08.19. 2003-08-20 09:15:45 +00:00
Tilman Keskinoz
31c97ad516 Connect polish to the build
Remove the Repocopied ports.

PR:             53797
Submitted by:   Aleksander Fafula <alex@fafula.com>
Approved by:    portmgr(marcus)
Repocopied by:  joe
2003-08-19 09:53:15 +00:00
Norikatsu Shigemura
049a1e7cce Update to 20030816. 2003-08-18 16:26:03 +00:00
Norikatsu Shigemura
efb928619b o Main modification
graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:		ports/54540
Submitted by:	Ports Fury
Approved by:	maintainer (blanket)
Reported by:	bento via kris [1]
2003-08-18 16:15:10 +00:00
Michael Landin
a96836d83c Update to -> 0.3.0
Use DOCSDIR macro in pkg-plist

Approved by:		roberto(mentor)
2003-08-18 15:36:13 +00:00
Daichi GOTO
b69d904d5c update ports/net/mpich: 1.2.5_1 -> 1.2.5_2
- maintainer mail address change
  - added some patch files to PATCHFILES

PR:		55608
Submitted by:	David A. Bader <dbader@ece.unm.edu> (maintainer)
2003-08-18 06:15:19 +00:00
Joe Marcus Clarke
d100383ce7 Return the correct value for tcp.tcpCurrEstab.0.
PR:		54551
Submitted by:	Mário Freitas <sub_0@netcabo.pt>
2003-08-17 19:48:36 +00:00
Bill Fumerola
1b4f557bb3 upgrade to 1.017 2003-08-17 19:32:44 +00:00
Bill Fumerola
19ca4fb001 remove references to dave.plonka.us, instead refer to net.doit.wisc.edu
Submitted by:	Dave Plonka <plonka@doit.wisc.edu>
2003-08-17 18:00:28 +00:00
Pete Fritchman
10c5b932ab Update to 0.30.
PR:		53968
Submitted by:	mat
2003-08-17 15:43:10 +00:00
Kris Kennaway
f330335017 Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION. 2003-08-17 02:29:36 +00:00
Kirill Ponomarev
5fcd8f8072 - Update to 2.2
Submitted by:	Kurt Jaeger <pi@complx.LF.net>, krion
Approved by:	maintainer
2003-08-16 16:12:08 +00:00
Pete Fritchman
7409a9c423 Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR:		52109
Submitted by:	Jim Geovedi <jim@corebsd.or.id>
Approved by:	various maintainers, timeouts
2003-08-16 16:02:39 +00:00
Kris Kennaway
86f508eda7 Utilize INFO and bump PORTREVISION 2003-08-16 09:40:30 +00:00
Kris Kennaway
92a1cb6ebf Utilize INFO, fix and sort pkg-plist, and bump PORTREVISION. 2003-08-16 09:21:42 +00:00
Jun Kuriyama
0e4ce79901 o Fix not to define "freebsd[234]" definition on freebsd5 environment.
o Fix related patch to fit freebsd5 environment.
o Implement tcp.tcpCurrEstab to return correct value.

PR:		ports/54551
Submitted by:	sub_0@netcabo.pt
2003-08-16 08:53:52 +00:00
Edwin Groothuis
06a66651cd make net/sniffit buildable again on sparc64 (and others maybe too)
noticed by: bento/kris
2003-08-15 23:13:46 +00:00
Kris Kennaway
eae866476f Reset bouncing maintainer address (delivery times out) 2003-08-15 22:37:36 +00:00
Dirk Meyer
62ed3cc513 - Fix path in last patch
Pointed out by: kris
2003-08-15 22:31:15 +00:00
Sergey A. Osokin
9a94eb01ab Fix ${MASTER_SITE_SUBDIR}
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
PR:		55607
2003-08-15 14:46:06 +00:00
Joe Marcus Clarke
0e7b38f18a Update to 0.67. 2003-08-15 14:33:36 +00:00
Joe Marcus Clarke
2ae679848d Update to 0.5. 2003-08-15 14:32:30 +00:00
Joe Marcus Clarke
7a21fe86cd Update to 0.13.2. 2003-08-15 14:32:13 +00:00
Yen-Ming Lee
b070d4d051 - Update to 9.2.1
PR:		55579
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
2003-08-15 07:42:36 +00:00
Dirk Meyer
38963399e1 - New option LDAP_PORT 2003-08-15 04:44:40 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Jun Kuriyama
7c0800f7ec Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...

Pointy hat to:	kuriyama
2003-08-14 22:12:22 +00:00
Dirk Meyer
7c53c2b52e - Fixes restart problems with patch from qhwt@myrealbox.com 2003-08-14 18:32:17 +00:00
Dirk Meyer
284c030888 - New option LDAP_PORT
- Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client
- Make portlint happier
2003-08-14 18:00:01 +00:00
Greg Lewis
8e29f3aaf6 . Remove some more cruft. 2003-08-14 17:51:10 +00:00
Dirk Meyer
827ad62b34 - make option LDAP_PORT overwriteable 2003-08-14 17:49:35 +00:00
Dirk Meyer
658a9f821f - New option LDAP_PORT
- Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client
2003-08-14 17:46:55 +00:00
Greg Lewis
ef722765a5 . Remove cruft.
. Simplify build (just redefine ALL_TARGET)
. tar -> ${TAR}
2003-08-14 17:28:36 +00:00
Tilman Keskinoz
99cf34e2b7 Update to 1.8
PR:		55583
Submitted by:	maintainer
2003-08-14 17:10:43 +00:00
Thomas Quinot
c96fcddee7 Fix CONIGURE_ARGS in the WITH_LDAP case to look for openldap12 libraries
under ${LOCALBASE}/lib.

Reviewed by:	roberto
2003-08-14 15:17:19 +00:00
Thomas Quinot
832d6b991e Upgrade to upstream release 1.9.2.1.
Reviewed by;	roberto
2003-08-14 10:16:48 +00:00
Thomas Quinot
bbf05701ce Fix URL of proxy-suite web page.
Submitted by:	Doug McDonald <dougm@austin.rr.com>
Reviewed by:	roberto
2003-08-14 10:16:14 +00:00
Thomas Quinot
b88484ef9d Upgrade net/pptpclient to upstream release 1.3.1.
Reviewed by:	roberto
2003-08-14 10:11:01 +00:00
Jun Kuriyama
4e6d60bceb Remove original openldap2[012] ports. 2003-08-14 04:07:08 +00:00
Jun Kuriyama
075f1093db Split openldap[012] into client and server.
PR:		ports/54436
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
2003-08-14 03:55:21 +00:00
Kirill Ponomarev
301d070424 - Update to 0.2.0 2003-08-13 22:47:00 +00:00
Sergey A. Osokin
97f9dd0b34 Maintainer's update: use ${STRIP_CMD} for portlint happy
PR:	55560
2003-08-13 20:19:42 +00:00
Martin Blapp
04e57476e3 Since uname -m can now report any i[3456]86 values, change the script
to work with this.

Submitted by:	Andrew Thompson <andy@fud.org.nz>
2003-08-13 09:29:47 +00:00
Tilman Keskinoz
04d34a6aed Fix build on stable
Reported by:	bento
2003-08-13 07:06:25 +00:00
Joe Marcus Clarke
d65f7460cf Fix a bug where certain IRC users will not be removed from the buddy list
when they part/are kicked off a channel.

PR:		55489
Submitted by:	Alexander Nedotsukov <sasha@ortech.co.jp>
2003-08-13 00:32:34 +00:00
Kirill Ponomarev
4e75abfa97 - Update to 2.5
PR:		55510
Submitted by:	maintainer
2003-08-12 21:50:20 +00:00
Erwin Lansing
ec8a93aeba Update to 1.28
PR:		55481
Submitted by:	Venkata Pingali <pingali@e.postel.org>
Approved by:	maintainer
2003-08-12 18:37:09 +00:00
Joe Marcus Clarke
37356c960c Remove this ports as part of phase II of the GNOME 1.4 desktop removal. 2003-08-12 15:17:08 +00:00
Max Khon
316a6136d8 - Fix pkg-plist by using INFO.
- Use tabs as separators.

PR:		55495
Submitted by:	Alexandr Kovalenko (MAINTAINER)
2003-08-12 15:06:29 +00:00
Martin Blapp
9b1748ec98 Bump portrevision after the mozilla support fix. 2003-08-11 14:57:12 +00:00
Martin Blapp
dc145be1a3 Support linux mozilla installations too. 2003-08-11 14:56:22 +00:00
Kirill Ponomarev
f6e1df9a09 Update to version 0.9.6
PR:		55469
Submitted by:	Ports Fury
2003-08-11 14:40:10 +00:00
Martin Blapp
c2f1fae07c Upgrade to v. 7.00, integrate it into Gnome/KDE 2003-08-11 13:45:31 +00:00
Jacques Vidrine
61bdb45c4b lmule is very likely to have the same format string vulnerability
as found in xMule
(http://www.xmule.org/geeklog/article.php?story=20030810160606604).

It will not likely be fixed.  http://lmule.sourceforge.net/news.php
says, ``We strongly recommend everyone to upgrade to latest xMule
version (http://www.xmule.org) as this project is no longer supported.''
2003-08-11 11:57:11 +00:00
Jacques Vidrine
7f9c4d5fe6 Mark forbidden due to format string bug. 2003-08-11 11:53:33 +00:00
Dirk Meyer
dbb6505db8 - bump PORTREVISION 2003-08-11 05:47:09 +00:00
Kris Kennaway
ee74687699 Drop maintainership 2003-08-10 23:16:22 +00:00
Maho Nakata
2337495c1c Add new port:
Howl is a cross-platform implementation of the Zeroconf networking
standard. Zeroconf brings a new ease of use to IP networking.

PR:		54717
Submitted by:	David Magda <dmagda@magda.ca>
2003-08-10 22:29:22 +00:00
Munechika SUMIKAWA
3edcb47612 Upgrade to 20030810. 2003-08-10 20:42:13 +00:00
Munechika SUMIKAWA
9a757b83ba FIx pkg-plist. 2003-08-10 20:20:08 +00:00
Munechika SUMIKAWA
80f07276b8 Fix pkg-plist. 2003-08-10 20:14:39 +00:00
Archie Cobbs
4c39516fb3 Update to version 3.14. 2003-08-10 19:36:11 +00:00
Kirill Ponomarev
9ad61af7e0 Update to 0.7
PR:		55435
Submitted by:	maintainer
2003-08-10 17:13:44 +00:00
Tilman Keskinoz
a3c06dfc65 Update to 0.9.1
Submitted by:	Franz Stieber <franz@bugat.at>
Approved by:	maintainer (implicit)
2003-08-10 15:07:33 +00:00
Tilman Keskinoz
a357068811 Update to 0.0.6 to unbreak on 5.x 2003-08-10 14:44:36 +00:00
Tilman Keskinoz
bfcd358348 Unbreak on 5.x
portlint

Approved by:	lioux (implicit)
2003-08-10 14:27:46 +00:00
Erwin Lansing
319dd1c84f add p5-Filesys-SmbClient, an interface for access Samba
filesystem with libsmclient.so
2003-08-10 09:39:40 +00:00
Kris Kennaway
b98592c115 Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKEN
on 5.x machines (compile and configure failure, respectively).

PR:		52731
Submitted by:	trevor
2003-08-10 06:44:43 +00:00
Kirill Ponomarev
96f5f60fa0 Update to 0.10.1
PR:		55405
Submitted by:	maintainer
2003-08-09 05:56:13 +00:00
Akinori MUSHA
5cf1047fb5 Remove ruby-romp, which seems to have discontinued. 2003-08-08 18:33:24 +00:00
Akinori MUSHA
b908d07107 Update to 0.8.0. 2003-08-08 18:26:12 +00:00
Akinori MUSHA
7efb2739f2 Update MASTER_SITES, WWW, and Author. 2003-08-08 18:21:52 +00:00
Greg Lewis
332c6709c9 . Add missing dependence on libogg and unbreak.
Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-08 17:00:33 +00:00
Michael Landin
5aef1388aa Change MAINTAINER to my @FreeBSD.org address.
Approved by:            roberto (mentor)
2003-08-08 13:43:59 +00:00
Kris Kennaway
8fe1b9ab21 As announced on May 6, remove the broken net/qtella port. 2003-08-08 03:54:51 +00:00
Kris Kennaway
2651131002 As announced on May 6, remove the broken net/samba-tng port. 2003-08-08 03:54:28 +00:00
Bill Fumerola
137f692108 upgrade to 0.4.1 2003-08-07 13:11:15 +00:00
Kris Kennaway
fc26c6236d BROKEN: Broken pkg-plist 2003-08-07 09:54:45 +00:00