1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

164854 Commits

Author SHA1 Message Date
Jeremy Messenger
e20500a815 Update to 1.3.0. 2006-11-30 20:37:18 +00:00
Jeremy Messenger
6dff319fa5 Update to 4.2.4. 2006-11-30 20:36:47 +00:00
Christian Weisgerber
8ba6afd880 Document "gtar -- GNUTYPE_NAMES directory traversal vulnerability". 2006-11-30 20:33:54 +00:00
Martin Wilke
7680f28ec5 Fix index for 4.X
Submitted by:	droso, pav
Pointyhat to:   philip
2006-11-30 20:33:05 +00:00
Christian Weisgerber
521d9e0ead Fix GNUTYPE_NAMES directory traversal vulnerability by not extracting
these entries.  Support for GNUTYPE_NAMES will be dropped completely
in 1.16.1.

Notified by sem@

Security:	VuXML 3dd7eb58-80ae-11db-b4ec-000854d03344
2006-11-30 20:31:51 +00:00
Jose Alonso Cardenas Marquez
743eba7ed2 - Respect X11BASE
Reported by:	kris
2006-11-30 20:29:21 +00:00
Jose Alonso Cardenas Marquez
16e5d5e2f0 - Update to 0.3.017 2006-11-30 20:25:32 +00:00
Jose Alonso Cardenas Marquez
d2e702d8b6 - Update to 20061105
- Remove crystalspace-devel obsolete patch files
2006-11-30 20:22:28 +00:00
Rong-En Fan
4dbd24ee3e - Respect X11BASE
Reported by:	pointyhat
2006-11-30 20:20:49 +00:00
Rong-En Fan
97a0094598 - Respect X11BASE
Reported by:	pointyhat
2006-11-30 20:09:02 +00:00
Martin Wilke
c66a2d84c4 - Update MASTER_SITES
- USE_BZIP2

Submitted by:	evil pointyhat via krisbot
2006-11-30 19:43:26 +00:00
Xin LI
a9b98f5707 Provide some instructions that will aid the openldap23-server
upgrade process.

Suggested by:	kris
2006-11-30 19:40:02 +00:00
Martin Wilke
7a035fffdc - Update to 0.11
PR:		ports/106059
Submitted by:	Johan Strom <johan@stromnet.se> (maintainer)
2006-11-30 19:37:12 +00:00
Martin Wilke
3fac45a086 - Update to 0.758
PR:		ports/106076
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2006-11-30 19:33:35 +00:00
Rong-En Fan
7db703f909 - Respect X11BASE 2006-11-30 19:26:32 +00:00
Alejandro Pulver
4dda5339a5 - Change CATEGORIES to "net" (after repocopy) to fix PKGORIGIN.
Reported by:	erwin
2006-11-30 19:12:42 +00:00
Rong-En Fan
e6179e2ad0 - Respect X11BASE
- Don't hardcode /usr/local in pkg-plist
2006-11-30 19:07:38 +00:00
Rong-En Fan
5623203d45 - Use += for PLIST_SUB, so slave ports can override 2006-11-30 19:07:06 +00:00
Dirk Meyer
bfeac5741d - add missing include 2006-11-30 18:55:36 +00:00
Erwin Lansing
9faaba0186 Fix PKGORIGIN. Note that it still is the same port as devel/versuch. 2006-11-30 18:42:57 +00:00
Dirk Meyer
60d00a5105 - added Encore, BDB, FortyTwo, adtool, Expense 2006-11-30 18:26:32 +00:00
Max Khon
a17dfb24ca Fix chan_zap.so build (replace libpri.so with libpri-bristuff.so).
Pointed out by: Dirk Thannh?user
2006-11-30 18:24:51 +00:00
Frank J. Laszlo
d434e24cb8 Add a patch to possibly fix build issues on sparc64. There seems to be issues building with CFLAGS+= -fpic on sparc64
Submitted by:	John Wood <john@charpa.org>
Approved by:	flz
2006-11-30 18:08:52 +00:00
Dirk Meyer
28b6ff7cf0 - add RUN_DEPENDS 2006-11-30 17:41:59 +00:00
Rong-En Fan
e198ded876 - Respect X11BASE
Reported by:	pointyhat
2006-11-30 17:36:05 +00:00
Dirk Meyer
320a0cc7b9 Expense is a very lightweight application to track your expenses,
much like you might expect to find on a PDA. It is built upon the
code found in Yen-ju Chen's excellent money.app tutorial.
I use Expense daily, but it still contains bugs.

WWW: http://www.eskimo.com/~pburns/Expense/
2006-11-30 17:28:56 +00:00
Dirk Meyer
066366bd6d - pass X11BASE
- cleanup port
2006-11-30 17:26:51 +00:00
Dirk Meyer
407319c055 Addresses for GNUstep is a versatile address book application.
This ports installes additional tools.

WWW: http://giesler.biz/bjoern/en/sw_addr.html
2006-11-30 17:22:45 +00:00
Dirk Meyer
2853197ac2 FT is a generic, native graph management system for GNUstep and Cocoa and
is written in Objective-C. With FT you can persistently manage graphs
consisting of nodes and edges. Each node may provide so-called services.
Such a service may be e.g. a dictionary services, which all nodes provide
at present. This service allows the storage of any data in a node and is
based on keys which uniquely identify content within a dictionary.

WWW: http://FortyTwo.sourceforge.net/index.html
2006-11-30 17:19:27 +00:00
Dirk Meyer
137e4c0ab7 BDB is a set of classes implementing an interface to
Berkeley DB for the GNUstep and Mac OS X environment written in
Objective-C language. It is based on the C API of
Berkeley DB and offers an object oriented interface which relies on
classes and mechanisms offered by the Foundation library.

In its present state BDB just offers a reduced set of functionality of
Berkeley DB.

WWW: http://fortytwo.sourceforge.net/
2006-11-30 17:16:29 +00:00
Dirk Meyer
513143d1aa Encore is a set of utility classes written in Objective-C for GNUstep and
Mac OS X.  The motivation of writting these classes was driven by
implementing the projects BDB and FT. The classes may be useful for other
projects as well.

The classes include
  - logging:  A flexible logging mechanism similiar to log4j. Supports
    logging levels, logging contexts, different output channels per context,
    configuration per xml, ...

  - XML-based reflection: a configuration mechanism which is based on XML and
    uses inversion of control (see tests for an example)

  - a simple testing framework

  - StringUtils class

  - an iterator interface

WWW: http://fortytwo.sourceforge.net/
2006-11-30 17:14:30 +00:00
Dirk Meyer
6a1d71c169 - added Azalea, AZDock, EtoileMenuServer, Position 2006-11-30 16:17:52 +00:00
Rong-En Fan
660c050d2f - Respect X11BASE
Reported by:	pointyhat
2006-11-30 16:07:11 +00:00
Yen-Ming Lee
a5e797e862 - update to 1.38 2006-11-30 16:05:59 +00:00
Yen-Ming Lee
fe4b30f492 - update to 0.0.6 2006-11-30 14:48:10 +00:00
Yen-Ming Lee
5e5f86648c - update to 1.23 2006-11-30 14:42:34 +00:00
Yen-Ming Lee
07e0535db8 - update to 1.17 2006-11-30 14:31:07 +00:00
Pav Lucistnik
5ab6ad22df - After repocopy from www/zope29, update to 2.10.1
PR:		ports/106001
Submitted by:	HAYASHI Yasushi <yasi@yasi.to> (maintainer)
Repocopy by:	marcus
2006-11-30 13:52:22 +00:00
Pav Lucistnik
40421a6b20 - Add support for Zope 2.10
PR:		ports/106001
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2006-11-30 13:51:28 +00:00
Sergey Skvortsov
86010984da Update to 1.2.0
Changes:	http://code.sixapart.com/svn/memcached/tags/1.2.0/ChangeLog
PR:		ports/103523
Submitted by:	skv
Approved by:	maintainer timeout (68 days)
2006-11-30 13:32:15 +00:00
Rong-En Fan
0d9234d239 - Respect X11BASE
- Respect CC

PR:		ports/106058
Submitted by:	rafan
Approved by:	Pierre-Paul Lavoie <ppl at idios.org> (maintainer)
2006-11-30 13:21:38 +00:00
Rong-En Fan
33e87b83c3 - Respect X11BASE
- Respect CC

PR:		ports/106057
Submitted by:	rafan
Approved by:	Pierre-Paul Lavoie <ppl at idios.org> (maintainer)
2006-11-30 13:20:54 +00:00
Rong-En Fan
3cd0481289 - Respect X11BASE
- portlint(1)
- use MANPREFIX instead of PREFIX for manual pages

PR:		ports/106055
Submitted by:	rafan
Approved by:	Josh Paetzel <josh at tcbug.org> (maintainer)
2006-11-30 13:17:57 +00:00
Munechika SUMIKAWA
663534f391 Make OPTIONify.
PR:		ports/106060
Submitted by:	Henrik Brix Andersen <henrik@brixandersen.dk>
2006-11-30 13:05:51 +00:00
Michael Johnson
1b6209bb8f Fix gecko support if WITHOUT_VLC_MOZILLA_PLUGIN is defined
Submitted by:	QuiRK via irc
2006-11-30 12:55:02 +00:00
Edwin Groothuis
07a9459ade [PATCH] Update irc/epic4 from 2.4 to 2.6
A new version of epic4 has been released which now will
	build against the net/socks5 port. Added support for this
	and some other optional configure args to the port

Stolen from itetcu@ after nagging by email.

PR:		ports/105638
Submitted by:	"Josh Paetzel <josh@tcbug.org>" <josh@tcbug.org>
2006-11-30 11:53:33 +00:00
Rong-En Fan
16f108514d - Respect X11BASE
Reported by:	pointyhat
2006-11-30 11:51:11 +00:00
Rong-En Fan
053e370b71 - Respect CC, CFLAGS
- Respect X11BASE [1]

Reported by:	pointyhat [1]
2006-11-30 11:42:08 +00:00
Martin Wilke
787e8dbf9e - Update to 0.14
PR:		ports/105956
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2006-11-30 11:29:44 +00:00
Martin Wilke
5560cc299b - Update to 3.2.7
PR:             ports/105986
Submitted by:   Angel Carpintero<ack@telefonica.net> (maintainer)
2006-11-30 11:27:19 +00:00