1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

127034 Commits

Author SHA1 Message Date
Jean-Yves Lefort
51c69fad3a - Update gtk-bluecurve-theme and qt-bluecurve-theme to 0.122, take
maintainership [1]
- Add bluecurve-themes
- Add cursor-bluecurve-theme
- Add gnome-bluecurve-theme
- Add icon-bluecurve-theme
- Add metacity-bluecurve-theme
- Add xmms-bluecurve-theme

Approved by:	former maintainer [1]
2005-05-30 13:30:12 +00:00
Jean-Yves Lefort
daac81028d Add icon-slicer.
icon-slicer is a utility for generating icon themes and libXcursor cursor
themes.

The inputs to icon-slicer are conceptually:

 A) a set of multi-layer images, one for each size
 B) a XML theme description file

Each image contains all the cursors arranged in a grid; for cursors the
layers are:

 - a layer with a dot for the hotspot of each cursor
 - the main image or first animation frame for multi-frame animated cursors
 - the second animation frame for multi-frame animated cursors
 - ...

For icons, the layers are:

 - a layer with the images
 - an optional layer with attachment points for emblems
 - an optional layer with boxes for embedding text into icons

In practice, since loading of multilayer images is not supported by standard
image libraries, each layer is input as a separate image file.

The theme description file contains, among other things, information about the
source images to read, the location of each named cursor or icon within the
grid, and a set of aliases from names to other names.

WWW: http://www.freedesktop.org/wiki/Software/icon-slicer
2005-05-30 13:15:10 +00:00
Tilman Keskinoz
99f5678ce1 Fix plist on FreeBSD powerpc:
guile does not support quickthreads on powerpc

Approved by:	pav
2005-05-30 12:26:11 +00:00
Yaroslav Tykhiy
7985023fd2 Disable building packages from this port
by default because it gives functionality
not found in mail/bogofilter only if WITH_CP866
is set.  Otherwise a package will be identical
to that from mail/bogofilter.
2005-05-30 12:03:57 +00:00
Simon Barner
c6d5d6937b - Update to 0.9.3
Submitted by:	Sebastien Petit <spe@phear.org> (maintainer)
PR:		ports/81630
2005-05-30 11:29:15 +00:00
Peter Pentchev
1f6537967d Remove the duplicate 'Stopping svscan' message on shutdown.
Fix the URL in pkg-descr.
Bump PORTREVISION.

PR:		81665
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-05-30 11:28:04 +00:00
Pav Lucistnik
3ece6aab5e - Update to 1.2.3
- Portlint

PR:		ports/81033
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	maintainer timeout (15 days)
2005-05-30 11:26:49 +00:00
Pav Lucistnik
a8d60112a8 - Require perl in runtime too, pkg-install script is written in it.
Up until now, it was impossible to install from package.
2005-05-30 11:26:21 +00:00
Yaroslav Tykhiy
55e4bc3d9b - Match the reality of bogofilter 0.94.13.
- Deprecate this subport in favor of Unicode support in bogofilter.
2005-05-30 11:24:31 +00:00
Anton Berezin
61515b5105 Really build with sendfile(2) support (fix "CFLAGS from make.conf
overwrites CFLAGS in the environment" issue).  Bump portrevision.

Noticed by:	Piotr Rybicki <p.rybicki@point-group.pl>
2005-05-30 11:09:57 +00:00
Yaroslav Tykhiy
1e6b35a3eb - Update to 0.94.13
* iconv/unicode bugfixes
  * sqlite3 interface much more CPU efficient and faster now
  * bogofilter -q option to suppress printing of statistics
  (see share/doc/bogofilter/NEWS for details)
- convert WITHOUT_*/pre-everything messaging stuff (GSL, BASH) to OPTIONS
- add an OPTIONS switch for ICONV (experimental, default off),
  suggested by Yar Tikhiy.
- revise pkg-install message
- use a more suitable LIBS/CPPFLAGS passing for sibling ports or
  when GSL=off ICONV=on is used.
- change wording of GSL OPTION.
- reset -qdbm PORTREVISION
- remove obsoleted bogofilter-qdbm/files/* patches
- deprecate bogofilter-tdb effective 2005-11-30

Removed files:
- bogofilter-qdbm/files/patch-pathcycle

PR:		ports/81642
Submitted by:	maintainer
2005-05-30 10:48:24 +00:00
Volker Stolz
ebb62390c8 Update net/whois to 4.7.5:
- Updated the .in TLD server.
- Added the ASN allocations for Afrinic.

PR:		ports/81651
Submitted by:	maintainer
2005-05-30 09:21:08 +00:00
Masafumi Max NAKANE
7a03da7945 Upgrade, 2.6.10 -> 2.6.11. 2005-05-30 09:06:52 +00:00
Sergey Matveychuk
ad412fa72f - Update to 2.3 2005-05-30 08:43:49 +00:00
Kirill Ponomarev
ecacf6cc9a Update the SIDEBAR_PATCH.
Fix package name when doing a MUTT_LITE package.
Adjust the COMMENT.

PR:		ports/81649
Submitted by:	maintainer
2005-05-30 07:39:03 +00:00
Sergey Skvortsov
384e9bfd1a Fix pkg-plist.
Pointed by:	pointyhat (kris)
2005-05-30 07:18:26 +00:00
Sergey Skvortsov
31fdb517ce Fix pkg-plist.
Pointed by:	pointyhat (kris)
2005-05-30 07:10:39 +00:00
Volker Stolz
0116cb6015 Fix shebang
Noticed by: Keith Ng
2005-05-30 06:50:07 +00:00
Jeremy Messenger
291835212c -Add a missing dependency. [1]
-Add a missing MAN1.
-Bump the PORTREVISION.

BTW: dbus stuff is kind of bother me. I am not sure if it does right, but I
     will ask marcus and tmclaugh about it. (ie: lib/dbus-1.0/services)

Reported by:	pointyhat via kris [1]
Pointy hat to:	tmclaugh
2005-05-30 06:33:17 +00:00
Jeremy Messenger
98202583b1 Fix the missing dependencies. A few days ago, kwm has clean up
libgnomeprintui by remove the un-need dependency. That made my change isn't
right, so I am chasing it. Re-add GNOME option if libgnomeui exists, then
enable and depend on it. Bump the PORTREVISION.

Reported by:	pointyhat via kris
2005-05-30 06:32:32 +00:00
Kris Kennaway
5cb74649ae Update to adzap-20050524 2005-05-30 05:11:46 +00:00
Mario Sergio Fujikawa Ferreira
57295e54c9 Fix typo: add PKGNAMESUFFIX?=-devel back 2005-05-30 03:31:20 +00:00
Mario Sergio Fujikawa Ferreira
e107a6c2ce Uphold NOPORTDOCS: do not define PORTDOCS 2005-05-30 03:30:11 +00:00
Mario Sergio Fujikawa Ferreira
6335722ac1 Update to 4.0.2 2005-05-30 03:27:00 +00:00
Mario Sergio Fujikawa Ferreira
5a8b2663be o Update to 4.1.1 development version which brings many new features
[1] such as trackerless [2] support

1) http://www.bittorrent.com/bittorrent_versions.html
2) http://www.bittorrent.com/trackerless.html
2005-05-30 03:17:30 +00:00
Jun Kuriyama
8ac7922e85 Add mecab-razil , yet Another Part-of-Speech and Morphological Analyzer
with razil patch.
2005-05-30 03:10:29 +00:00
Mario Sergio Fujikawa Ferreira
c44350f863 Update to 20050529 snapshot 2005-05-30 01:16:32 +00:00
Jun Kuriyama
0a591ebe37 Back USE_PERL5_BUILD again because configure
checks to use perl5 even if perl5 is not required...

Pointed out by: kris (via pointyhat)
2005-05-30 01:15:25 +00:00
Gerald Pfeifer
a332da27dc Update to the 20050528 snapshot of GCC 4.1.0. Adjust the libjava-related
part of the packaging list.
2005-05-29 22:29:08 +00:00
Thierry Thomas
23b001e56d Remove BROKEN: it should have been mysteriously fixed by some troll.
Tested on i386 -4.11 and -5.4.

PR:		ports/81526
Submitted by:	Wade Klaver
2005-05-29 21:26:22 +00:00
Pav Lucistnik
15d786a345 - Clean up extensions directory
Reported by:	krismail
2005-05-29 20:56:18 +00:00
Thierry Thomas
58badcd64e Update to version 2.11.1.
PR:		ports/81626
Submitted by:	Johan van Selst
2005-05-29 19:56:34 +00:00
Oliver Braun
49d3ad1417 Upgrade to 39.125. 2005-05-29 19:56:16 +00:00
Anders Nordby
9f58530de8 Update to 2.1.19. 2005-05-29 19:47:13 +00:00
Anders Nordby
d90d9ff178 Update to 1.48. 2005-05-29 19:33:59 +00:00
Sergey Matveychuk
5b03599bb2 - The port needs USE_ICONV
Reported by:	kris via pointyhat
2005-05-29 19:32:04 +00:00
Markus Brueffer
f6b57d66c1 Update to version 0.13.7 2005-05-29 18:53:39 +00:00
Pav Lucistnik
68c58ff3ec - Update to 2.10.0
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
2005-05-29 18:26:25 +00:00
Pav Lucistnik
947a8e30b5 - Update to 2.10.0
PR:		ports/81579
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
Approved by:	Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
2005-05-29 18:26:05 +00:00
Lars Thegler
75c0403289 Add p5-Class-DBI-FromForm 0.03, update Class::DBI data using
Data::FormValidator.
2005-05-29 17:47:38 +00:00
Kirill Ponomarev
66fade5c42 Fix package build. 2005-05-29 16:31:16 +00:00
Dmitry Sivachenko
23268a034d Upgrade to version 1.2.9. 2005-05-29 16:29:25 +00:00
Thierry Thomas
99b192ea82 Update to 0.23.
PR:		ports/81619
Submitted by:	maintainer
2005-05-29 16:08:18 +00:00
Daichi GOTO
20e7a30204 IIIMF-related ports
textproc/iiimf-le-unit:
    - fix build fail
    - add libxml2 use
    - remove unneed gtk-check

  iiimf-le-newpy:
    - remove unneed gtk/xlib-check

  iiimf-gnome-im-switcher:
    - fix uninstall problem

Submitted by:	maintainer
Pointed out by:	pointyhat via kris
2005-05-29 16:06:01 +00:00
Thierry Thomas
0c32e337e6 Upgrade to 20050529.
PR:		ports/81616
Submitted by:	maintainer
2005-05-29 15:20:19 +00:00
Simon L. B. Nielsen
4c6ccc52ae Mark samba-2.2.12.j1.0beta1_2 as safe from "samba -- integer overflow
vulnerability".

Reminded by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2005-05-29 15:01:13 +00:00
Sergey Skvortsov
7e03774858 Install documentation, unless NOPORTDOCS is defined. 2005-05-29 14:25:51 +00:00
Sergey Skvortsov
19453f9038 Add ncnf 3.0.1, generic configuration management library. 2005-05-29 14:01:16 +00:00
Roman Bogorodskiy
f38f90aa70 - Update to 0.11.5 [1]
- Add "-export-dynamic" to LDFLAGS to make glurp really work [2]

Approved by:	Mark Daniel Reidel (maintainer)	[1]
Obtained from:	glurp forum [2]
2005-05-29 14:00:03 +00:00
Mario Sergio Fujikawa Ferreira
602f6f4558 Add MASTER_SITE_SOURCEFORGE mirror entry ufpr. This mirror is
graciously provided by the Federal University of Parana, Brazil;
the only SOURCEFORGE mirror on Latin America. They are committed
for full SOURCEFORGE mirroring.
2005-05-29 12:26:41 +00:00