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

138586 Commits

Author SHA1 Message Date
Pav Lucistnik
ce1bffb7c8 - Update MASTER_SITES 2005-11-24 01:19:59 +00:00
Pav Lucistnik
2955395a45 - Remove dead MASTER_SITES 2005-11-24 01:18:45 +00:00
Pav Lucistnik
50ea67ed35 - Fix fetching. This could use an update. 2005-11-24 01:13:30 +00:00
Pav Lucistnik
83f927a9db - Make fetchable 2005-11-24 01:11:14 +00:00
Edwin Groothuis
979f2e64d1 New port: games/tmw A free open source 2D MMORPG in development
The Mana World (TMW) is a serious effort to create an
	innovative free and open source MMORPG. TMW uses 2D graphics
	and aims to create a large and diverse interactive world.
	It is licensed under the GPL, making sure this game can't
	ever run away from you.

	The project includes the development of both a client and
	a server, as well as the development of an online world.

	WWW: http://themanaworld.org/

PR:		ports/87340
Submitted by:	Tobias Gion <freebsd@gionet.de>
2005-11-24 01:09:04 +00:00
Pav Lucistnik
1f4a77507a - Remove checksum for nonexistant file
- Add SHA256, SIZE
2005-11-24 01:00:52 +00:00
Pav Lucistnik
8b0bb3930b - Add SHA256 2005-11-24 00:51:58 +00:00
Pav Lucistnik
37effa8447 - Add SHA256 2005-11-24 00:44:27 +00:00
Doug Barton
9ee5a45834 In my last commit I accidentally deleted the maildir patch,
but this turned out to be fortuitous as the patch was updated
November 21st based on
http://www.math.washington.edu/~chappa/pine/updates/maildir.html

Pointed out by:	pav
2005-11-24 00:29:15 +00:00
Gerald Pfeifer
b1a486d5fb The previous commit should have read
PR:		89442
2005-11-24 00:24:17 +00:00
Pav Lucistnik
2098ca40dc - Add SHA256 2005-11-24 00:22:47 +00:00
Pav Lucistnik
38fba1ed6a - Make fetchable (at least at my place) 2005-11-24 00:22:12 +00:00
Gerald Pfeifer
ce296c1822 Update to Wine 0.9.2.
Leverage SUB_FILES instead of literal sed to handle /etc/rc.d/000.wine.sh
and pkg-message, which allows us to remove the post-extract target and
fixes the long standing issue of showing the correct prefix in pkg-message.

PR:		88492
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2005-11-24 00:15:55 +00:00
Edwin Groothuis
23fc9501e3 [NEW PORT] devel/SPE: Stani's Python Editor
Spe is a free python IDE with auto indentation & completion,
	call tips, syntax coloring & highlighting, UML diagrams,
	class explorer, source index, auto todo list, sticky notes,
	pycrust shell, file browsers, drag&drop, context help,
	Blender support, ... Spe ships with Python debugger (remote
	& encrypted), wxGlade (gui designer), PyChecker (source
	code doctor) and Kiki (regex console)

	Author:	Stani Michiels
	WWW:	http://www.stani.be/python/spe/blog/

PR:		ports/87337
Submitted by:	nivit@email.it (Nicola Vitale)
2005-11-24 00:11:05 +00:00
Doug Barton
622fd39b2a Add SHA256 checksums to my ports 2005-11-24 00:08:51 +00:00
Edwin Groothuis
6c060864de [PATCH] graphics/guilib remove broken size mismatch
- Correct size, md5
	- Add SHA256
	- Take maintainership

Changes in tarball:
	diff -ru GUIlib-1.1.1-old/GUI_button.cpp GUIlib-1.1.1/GUI_button.cpp
	--- GUIlib-1.1.1-old/GUI_button.cpp     Thu Apr  6 14:48:51 2000
	+++ GUIlib-1.1.1/GUI_button.cpp Fri Oct 21 14:00:59 2005
	@@ -133,9 +133,9 @@
	   if (freebutton)
	   {
	     if (button)
	-      delete button;
	+      SDL_FreeSurface(button);
	     if (button2)
	-      delete button2;
	+      SDL_FreeSurface(button2);
	   }
	   if (freefont)
	     delete buttonFont;

PR:		ports/89245
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-24 00:06:21 +00:00
Pav Lucistnik
4e4ebe662e - Add SHA256 2005-11-24 00:04:00 +00:00
Pav Lucistnik
75d9276aa1 - Drop old povchem.c checksum
- Add SHA256, SIZE
2005-11-24 00:02:29 +00:00
Pav Lucistnik
bc1673d0ae - BROKEN: Size mismatch 2005-11-23 23:59:57 +00:00
Edwin Groothuis
0c5bab8188 [patch] comms/birda unexpire
PR 88049 marked comms/birda as deprecated because the old
	distfile is no longer available on NetBSD's ftp server.
	This is because they now ship birda-1.1

	This patch updates the port to 1.1, unbreaking birda.  I
	use this port routinely and would hate to see it gone.

	I would be happy to be maintainer of birda if current
	maintainer has no interest maintaining it.

PR:		ports/88968
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>

---------------------------------------------------------------------- CVS:
Enter Log.  Lines beginning with `CVS:' are removed automatically
distinfo CVS: Added Files: CVS:    files/patch-lib-Makefile CVS:
Removed Files: CVS:    files/patch-iassrv.c CVS:
----------------------------------------------------------------------
2005-11-23 23:57:18 +00:00
Pav Lucistnik
d1b8ea31e7 - Add SHA256 2005-11-23 23:53:09 +00:00
Pav Lucistnik
2c39b78ee6 - Add SHA256 2005-11-23 23:37:45 +00:00
Mario Sergio Fujikawa Ferreira
42fcb16688 Update tp 4.2.0 2005-11-23 23:32:06 +00:00
Pav Lucistnik
6329c4d7f9 - Add some SHA256 checksums 2005-11-23 23:29:54 +00:00
Pav Lucistnik
469ca3d4c9 - Make fetchable 2005-11-23 23:29:30 +00:00
Doug Barton
4c1436d606 Add option (on by default) to compile in the infamous
"single click" patch to put that option on the WPrefs
menu.
2005-11-23 23:27:12 +00:00
Pav Lucistnik
33e405cf6a - BROKEN: Unfetchable 2005-11-23 23:16:57 +00:00
Daniel Harris
0770d9160e Update to 20051123.
PR:		89471
Submitted by:	maintainer
2005-11-23 23:09:34 +00:00
Pav Lucistnik
df6a608a6a - Eat tacos.
This was a workaround for a merging script in the repository far far away.
2005-11-23 22:55:30 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Jimmy Olgeni
108a4cd716 Upgrade module mysql-1.240-9. 2005-11-23 22:27:37 +00:00
Edwin Groothuis
0780b01cde Reset maintainer
Date: Tue, 22 Nov 2005 20:07:13 -0500
From: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>
To: Matthew Luckie <mjl@luckie.org.nz>
Subject: Re: comms/birda

On Nov 22, 2005, at 8:05 , Matthew Luckie wrote:

>I'm wondering if you've had a chance to take a look at PR 88968, which
>removes the deprecation status from comms/birda.

I'm no longer running FreeBSD; someone else will have to deal.

--
brandon s. allbery     [linux,solaris,freebsd,perl]
allbery@kf8nh.com
system administrator  [openafs,heimdal,too many hats]
allbery@ece.cmu.edu
electrical and computer engineering, carnegie mellon university
KF8NH
2005-11-23 22:18:16 +00:00
Cy Schubert
e855b7b162 Fix the Sparc 64 build. 2005-11-23 21:57:18 +00:00
Pav Lucistnik
0410bfa97b XScoop provides the ability to quickly determine which underlying X libraries
were statically linked into an application, even when the source is not
available. XScoop parses an executable, looking for matches on a subset of
sample keywords that may identify the library being used. It does not produce
absolute results, and instead supplies a report with key-hits which represent
the likelihood that a particular library is present in the binary.

PR:		ports/89419
Submitted by:	Ron Scheckelhoff <rscheckelhoff@yahoo.com>
2005-11-23 21:51:11 +00:00
Pav Lucistnik
a309483668 - Add SHA256
Requested by:	adamw (maintainer)
2005-11-23 21:48:15 +00:00
Greg Lewis
e71c85a662 . Add $FreeBSD$. 2005-11-23 21:16:56 +00:00
Edwin Groothuis
fa3dee2dfe drupal missing dependency
When ports/www/drupal is installed, it is missing a dependency
	for php4-session which causes the pages to fail to load.

PR:		ports/86715
Submitted by:	Vivek Khera <vivek@khera.org>
2005-11-23 20:58:42 +00:00
Gerald Pfeifer
c68c8e1b86 The sourceforge mastersite behaves very strangely today, including serving
empty tarballs.  Add ibiblio.org as an alternative download site and make
it the default for now.

Inspired by ports/89442 by Andrew P. <infofarmer@gmail.com>.
2005-11-23 20:48:23 +00:00
Lars Thegler
5a888d4d96 - Update to 1.0.50
- Add SHA256 checksum
2005-11-23 19:30:34 +00:00
Joe Marcus Clarke
95669f21f5 Update to 2.8.2. 2005-11-23 19:01:41 +00:00
Emanuel Haupt
cb5fd33103 Add uird, a Universal IR Receiver Daemon
PR:		89404
Submitted by:	lx@deepthought.redundancy.org
2005-11-23 18:44:22 +00:00
Mathieu Arnold
d2641c5ee7 Update to 0.4.6
To make it work with newly born postgresql 8.1
2005-11-23 18:03:25 +00:00
Volker Stolz
3fec8a11b0 - Add missing dependency on Net::LDAP
- Point to helpful tutorial in pkg-message
2005-11-23 17:43:26 +00:00
Pav Lucistnik
0cd0244e86 - Add some SHA256s 2005-11-23 17:38:02 +00:00
Yen-Ming Lee
4cfa66df01 - update to 0.07
PR:		ports/89341
Submitted by:	aaron
2005-11-23 17:34:20 +00:00
Pav Lucistnik
3eef7e1853 - Update to 2.1.4
PR:		ports/89459
Submitted by:	Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
2005-11-23 17:22:57 +00:00
Mathieu Arnold
6156da4b83 Update to 1.6.7
give back to ports@ (ENOTIME)

PR:		89418
Submitted by:	den
2005-11-23 17:22:15 +00:00
Michael Reifenberger
e2365ff6ab fix pkg-plist
add sha265 checksum
2005-11-23 16:55:27 +00:00
Greg Lewis
44d3f3ea41 . Add SHA256. 2005-11-23 16:50:01 +00:00
Michael Reifenberger
a1cc809d1a update to qcad-2.0.5.0-1 2005-11-23 16:41:35 +00:00