espie
634fb00640
oops, give back that core.
2010-10-28 08:54:22 +00:00
fgsch
a7fd09db10
Simplify and switch to REVISION.
...
From Alexandr Shadchin (firstname dot lastname at gmail dot com).
martynas@ ok.
2010-10-28 08:22:11 +00:00
fgsch
f198261eb3
py-pymilter => py-milter
2010-10-28 08:18:25 +00:00
fgsch
20af77c7a4
Update py-milter to 0.9.3
...
martynas@ ok.
2010-10-28 08:15:02 +00:00
jeremy
b53b55b831
Update lang/jruby from 1.3.1 to 1.5.3. Numerous improvements including
...
performance increases and ruby 1.8.7 support. ffi support now works in
simple cases. It now works on amd64 as well. I'm taking over
maintenance from bernd@.
ok landry
2010-10-28 01:45:44 +00:00
steven
d067b2c283
some cleanup
2010-10-27 23:42:49 +00:00
steven
6de5af54a3
behave more like gnu by not using pic objects for a static library.
2010-10-27 23:41:27 +00:00
merdely
e0f038524e
+ pecl-lzf
2010-10-27 23:09:07 +00:00
merdely
4967608efe
Initial import of pecl-lzf:
...
This package handles LZF de/compression.
From MAINTAINER: Johan Huldtgren
Tweaks by me.
ok sthen@
2010-10-27 23:08:11 +00:00
espie
d1fc80b3fe
use rescan after errors, so that bumps get picked up
2010-10-27 22:58:02 +00:00
espie
309af926e4
kill more code related to P= (will simplify next parts)
2010-10-27 22:53:32 +00:00
merdely
6d0142a635
Oops... debugging line made it in. Remove it.
2010-10-27 22:43:47 +00:00
sebastia
02aa09d6ce
fix HOMEPAGE
...
spotted and patch from giovanni@
2010-10-27 22:41:48 +00:00
merdely
5a6883295c
+ pecl-fileinfo
2010-10-27 22:40:27 +00:00
merdely
926433a339
Initial import of pecl-fileinfo:
...
The Fileinfo extension allows retrieval of information regarding
vast majority of file.
This information may include dimensions, quality, length etc...
Additionally it can also be used to retrieve the mime type for a
particular file and for text files proper language encoding.
From MAINTAINER: Johan Huldtgren
Tweaks by me and one from sthen
ok sthen
2010-10-27 22:39:16 +00:00
sthen
9e6f83dd31
fix typo
2010-10-27 22:26:32 +00:00
ajacoutot
d2f36b1d45
Add missing category.
2010-10-27 22:13:10 +00:00
espie
39c51767b6
use default QString(), avoids ambiguity with upcoming qt 4.7.0.
2010-10-27 22:06:13 +00:00
fgsch
76bf049859
Enter kanjistrokeorders-ttf
2010-10-27 20:43:11 +00:00
fgsch
517b623262
Import KanjiStrokeOrders TTF, a font to view stroke order diagrams for
...
Kanji, Kana and etc.
sthen@ ok.
2010-10-27 20:41:25 +00:00
ajacoutot
a8fd82098d
Update to zarafa-6.40.3.
...
ChangeLog available at:
http://download.zarafa.com/community/final/6.40/changelog-6.40.txt
2010-10-27 18:26:16 +00:00
ajacoutot
1b9dd4c41f
Update to the latest patch release (needed for upcoming zarafa udpate).
2010-10-27 18:25:44 +00:00
steven
2149b68d1c
add run-depend on ufconfig package, then UFconfig.h is always around so that
...
dependent ports can pick this port up correctly during configure
ok pirofti@
2010-10-27 18:25:08 +00:00
ajacoutot
423f14af21
Tweak for upcoming update.
2010-10-27 18:25:01 +00:00
stephan
5b5e6b4b73
update to 1.5000, now recognizes UTC as a valid time zone.
2010-10-27 18:17:35 +00:00
ajacoutot
957c343ff4
No need for these flavors anymore.
2010-10-27 18:15:54 +00:00
espie
101ceeab93
zap extra, as noticed by aja@
2010-10-27 18:13:54 +00:00
stephan
2180e8f627
update to 0.05
2010-10-27 18:03:42 +00:00
espie
8a3639b7c4
move to new pkg-readmes organization.
...
a bit special, because PREFIX=/var/www here.
okay jasper@
2010-10-27 17:56:26 +00:00
stephan
488c76afbc
update to 1.20.
2010-10-27 17:55:48 +00:00
espie
9ffd353171
remove last reference to P number
...
explain why locks prevent building two pkgpaths.
2010-10-27 17:53:24 +00:00
stephan
e6b7f4d2f0
update to 1.9
2010-10-27 17:46:04 +00:00
espie
367244bbf1
pass FULLPKGNAME to SUBST_VAR (impossible to do readmes otherwise)
2010-10-27 17:38:18 +00:00
steven
08de79dc77
make ltprog a list of elements without whitespace.
...
this should prevent exec errors later on.
fixes telepathy-glib, noticed by landry@
2010-10-27 17:37:55 +00:00
landry
d14c7041fc
Unset INSTALL_STRIP when debug FLAVOR is set. Permits to build a
...
debuggable version of xulrunner package.
2010-10-27 16:58:30 +00:00
steven
d43917358a
indicate reason for gnu libtool
2010-10-27 15:46:06 +00:00
ajacoutot
a81d6712c2
As agreed with espie@, install a first rc script to serve as a test
...
example. A couple of things are still missing from the infrastructure
but the basics work. When everything has been taken care of, we'll start
mocing all ports to using the new rc system.
2010-10-27 15:42:06 +00:00
espie
b83ace4a28
use default constructor, so we don't have to rely on type conversions
...
(breaks with qt 4.7.0 otherwise)
2010-10-27 14:45:27 +00:00
sthen
d15e1ce121
Reorder the ifdefs so this works both with and without kvm_getprocs.
...
It didn't build on -current before, and no change on systems with
kvm_getprocs removed, so no need to bump.
Thanks naddy@ for report + build test.
2010-10-27 14:45:26 +00:00
espie
d9d6c3c0f1
tweak readme: say that we're installing something
...
put that into mtree (to be done in src as well)
install in LOCALBASE, independently from PREFIX (newer pkg_adds are happy
with @cwd outside of PREFIX)
2010-10-27 14:34:33 +00:00
jasper
ec8cdee460
- update hs-gtk to 0.11.2
...
ok kili@
2010-10-27 14:32:31 +00:00
espie
feaf413f65
scaffolding for /etc/rc.d, okay robert@
2010-10-27 14:29:01 +00:00
stephan
4b22d42805
+views_bonus
2010-10-27 14:01:36 +00:00
stephan
a53ed0bbed
import drupal6-views_bonus-1.1:
...
This group of modules is sort of a recipe module that makes things
easier by showing how to integrate some other modules as well as
providing miscellaneous features that aren't distributed by Views
itself. Sometimes these modules are only base recipes that will
need to be themed and spiced up to fit your needs.
2010-10-27 13:59:18 +00:00
landry
4b07d99a83
Unbreak on a clean box, add lang/ruby to build_depends.
2010-10-27 13:40:29 +00:00
jasper
fba33e3de4
- update hs-pango to 0.11.2
...
ok kili@
2010-10-27 13:39:22 +00:00
jasper
5ceb7b66ba
- update hs-cairo to 0.11.1
...
ok kili@
2010-10-27 13:39:02 +00:00
steven
95576f30fd
bump revision
...
this was using -O3 before the recent change in cmake
2010-10-27 13:25:01 +00:00
stephan
676cf7bf7c
+ubercart
2010-10-27 13:24:03 +00:00
stephan
ea47adb34c
import drupal6-ubercart-2.4:
...
Ubercart is an e-commerce suite developed for Drupal. It has been
designed with the end user in mind, focusing on usability in three key
areas: store configuration, product and catalog creation, and order
administration. On the front end, all major systems are configurable and
integrate with the standard Drupal systems (node, taxonomy, user, etc.).
On the back end, the settings pages and order administration pages have
been designed with ease of use in mind.
2010-10-27 13:22:56 +00:00