Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Mar 2021 19:32:56
3.0.b3_16

|
tcberner  |
graphics/poppler: update to 21.03.0
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files. Issue #1040
* Fix memory issue when using threads. Issue #1050
* TextSelectionDumper: Fix getText() for space after word
* Change signature of OutputDev:tilingPatternFill
* Make PDFDocBuilder return a std::unique_ptr
* Improve well formed check for shading functions
* Fix leak in case of fread failing
* Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
* PSOutputDev: Fix stack overflow in broken files
glib: (Only the first 15 lines of the commit message are shown above ) |
13 Feb 2021 21:22:05
3.0.b3_15

|
adridg  |
Use KDE_INVENT where appropriate
KDE ports that use unreleased versions / versions straight from git.
PORTVERSION or DISTVERSION increased:
- audio/amarok has a newer tag so the commit hash jumps.
- devel/heaptrack has a newer tag so the commit hash jumps.
- graphics/kooka advances to a newer commit, nothing spectacular.
- graphics/peruse advances a great deal to its current state, which
is slightly-before-a-real-release. This one will be dropping KDE_INVENT
and going to normally-released soon, says upstream.
- net/smb4k has a newer tag so the commit hash jumps.
PORTVERSION unchanged, but I didn't bump PORTREVISION either
because it's the same software: (Only the first 15 lines of the commit message are shown above ) |
09 Feb 2021 11:10:58
3.0.b3_15

|
tcberner  |
graphics/poppler: update to 21.02
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic
adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine |
07 Jan 2021 19:23:00
3.0.b3_14

|
tcberner  |
graphics/poppler: update to 21.01.0
Release 21.01.0:
core:
* Faster routines for jpeg decoding
* Fix reading signatures in encrypted files
* Add white point correction when lcms is used
* JBIG2Stream: Fix byte counting
* Fix potential data loss if we try to fetch a non existing Ref after
modifying the document
* Specifically use DeviceGray instead of DefaultGray for softmasks
* Fix various issues handling broken files
utils:
* pdftocairo: Setmode binary for windows
* pdfsig: Add hability to digitally sign files (Only the first 15 lines of the commit message are shown above ) |
11 Dec 2020 20:10:03
3.0.b3_13

|
tcberner  |
graphics/poppler: update to 20.12.0
Changelog:
core:
* Draw better circles for circle annotations
* Fix annotation line width if no appearance stream or style are given
* Tweak rendering of highlight annotations
* Fix border rendering of some annotations
* Fix rendering of some files. Issue #976 Issue #567
* PSOutputDev: provide options to set the rasterization color space and
ICC profile
* PSOutputDev: for splashModeCMYK8 and language level >=2 activate
overprint emulation
* PSOutputDev: use the DeviceN8 bitmap for rasterization with
CMYK-output + overprint
* Use the font name without subset tag when querying for a system font
* Splash: Fix wrong x adjustment during clipping
* Splash: Fix blitImage in uncolored tiling patterns (Only the first 15 lines of the commit message are shown above ) |
03 Nov 2020 19:48:54
3.0.b3_12

|
tcberner  |
graphics/poppler: update to 20.11.0
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
(Only the first 15 lines of the commit message are shown above ) |
11 Oct 2020 10:58:15
3.0.b3_11

|
tcberner  |
graphics/poppler: update to 20.10.0
Release 20.10.0:
core:
* Filter out repeated forms
* Implement EmbedStream::reset()
* CairoOutputDev: evict just font faces owned solely by cache.
* Splash: Rename Yd to Ydown, Xu to Xup, etc.
* Splash: fix crash in out-of-memory situation.
* Fix some undefined behaviour situation with forged files
PR: 250052
Exp-run by: antoine |
10 Sep 2020 18:32:07
3.0.b3_10

|
tcberner  |
graphics/poppler: update to 20.09.0
Release 20.09.0:
core:
* Compability fix for Forms
* Fix fetching of Objects failing in some cases
* Fix clearing date in Annot setModified/setDate
* TextSelectionPainter: support glyphless fonts
* Splash: Don't try read past end of image
* avoid abort() on large memory allocation
* Fix memory leak on broken files
* Fix potential invalid memory read
* Small code improvements
qt5: (Only the first 15 lines of the commit message are shown above ) |
14 Aug 2020 04:22:13
3.0.b3_9

|
tcberner  |
Bump revisions of poppler consumers after r544863 |
06 Jul 2020 06:17:19
3.0.b3_8

|
tcberner  |
graphics/poppler: update to 0.90
Release 0.90.0:
core:
* Color profile tweaks
* Small signature improvements
* BBoxOutputDev: Fix calculation when type3 fonts are involved
* Fix potential crash when reading Forms
* Fix infinite loop in broken file
glib:
* Fix adding annots in rotated pages
* Add ability to reset forms
* Several fixes to the documentation
qt5:
* Make it clear we require Qt 5.5 (Only the first 15 lines of the commit message are shown above ) |
02 Jun 2020 14:47:30
3.0.b3_7

|
tcberner  |
graphics/poppler: update to 0.89.0
Release 0.89.0:
core:
* Add support for ResetForm action. Issue #225
* Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
* Fix exporting to PS of some files with CID fonts
* Use ICC profiles in PS output (if new enough lcms is used)
* Allow almost-singular tiling pattern matrices. Issue #894
* Fix memory leak when failing to load some fonts
* CairoOutputDev: Use stroke opacity when clipping to a stroke path
* CairoOutputDev: Fix tiling patterns when pattern cell is too far.
Issue #190
glib:
* Add poppler_movie_get_aspect
cpp:
* Add the font infos to the text_box object
Exp-run by: antoine
PR: 246848 |
02 May 2020 10:00:12
3.0.b3_6

|
tcberner  |
graphics/poppler: update to 0.88.0
Release 0.88.0:
core:
* Support Widget Annotation Buttons not linked to any Form
* SplashOuputDev: Use stroking opacity when clipping to a stroke path
* Handle 1 bit RGB images in ICC colorspace
* Internal code improvements
qt5:
* Add Document::signatures. Returns signatures not attached to any page
* ArthurOutputDev: Fix font hinting
* ArthurOutputDev: Set the opacity when filling with axial gradients
* ArthurOutputDev: Implement the clipToStrokePath method (Only the first 15 lines of the commit message are shown above ) |
02 Apr 2020 04:41:03
3.0.b3_5

|
tcberner  |
graphics/poppler: update to 0.87.0
Release 0.87.0:
core:
* Fix crashes due to inconsistent vtables for Clang builds
* Fix leak in broken files
* Internal code improvements
qt5:
* Add option to get form choice for export value
* ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695
glib:
* Internal code improvements
utils:
* pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest
PR: 245150
Exp-run by: antoine |
21 Mar 2020 12:57:09
3.0.b3_4

|
tcberner  |
Update poppler to 0.86.1
Release 0.86.1:
core:
* Fix regression in Browse Link handling
* Internal code improvements
Release 0.86.0:
core:
* Fix link content exfiltration attack
* Splash: Implement gouraudTriangleShadedFill for some non parametrized
shadings. Issue #881
* Fix case unsensitive search for Old Hungarian, Warang Citi,
Medefaidrin and Adlam
* Internal code improvements
glib: (Only the first 15 lines of the commit message are shown above ) |
03 Feb 2020 19:32:51
3.0.b3_3

|
tcberner  |
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions |
22 Jan 2020 17:59:22
3.0.b3_2

|
tcberner  |
graphics/poppler: update to 0.84.0
Release 0.84.0:
core:
* Fix crash when converting from Unicode to ASCII-7
* Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
* JBIG2Stream: fix potential crash in malformed documents
* JBIG2Stream: fix leak in reset() if called several times
* Internal code improvements
utils:
* pdfimages: Add error message if first page is larger then number of
pages.
* pdfinfo: Improved paper size recognition
* pdfsig: Fix exit code when dumping signatures
* pdftocairo: Error out when even/odd selects 0 pages (Only the first 15 lines of the commit message are shown above ) |
01 Nov 2019 21:51:36
3.0.b3_1

|
tcberner  |
graphics/poppler: update to 0.82.0
Release 0.82.0:
core:
* Fix not being able to open some files. Issue #832
* Fix crashes in malformed files
* Fix memory leak on broken files
* Minor performance improvements
* Minor code improvements
glib:
* Add poppler_document_new_from_bytes
* PopplerAttachment: Silence deprecation warnings for ctime/mtime
build system:
* pdf-inspector: Support builddir != srcdir
* Install Cairo* headers if Cairo has been found
Thanks to adridg@ for fixing all the fallout.
Exp-run by: antoine
PR: 241532
Approved by: gnome (kwm, implicit) |
20 Oct 2019 07:59:00
3.0.b3

|
tcberner  |
editors/kile: update to 3.0b3 |
29 Sep 2019 07:25:04
3.0.b2_10

|
tcberner  |
graphics/poppler: update to 0.81.0
Release 0.81.0:
core:
* Splash: Always enable support for CMYK rasterization
* CairoOutputDev: Check scaled dimensions for 0. Issue #737
* BaseCryptStream: Fix potential uninitialized memory read
* SplashBitmap: Fix wrong width condition for splashModeDeviceN8
* Fix crashes in malformed files
PR: 240781
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
01 Sep 2019 20:46:39
3.0.b2_9

|
tcberner  |
graphics/poppler: update to 0.80.0
Release 0.80.0:
core:
* Annotations: Implement support for setting a different text in the appearance
stream than the real text
* Splash: Optionally use small_vector from boost
* Fix memory leaks on broken files
* Fix abort on broken files
* Small code simplifications
* Remove USE_FIXEDPOINT support. Issue #821
qt5:
* Fix MSVC build
* Add subsitute-font information
* Fix since marker of some functions (Only the first 15 lines of the commit message are shown above ) |
31 Jul 2019 21:14:15
3.0.b2_8

|
tcberner  |
graphics/poppler: update to 0.79.0
Release 0.79.0:
core:
* Fix regression on TextSelectionPainter
* Fix parsing of DefaultAppearance
* Fix memory leak in PostScriptFunction
* Fix crashes in fuzzed files
qt5:
* Implemented support for setIcon by changing appearance
* Added option to set the form available to print
* QString::null is deprecated, use QString()
* Replace deprecated qStableSort with std::stable_sort
build system:
* Turn README into README.md and expand it
PR: 239277
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
26 Jul 2019 20:46:57
3.0.b2_7

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
29 Jun 2019 08:55:18
3.0.b2_6

|
tcberner  |
graphics/poppler: update to 0.78.0
Release 0.78.0:
core:
* Fix line annotation arrows for usage in dimensioning
* Handle Ink annots without an InkList but with an AP
* Fix typos preventing parsing of Movie start and duration
* Fix crash on malformed files
glib:
* Add poppler_document_create_dests_tree()
* Don't use the deprecated g_type_class_add_private()
* Document the differences between render() and render_for_printing()
* Fix introspection for poppler_document_new_from_data
* Don't create PopplerInputStream with length 0. Issue #414 (Only the first 15 lines of the commit message are shown above ) |
01 Jun 2019 06:39:23
3.0.b2_5

|
tcberner  |
graphics/poppler: update to 0.77.0
Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
13 May 2019 18:33:10
3.0.b2_4

|
tcberner  |
graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :
Release 0.76.1:
core:
* Make the mul tables be calculated at compile time with constexpr.
* splash: Fix compile with SPLASH_CMYK enabled
* Some typo fixing in error messages
qt5:
* Fix regression in annotation handling
build system:
* Fix some typos in build system output and comments (Only the first 15 lines of the commit message are shown above ) |
27 Mar 2019 21:29:31
3.0.b2_3

|
tcberner  |
graphics/poppler: update to 0.75
Release 0.75.0:
core:
* Fix rendering of some annotations
* Fix crashes in broken files
* Small internal code improvements
cpp:
* Improve documentation
* tests: Add showing version information to poppler-dump
utils:
* pdfattach: new util
* pdftohtml: add -dataurls parameter
* pdftoppm: add -sep and -forcenum parameters
* pdftohtml: make singleHtml and stout not mutually exclusive
* pdfsig: fix use after free
- bump revisions of dependent ports due to shlib version change
PR: 236791
Exp-run by: antoine
Approved by: kwm (gnome) |
11 Feb 2019 19:44:51
3.0.b2_2

|
tcberner  |
Bump revisions after poppler upgrade.
As reported libreoffice requires a bump in revision, to be on the save
side, bump all the consumers of poppler.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> |
16 Jan 2019 11:13:45
3.0.b2_1

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
03 Jan 2019 21:20:10
3.0.b2

|
adridg  |
editors/kile can no longer conflict with editors/kile-kde4 because the
latter doesn't exist. |
30 Dec 2018 17:15:06
3.0.b2

|
tcberner  |
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
25 Dec 2018 20:25:40
3.0.b2

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
10 Sep 2018 13:14:52
3.0.b2

|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
28 Jun 2018 17:39:55
3.0.b2

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
31 May 2018 21:25:36
3.0.b2

|
tcberner  |
Update editors/kile to 3.0b2 |
29 Apr 2018 12:29:40
3.0.b1

|
tcberner  |
New port: editors/kile
* This is the KF5 based beta of editors/kile-kde4. |
26 Jul 2013 19:19:21
2.0.3_4

|
rene  |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
11 May 2013 17:58:56
2.0.3_4

|
hrs  |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
06 May 2013 02:00:41
2.0.3_4

|
hrs  |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
30 Dec 2012 12:03:52
2.0.3_4

|
beat  |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe |
12 Jun 2012 10:34:46
2.0.3_4
|
bapt  |
Convert to new options framework |
01 Jun 2012 05:26:28
2.0.3_4
|
dinoex  |
- update png to 1.5.10 |
13 Mar 2012 10:30:52
2.0.3_3
|
makc  |
Set PORTSCOUT, new versions for KDE 4 only
Feature safe: yes |
05 Jul 2011 02:51:16
2.0.3_3
|
tabthorpe  |
- Reassign to the heap |
20 Mar 2011 12:54:45
2.0.3_3
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
2.0.3_3
|
ade  |
Sync to new bsd.autotools.mk |
28 Mar 2010 06:47:48
2.0.3_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.0.3_2
|
dinoex  |
- update to jpeg-8 |
02 Sep 2009 15:01:56
2.0.3_1
|
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
02 Aug 2009 19:36:34
2.0.3_1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
31 Jul 2009 13:57:52
2.0.3_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
08 Jan 2009 16:44:47
2.0.3
|
markus  |
- Update to version 2.0.3
- Utilize SFE macro in MASTER_SITES
PR: ports/130276
Submitted by: Beat Gätzi <beat@chruetertee.ch> |
22 Nov 2008 19:12:30
2.0.2
|
makc  |
Update to 2.0.2
PR: ports/128693
Approved by: markus (maintainer timeout), miwi (mentor) |
26 Jun 2008 14:15:27
2.0.1
|
markus  |
Update to version 2.0.1 |
06 Jun 2008 13:25:59
2.0_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
16 Feb 2008 23:26:29
2.0
|
markus  |
Update to version 2.0
PR: ports/120560
Submitted by: Thomas Sander <thomas.sander@gmx.de> |
19 May 2007 20:32:57
1.9.3_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Dec 2006 03:00:00
1.9.3
|
markus  |
Update to version 1.9.3 |
26 Sep 2006 00:00:11
1.9.2
|
markus  |
- Adjust CONFLICTS entry in order to silence portlint
- Optionally depend on kdegraphics3 for kpdf and kdvi defaulting to "on" [1]
Suggested by: Lars Engels <lars.engels@0x20.net> [1] |
26 Aug 2006 23:01:30
1.9.2
|
markus  |
Update to version 1.9.2 |
03 Jul 2006 11:23:18
1.9.1
|
markus  |
Update to version 1.9.1 |
07 May 2006 10:55:47
1.9
|
edwin  |
Remove USE_REINPLACE from all categories starting with E |
20 Mar 2006 00:06:41
1.9
|
markus  |
- Update to version 1.9
- Do not depend on the teTeX metaport [1]
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] |
23 Feb 2006 10:40:45
1.8.1_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:34:46
1.8.1_1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:50:18
1.8.1_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
05 Nov 2005 05:22:06
1.8.1_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
01 Jun 2005 22:12:14
1.8.1
|
markus  |
Update to version 1.8.1 |
22 May 2005 14:46:58
1.8
|
markus  |
- Update kile to version 1.8
- Remove kile-i18n as it was merged with kile |
12 Mar 2005 10:54:27
1.7.1_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
22 Dec 2004 00:06:15
1.7.1
|
markus  |
- Update to version 1.7.1
- Don't install two files which already get installed by x11/kdelibs3 [1]
Submitted by: pointyhat via kris [1] |
10 Nov 2004 15:47:30
1.7_1
|
lofi  |
More pthread-check fixes. |
17 Oct 2004 16:18:46
1.7
|
markus  |
Update to version 1.7 |
06 Jun 2004 02:37:40
1.6.3
|
markus  |
Don't use Makefile.kde anymore |
12 May 2004 19:51:48
1.6.3
|
markus  |
Update to version 1.6.3 |
05 Apr 2004 03:31:02
1.6.2_1
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
28 Mar 2004 16:02:07
1.6.2
|
markus  |
- Update to version 1.6.2
- take maintainership [1]
- clean up pkg-plist
- switch to MASTER_SITE_SOURCEFORGE_EXTENDED
Approved by: maintainer [1]
arved (mentor) |
24 Feb 2004 20:45:03
1.6.1
|
markus  |
- Update to 1.6.1
- Use SIZE in distinfo
- Change mastersite (old one doesn't carry the new version)
PR: 62132
Approved by: arved (mentor) |
04 Feb 2004 05:21:48
1.6_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
19 Jan 2004 16:16:45
1.6
|
arved  |
Update to 1.6
PR: 60708
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Approved by: maintainer timeout |
31 Jul 2003 19:47:00
1.5.2
|
krion  |
- Update to version 1.5.2
- Fix build on -CURRENT
- Grammar fixes in pkg-descr
- Update project homepage
PR: 55077
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Approved by: fjoe (mentor) (implicit), maintainer |
13 Jun 2003 12:15:44
1.5
|
arved  |
Update to 1.5
PR: 52913
Submitted by: maintainer |
21 Feb 2003 11:38:28
1.31
|
knu  |
De-pkg-comment. |
13 Jan 2003 05:48:20
1.31
|
nobutaka  |
Update to 1.31.
PR: ports/46930
Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de> (maintainer) |
21 Nov 2002 21:39:21
1.3_1
|
arved  |
Update to 1.3
PR: 45487
Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de> (maintainer) |
23 Oct 2002 08:04:30
1.3
|
ijliao  |
upgrade to 1.3
PR: 44389
Submitted by: maintainer |
05 Oct 2002 23:00:27
1.0
|
kris  |
BROKEN: Does not fetch |
23 Jun 2002 05:59:27
1.0
|
ijliao  |
add kile 1.0
A LaTeX source editor for KDE
PR: 39667
Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de> |