ajacoutot
1419ad463c
Add a link to libreoffice too. Needed by the qstart.desktop file and
...
maybe other stuffs.
ok robert@ (maintainer)
2010-12-03 10:54:05 +00:00
robert
3bab13d673
disable verbose build
2010-12-02 21:43:59 +00:00
jeremy
bfbac69cd8
Simple version update to 2.22, from Remi Pointel.
...
OK landry@
2010-12-02 21:24:39 +00:00
ajacoutot
3abb4634cd
Fix link, it's openoffice.org3 (not openffice3).
...
ok robert@ (maintainer)
2010-12-02 09:29:25 +00:00
robert
ec52d44f51
update to 3.3.0.1 (rc1)
2010-12-02 09:23:37 +00:00
robert
660010877d
fix packaging
2010-12-01 19:30:22 +00:00
robert
aebde175a0
add two missing dependencies
2010-12-01 14:32:49 +00:00
robert
087426c6a3
enable libreoffice, yay
2010-11-30 18:23:06 +00:00
robert
4a48b5b10b
fix parallel build and conflict with libreoffice
2010-11-30 18:19:33 +00:00
robert
3be4185403
fix parallel build
2010-11-30 18:17:55 +00:00
robert
2c02e5592b
fix a typo in the parallel build check
2010-11-30 16:18:07 +00:00
robert
cfb3069bfb
Fix no_lang build and do not redo the whole build in the install target.
2010-11-30 16:15:25 +00:00
robert
3861c83922
Add a bin/openoffice3 link to make some stuff work out of the box,
...
and there might be more needing this.
2010-11-29 10:01:02 +00:00
robert
b0fc8b4c4a
Update to 3.3.0rc7 and add more mirrors
2010-11-29 09:48:40 +00:00
espie
be2f93f11d
since db/v4 has db->=4,<5 as default, no need to specify it explicitly
2010-11-26 14:50:09 +00:00
espie
d0c835778f
new depends with >=
2010-11-26 07:20:11 +00:00
robert
d18c466226
update to rc6
2010-11-22 16:20:32 +00:00
robert
68e8e84e65
Enable opengl support and fix some wantlib
2010-11-18 19:17:33 +00:00
jasper
02caa64fa4
- fix REVISION
...
- add haskell pattern
2010-11-17 20:01:04 +00:00
robert
cfaa444cd0
conflict with openoffice
2010-11-17 14:41:17 +00:00
robert
3b7555b66c
move to new style depends and fix plist
2010-11-17 14:14:42 +00:00
robert
b088ab6491
Use ${OA} which is either x86 or x86_64
2010-11-17 13:30:58 +00:00
robert
12e2410d22
update to OOo 3.3rc5
2010-11-16 17:31:19 +00:00
espie
a14bf26ca8
new depends
2010-11-15 23:22:07 +00:00
robert
e76e3e92d6
Initial import of LibreOffice 3.3rc3;
...
LibreOffice is a productivity suite that is
compatible with other major office suites,
and available on a variety of platforms.
It is free software and therefore free to
download, use and distribute.
The port is not yet ready and not linked
to the build yet, but it builds and works
fine. All of the OpenBSD specific patches
have been commited to upstream already.
2010-11-14 23:46:34 +00:00
robert
cee1a517bd
make sure to remove :[0-9]$ from DISTFILES to extract
...
noticed by naddy@
2010-11-14 23:37:41 +00:00
robert
beaff6ce9d
Make sure that we donwnload all distfiles and extract only the ones that
...
needed.
2010-11-14 12:20:27 +00:00
robert
4efe978df2
oops this file is not really part of the port
2010-11-12 10:28:05 +00:00
robert
41796fb40b
add a new mirror
2010-11-10 15:09:47 +00:00
robert
37a1e44af9
update to OOo_3.3.0rc4
2010-11-10 08:19:30 +00:00
robert
cec3f122b2
Opps missing part from diff
2010-11-09 21:13:13 +00:00
robert
f720b7a968
- update to openoffice.org 3.3rc3
...
- rework a port a little bit to be sync in the openoffice linux
code and remove some hacks that we don't need anymore
- also use --as-needed while linking (which results in at least a 50% speed
improovement)
- depend on more libraries from the system instead of using the internal
ones
2010-11-09 18:40:04 +00:00
kili
65152cc6e2
+ gummi
2010-11-08 20:09:36 +00:00
kili
60a6bc653f
Gummi is a LaTeX editor written in the C programming language using
...
the GTK+ toolkit. It was designed with simplicity in mind, but hopes
to attract both novice and advanced LaTeX writers.
ok, "if you append 'textproc/intltool' to MODULES" (which i did), jasper@
2010-11-08 20:08:55 +00:00
robert
ed9bedcd46
Adapt to the libwpd library named change
2010-11-07 19:04:41 +00:00
espie
c3677a7fb2
do LIB_DEPENDS for emulators/editors
2010-11-07 18:50:57 +00:00
espie
e99803c88e
gconf2 module goes wantlib
2010-11-06 20:48:11 +00:00
espie
90c0904de3
convert qt3 to new style
2010-11-05 10:06:44 +00:00
sthen
4be79c2f2a
update TexMaker to 2.0, from Alexandr Shadchin.
...
Maintainer timeout; Alexandr takes maintainership.
(missed patches with previous commit, reminded by Alexandr)
2010-10-27 08:52:47 +00:00
sthen
7e3d74e2b7
update TexMaker to 2.0, from Alexandr Shadchin.
...
Maintainer timeout; Alexandr takes maintainership.
2010-10-27 08:16:16 +00:00
jeremy
006fde0cd9
Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
...
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext. Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.
ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
jasper
c9f887399e
- update subtitleeditor to 0.37.1
...
- switch to new DEPENDS
2010-10-26 15:02:13 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
sthen
3b2bbaacc0
Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
...
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
sthen
96b9cbb33a
revision/new lib_depends
2010-10-23 18:26:19 +00:00
sthen
0666992301
fix tabs
2010-10-18 21:50:38 +00:00
espie
68505ea57d
USE_GROFF=Yes
2010-10-18 18:00:15 +00:00
giovanni
97cfb5839f
Update to 28.1.3
2010-10-18 13:24:39 +00:00
jasper
e34499f593
- fix WANTLIB after cairo update.
2010-10-11 08:11:24 +00:00
ajacoutot
fba374c7ae
Fix creation of MD5 passwords.
...
from Valery Masiutsin, thanks.
2010-10-04 19:38:13 +00:00
jeremy
8e05e9c87a
Fairly simple version update, lots of new features, see
...
http://www.scintilla.org/ScintillaHistory.html .
OK landry@
2010-10-03 18:09:01 +00:00
ajacoutot
ec36c75cf8
Fix WANTLIB.
2010-10-01 17:43:41 +00:00
jasper
a706613d29
- stop stating the obvious, that's what dependencies are for
2010-09-30 08:25:24 +00:00
ajacoutot
21da929ec9
Fix DEPENDS after gtk+2 and gdk-pixbuf split.
...
ok jasper@
2010-09-30 07:21:18 +00:00
landry
de1b004c29
Oops. Bump REVISION-i18n-* after last commit and PLIST-i18n-* change.
...
spotted by naddy@.
2010-09-29 15:46:29 +00:00
jasper
a3b70f0360
- bump after gcc4 switch of mips64
2010-09-28 09:09:15 +00:00
fgsch
19872b1161
Don't hardcode the python version and fix plist for no_java. Bump.
...
Full build tested by landry@, no_java by myself. landry@ robert@ ok.
2010-09-26 15:26:54 +00:00
stsp
dc199718f2
Sync vim-spell with the recent vim-7.3 update.
...
Add a missing PLIST file for the "ro" flavour.
Make PLISTs refer to the ${P} variable instead of hard-coding the vim version.
Drop redundant @comments from PLISTs (suggested by sthen).
Move the distfiles into their own distfile subdir (suggested by jasper).
ok marco, sthen, jasper
2010-09-22 18:24:10 +00:00
sthen
b58cf67234
update Jed to 0.99.19 + a couple of patches from upstream; from Frank Denis
...
move to new-style WANTLIB/LIB_DEPENDS, from me
2010-09-13 07:36:01 +00:00
jasper
fab4167387
- move distfiles/ to a proper mirroring location.
2010-09-12 16:49:08 +00:00
ckuethe
c7fb933e9d
update to vim 7.3.003. ok kevlo@ sthen@ and much "squeee" from marco@
2010-09-09 22:29:28 +00:00
jasper
b63a7d9273
- fix build on alpha
...
ok eric@ (MAINTAINER)
2010-09-09 19:14:23 +00:00
jasper
b70786080c
- regen
2010-09-09 17:43:10 +00:00
naddy
b57d1b60ec
enable UTF-8 support
2010-09-06 17:37:23 +00:00
naddy
007439559b
fix Romanian
2010-09-01 19:32:39 +00:00
jasper
9cdb6ac46c
- a bunch of distfiles were updated, regen checksums
2010-09-01 11:22:18 +00:00
jasper
3c69f2170d
- remove a comment
2010-09-01 10:05:18 +00:00
jasper
e38c20b65f
- add a proper mirror, thanks sthen.
2010-09-01 10:00:05 +00:00
jasper
586071b2c1
- update qscintilla to 2.4.5
2010-09-01 09:57:38 +00:00
sthen
26d86dc5b0
sync WANTLIB and bump (bump also needed for python)
2010-08-31 19:38:38 +00:00
sthen
07668e9aaf
bump for python
2010-08-30 22:23:28 +00:00
ajacoutot
5145324a3b
Maintainance update to abiword-2.8.6.
2010-08-22 10:09:54 +00:00
naddy
611cb850cc
maintenance update to 2.2.5
2010-08-18 19:41:45 +00:00
naddy
16dee66fa3
fix i386; from stsp@, reported by deraadt@
2010-08-04 17:17:57 +00:00
sthen
4e3a0eef67
Fix lib spec for the canna flavour. Didn't build -> no bump.
...
From SASANO Takayoshi, ok espie@
2010-08-04 14:44:15 +00:00
ajacoutot
20d02d485f
Remove powerpc workaround, it is not needed anymore, from Brad.
...
While here, move to new REVISION/DEPENDS.
2010-07-26 18:55:27 +00:00
ajacoutot
291e5adb3e
Remove powerpc workaround, it builds fine now, from Brad.
...
While here, move to new DEPENDS.
2010-07-26 18:08:00 +00:00
naddy
34837b39ea
bump PKGNAME for PLIST changes 4.7 -> 4.8
2010-07-24 23:05:08 +00:00
edd
c18dcc985a
convert some of my ports to the new LIB_DEPENDS and REVISION conventions.
...
OK sthen@
2010-07-21 21:14:47 +00:00
naddy
a2c9a774ff
Remove redundant variables OPSYS and OPSYS_VER.
...
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.
ok espie@
2010-07-18 18:49:01 +00:00
naddy
df328909e0
update to 2.3.18 for some bugfixes
2010-07-13 15:39:29 +00:00
naddy
9b2ec059c4
rename variable, REVISION has a special meaning now
2010-07-10 20:30:37 +00:00
naddy
51d989600b
bump for plist changes due to gcc3->gcc4 transition
2010-07-09 18:48:22 +00:00
espie
b660df6b9b
zap reeeally old variable
2010-07-06 22:25:53 +00:00
naddy
46ab20dd0f
update to 2.3.17
2010-07-02 05:30:27 +00:00
ckuethe
8ba7a1595c
update to vim 7.2.444
2010-06-27 20:49:49 +00:00
robert
2c5a3b8131
Update to OpenOffice.Org 3.2.1
2010-06-26 15:48:11 +00:00
robert
2c66bfeb1f
rename some languages to contain it's correct countryname
2010-06-26 14:45:59 +00:00
jasper
6731f91a6c
- add lua pattern file
2010-06-16 07:04:12 +00:00
dcoppa
b5d4510c72
Prevent gst-inspect from writing to /root/.gstreamer-0.10/ during
...
the configure stage.
OK ajacoutot@
2010-06-11 09:40:02 +00:00
landry
cb0c40e9a0
Fix WANTLIB in the gcc3/gcc4 case and bump
...
ok ajacoutot@
2010-06-11 08:42:52 +00:00
jasper
7a2db49098
- add an erlang pattern too
2010-06-10 14:16:50 +00:00
robert
1c2418bd2b
fix duplicate files
2010-06-09 12:50:23 +00:00
stsp
bdba037ed8
+vim-spell (all flavours)
2010-05-31 23:17:50 +00:00
stsp
30fbf0ac28
Re-add spell-check support for non-English languages in Vim.
...
This time done properly, as a separate port, rather than as a subpackage
of editors/vim. Individual languages can be selected via FLAVOR.
help and ok espie@
2010-05-31 23:06:46 +00:00
espie
5498f3d480
revert, for lots of technical reasons.
...
multi-packages are used when you have to build things together, but want
to separate the packages.
In this case, you have a bundle of things that do not even need to be
built together, that do not even share a MASTER_SITES, and were just bundled
because "they're related to vim".
This is deeply wrong. These files should be a separate port and packages.
Heck, they should be a separate port and several packages. Probably one
per-language.
2010-05-28 00:52:19 +00:00
stsp
706db4906c
Add a -spell subpackage which if installed allows non-English languages
...
to be used with the spell checker.
ok ckuethe@ (MAINTAINER)
2010-05-26 22:15:42 +00:00
robert
dc88e41be6
Handle the difference between gcc4 and other arches. Use the correct stdc++
...
library for them.
2010-05-26 20:36:31 +00:00
robert
f19e0363e1
Add a patch to cppunit to reorder the include directories in the makefile
...
so that if cppunit is installed on the system, we are still going to include
the modified headers included in openoffice.
2010-05-26 15:08:55 +00:00
espie
8b00d7ae39
fix for gcc4
2010-05-23 16:42:07 +00:00