Commit Graph

2161 Commits

Author SHA1 Message Date
dcoppa
9f63150832 Now that espie's @pkgpath patch is in snapshots, merge -imlib2
flavor into -main and link the -xmms2 flavor to the build.

OK sthen@, espie@
2011-06-13 10:11:05 +00:00
sthen
7afd651e2e Move remaining firmware into the firmware directory, mglocker agrees.
Fix urtwn DISTNAME, pointed out by naddy.
2011-06-12 00:20:50 +00:00
sthen
c070ae24e9 fix backup MASTER_SITES url, pointed out by Mikolaj Kucharski 2011-06-09 21:38:21 +00:00
sthen
fc23c77c50 +firmware 2011-06-09 17:08:35 +00:00
sthen
bbee873c5e import ports to build packages for firmware needed for various device
drivers. not all MASTER_SITES have the distfiles yet, so you might get
404s at present, this will be fixed later. earlier version ok jasper@
2011-06-09 17:08:14 +00:00
dhill
b32aab6149 update to 0.1.3.
- initial remote metadata storage
- bandwidth limiting option
- bugfixes

ok sthen@
2011-06-09 05:34:05 +00:00
jasper
3e4c0594d3 bump after default python version switch 2011-06-08 17:50:10 +00:00
ajacoutot
8b5f0f6bb3 Extend README a bit more. 2011-06-07 14:52:32 +00:00
dhill
6061d64c9a +cyphertite 2011-06-06 21:13:55 +00:00
dhill
94bb1f3e98 Cyphertite is a tar-like secure remote deduplicating archiver.
It deduplicates, compresses, and encrypts data prior to transmission
providing total privacy while keeping chattering down on the wire.
It seamlessly supports both IPv6 and IPv4 on a variety of platforms.


ok and much help from sthen@ landry@
2011-06-06 21:12:28 +00:00
jasper
ac1da11f99 fix WANTLIB 2011-06-06 15:10:40 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
sthen
35ac303ec8 update NUT to 2.6.1; bugfixes, cleanup, improvements and new device support. 2011-06-02 10:37:08 +00:00
ajacoutot
9478051482 -flyback 2011-06-02 10:01:46 +00:00
ajacoutot
6ebe12a2cb Remove, superseded by backintime{-gnome}. Newer versions are too Linux
centric anyway (hal, devices...).
2011-06-02 10:01:22 +00:00
jasper
3684c385be update to Set-Crontab-1.03 2011-06-01 17:05:02 +00:00
jasper
1d46698fa5 update to Capture-Tiny-0.11 2011-06-01 17:05:00 +00:00
ajacoutot
f20ba91c44 MESSAGE -> README and greatly extend documentation in the process. 2011-06-01 12:23:53 +00:00
ajacoutot
84147c7d44 MESSAGE -> README. 2011-06-01 11:29:53 +00:00
naddy
b54c819e8e update to 2.8; mostly from gsoares@
ok sthen@, gsoares@
2011-05-31 19:36:36 +00:00
sthen
13602cba97 use base64-encoded checksums, "if you wish to regen, go ahead" espie@ 2011-05-31 08:35:20 +00:00
landry
78cde93ac6 Update to upower 0.9.11, remove patches merged upstream, add a patch
from jasper@ to fix an implicit declaration warning (pushed upstream)
2011-05-30 07:48:53 +00:00
ajacoutot
3239a328de Fix several users management related functions. 2011-05-29 08:27:05 +00:00
robert
a96a545876 unbreak the do-build target and use a versioned distfile 2011-05-25 21:21:15 +00:00
robert
b157249298 bring back all the original functionality because it is needed for
the chromium builds
2011-05-25 20:27:02 +00:00
robert
f5324e1913 using cgit as the MASTER_SITE was a bad idea 2011-05-25 17:08:15 +00:00
robert
c55b6e7234 +flock 2011-05-25 17:03:28 +00:00
robert
520664660f import flock which is a flock(2) manager for shell scripts
this version is based on the original one from utils-linux but
it is cleaned up and trimmed down
2011-05-25 17:02:56 +00:00
ajacoutot
86e446d37c Add obvious as it may seem, do notify that apmd(8) needs to be running
to access the full set of uPower functionnalities.

ok landry@ (maintainer) jasper@ (on a former diff)
2011-05-24 16:02:39 +00:00
jasper
88b9b45dae Add missing ONLY_FOR_ARCHS =${APM_ARCHS} to upower (and gnome-session
as upower is integrated into it).
2011-05-24 07:47:52 +00:00
landry
7bec652bbd +upower 2011-05-23 19:05:29 +00:00
landry
f7272cc878 Import upower 0.9.10:
UPower is an abstraction for enumerating power devices, listening to
device events and querying history and statistics. Any application or
service on the system can access the org.freedesktop.UPower service
via the DBUS system message bus.

OpenBSD specific backend written by yours truly with help from upstream
developer. So far, battery levels and ac status works, using either apm
or acpibat/acpiac if available.

As a sidenote, if udev, udisks and friends were designed with the same
clear separation between os-specific and generic parts, porting to
'alternative OSes' would be much simpler. UPower is a nice example of
'how to design a portable service'.

with a patch for glib version check, tweaks and ok ajacoutot@
2011-05-23 19:04:57 +00:00
ajacoutot
07c05a5c24 Don't try to open /proc, use kvm(3) instead.
reviewed by robert@
2011-05-23 08:22:43 +00:00
ajacoutot
4faf041b78 Oops, I meant to use g_strcmp0 here. 2011-05-22 17:34:55 +00:00
ajacoutot
ba9b9561d5 Make it possible to lock/unlock users. 2011-05-22 17:30:00 +00:00
jasper
99d7b39472 using PKGNAME to construct WRKDIST is bad practice. aja@ agrees. 2011-05-22 13:44:47 +00:00
ajacoutot
9dd11e8979 Add missing CATEGORY. 2011-05-22 13:34:19 +00:00
schwarze
924d23c55e +xbattbar 2011-05-22 12:39:06 +00:00
schwarze
30c4021e2f Import xbattbar-1.4.2.
xbattbar is a battery monitor that displays a status bar on any edge
of the screen using apm(4).

From MAINTAINER Brynet; ok landry@.
2011-05-22 12:32:41 +00:00
ajacoutot
30ca46e876 Fix adding/deleting users with upcoming gnome-control-center 3. 2011-05-22 12:21:41 +00:00
ajacoutot
0b7c744653 +accountsservice 2011-05-22 10:58:15 +00:00
ajacoutot
062fda667a Import accountsservice-0.6.12.
The AccountsService project provides:
    * A set of D-Bus interfaces for querying and manipulating user
      account information.
    * An implementation of these interfaces based on the usermod(8),
      useradd(8) and userdel(8) commands

ok jasper@ ("though I'm surprised they didn't name it 'accountskit'")
2011-05-22 10:57:32 +00:00
ajacoutot
2d9d7918d7 Add RUN_DEPENDS on x11/dbus and add missing @sample dirs. 2011-05-21 05:00:07 +00:00
gsoares
576872c5a1 - fix MASTER_SITES/HOMEPAGE
- tidy up whitespace in Makefile
- bump REVISION

ok jasper@
2011-05-20 19:31:59 +00:00
gsoares
3dc482cae2 PREFIX -> TRUEPREFIX; bump REVISION; ok aja@ sthen@ 2011-05-19 20:01:27 +00:00
ajacoutot
f0b3dd8bc1 No need to support procfs since we use kvm_getproc2(3).
"axe it" pval@ (maintainer)
2011-05-18 16:25:14 +00:00
jasper
b6cb8227ab - fix path in MESSAGE
"sure" aja@ (MAINTAINER)
2011-05-18 11:18:31 +00:00
ajacoutot
a9d7f12f69 Remove part of this patch which is not needed. 2011-05-16 17:30:31 +00:00
ajacoutot
8e6304f974 deve/gconf2 is about to loose its dependency on x11/gtk+2 so explicitely
register x11/gtk+2 for ports depending on gconf2 that don't have another
dependency that would bring it.

discussed with jasper@
2011-05-14 21:29:03 +00:00