Commit graph

13096 commits

Author SHA1 Message Date
Jeremy Messenger
5f1966d995 Use DOCSDIR.
PR:		ports/82613
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-06-24 17:20:13 +00:00
Sam Lawrance
0040c9adaa Update to 1.3.12
PR:		ports/82565
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-24 11:16:57 +00:00
Michael Johnson
440676eb15 Add py-ll-url 0.15.1, RFC2396 implementation of URLs and file like
classes for URLs.

PR:		ports/82580
Submitted by:	Choe, Cheng-Dae
2005-06-24 06:43:45 +00:00
Michael Johnson
6ca6b0674b - Update to 0.6.1
- Transfer maintainer to submitter

PR:		ports/82581
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-06-24 06:31:28 +00:00
Michael Johnson
1aa0b006c7 Add py-ll-core 0.3, utility functions and classes used by the other
LivingLogic packages.

PR:		ports/82578
Submitted by:	Choe, Cheng-Dae
2005-06-24 06:28:28 +00:00
Michael Johnson
5f2a685d76 - Update to 0.89
PR:		ports/82585
Submitted by:	Rong-En Fan (maintainer)
2005-06-24 00:38:31 +00:00
Pav Lucistnik
a8203f58cc - Update to libticalcs 4.5.9, libtifiles 0.6.5, libticables 3.9.2 and tilp 6.79
PR:		ports/82407
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2005-06-23 16:29:05 +00:00
Mathieu Arnold
d3512b4b2d Update to 1.12 2005-06-23 12:18:30 +00:00
Mathieu Arnold
af48eb8470 Update to 2.29 2005-06-23 10:03:59 +00:00
Michael Johnson
fc5bc98d9c Add p5-Test-Warn 0.08, perl extension to test methods for warnings.
PR:		ports/82400
Submitted by:	Brian Minard <bminard@flatfoot.ca>
2005-06-22 06:53:39 +00:00
Mathieu Arnold
a23d744625 Update to 0.12 2005-06-20 15:42:47 +00:00
Mathieu Arnold
c5fd98a6e1 Give to perl@ 2005-06-20 15:21:58 +00:00
Mathieu Arnold
433914e029 Update to 0.26.11 2005-06-20 15:18:48 +00:00
Mathieu Arnold
670c8446ac Update to 0.29 2005-06-20 14:43:05 +00:00
Mikhail Teterin
f58af2e9d2 Remove the obsolete pre-patch target and add some patches to provide
for clean build with `-Wall -Werror'. No functional changes nor
upgrades.
2005-06-20 14:34:11 +00:00
Sam Lawrance
35ff7e1b8e Update to 2.0.6
PR:		ports/82225
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-06-20 13:43:40 +00:00
Sam Lawrance
f70fe3a405 Add p5-Tie-iCal 0.13, tie iCal files to Perl hashes.
PR:		ports/82216
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-06-20 08:20:38 +00:00
Florent Thoumie
285f9438fd - Update to 1.3.0.
PR:		ports/82416
Submitted by:	maintainer
2005-06-19 17:38:07 +00:00
Michael Johnson
4cb240652f - Add devel/libopensync
OpenSync is a synchronization framework that is platform and distribution
 independent. It consists of several plugins that can be used to connect to
 devices, a powerfull sync-engine and the framework itself. The synchronization
 framework is kept very flexible and is capable of synchronizing any type of
 data, including contacts, calendar, tasks, notes and files.

Note: You may want to avoid extra dependencies from devel/swig13 by building with
      the following SWIG_LANGUAGES="perl python"
2005-06-19 05:54:13 +00:00
Mario Sergio Fujikawa Ferreira
43886434ac New port alleyoop version 0.8.3: A graphical front-end to Valgrind
memory checker
2005-06-18 19:58:28 +00:00
Koop Mast
9130d6b022 Update to 0.10.
Take over maintainership.
Add switches to build agains mozilla and firefox (borrowed from the galeon port).

Approved by:	rui AT ruilopes dot com (previous maintainer)
2005-06-18 12:23:25 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Alfred Perlstein
bbdc6fa005 Explicitly disable "soft syscalls" when compiling WITH_HARD_SYSCALLS. 2005-06-17 19:01:30 +00:00
Pav Lucistnik
2c00f3f226 - Update to 2.0.3
PR:		ports/82368
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-06-17 18:44:11 +00:00
Ade Lovett
06e15bfd81 Update to 1.5.18
More robust -pthread hack obtained from dfports.

Tested with:	full build of x11/gnome2 and x11/kde3
2005-06-17 17:12:00 +00:00
Ade Lovett
ccff16c57f Update to 0.14.5
Tested with:	full build of x11/gnome2 and x11/kde3
2005-06-17 17:11:00 +00:00
Ade Lovett
6d780d7a0b Add previously-missed patch, required for successful build of 1.9.5
documentation

Submitted by:	marcus
2005-06-17 05:31:29 +00:00
Ade Lovett
db2646508d Minor INFO-related cleanups 2005-06-17 02:56:07 +00:00
Ade Lovett
cbcdcfb3d4 Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
2005-06-16 17:29:45 +00:00
Ade Lovett
68827efc49 Update and tweak a little for run-time usage. 2005-06-16 17:27:26 +00:00
Ade Lovett
504cc3c4cc Migrate over to using gnu-{libtool,autoconf,automake} as a runtime
dependency, rather than using the build-only versioned ports, in an
almost identical manner to devel/anjuta.

Tested by:	tap on #kde-freebsd
Approved by:	lofi
2005-06-16 17:24:27 +00:00
Sergey Skvortsov
a77993d8d6 Update to 3.09 2005-06-16 11:41:12 +00:00
Vanilla I. Shu
73ef68bedc Upgrade to 0.9.10.010. 2005-06-16 09:33:22 +00:00
Ade Lovett
2145db679a Assume maintainership.
It's important to note here that these particular versions of autotools
will be left without FreeBSD-specific hacks, so that developers and IDEs
alike will be able to run in a pristine environment, ensuring
cross-platform capability.  The prefix of ${LOCALBASE}/gnu-autotools
will remain untouched, it's merely a case of ensuring that they are
kept up to date.

Approved by:	marcus
2005-06-16 05:51:35 +00:00
Sergey Matveychuk
bf96ed6687 - Fix pkg-plist
Reported by:	kris via pointyhat
2005-06-16 05:19:40 +00:00
Michael Johnson
935b2bca89 - Update to 3.11.0.1
PR:		ports/82275
Submitted by:	Ports Fury
2005-06-16 02:42:14 +00:00
Thierry Thomas
d9cfd0c5a5 Add BOUML 2.2.2, a free UML tool box allowing you to specify and
generate code in C++, Java and Idl.

BOUML is extensible, and the external tools (named plug-outs) may
be developed in C++ or Java, using BOUML for their definition as
any other program. The code generators and reverses are ones of
the pre-defined plug-outs  included in the BOUML distribution.
2005-06-15 22:41:31 +00:00
Alfred Perlstein
8aef8486ec support toggling of HARD/SOFT syscalls. 2005-06-15 21:03:03 +00:00
Greg Lewis
533210d3c2 . Update to 2.0.2.
. Use new MASTER_SITE and web page.

PR:		82276
Submitted by:	Ports Fury
2005-06-15 19:56:49 +00:00
Tilman Keskinoz
85fffa76d9 Make fetchable for pointyhat by putting a copy into my MASTER_SITES_LOCAL 2005-06-15 14:24:24 +00:00
Ade Lovett
00c2ca20f8 Pick this one up too, since it is somewhat intrinsically linked
to autotools
2005-06-15 06:48:19 +00:00
Ade Lovett
c94d76f525 All that we see or seem, is but a dream, within a dream.
Take back maintainership.  I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately.
2005-06-15 06:28:34 +00:00
Dejan Lesjak
2552b8e5f9 Upgrade to XFree86 4.5.0.
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists

PR:		[1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
2005-06-15 02:40:03 +00:00
Jean-Yves Lefort
399502f813 [1]:
- Update to 0.19
  - Chase original master site
  - Remove WITHOUT_ADNS option, as the configure script shipped with
    0.19 does not know anything about adns
  - Replace !WITHOUT_{LUA,SQLITE} with WITH_{LUA,SQLITE}_PORT to make
    the included libraries the default choice - the INSTALL file coming
    with the distribution suggests using the bundled libraries to avoid
    problems, and as this software is still under heavy development, I
    think it should be honored
  - Add home page URL to pkg-descr

Moreover:
  - Respect ${CXXFLAGS}
  - Polish the Makefile

PR:		ports/81470 [1]
Submitted by:	Stefan Walter <sw@gegenunendlich.de> [1]
Approved by:	maintainer timeout (21 days)
2005-06-14 12:23:49 +00:00
Erwin Lansing
2e2949546d Update to 0.21 2005-06-14 09:33:42 +00:00
Jeremy Messenger
6aaf2d7870 Update to 2.10.2. 2005-06-14 02:33:50 +00:00
Sergey Matveychuk
4047b4e7ce - Wrong subdir name for fetching fixed
Reported by:	kris via pointyhat
2005-06-13 15:58:36 +00:00
Roman Bogorodskiy
1ceb792010 Update to 0.9.7.
PR:		82149
Submitted by:	Alex Kiesel <kiesel@schlund.de>
2005-06-13 09:54:32 +00:00
Thierry Thomas
3117c61541 Add ireport 0.5.0, a visual report builder/designer for
JasperReports.

Reviewed by:	hq
2005-06-12 19:21:53 +00:00
Thierry Thomas
414a0782bc Add tinylaf 1.2.1, a pluggable Look and Feel for Java. 2005-06-12 19:19:06 +00:00
Thierry Thomas
e36c8ed234 Add looks 1.3.1: the JGoodies Looks improve the appearance of your
Java applications.
2005-06-12 19:18:10 +00:00
Thierry Thomas
30ff38e70f Add jcmdline 1.0.3, a Java command line processor. 2005-06-12 19:16:37 +00:00
Craig Rodrigues
5b95e58dfa Undo previous commit, which for some reason caused .la files to
be installed only if Python was not used in the build.

Approved by:	demon (ports mentor)
2005-06-12 17:51:34 +00:00
Jean-Yves Lefort
6147af0d19 Remove empty patch.
PR:		ports/82162
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-06-12 17:31:02 +00:00
Sergey Skvortsov
1866ae880f Fix build for perl-5.00503.
Pointed by:	Scott Allendorf <scott-allendorf ?? uiowa.edu>
2005-06-12 14:36:03 +00:00
Sergey Skvortsov
7418312426 Fix PORTVERSION.
Pointed by:	chkversion (kris)
2005-06-12 10:33:03 +00:00
Kirill Ponomarev
230199e849 Add WITH_LINK_SIZE knob which allows to adjust pcre internal data
structures for compilation of jumbo-sized patterns.

PR:		ports/74369
Submitted by:	David Landgren <david (at) landgren dot net>
2005-06-12 07:39:16 +00:00
Florent Thoumie
e6ca7b011a - Fix dependency (p5-PodParser -> p5-Pod-Parser) 2005-06-11 21:50:07 +00:00
Oliver Lehmann
ff9f8406eb update to 0.5.0 2005-06-11 18:10:37 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Joe Marcus Clarke
1ce46ab408 Update to 2.0.14. 2005-06-11 05:23:12 +00:00
Joe Marcus Clarke
7f910f384e Use the new USE_FAM macro to dynamically choose between fam and gamin. 2005-06-11 00:56:03 +00:00
Pav Lucistnik
4c44860299 - Update to 1.5.2
PR:		ports/82086
Submitted by:	Steve Ames <steve@energistic.com>
2005-06-10 21:29:51 +00:00
Koop Mast
598c7fa206 Fix patching
Noticed by:	krion
2005-06-10 20:45:32 +00:00
Thierry Thomas
1f1dd63dd0 Upgrade to 1.2.1.
PR:		ports/80891
Submitted by:	Kay Abendroth <kay.abendroth (at) gmail.com>
Approved by:	maintainer's time-out (1 month)
2005-06-10 19:47:26 +00:00
Koop Mast
1bca7d6f9c Update to 2.6.5. 2005-06-10 19:13:37 +00:00
Jean-Yves Lefort
7228ceb545 Update to 0.1.1 2005-06-10 17:38:28 +00:00
Sam Lawrance
ceecfd8fcc Update to 1.2.a.30
PR:		ports/82119
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
2005-06-10 15:49:04 +00:00
Sergey Skvortsov
7808fc2693 Add missed manpages.
Pointed by:	pointyhat (kris)
2005-06-10 15:24:27 +00:00
Sam Lawrance
fb9f9a5d51 Update to 5.10.0
Submitter mentions license change, nothing ominous though (LGPL)

PR:		ports/82116
Submitted by:	Marwan Burelle <marwan.burelle@lri.fr> (maintainer)
2005-06-10 15:07:57 +00:00
Dmitry Sivachenko
a9895245cb Require gcc version 3.4+.
This seems to fix build on 4-STABLE.

Problem noted by:	kris
2005-06-10 12:43:13 +00:00
Roman Bogorodskiy
cdee7efa3b Update to 0.9.4.
PR:		82041
Submitted by:	Alexander Novitsky (maintainer)
2005-06-10 09:57:30 +00:00
Trevor Johnson
e81c2cc67d Remove the netscape7 port due to multiple security bugs.
Netscape 8.0 is available only for Windows.
2005-06-10 09:08:32 +00:00
Trevor Johnson
38b9c3299d Remove expired linux_base-6 port. 2005-06-10 08:27:55 +00:00
Sergey Matveychuk
4ad176a476 - Fix libdata/pkgconfig policy
Reported by:	kris via pointyhat
2005-06-10 05:27:32 +00:00
Alexey Dokuchaev
f048ecd2d8 Add ROTE, a simple library for VT102 terminal emulation.
WWW: http://rote.sourceforge.net/
2005-06-10 05:07:21 +00:00
Joe Marcus Clarke
a090e304e4 Add support for getting disk read/write usage on -CURRENT using GEOM
and devstat.  Thanks to phk for providing insight on how to do this.

Tested by:	kwm
2005-06-10 03:17:18 +00:00
Vanilla I. Shu
f8336019de Fix pkg-plist.
Obtained from:	kris@
2005-06-10 02:16:53 +00:00
Thierry Thomas
8cda354449 Re-add USE_GMAKE.
PR:		ports/82069
Submitted by:	maintainer
Pointyhat to:	thierry
2005-06-09 17:15:24 +00:00
Joe Marcus Clarke
bef4e9b1fe Create the ${X11BASE} services directory in the correct location. 2005-06-09 16:13:00 +00:00
Sergey Skvortsov
b07854ab22 Update to 0.17 2005-06-09 15:01:00 +00:00
Alexander Nedotsukov
a425ea3ae7 Update to 2.0.13 2005-06-09 14:52:21 +00:00
Dejan Lesjak
c85d6e486c Fix INDEX build:
"/usr/ports/devel/dbus-sharp/../dbus/Makefile", line 76: Unassociated
shell command "${MKDIR} ${X11BASE}/share/dbus-1/services"

Submitted by:	flz
2005-06-09 11:25:59 +00:00
Sergey Matveychuk
a7438fab85 - Update to 1.3 2005-06-09 11:15:12 +00:00
Sergey Matveychuk
d4e3823b04 - Update to 2.6 2005-06-09 08:28:27 +00:00
Sergey Matveychuk
3c4cc27793 - Update to 4.0.6
- Flexiblize pkg-plist a little
2005-06-09 07:28:56 +00:00
Sergey Matveychuk
9ba04e0f39 - Update to 2.7.2 2005-06-09 06:18:12 +00:00
Joe Marcus Clarke
7d8e10ed12 Be sure to create ${X11BASE}/share/dbus-1/services to avoid a startup problem
with session-based dbus.
2005-06-09 04:10:18 +00:00
Thierry Thomas
bae3b24bd5 - Update to 0.7;
- add OCAMLFIND_DESTDIR to MAKE_ENV, in order for ocamlfind to respect
  PREFIX.

PR:		ports/81991
Submitted by:	maintainer
2005-06-08 21:18:02 +00:00
Tilman Keskinoz
955eaac86b Oops, forgot a )
Reported by:	maintainer
2005-06-08 16:51:58 +00:00
Tilman Keskinoz
f5bd648d81 Add an experimental port of ice, the Internet Communications Engine, a
modern alternative to object middleware such as CORBA.

PR:			64136
Submitted by:		Stefan Ehmann <shoesoft@gmx.net>
Original submission by:	Sergey Matveychuk <sem@ciam.ru>
Thanks to:		flz for reviving the PR
2005-06-08 15:10:56 +00:00
Sergey Skvortsov
80aa157ec0 Update to 2.18.1
PR:		ports/81583
Submitted by:	Choe, Cheng-Dae <whitekid at gmail.com>
2005-06-08 14:56:01 +00:00
Sam Lawrance
877d5ac090 Add gwenhywfar 1.13.2, multi-platform helper library for networking and
security applications.

PR:		ports/80795 (based on)
Submitted by:	Peter Cornelius <pcc.at.gmx.net>
2005-06-08 14:45:19 +00:00
Lars Thegler
b5bdc5bf8b Update to 1.10 2005-06-08 13:19:44 +00:00
Sergey Skvortsov
1b54e6f59f PORTREVISION++
* LIB_DEPENDS: strfunc.7 => strfunc.9
2005-06-08 10:44:05 +00:00
Sergey Skvortsov
b7f565299f Update to 8.2
Approved by:	maintainer
2005-06-08 10:40:23 +00:00
Kirill Ponomarev
1d0ffe96b4 Take maintainership, maintainer is MIA for too long. 2005-06-07 22:22:41 +00:00
Thierry Thomas
460e64c5f2 - Upgrade to 5.09.2;
- installs files in ${PREFIX}/lib/ocaml/site-lib.

PR:		ports/81990
Submitted by:	maintainer
2005-06-07 21:20:01 +00:00
Vanilla I. Shu
6fca8b3529 Upgrade to 0.9.10.008. 2005-06-07 15:44:22 +00:00
Pav Lucistnik
dd9d9ad05c - Update to 0.16.0
PR:		ports/81992
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-06-07 13:22:54 +00:00
Cheng-Lung Sung
ea0e8baa8b - update to version 2
- from Changes
Version 2.0
  - Added the Class::Error module and tests
  - Added the Class::Util module and tests
  - Minor change in the Class::constr closure to allow to stop the init subs
    by returning undef OR a Class::Error object
  - Added the 'skip_autoload' option to Class::constr pragma
  - You can also pass an HASH reference to the constr method
  - Changed the result returned by the group accessor in list context:
    old version returned the keys of the hash (deprecated since the 1.77)
    this version returns the whole hash
2005-06-07 09:24:54 +00:00
Cheng-Lung Sung
283ce80207 - update to 5.44 2005-06-07 08:56:28 +00:00
Joe Marcus Clarke
9a339b97ff Teach dbus to look for session files in both PREFIX and X11BASE.
Requested by:	mezz
2005-06-07 02:36:05 +00:00
Craig Rodrigues
3db7a6ccaf Do not unconditionally use Python in build of apr.
PR:		80479
Submitted by:	Brian Minard <bminard@flatfoot.ca>
Approved by:	demon (ports mentor)
2005-06-06 15:16:42 +00:00
Tilman Keskinoz
4a6a2de67d Explicit name RUN_DEPENDS to avoid a rundependency on libtool13
Bump PORTREVISION

Approved by:	mezz for gnome@
2005-06-06 14:39:06 +00:00
Pav Lucistnik
9cbf195935 - Update to 0.9.17rc1
PR:		ports/76202, ports/81580
Submitted by:	Piet Delport <pjd@point45.com>,
		"Choe, Cheng-Dae" <whitekid@gmail.com>
Approved by:	maintainer timeout (4 months)
2005-06-05 21:25:31 +00:00
Michael Johnson
b09e5eed7f - Add some more icon paths, [LOCALBASE|X11BASE]/share/pixmaps
- Use X11BASE/etc/xdg for xdg path for now. LOCALBASE/etc/xdg will
  be readded later.
- Bump PORTREVISION

Submitted by:	mezz
2005-06-05 19:34:58 +00:00
Michael Johnson
6fbbb51ba2 - Update to 0.14
Requested by:	mezz for deskutils/smeg
2005-06-05 16:45:56 +00:00
Sergey Matveychuk
e64e4e1ad0 - Update to 2.3
PR:		ports/81856
Submitted by:	Ports Fury
2005-06-05 12:46:47 +00:00
Sergey Matveychuk
809ed861df - Update to 1.3
PR:		ports/81854
Submitted by:	Ports Fury
2005-06-05 12:42:21 +00:00
Oliver Lehmann
88b85a4203 change the libtool version to use from 1.3 to 1.5 2005-06-04 15:15:50 +00:00
Pav Lucistnik
52197dd1b7 - Update to 0.1.1
PR:		ports/81853
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-04 00:40:42 +00:00
Pav Lucistnik
fe1720617d - Update to 0.1849.0
PR:		ports/81852
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-04 00:36:22 +00:00
Pav Lucistnik
ab3f4c8bf4 - Update to 1.0.2
PR:		ports/81851
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-03 23:08:23 +00:00
Pav Lucistnik
c31a05d95e - Update to 2.4
PR:		ports/81849
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-03 23:04:33 +00:00
Pav Lucistnik
11af410024 - Update to 1.2.7
PR:		ports/81850
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-03 22:30:47 +00:00
Greg Lewis
5d8ac1db90 . Update to 1.0.12.
PR:		81855
Submitted by:	Ports Fury
2005-06-03 19:40:09 +00:00
Dmitry Sivachenko
474cd9532f Add missing dirrm's.
Pointed out by:		kris
2005-06-03 19:24:06 +00:00
Roman Bogorodskiy
989eab0503 Update to 2.3.2.
PR:		81872
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
2005-06-03 18:29:40 +00:00
Roman Bogorodskiy
98d88bceab - Update to 2.2.1
- Add PHP DOM extension support

PR:		81836
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
2005-06-03 16:45:06 +00:00
Lars Thegler
ddad910315 - Update to 0.16
- Assign maintainership

Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-06-03 15:20:17 +00:00
Oliver Lehmann
0671c0aa93 don't build an own libtool 2005-06-03 14:17:18 +00:00
Volker Stolz
be797c2492 Remove ports which expired on 2005-06-01 (no pending PRs, either) 2005-06-03 13:43:16 +00:00
Roman Bogorodskiy
84199365da Update to 0.6.15.
PR:		81819
Submitted by:	Dryice Liu (maintainer)
2005-06-03 05:21:05 +00:00
Sam Lawrance
7af04e3b30 Don't attempt to use libtool before it is installed.
Reported by:	kris
Noodlebrain:	me
2005-06-03 00:39:11 +00:00
Mathieu Arnold
07c0617c4f Update to 0.22 2005-06-02 16:27:31 +00:00
Mathieu Arnold
256ce2141b Fix plist (well, in fact, break it for now) so that ports/79330 can be
committed without breaking them.

Approved by:	portmgr (kris)
2005-06-02 11:56:03 +00:00
Juli Mallett
63b4922d86 Give hs-alex port some sexualoving - anecdotal evidence suggests that the most
recent update fixed the build problem against the version of GHC we've got, and
fixed things on >=5.x, and all that lovely.  So mark it un-BROKEN.  If it shows
up BROKEN again, I'll handle appropriately.
2005-06-01 23:50:15 +00:00
Dmitry Sivachenko
2c3aeffa11 New port: Xfce Foundation Classes.
The Xfce Foundation Classes (XFC) is a set of well integrated C++ classes
for developing Xfce applications on UNIX-like operating systems.

XFC combines the power of GTK+ and the power of C++ into a state-of-the-art
application development framework for the Xfce Desktop Environment.  XFC
judiciously uses C++ language features to avoid layering on too much extra
C++ complexity.  Its API is easy to understand and use, and should feel
immediately familiar to most GTK+ programmers.
2005-06-01 17:10:24 +00:00
Lars Thegler
e84b5e29d9 Update to 2005.1
PR:		ports/81763
Submitted by:	Giorgos Keramidas <keramida@ceid.upatras.gr>
2005-06-01 14:20:54 +00:00
Vanilla I. Shu
34e9d285d0 Upgrade to 0.9.10.007. 2005-06-01 14:00:45 +00:00
Simon L. B. Nielsen
8659810756 Add cogito 0.10, cogito, GIT - the content tracker.
The GIT itself is merely an extremely fast and flexible filesystem-based
database designed to store directory trees with regard to their history.
The top layer is a SCM-like tool Cogito which enables human beings to work
with the database in a manner to a degree similar to other SCM tools (like
CVS, BitKeeper or Monotone).

PR:		ports/81698
Submitted by:	Michael Seyfert <michaels@sdf.lonestar.org>
Approved by:	erwin (mentor)
2005-06-01 08:42:58 +00:00
Volker Stolz
f0f61017fc - Fix plist: Collect files from EXAMPLESDIR, too
- Pet portlint

Noticed by: oliver
2005-06-01 07:26:42 +00:00
Simon Barner
e904f9bdd2 - Update to 0.6.14
Submitted by:	Dryice Liu <dryice@hotpop.com> (maintainer)
PR:		ports/81745
2005-06-01 06:00:38 +00:00
Oliver Lehmann
12cadf80de change the libtool version to use from 1.3 to 1.5
retire automake/autoconf usage
2005-05-31 21:46:49 +00:00
Oliver Lehmann
845bb504da change the libtool version to use from 1.3 to 1.5 2005-05-31 21:34:45 +00:00
Florent Thoumie
17f5e78f0a - Use USE_GCC=3.4+ for upcoming audio/ocp release.
PR:		ports/81703
Submitted by:	maintainer
2005-05-31 21:24:38 +00:00
Florent Thoumie
4f02559f47 - Backout latest commit, it needs a repocopy due to API change.
Noticed by:	Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:58:33 +00:00
Joerg Wunsch
d33e66fe21 I just noticed I forgot to cvs add the ATmega1280 patch last time.
In preparation for moving the port to binutils-2.16, rather get it
in before that.
2005-05-31 19:51:41 +00:00
Oliver Lehmann
0f12fcc8c7 change the libtool version to use from 1.3 to 1.5 2005-05-31 19:00:51 +00:00
Florent Thoumie
12a7f133fc - Bump lzo lib version.
- Bump PORTREVISION.
2005-05-31 17:57:11 +00:00
Oliver Lehmann
950486b975 change the libtool version to use from 1.3 to 1.5 2005-05-31 17:52:34 +00:00
Florent Thoumie
3d1ffc75de - Update to 3.10.4.
PR:		ports/81722
Submitted by:	Ports Fury
2005-05-31 17:34:18 +00:00
Oliver Lehmann
c37f08f501 change the libtool version to use from 1.3 to 1.5 2005-05-31 17:00:47 +00:00
Koop Mast
482d77c904 Update to 0.8.9.
Remove xine plugins, not very well supported and gstreamer-ffmpeg does a
better job.
Override COMMENT and PORTREVISION in slave ports.
For the slave ports in multimedia add also CATAGORIES.
Chase libmusepack -> libmpcdec rename.

Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html

Approved by:	maintainer (implicit)
2005-05-31 15:51:42 +00:00
Sam Lawrance
0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00
Volker Stolz
ab3d91efed Add symlinks for cvsnt.{1,5} man-pages
Approved by: maintainer
2005-05-31 07:55:01 +00:00
Pav Lucistnik
57b23f591f - enable an "OPCODE" library that is required to support triangle mesh objects.
- changes the header include order so as not to pick up installed includes
  before local ones
- suppresses the unneeded use of values.h
- works around an inlining limitation in g++

PR:		ports/81610
Submitted by:	Jonathan Hanna <jhanna@shaw.ca>
Approved by:	David Yeske <dyeske@yahoo.com> (maintainer)
2005-05-31 07:39:54 +00:00
Michael Johnson
73822ea979 - Update to 0.12
- Add some new features to pkg-descr
2005-05-31 02:20:36 +00:00
Kris Kennaway
d0eef62cb2 BROKEN: Unfetchable 2005-05-31 02:15:08 +00:00