Commit Graph

208581 Commits

Author SHA1 Message Date
Stefan Walter
fca77a71fa - fix inappropriate use of NO* vars
- add MASTER_SITES
- change maintainer's email address

PR:		127463
Submitted by:	maintainer
2009-01-08 17:13:47 +00:00
Erwin Lansing
78acfa44cb Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by:	pointyhat
2009-01-08 17:13:28 +00:00
Martin Wilke
06ad3bf074 - Chase xcb-util shlib bump 2009-01-08 17:12:23 +00:00
Martin Wilke
ae325e0edc - Update to 0.3.0
PR:		128051
Submitted by:	Perrin Alexandre <alexandre.perrin@epfl.ch>
Approved by:	maintainer
2009-01-08 17:12:20 +00:00
Erwin Lansing
3a42606616 Mark BROKEN on 8: does not build after arp-v2 import.
Submitted by:	pointyhat
2009-01-08 17:11:33 +00:00
Stefan Walter
0b68f5217b - update to 1.6.0
- fix inappropriate use of NO* vars
- add mastersites
- use COPYTREE_SHARE
- change maintainer's email address

PR:		127317
Submitted by:	maintainer
2009-01-08 17:11:08 +00:00
Erwin Lansing
e2f6c2825b Mark BROKEN on 8: does no build after TTY changes.
Submitted by:	pointyhat
2009-01-08 17:08:12 +00:00
Stefan Walter
e54643a6b0 Fix CPU-meter for FreeBSD versions >= 7.0.
PR:		129655
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
Approved by:	maintainer timeout (3 weeks)
2009-01-08 17:06:27 +00:00
Erwin Lansing
60f18a21ee Mark BROKEN on HEAD after the arp-v2 import.
Submitted by:	pointyhat
2009-01-08 17:05:08 +00:00
Martin Wilke
e531c4eec0 KirbyBase is a small, plain-text, DBMS written in Ruby.
It can be used either embedded or client/server. It aims
to be as "Ruby-ish" as possible. For example, queries
are specified using Ruby code blocks, rather than SQL strings.

WWW: http://rubyforge.org/projects/kirbybase/

PR:		ports/130231
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-08 17:01:58 +00:00
Pav Lucistnik
8827cead8a - USE_GZIP does not need to be defined last few years 2009-01-08 17:01:39 +00:00
Pav Lucistnik
31b083cc36 - USE_REINPLACE_CMD is nothing, remove 2009-01-08 16:59:24 +00:00
Pav Lucistnik
aa6dc6e7bd - No need to define USE_REINPLACE these days 2009-01-08 16:58:29 +00:00
Yen-Ming Lee
2d103d3fa5 - update to 10 2009-01-08 16:57:02 +00:00
Pav Lucistnik
4437393b17 - USE_POSTGRESQL was probably ment to be USE_PGSQL 2009-01-08 16:50:17 +00:00
Pav Lucistnik
e9a905c7d6 - There is no USE_ZLIB 2009-01-08 16:47:33 +00:00
Markus Brueffer
c8be2793c6 - Update to version 2.0.3
- Utilize SFE macro in MASTER_SITES

PR:		ports/130276
Submitted by:	Beat Gätzi <beat@chruetertee.ch>
2009-01-08 16:44:47 +00:00
Pav Lucistnik
9c29bf1921 - USE_KDE is nothing, remove 2009-01-08 16:44:39 +00:00
Stanislav Sedov
6d432f99d5 - Depend on freetype2 rather than on freetype1.
Spotted by:	pav
Pointyhat to:	me
2009-01-08 16:40:11 +00:00
Pav Lucistnik
1d24e6311b - Remove USE_RC_SUR (typo), USE_RC_SUBR is conditionally defined later 2009-01-08 16:40:05 +00:00
Pav Lucistnik
d339cc9509 - USE_PA, USE_RADIUS is nothing, remove 2009-01-08 16:38:13 +00:00
Wesley Shields
12201110c0 - Pass maintainership over (via IRC) 2009-01-08 16:35:43 +00:00
Pav Lucistnik
045757f3d6 - USE_AUTHRADIUS is nothing, remove 2009-01-08 16:35:34 +00:00
Pav Lucistnik
316eaf0515 - USE_PTHREAD is nothing, remove 2009-01-08 16:30:47 +00:00
Markus Brueffer
dc55c011c7 Update to version 1.0.5 2009-01-08 16:24:23 +00:00
Pav Lucistnik
698de2ec4a - USE_CONFIGURE is nothing, and USE_AUTOTOOLS imply GNU_CONFIGURE anyway 2009-01-08 16:24:18 +00:00
Stanislav Sedov
3d6c17d1ab - s/USE_FREETYPE2/USE_FREETYPE/
Spotted by:	pav
2009-01-08 16:22:53 +00:00
Pav Lucistnik
05d8069ed4 - Fix typo USE_PERL5-RUN -> USE_PERL5_RUN 2009-01-08 16:21:59 +00:00
Martin Wilke
814cf84466 - Reconnect pkg-messages
Spotted by: pav
2009-01-08 16:19:27 +00:00
Stanislav Sedov
2a97629350 - OCAMLWASH is not needed. In fact, it was not really used as the proper
name of variable is OCAML_WASH.

Spotted by:	pav
2009-01-08 16:12:38 +00:00
Martin Wilke
5994a1e763 - Fix plist
Reported by:	ionbot
2009-01-08 16:08:19 +00:00
Martin Wilke
cc4a1b209f Pyro is short for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use. Never worry about writing network
communication code again, when using Pyro you just write your Python
objects like you would normally. With only a few lines of extra code,
Pyro takes care of the network communication between your objects once
you split them over different machines on the network. All the gory
socket programming details are taken care of, you just call a method on
a remote object as if it were a local object!

Pyro provides an object-oriented form of RPC. You can use Pyro within a
single system but also use it for IPC. For those that are familiar with
Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less
similar to CORBA - which is a system- and language independent
Distributed Object Technology and has much more to offer than Pyro or
RMI. But Pyro is small, simple and free!

WWW:	http://pyro.sf.net

PR:		ports/130053
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-08 16:02:26 +00:00
Stanislav Sedov
133f03678f - bsd.port.mk separation is not required, as OPTIONS are not used.
Spotted by:	bsam
Pointyhat to:	me
2009-01-08 16:01:51 +00:00
Martin Wilke
f2ad124582 - Set CONFLICT with mail/bogofilter-tc.
PR:		127039
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-01-08 16:00:18 +00:00
Martin Wilke
58571c5502 This is a new sibling port of bogofilter's, using tokyocabinet as database.
PR:		ports/127039
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2009-01-08 15:59:04 +00:00
Martin Wilke
2bf5e49775 - Update to 0.1.9a
PR:		129823
Submitted by:	"Henrik Friedrichsen" <hrkfdn@gmail.com>
Approved by:	maintainer timeout
2009-01-08 15:56:50 +00:00
Pav Lucistnik
32e8e4eb30 - Remove HAVE_ESOUND/USE_ESOUND block, this is long time abandoned 2009-01-08 15:55:08 +00:00
Jose Alonso Cardenas Marquez
9411e7c131 - Fix typo
- Bump PORTREVISION

Reported by:	pav
2009-01-08 15:49:59 +00:00
Pav Lucistnik
bef950a5be - Correct freetype dependency (USE_FREETYPE2 is nothing) 2009-01-08 15:45:37 +00:00
Martin Wilke
6133956a54 - Fix chmod command
PR:		130005
Submitted by:	Mel <mel.xyzzy@rachie.is-a-geek.net>
Approved by:	maintainer
2009-01-08 15:34:31 +00:00
Jose Alonso Cardenas Marquez
a8924a73b2 - Fix typo
Reportted by:	pav
2009-01-08 15:33:51 +00:00
Pav Lucistnik
1f4d8dd4f4 - USE_THREAD is nothing, remove 2009-01-08 15:32:36 +00:00
Pav Lucistnik
36e4ced9f0 - Fix typo USE_LD_CONFIG - USE_LDCONFIG 2009-01-08 15:29:19 +00:00
Stefan Walter
799c15404c Remove bits for specifying the charset when building the port. The charset is
chosen dynamically at runtime in this version.

PR:		128416
Submitted by:	Milan Bartos <merlyn500@gmail.com>
Patch by:	stefan
Approved by:	maintainer timeout (>2 months)
2009-01-08 15:14:27 +00:00
Boris Samorodov
b9f8dbd272 Update to version 4.2.5. 2009-01-08 15:11:27 +00:00
Pav Lucistnik
7375ce713d - USE_GLIB is nothing, remove 2009-01-08 14:55:32 +00:00
Dirk Meyer
d0af69ac7f - mark BROKEN 2009-01-08 14:52:51 +00:00
Martin Wilke
a5123fa790 - Update to 2.2.4
PR:		129490
Submitted by:	Stephen Hurd <shurd@sasktel.net>
Approved by:	maintainer timeout
2009-01-08 14:47:26 +00:00
Pav Lucistnik
7365210e92 - Update to 1.11.4
PR:		ports/130295
Submitted by:	Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
2009-01-08 14:31:46 +00:00
Stanislav Sedov
640601eabc - Disable wide char support by default, as it breaks 8-bit charset
support.
- Introduce a new knob WITH_WIDE_CHARS to enable wide chars.

Approved by:	krion (maintainer)
2009-01-08 14:00:00 +00:00