ajacoutot
037960749c
- first pass at cleaning rarian/scrollkeeper handling
...
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.
discussed with jasper@
2009-03-14 10:40:51 +00:00
ajacoutot
3a55712874
- remove scrollkeeper
...
it has been superseded by rarian and has been set to IGNORE for a while now
ok jasper@
2009-03-14 10:02:47 +00:00
sthen
dfe5f95d84
bump pkgname following java dep change
2009-03-11 23:21:21 +00:00
bernd
74353edd39
bump because of python dep change
2009-03-11 21:36:37 +00:00
kili
837e2e493c
Bump after python dep change.
2009-03-11 21:33:32 +00:00
bernd
68fe3a07eb
bump because of python dep changes
2009-03-11 21:24:47 +00:00
bernd
acb6b0a04f
bump for python dependencies
2009-03-11 16:14:08 +00:00
espie
05a858234d
bump pkgname after python dep change
2009-03-10 07:08:18 +00:00
jasper
cf7bd21e29
- unhook the removed p5-ports...some were already unhooked others weren't...sloppy
...
reminded by naddy@, thanks
2009-03-08 20:38:48 +00:00
jasper
a993f02204
- remove perl modules that moved into base as of openbsd 4.5
...
ok simon@, "sure" naddy@
2009-03-08 16:48:48 +00:00
bernd
212eaac296
Update to ruby-erubis-2.6.4.
2009-03-07 12:32:09 +00:00
millert
61c1c975b1
Update ack to 1.88; ok pyr@
2009-03-05 19:26:45 +00:00
ajacoutot
dcd4f87965
- bugfix update to libxml++-2.24.3
...
looks ok to maintainer
2009-03-05 07:55:48 +00:00
sthen
73b5a8ed80
change email address + bump.
2009-02-18 13:53:12 +00:00
ajacoutot
8e9be54b46
- add a patch from OpenSolaris to fix a hard crash in rarian-sk-migrate
...
- add /var/db/scrollkeeper/ removal to @extraunexec; it is not needed
anymore and people with earlier install can get rid of it
2009-02-15 13:41:41 +00:00
ajacoutot
f0c87a4739
- make is work on non-default configurations where skip_omf_translate
...
is set to 0
- fix stat(1) calls
2009-02-14 17:31:44 +00:00
ajacoutot
0e13d5d5c3
- several cleanups and fixes:
...
* patch from gentoo so that we don't need to run_depends on gnugetopt
* remove obsolete + add missing configure switches
* fix print_usage() output
* fix typo in substituted file
* add @sample /var/db/rarian/
* /var/log/rarian.log* is not supposed to exist
2009-02-14 13:17:48 +00:00
naddy
9ea99647ac
bump PKGNAME for PLIST changes 4.4 -> 4.5
2009-02-09 20:48:23 +00:00
ajacoutot
d5713889a1
- s/lpthread/pthread
...
- tweak WANTLIB while here
2009-02-09 15:35:50 +00:00
simon
42e2715590
add p5-Regexp-Assemble
2009-02-05 22:05:25 +00:00
simon
09c36754e6
import p5-Regexp-Assemble
...
Regexp::Assemble takes an arbitrary number of regular expressions and
assembles them into a single regular expression (or RE) that matches all
that the individual REs match.
As a result, instead of having a large list of expressions to loop over,
a target string only needs to be tested against one expression. This is
interesting when you have several thousand patterns to deal with.
Serious effort is made to produce the smallest pattern possible.
2009-02-05 22:05:02 +00:00
jasper
8a7c697085
- update p5-XML-XSPF to 0.7
2009-02-04 12:58:39 +00:00
jasper
2ca710a7f2
- update p5-XML-SAX-Writer to 0.52
2009-02-04 12:56:38 +00:00
jasper
8719afa780
- update p5-XML-RSS to 1.43
...
- switch to modbuild
2009-02-04 12:53:39 +00:00
ajacoutot
c6564d37b2
- install cgi files
...
based on a patch from Jeremy Evans (maintainer)
2009-02-04 07:36:39 +00:00
pirofti
ecbfc7504e
Update to 1.1.8. Okay bernd@.
2009-02-03 12:36:20 +00:00
ajacoutot
cf38ca5476
- fix an evil typo... we use pthread, not phtread
2009-02-03 10:40:02 +00:00
bernd
2ea09c88ca
add ruby-htmlentities
2009-02-01 15:42:53 +00:00
bernd
ac9241f293
Initial import of ruby-htmlentities-4.0.0.
...
HTMLEntities is a simple library to facilitate encoding and decoding
of named (ý and so on) or numerical ({ or Ī)
entities in HTML and XHTML documents.
2009-02-01 15:41:57 +00:00
bernd
4aff959506
Update to ruby-redcloth-4.1.1.
2009-01-31 18:22:35 +00:00
bernd
319bd26e7e
Update to ruby-icalendar-1.1.0.
2009-01-31 13:13:43 +00:00
bernd
7d4a0e3583
Update to ruby-hpricot-0.6.164.
2009-01-31 13:04:22 +00:00
bernd
6183d12e76
add ruby-templater
2009-01-31 10:16:59 +00:00
bernd
696dfc7a06
Initial import of ruby-templater-0.5.0.
...
Templater is a system for generating files. Templater has the ability to
both copy files from A to B and also to render templates using ERB.
2009-01-31 10:16:09 +00:00
ajacoutot
407e237302
- make this build again
...
breakage noticed by naddy@
2009-01-30 21:15:05 +00:00
bernd
d53fbb1bfd
add ruby-randexp
2009-01-30 01:48:00 +00:00
bernd
1cb800a9a9
Initial import of ruby-randexp-0.1.4.
...
Library for generating random data from a regular expression.
2009-01-30 01:47:14 +00:00
landry
eccda17813
Update to icu4c 4.0.1, from MAINTAINER :
...
- Link with -pthread instead of -lphtread.
- Use VERSION (consistent with other ports, although it's still not a
rule) and propagate it where needed.
- Propagate SO_VERSION using MAKE_FLAGS.
- Fix MASTER_SITES.
- Remove a bunch of patches that prevented .so links to be created, use
a post-install target to remove them instead.
Discussed with and ok ajacoutot@
2009-01-27 22:11:15 +00:00
ajacoutot
4b41eb8234
- s/-lpthread/pthread
...
- regen PLIST while here
"looks good" to Jeremy Evans (MAINTAINER)
2009-01-27 17:17:09 +00:00
simon
f545b07eb8
update to version 0.59
...
testing and ok by jasper@
2009-01-27 16:38:01 +00:00
bernd
07eab9f3b8
Update to ruby-rubigen-1.5.2.
2009-01-24 18:01:00 +00:00
ajacoutot
65978de4b6
- update to gtkaml 0.2.3
...
this needs vala >= 0.5.6
2009-01-24 16:52:08 +00:00
bernd
177d034fd9
Update to ruby-haml-2.0.7.
2009-01-24 15:19:17 +00:00
jasper
f2aab6a0da
- add ar and fa
2009-01-19 14:17:47 +00:00
jasper
97d1ddcaf0
import farsi dictionary for aspell6
2009-01-19 14:16:46 +00:00
jasper
cd8408156b
import arabic dictionary for aspell6
2009-01-19 14:16:10 +00:00
robert
db1a4a2835
+redland
...
+raptor
2009-01-18 19:07:55 +00:00
robert
02e965754c
import of raptor-1.4.18;
...
Raptor is the RDF Parser Toolkit for Redland and currently consists of two
parsers: RDF/XML and N-Triples. Raptor is designed to integrate closely
with Redland and also work entirely standalone, in which case it will use
simple internal routines to perform the functions.
2009-01-18 19:07:05 +00:00
robert
3c8418c6dd
import of redland-1.0.8;
...
Redland is a library that provides a high-level interface for RDF allowing
the model to be stored, queried and manipulated. Redland implements each
of the RDF model concepts in its own class so provides an object based API
for them. Some of the classes providing the parsers, storage mechanisms and
other elements are built as modules that can be added or removed as required.
2009-01-18 19:05:35 +00:00
jakemsr
4f124f1aaf
update to xmxl-2.5
...
mostly from Piotr Sikora, thanks
2009-01-17 20:28:27 +00:00
djm
f30b8abd68
update to Pygments-1.0 (several people sent me an identical diff for
...
this - sorry for taking so long)
2009-01-15 23:10:17 +00:00
ajacoutot
752755ad7a
- remove stupid collision between the 2 subpackages, tsk tsk...
...
- fix LIB_DEPENDS
- regen PLIST and WANTLIB while here
2009-01-12 15:46:20 +00:00
ajacoutot
b3c7e6b357
- r.i.p. gnome-spell
...
this is a completely deprecated API (GNOME now uses enchant) and nothing
in tree uses this anymore
ok jasper@
2009-01-12 13:48:20 +00:00
ajacoutot
53ff63a9f3
- fix bogus patch that would prevent spell checking in GNOME to work
...
- add missing build and run depends
- regen PLIST and bump
2009-01-12 13:04:09 +00:00
sthen
c8f7742685
bump PKGNAME-python, missed when I bumped PKGNAME-main following
...
libc/libm changes. Pointed out by Markus Bergkvist, thanks!
2009-01-04 11:08:01 +00:00
kili
885275853a
Fix PLIST and use MODPY_EGG_VERSION.
...
Help from and ok, jasper@ ok, wcmaier@
2009-01-03 21:34:01 +00:00
kili
d6195c119a
MODPY_EXPAT_DEPENDS doesn't exist any longer.
...
While here, update PLISTs, some WANTLIBs, some license
markers and use MODPY_EGG_VERSION where it may help to
keep future PLIST diffs smaller.
help, nitpicking and ok jasper@, ok wcmaier@
note that print/py-reportlab/reportlab needs some more
love.
2009-01-03 21:27:25 +00:00
djm
8499cec521
remove dependencies on removed python subpackages; prodded by sturm@
2009-01-02 13:07:36 +00:00
pea
3a3515b5cc
Update to 3.08.
...
ok ajacoutot@
2008-12-31 12:14:27 +00:00
steven
b8a758a8cf
update to 1.0.10
...
makes it work again after changes in the online dictionary
2008-12-27 11:25:19 +00:00
jasper
aa24b8378b
- split libxslit into a main and a python subpackage
...
- needed for some upcoming GNOME work
ok ajacoutot@
2008-12-26 10:54:21 +00:00
ajacoutot
9cb0ce5119
- update to libxml++-2.24.2
...
no regression on i386 and sparc64 for Andreas Bihlmaier (maintainer)
2008-12-23 14:56:52 +00:00
sthen
a12cf85287
sync WANTLIB (tasn1), while there do a maintenance update and regen PLIST
2008-12-18 23:45:36 +00:00
ajacoutot
975b437431
- I wish cvs could read my mind... I forgot to remove this in previous
...
commit.
It broke packaging, so no bump.
Breakage reported by Markus Lude.
2008-12-18 19:16:02 +00:00
jasper
6f0fb4ab04
- unhook scrollkeeper, it'll be removed soon.
2008-12-18 13:23:05 +00:00
ajacoutot
870c596c8f
- make it possible to upgrade from scrollkeeper
...
(pkg_add -rF update,updatedepends ...)
- rarian-rebuilddb does not exist, it is rarian-sk-rebuild
- put back the helpdir to its default place ; not doing so may induce
some breakage and would require much more patching which we don't want
for now
ok jasper@
2008-12-18 09:11:29 +00:00
jasper
98dddcefbd
- switch to rarian instead of scrollkeeper
...
- regen PLIST
ok ajacoutot@
2008-12-17 18:40:13 +00:00
jasper
a93b837652
- hook rarian up to the tree.
...
- add IGNORE to scrollkeeper, it'll be removed soon.
i'll be committing diffs to convert ports using scrollkeeper to rarian.
ok ajacoutot@
2008-12-17 18:38:17 +00:00
jasper
ee278fa2e3
- another LOCALBASE vs. PREFIX
...
- move rarian.document to it's final place.. :)
- extend DESCR
prodded by ajacoutot@
2008-12-17 18:25:40 +00:00
ajacoutot
afe39d6637
- update to gtkaml-0.2.2.2
2008-12-17 13:55:02 +00:00
jasper
afb32e1faa
- fix location of rarian.document
...
- PREFIX vs. LOCALBASE in a patch
prodded by ajacoutot@
2008-12-16 19:54:02 +00:00
jasper
ba6ad37ffe
- there's always a bigger fish, so make scrollkeeper conflict with that.
2008-12-16 10:41:56 +00:00
jasper
85294bb416
import rarian 0.8.1
...
Rarian is a documentation metadata library based on the proposed
Freedesktop.org spec.
rarian will eventually replace scrollkeeper, but it may need a little
tweaking (and they conflict); hence it's not hooked up yet.
mostly done on some couch in antwerp with too much wine, so i forgot about it..
2008-12-16 10:01:38 +00:00
fgsch
d108c2d34f
Allow this to work with 2.6, sorta. Bump package.
2008-12-16 04:55:09 +00:00
sthen
186af8f89c
correct WANTLIB and bump. ok simon@
2008-12-13 22:54:53 +00:00
ajacoutot
f59fd53be3
- bugfix update to libxml++-2.24.1
...
looks good to Andreas Bihlmaier (maintainer) who tested it on i386 and
sparc64
2008-12-13 09:41:02 +00:00
simon
20ba2b84b8
update to version 1.68 and adjust WANTLIB
...
feedback from pea@
testing and ok okan@, pea@
2008-12-08 15:20:07 +00:00
simon
0705a6487c
update to version 1.69
...
testing and ok okan@, pea@
2008-12-08 15:18:20 +00:00
okan
b7d05a3afd
- update to 1.0.24
...
- replace REGRESS_FLAGS with MAKE_ENV so that the cpan module picks up
additional REGRESS_DEPENDS
ok simon@
2008-12-08 14:48:35 +00:00
simon
8d66d9caec
update to version 0.06
2008-12-07 06:53:27 +00:00
jasper
c930e28b98
- add py-vobject
2008-12-06 13:40:56 +00:00
jasper
27a2ff641b
import py-vobject 0.7.1
...
Parses iCalendar and vCard files into Python data structures, decoding
the relevant encodings. Also serializes vobject data structures to
iCalendar, vCard, or (expirementally) hCalendar unicode strings.
2008-12-06 13:38:47 +00:00
jasper
9bf38923e1
- update p5-XML-Writer to 0.606
...
- reflect license change (to MIT)
2008-12-05 08:55:23 +00:00
ajacoutot
c044e0631a
- update GtkSpell to version 2.0.15
...
fixes some feature requests
2008-12-04 19:51:34 +00:00
steven
d296bba242
change dependency to texlive-base again
2008-11-30 18:48:09 +00:00
ajacoutot
af633330a3
- remove zemberek support which we don't provide in ports
2008-11-29 09:29:11 +00:00
ajacoutot
1f1bd9a910
- explicitely set configure_args
...
- regen PLIST, fix WANTLIB and bump
2008-11-28 13:31:46 +00:00
simon
aa2f82d8dd
update to version 0.05
2008-11-26 23:37:55 +00:00
jasper
3505ad2925
- update gtkaml to 0.2.2.1
...
* catches up on vala
2008-11-24 19:30:34 +00:00
ajacoutot
6fd62a5fe1
- update to enchant-1.4.2
...
- explicitely link with -pthread to work around some dbus unresolved
symbols (to be fixed)
2008-11-24 18:43:35 +00:00
jasper
7c0e9fa0f3
- remove XXX'd MASTER_SITES now gnome.port.mk can finally take care of that properly
...
ok ajacoutot@
2008-11-23 22:59:08 +00:00
naddy
ec4d137d7a
Fix two integer overflows. CVE-2008-4225, CVE-2008-4226.
...
ok ajacoutot@, simon@
2008-11-23 18:49:42 +00:00
jasper
e340a00547
- add missing header to fix potential 64-bit problems
...
- regen PLIST
- specify license version
- fix WANTLIB
2008-11-20 23:37:25 +00:00
okan
2dc3d65ffd
+exempi
2008-11-18 12:44:58 +00:00
okan
ce31afc60b
import exempi
...
Exempi is an implementation of XMP and is based on Adobe XMP SDK.
submission from Andreas Bihlmaier
ok merdely@
2008-11-18 12:43:28 +00:00
jasper
729bfcd12b
- update gtk-doc to 1.11
2008-11-18 11:59:31 +00:00
kevlo
d9dbb6bdc0
add p5-Text-Thread
2008-11-14 13:28:58 +00:00
kevlo
4b5ed5877c
import Text-Thread-0.2
...
Text::Thread formats a tree structure into a ascii tree, which is
often used in threaded mail and netnews reader.
ok ajacoutot@
2008-11-14 13:27:57 +00:00
ajacoutot
45cb2ae952
- regen PLIST & bump
2008-11-13 17:08:18 +00:00
ajacoutot
3338962afd
- disable threading; by default it will link with -lpthread which is
...
wrong; linking with -pthread will not get recorded and induce other
issues while non-threaded apps won't be able to use libaspell at all
- fix post-build target to make sure the aspell "en" dictionnary building
process can find all required libs
- add CPPFLAGS and LDFLAGS to CONFIGURE_ENV to that libaspell.la is created
with correct ddependency_libs
2008-11-13 17:07:27 +00:00
okan
b9a20c2221
update to 2.24.0 from MAINTAINER (Andreas Bihlmaier)
...
ok merdely
2008-11-13 13:53:01 +00:00
pea
14dd8ee4e5
Update to version 8.2.7.
...
ok robert@ ajacoutot@
2008-11-10 11:58:34 +00:00
jasper
caa65092c0
- more gtk1/gnome1 stuff to go
...
discussed with and ok ajacoutot@ landry@
2008-11-07 10:04:32 +00:00
sturm
9d6d94506a
unbreak after p5-Pod-Escapes removal
2008-11-07 06:32:12 +00:00
kevlo
1ee11e319f
set COMES_WITH=4.5 and fix dependencies
...
ok simon@
2008-11-05 10:06:49 +00:00
ajacoutot
0930a718a4
- revert previous s/pthread/lpthread and keep linking with -lpthread for
...
now until I have time to fix the breakage induced on dependent ports
issue reported by matthieu@ and Aaron Stellman
2008-11-01 19:19:29 +00:00
ajacoutot
24e2f0d7ce
- fix dictionary location for the en dictionnary
...
issue spotted by Aaron Stellman (MAINTAINER)
2008-10-31 10:29:20 +00:00
landry
e974342660
Update icu4c to 4.0, somehow based on a diff my MAINTAINER reworked by me.
...
Tested in a mulk muild, webkit and openoffice are happy with it.
ok robert@
2008-10-31 09:56:15 +00:00
ajacoutot
75fed9b56b
- s/lpthread/pthread
...
- correct the way it links with iconv+intl
- bump
2008-10-31 09:33:41 +00:00
jasper
901cf9e7fd
- i made you a patch, but cvs eated it
2008-10-30 15:01:37 +00:00
jasper
ff3c8d7bbd
- more plist changes
2008-10-30 15:00:33 +00:00
jasper
f98e320255
- fix plist
...
spotted by landry, thanks!
2008-10-30 11:31:59 +00:00
sturm
36b2e53b7d
unbreak, there is no textproc/aspell/dicts/en
2008-10-30 06:40:48 +00:00
jasper
42d50bc98f
- pkgname bump i should
...
"correct this is" ajacoutot@
2008-10-28 16:57:57 +00:00
jasper
e43d7d05cf
- update dictionaries to their aspell 6 version, if they have it
...
joint work with and ok ajacoutot@, thanks!
2008-10-28 16:54:10 +00:00
jasper
dc7d3ed30d
- update aspell to 0.60.6
...
- bumped major to be on the safe side
- update homepage
- be more precise about license version
- tweak DESCR
joint work with and ok ajacoutot@, thanks!
2008-10-28 16:51:17 +00:00
espie
2566a73714
minor update
2008-10-28 16:20:57 +00:00
jasper
30765ffc84
- it's GNOME, not Gnome2 or gnome or any other variation
...
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 14:07:43 +00:00
ajacoutot
76b61ddff0
- fix WANTLIB
2008-10-27 22:56:53 +00:00
ajacoutot
e8f1efc0a7
+xerces-c
2008-10-26 23:16:37 +00:00
ajacoutot
ec4f145d94
Import xerces-c-2.8.0
...
Xerces-C++ is a validating XML parser written in a portable subset of
C++. Xerces-C++ makes it easy to give your application the ability to
read and write XML data. A shared library is provided for parsing,
generating, manipulating, and validating XML documents using the DOM,
SAX, and SAX2 APIs. For an introduction to programming with Xerces-C++
refer to the Programming Guide.
<...>
ok landry@
2008-10-26 23:15:15 +00:00
jasper
aba75131da
- update gtkaml to 0.2.2.0
2008-10-26 17:24:46 +00:00
jasper
2b9e3c93a5
- update gtk-doc to a less ancient version (1.10)
...
- specify license version
- use gnome.port.mk
- remove unndeeded patch by linking scrollkeeper-update to /usr/bin/true
tested in a bulk build by me
2008-10-24 14:59:54 +00:00
bernd
e9d0346d5f
Update to ruby-fastercsv-1.4.0.
2008-10-24 14:41:49 +00:00
sthen
0b58f2c777
s/p5-XML-Parser-Lite/p5-RSS-Parser-Lite/, from viq - thanks!
2008-10-22 21:48:49 +00:00
jasper
af1d2743c0
- add p5-XML-Parser-Lite
2008-10-22 18:40:31 +00:00
jasper
c1e51518d5
import p5-XML-Parser-Lite 0.10
...
XML::RSS::Parser::Lite is a simple pure perl RSS parser.
2008-10-22 18:38:02 +00:00
steven
9ddbc5cd25
depend on new texmf-tetex package
2008-10-21 21:03:55 +00:00
ajacoutot
859e402fa0
+py-yaml
2008-10-18 10:55:41 +00:00
ajacoutot
3ca62c2fcd
Import py-yaml-3.06
...
PyYAML is a YAML parser and emitter for the Python programming language.
<...>
from Pierre-Emmanuel Andre (MAINTAINER)
2008-10-18 10:54:52 +00:00
sthen
e9f674a9cf
+converters/p5-JSON-XS-VersionOneAndTwo
...
+devel/p5-Devel-PAR
+math/p5-Math-VecStat
+textproc/p5-Encode-Detect
+www/p5-Data-URIEncode
2008-10-16 00:19:30 +00:00
sthen
c42cb7c0d2
import Encode::Detect
...
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.
It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.
ok simon@
2008-10-16 00:01:46 +00:00
ajacoutot
114722bc42
- update to intltool 0.40.5
...
regress is happy
tested by jasper@ in a bulk build
from and ok jasper@
2008-10-14 09:14:19 +00:00
kevlo
3e6c22c1e2
fix a core dump on amd64 and bump PKGNAME
...
ok espie@
2008-10-13 10:56:38 +00:00
jasper
df0f910135
- update p5-XML-SAX-Expat to 0.40
2008-10-10 12:50:53 +00:00
jasper
6fb8b86af9
- update p5-XML-RSS to 1.36
...
- make sure we don't miss example files by using pax to install them
2008-10-10 12:38:03 +00:00
simon
850b649f34
update to version 0.48
2008-10-08 17:42:50 +00:00
jasper
36013e0b59
- update p5-XML-SAX-Expat-Incremental 0.05
...
(rt #23838 : Leaks like a mofo ...)
2008-10-08 16:51:58 +00:00
naddy
295e6f054b
bump aspell-eo and aspell-ru after PERMIT_* changes
2008-10-07 19:55:51 +00:00
jasper
f3310b933a
- update p5-XML-Validator-Schema to 1.10
2008-10-06 17:02:17 +00:00
jasper
7342b02b31
- update p5-Template-Provider-Encoding to 0.10
2008-10-05 23:03:10 +00:00
jasper
304a1e33b5
- update p5-String-Similarity to 1.03
...
"feel free" kevlo@
2008-10-05 21:58:37 +00:00
jasper
b616476794
- update p5-Text-Table to 1.114
...
"feel free" kevlo@
2008-10-05 21:56:42 +00:00
ajacoutot
f7a64d8922
- update Indonesian dictionnary to version 0.50.1_0
2008-10-05 09:47:13 +00:00
ajacoutot
4d5a42084d
- fix license marker: add a complete list of the licenses used
2008-10-05 09:46:52 +00:00
ajacoutot
4b3e5acb4d
- set PERMIT_* to No for aspell-eo and aspell-ru
...
they come without any license nor copyright and there are some dubious
comments in the source
2008-10-05 09:46:24 +00:00
ajacoutot
c8961ef9b2
- fix license marker
...
- regen PLIST while here
- bump
2008-10-05 09:00:33 +00:00
ajacoutot
3b72755bc1
- update Slovak dict to versiob 0.52_0; from frantisek holop
...
- regen PLIST
2008-10-05 08:58:56 +00:00
ajacoutot
7b65e32ecb
- update slovak dictionary; from frantisek holop
...
- regen PLIST while here
- bump
2008-10-04 16:08:16 +00:00
jasper
fc49c31d18
- update intltool 0.40.4
...
thanks to sturm@ for trying it in a bulk build!
ok ajacoutot@ (who had the same diff)
2008-10-03 16:53:37 +00:00