Commit graph

138880 commits

Author SHA1 Message Date
Pav Lucistnik
19f6977a0f - Add CAcert.org certificates
PR:		ports/89483
Submitted by:	Peter Jeremy <PeterJeremy@optushome.com.au>
2005-11-26 14:46:50 +00:00
Pav Lucistnik
978d0d9335 - Update to 3.4
PR:		ports/89562
Submitted by:	Jon Jenssen <jon.jenssen@eunet.no>
2005-11-26 14:39:41 +00:00
Florent Thoumie
17a54193f9 - Update to 3.0.0.
PR:		ports/88795
Submitted by:	Ilya Pizik <polzun@scar.jinr.ru>
Approved by:	maintainer timeout (2 weeks)
2005-11-26 14:08:51 +00:00
Pav Lucistnik
7ad7a0fe27 - Update to 1.7.0
PR:		ports/89521
Submitted by:	Gordon Campbell <seawolf@marinewolf.net> (maintainer)
2005-11-26 13:44:42 +00:00
Makoto Matsushita
dd57c04de3 Add PORTREVISION line to vmware-tools5, so this port may have its own
revision number.  It may help to avoid unwanted version bump to
vmware-tools5 if vmware-guestd5 specific changes are happen to
vmware-guestd5/Makefile.

Since no content changes at this time, no bump.
2005-11-26 13:29:00 +00:00
Makoto Matsushita
47c7de3ef1 Ah.. fix my cut-n-paste error, vmxnet.ko cannot be installed.
PR:		89572
Submitted by:	NIIMI Satoshi
Pointyhat to:	matusita
2005-11-26 13:23:43 +00:00
Edwin Groothuis
3517637f90 New port: textproc/pcrs PCRE sed
PCRS is a small library, written as a supplement to the
	PCRE library, that implements regex based substitution with
	the syntax and semantics of Perl's s/// operator.

PR:		ports/89567
Submitted by:	wongk@apt.homeunix.net
2005-11-26 13:10:21 +00:00
Edwin Groothuis
70b1179c61 New port: lang/twelf A meta-logical framework for deductive systems
The Twelf implementation comprises
	 * the LF logical framework, including type reconstruction;
	 * the Elf constraint logic programming language;
	 * an inductive meta-theorem prover for LF;
	 * and an Emacs interface.

PR:		ports/84625
Submitted by:	"Andrew Bernard" <andrew@hobnob.com>
2005-11-26 12:49:47 +00:00
Edwin Groothuis
3abb57addc add lang/twelf 2005-11-26 12:48:50 +00:00
Edwin Groothuis
db419064ac [MAINTAINER] editors/xemacs21-mule: fix work under amd64.
* Fix XEmacs working under amd64

PR:		89558
Submitted by:	Andrey Slusar <anrays@gmail.com>
2005-11-26 12:38:23 +00:00
Edwin Groothuis
274f6ba629 [Maintainer Update] update german/tvbrowser 1.0 -> 2.1
Update port german/tvbrowser from 1.0 to version 2.1

PR:		ports/89548
Submitted by:	Lars Engels <lars.engels@0x20.net>
2005-11-26 12:21:46 +00:00
Shigeyuki Fukushima
0d1be531f5 Added myself. 2005-11-26 12:14:31 +00:00
Lars Thegler
67d9127575 - Unbreak, chase updated tarball
- Drop stale distribution server
2005-11-26 11:40:44 +00:00
Remko Lodder
e2a8ef9496 Forced commit to notice that I also added some references to the
latest horde entry.
2005-11-26 10:58:05 +00:00
Remko Lodder
0f2ad8777c Standarize the horde -- Cross site scripting vulnerabilities in MIME
viewers entry as per the FDP-primer and the vuxml layout (topic).

Also correct the qpopper vulnerability to match 4.0 and above since
the 2.x range is listed as affected at the moment but has an entirely
different base.  After checking it appears that the information all
point to >= 4.0. [1]

Noticed by:	ache [1]
2005-11-26 10:54:21 +00:00
Edwin Groothuis
fcd53f59b8 Upgrade to 1.7.3 2005-11-26 10:22:08 +00:00
Makoto Matsushita
1ebe8f4959 Dear VMware Workstation users around the world, here is an upgrade of
VMware Workstation FreeBSD-guest related ports for VMware Workstation
5.5.0 build 18463.

New features are:

- Spell "VMware Workstation" appropriately.
	There are much VMware products, it would be the time that I have
	to spell VMware Workstation as VMware Workstation.
- Support FreeBSD/amd64 since 64-bit binaries are provided from VMware.
	I don't test any of 64-bit related portion, since I have no
	FreeBSD/amd64 machine.  If something trouble please email me.
- New variable "WITH_VMWARE_GTK" (emulators/vmware-tools5)
	Install gtk version of VMware Tools if defined
	(add more dependencies on other gtk-related ports)
- New variable "WITH_VMWARE_VMXNET" (emulators/vmware-guestd5)
	Install "vmxnet.ko" kernel module (vmxnet driver) if defined
	Usage:
		- shutdown FreeBSD guest VM
		- add following line to FreeBSD guest VM config file
			Ethernet0.virtualDev="vmxnet"
		- Boot FreeBSD guest VM
		- load vmxnet.ko kernel module
		- ifconfig vxn0 ...
	New rc.conf variable "vmware_guest_vmxnet_enable" is also added
	to vmware-guestd.sh to load kernel module at startup.  However,
	${PREFIX}/etc/rc.d/vmware-guestd.sh run _after_ /etc/rc.d/netif,
	so it maybe too late to load here...
	Note that vmxnet.ko supports FreeBSD 4.8-RELEASE or later, and
	5.3-RELEASE and later (as VMware said).  I've confirmed that
	recent 7-current got 100% instant panic if vmxnet.ko is loaded.
- "vmware_guest_kmod_enable" is renamed to "vmware_guest_vmmemctl_enable"
	Now this ports has two kernel modules now, old name is not
	appropriate one, hard to understand this variable is for which
	kernel module.  I also put backward compatibility code, but users
	of vmware_guest_kmod_enable please change variable name.

Bugfixes are:

- Resolve conflicts on ${PREFIX}/share/vmware-tools.
	Unfortunately both vmware-guestd5 and vmware-tools5 installs
	files to ${PREFIX}/share/vmware-tools directory.  Since this
	directory is only for vmware-tools, vmware-guestd5 doesn't do
	anything for now.
- WWW: line in pkg-descr points bogus page.
- Add note that there's official VMware Tools installer, and what is the
  difference between the two.

Finally, as usual, bump PORTVERSION.
2005-11-26 09:19:58 +00:00
Yoichi NAKAYAMA
8b730fc90b XEmacs binary built with --pdump does not run without .dmp file.
The fix will be removing --pdump or add .dmp in plist, and now
take the first solution suggested by the maintainer.
The change only affects amd64 build.

Submitted by:	maintainer
2005-11-26 08:29:27 +00:00
Mark Linimon
977e002a3c Chase URLs per distfile survey. 2005-11-26 08:04:39 +00:00
Mark Linimon
f9ee543ba3 Remove dead mastersite per distfile survey. 2005-11-26 08:03:19 +00:00
Mark Linimon
bd4de470e9 Remove dead mastersite.
Forgotten by:	linimon
2005-11-26 07:52:50 +00:00
Mark Linimon
1dd26e84af Chase mastersite per distfile survey. 2005-11-26 07:39:47 +00:00
Mark Linimon
93ed94f8c0 Mark as deprecated: does not fetch. However, a new version is available. 2005-11-26 07:36:45 +00:00
Mark Linimon
460a0140f7 Remove dead mastersite and reset unresponsive maintainer.
I have added a new mastersite which appears to be the current one;
however, note that the version of the software there is newer than the
one in this port.

This port is in need of an update.
2005-11-26 07:28:19 +00:00
Andrej Zverev
89a2bf1f8b - Fixes portmanager seg faulting if either /usr/local/etc/pkgtools.conf or
/usr/local/bin/ruby are not installed.

PR:		ports/89564
Submitted by:	Michael C. Shultz (maintainer)
2005-11-26 07:19:59 +00:00
Kris Kennaway
3676ab170b BROKEN: Size mismatch 2005-11-26 07:19:16 +00:00
Kris Kennaway
86a282af71 BROKEN: Unfetchable 2005-11-26 07:17:12 +00:00
Kris Kennaway
9245f66a36 BROKEN: Checksum mismatch 2005-11-26 07:15:50 +00:00
Mark Linimon
0354d01610 Mark as deprecated since mastersite disappeared.
PR:		ports/89565
Submitted by:	former maintainer
2005-11-26 05:17:30 +00:00
Mark Linimon
256057ca4a Reset maintainer at his request.
PR:		ports/89566
2005-11-26 05:13:18 +00:00
Mark Linimon
6c5f0a6119 Remove dead mastersite and reset maintainer at his request. 2005-11-26 04:53:35 +00:00
Bill Fenner
99af0dbc96 Use MASTER_SITE_SUBDIR=packages instead of S|%SUBDIR%|packages| 2005-11-26 04:52:15 +00:00
Mark Linimon
6181962f8e Chase some URLs per distfile survey. 2005-11-26 04:31:00 +00:00
Bill Fenner
b162241bb0 Remove ${MASTER_SITE_LOCAL}, since there is no MASTER_SITE_SUBDIR
and the distfile isn't in anyone's local directory.  The backup
 FreeBSD distfile sites will still be used in ${MASTER_SITE_BACKUP}.
2005-11-26 04:26:48 +00:00
Mark Linimon
ef0f97e895 Mark as deprecated: per distfile survey, mastersite is long gone. 2005-11-26 04:14:42 +00:00
Bill Fenner
56a5bf4df1 Remove ${MASTER_SITE_LOCAL}, since there is no MASTER_SITE_SUBDIR
and the distfile isn't in anyone's local directory.  The backup
 FreeBSD distfile sites will still be used in ${MASTER_SITE_BACKUP}.
2005-11-26 04:11:24 +00:00
Mark Linimon
3590ff66e7 Update mastersite to fix fetch, per distfile survey. 2005-11-26 04:06:42 +00:00
Cheng-Lung Sung
837ca6f4dc - add New port nltk-lite, which is lightweight version of NLTK 2005-11-26 03:54:01 +00:00
Bill Fenner
ac94c20eb3 Add the right MASTER_SITE_SUBDIR, so that this port is fetchable from
20 sites instead of just 1.
2005-11-26 03:40:59 +00:00
Bill Fenner
36d55fef55 Remove "." from MASTER_SITE_SUBDIR, since the files aren't in
"." on sunsite and MASTER_SITE_SUBDIR doesn't apply to the
 other MASTER_SITE.
2005-11-26 03:28:07 +00:00
Maho Nakata
0abeb803e2 Make fetchable[1], add SHA256, etc.
Submitted by:	kris[1]
2005-11-26 03:25:24 +00:00
Marcus Alves Grando
ad91b05c8e Fix wrong pkg-plist files. Already in PORTDOCS=*
Bump PORTREVISION

PR:		89530
Submitted by:	Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer)
2005-11-26 02:19:04 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Pav Lucistnik
2392f01edb - Fix fetching 2005-11-26 01:43:14 +00:00
Edwin Groothuis
b864f7c8d2 Update to 2005-10-30 version of the CXM driver:
[ This is the Oct 30, 2005 snapshot of my source tree.  Included
      are changes to support FreeBSD 6.0 including amd64.  As part of
      the changes the iicbb patch for FreeBSD 5 / 6 has been updated
      to address iicbus_write not defining the buffer as const. ]
2005-11-26 01:34:42 +00:00
Pav Lucistnik
af109e9bd0 - Use intlhack 2005-11-26 01:33:24 +00:00
Edwin Groothuis
bb9758260c Reset maintainer:
<oyvindmo@initio.no>: host antivirus.graficonn.no[62.92.112.17] said: 554
    <oyvindmo@initio.no>: Recipient address rejected: This user no longer
    exists. See http://www.moll.no/oyvind/ for current contact info. (in reply
    to RCPT TO command)
2005-11-26 01:32:52 +00:00
Edwin Groothuis
3d8bb0ca76 Utility: A tool to identify similar pkg-descr files
The ports tree contains many tools with almost-similar names
	and no helpful pkg-descr difference. The goal of pkg-descr
	would be to aid the user in his choice of port version.
	Ergo, similar pkg-descr files are bad.

PR:		ports/89432
Submitted by:	Jonathan <afarsec@012.net.il>
2005-11-26 01:15:20 +00:00
Edwin Groothuis
2d638f24b1 Add security/tor-devel 2005-11-26 01:04:38 +00:00
Edwin Groothuis
440406185e New Port: security/tor-devel
New Port: security/tor-devel .  Track tor development branch.

PR:		ports/87759
Submitted by:	Peter Thoenen <eol1@yahoo.com>
2005-11-26 01:04:14 +00:00