Commit Graph

52105 Commits

Author SHA1 Message Date
sthen
82208ff5c6 import databases/luma, Qt-based ldap browser/admin tool.
"please yes" landry@

Luma is a graphical utility for accessing and managing data stored
on LDAP servers. It is written in Python, using PyQt and python-ldap.
Plugin-support is included and useful widgets with LDAP-functionality
for easy creation of plugins are delivered.

The following plugins are included: Browser, Schema browser, Search,
Addressbook, Template, Mass User Creation, Admin Utilities.
2009-08-26 16:53:21 +00:00
ajacoutot
45ccf53a59 This was the second time I got trapped by the fact that -plugins depends
on the exact version of -main.
Add a reminder so I don't forget next time.
2009-08-26 15:38:18 +00:00
ajacoutot
bdab82ceca Move xml2 to WANTLIB.
ok avsm@
2009-08-26 15:34:17 +00:00
ajacoutot
44ebf020bb Update to 0.6.1.1.
Tweak DLLMAP_FILES in the process.
This is still broken... but I'm working on a large mono update.
2009-08-26 15:30:01 +00:00
sthen
72afc9404d Change DESCR-main to talk about symlinks not phpxs, bump FULLPKGNAME-main.
ok robert@
2009-08-26 13:42:30 +00:00
sthen
35df932e0f update to 3.2.5a; mainly bug fixes 2009-08-26 13:40:54 +00:00
kili
e6f5e8753b Yet another web site that's too stupid to return a proper 404.
Fix homepage, mirror the distfile on my machine, bump.

http://alioth.debian.org/projects/necpp/ seems to host the
distfiles now, but only newer versions.
2009-08-26 13:22:20 +00:00
kili
a7bf5c472f Mirror this.
The original URL does a bullshit business redirection game
to creativelabs.com.
2009-08-26 12:12:46 +00:00
kili
55a89f933c Remove broken mirror. 2009-08-26 11:53:20 +00:00
kili
eb4f0488ab Use my own mirror for the distfile. 2009-08-26 11:07:32 +00:00
kili
f1f407ac67 Fix MASTER_SITES, ftp://ftp.swiss.ai.mit.edu seems to be dead.
Also add the OLD location in case r5rs.txi will ever be moved
there.
2009-08-26 10:53:10 +00:00
kili
4112d7480e Fix MASTER_SITES (they moved old stuff to OLD). 2009-08-26 10:42:25 +00:00
landry
5161056977 Update to thunar-thumbnailers 0.4.1 :
s/THUNAR_PLUGIN/XFCE_GOODIE/, more accurate, this fixes MASTER_SITE
while here. Add a comment about optional runtime dependencies.
2009-08-26 08:43:33 +00:00
sthen
a829765073 update dnstop to 20090128 (which wants ns_r_refused from BIND 9's
resolver; patched here to use REFUSED).

from Stephan Rickauer, thanks!
2009-08-26 08:36:03 +00:00
ajacoutot
702065a33f Add missing run_depends on ndesk-dbus. 2009-08-26 08:11:08 +00:00
jakob
986b3d8999 upgrade to postfix v2.6.4 2009-08-26 06:11:24 +00:00
sthen
823d396627 mirror distfile; upstream don't include the version number in the filename
so this was falling back to ftp.ca
2009-08-26 00:38:32 +00:00
sthen
35f12714a8 - mirror distfile; upstream gone away
- add license marker (BSD)
- PERMIT_DISTFILES_*=Yes, this was originally disabled because
"mark as broken/don't mirror distfiles for now;
the es2.net nameserver(s) don't seem to be talking"
- comment-out down HOMEPAGE, regen PLIST while there, bump PKGNAME
2009-08-26 00:34:18 +00:00
sthen
4984e816f5 upstream changed url; adjust MASTER_SITES 2009-08-26 00:20:29 +00:00
sthen
7417965e63 - upstream MASTER_SITES is unreachable; mirror it
- add license marker
- regen PLIST, remove unnecessary WANTLIB, bump
2009-08-26 00:15:26 +00:00
sthen
cb1b5aa03b update MASTER_SITES; upstream have a redirect but it's broken 2009-08-26 00:09:12 +00:00
bernd
85b81812d5 Backout last update and go back to ruby-htmlentities-4.0.0.
www/ruby-typo doesn't like the new version.

Noticed by naddy@. Thanks!
2009-08-25 21:52:00 +00:00
bernd
e05b736905 Backout last update and go back to ruby-addressable-2.0.2.
It breaks databases/ruby-datamapper/core.

Noticed by naddy@. Thanks!
2009-08-25 21:47:59 +00:00
sthen
d9572eccbc Add a patch from upstream repo fixing a possible crash merging AS/AS4
path/aggregator.
2009-08-25 20:32:09 +00:00
bluhm
507038562a Set GNUPGHOME during port build to avoid additional patch.
Enable regression test that checks the signature with gpg.
ok sturm
2009-08-25 20:23:45 +00:00
naddy
a072f5f576 bump -plugins after -main change 2009-08-25 20:11:45 +00:00
jasper
ffc47a9c3d - update opennx to 0.16
looks good to ajacoutot@
2009-08-25 17:52:43 +00:00
avsm
5b9e5bf292 no article in COMMENT, fixup LIB_DEPENDS; ajacoutot@bsdfrog.org 2009-08-25 17:43:01 +00:00
avsm
8839ce9aa1 remove trailing lines in DESCR; from ajacoutot@bsdfrog.org 2009-08-25 17:25:04 +00:00
jasper
b788f1b2fd - update p5-Email-Valid to 0.182
from Stephan A. Rickauer, ok kevlo@ (MAINTAINER)
2009-08-25 17:17:07 +00:00
avsm
8bc7dff2b0 +ruby-findmyiphone 2009-08-25 17:15:52 +00:00
jasper
b71567f9d3 - update p5-Email-Simple to 2.005
Stephan A. Rickauer takes maintainership, suggested by previous maintainer
2009-08-25 17:15:33 +00:00
avsm
9be5d5214d import ruby-findmyiphone-0.2
--
Ruby port of MobileMe screenscraper allowing message sending and
retrieval of current location of an iPhone.

>> require 'rubygems' ; require 'findmyiphone'
>> i = FindMyIphone.new(username,password)
>> i.locateMe
>> i.sendMessage("Foo bar")
2009-08-25 17:15:19 +00:00
sthen
9ddbfccba5 fix ucr.ac.cr CPAN url 2009-08-25 17:13:55 +00:00
avsm
38603cd8b6 +ruby-mechanize 2009-08-25 17:10:47 +00:00
avsm
fbaff555d8 import ruby-mechanize-0.9.3
--
The Mechanize library is used for automating interaction with
websites. Mechanize automatically stores and sends cookies, follows
redirects, can follow links, and submit forms. Form fields can be
populated and submitted. Mechanize also keeps track of the sites
that you have visited as a history.
2009-08-25 17:10:12 +00:00
avsm
e9faa2e30a +ruby-nokogiri 2009-08-25 17:08:03 +00:00
avsm
68175e2065 import ruby-nokogiri-1.3.2
--
Nokogiri is an HTML, XML, SAX and Reader parser written in Ruby.
It has the ability to search documents via XPath or CSS3 selectors.
2009-08-25 17:07:26 +00:00
sthen
bf9341d6b8 update to 1.1.4, from Brad. 2009-08-25 13:16:40 +00:00
stsp
b8a8bd6457 Update to 1.6.5.
Also:
* Native make now works fine so don't use gmake.
* Disable storing of plaintext passwords for all servers in the system-wide
  'servers' config file, instead of disabling storage of all kinds of
  passwords in the system-wide 'config' config file.
  The new store-plaintext-passwords=no option, which has existed since 1.6.0,
  overrides a yes/no prompt which subversion now usually presents before
  storing passwords in plaintext. gnome-keyring stores passwords encrypted.
* Update the main DESCR to reflect current reality.
* Add a patch which fixes a broken regression test in the ruby bindings
  which accidentally slipped into 1.6.5 release.
* Put the gnome-keyring subpackage into REGRESS_DEPENDS to make
  auth-test pass (it loads DSOs at runtime and can't find them if
  the gnome-keyring subpackage isn't installed).

Tested on i386 by me and alek@, on i386/amd64 by steven@,
and on sparc64 by Edd Barrett.
ok steven@
2009-08-25 10:26:20 +00:00
espie
40493db049 oops 2009-08-25 09:23:03 +00:00
espie
768004e514 use left join on optional values, otherwise we lose a lot of _ports entries. 2009-08-25 09:15:43 +00:00
jsg
7e35a4570c Be less demanding with the fmt_map, so we don't
have to care if it is url encoded or not.

Makes us able to fetch higher than lowest quality videos again,
after another youtube change.

ok martynas@
2009-08-24 19:31:27 +00:00
jasper
95fa13259e - update ezpublish to 4.1.3 2009-08-24 16:36:31 +00:00
sthen
f432da814e mirror distfiles, MASTER_SITES no longer has them 2009-08-24 15:28:21 +00:00
sthen
ebd811d34b correct MASTER_SITES URLs 2009-08-24 15:27:49 +00:00
sthen
edb5c8cd20 - update disc-cover to 1.5.6; old distfile no longer available upstream
- switch MASTER_SITES to sourceforge
- upstream split the cgi to a separate distfile with a generic name;
move to DIST_SUBDIR.
2009-08-24 15:17:11 +00:00
sthen
5402f49e90 some distfiles no longer available; I have mirrored them. 2009-08-24 14:38:47 +00:00
sthen
fcc8908676 Change MASTER_SITES_SOURCEFORGE so fetching distfiles uses their
geolocation. problem with my diff found + fixed by martynas@.
ok ajacoutot@ jasper@
2009-08-24 13:41:57 +00:00
jasper
719956d05c - update zabbix to 1.6.5 2009-08-24 12:28:47 +00:00