| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Mar 2013 05:27:16
0.9.0_1
|
mezz  |
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
on poppler.
Submitted by: kwm (poppler* part) |
20 Mar 2013 19:10:15
0.9.0
|
pawel  |
- Update to version 0.9.0
- Convert to OptionsNG
- Fix spelling in COMMENT, pkg-descr
- Remove support for old OSVERSIONs
PR: ports/174770
Submitted by: myself
Approved by: maintainer timeout |
06 Jun 2012 06:44:38
0.8.1_3
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.8.1_3
|
dinoex  |
- update png to 1.5.10 |
31 Oct 2011 09:53:19
0.8.1_2
|
kwm  |
Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.
Thanks to: pav for a exp-runs
bapt for double checking the libreoffice ports |
23 Aug 2011 18:36:21
0.8.1_1
|
kwm  |
Chase poppler shlib bumps. |
24 Jul 2011 18:50:31
0.8.1
|
lioux  |
Update to 0.8.1: with PDF support |
03 Jul 2011 14:12:23
0.6.0
|
ohauer  |
-remove MD5 |
10 Sep 2010 00:59:26
0.6.0
|
lioux  |
Fix build: add BUILD_DEPENDS on devel/qt4-linguist
Prompted by: pointyhat amd64 run |
06 Sep 2010 12:38:49
0.6.0
|
lioux  |
Update to 0.6.0 |
23 Jul 2010 20:18:29
0.5.0_2
|
pav  |
- Mark BROKEN on 6.X: does not link
Reported by: pointyhat |
27 Jun 2010 09:33:35
0.5.0_2
|
lioux  |
- Fix: the correct extension for 7z Comic Book Archive file is
'.cb7' rather than '.cbz'.
- Bump PORTREVISION
Feature safe: yes |
27 Jun 2010 09:24:10
0.5.0_1
|
lioux  |
Update WWW url
Feature safe: yes |
27 Jun 2010 09:21:53
0.5.0_1
|
lioux  |
- Reintroduce PLIST file with dirrmtry for share/applications
- Bump PORTREVISION due to PLIST change
Feature safe: yes
Prompted by: QAT |
14 Jun 2010 02:09:47
0.5.0
|
lioux  |
- Fix build by update QT_COMPONENTS entry:
- Add corelib, qmake_build and rcc_build
- Replace uic with uic_build
Prompted by: QAT |
14 Jun 2010 01:01:04
0.5.0
|
lioux  |
Update to 0.5.0 |
13 Jun 2010 10:52:39
0.4.4_1
|
lioux  |
Add LICENSE* information |
28 Mar 2010 06:47:48
0.4.4_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
30 Oct 2009 00:24:45
0.4.4
|
lioux  |
Update to 0.4.4 |
19 Aug 2009 09:04:26
0.4.0_6
|
lioux  |
After recent QT4 update, fix build on OSVERSION < 700042
PR: 137798
Submitted by: makc |
25 Mar 2009 14:00:24
0.4.0_6
|
lioux  |
Mark MAKE_JOBS_SAFE for SMP compilation |
18 Jan 2009 01:23:22
0.4.0_6
|
lioux  |
o Add support for ACE .cba comic book archive extension WITH_ACE
option which defaults to on
o Bump PORTREVISION |
16 Jan 2009 04:31:32
0.4.0_5
|
lioux  |
o Add support for 7-Zip .cb7 comic book archive extension WITH_7ZIP
option which defaults to on
o Bump PORTREVISION
o Take over maintainership
PR: 130235
Approved by: maintainer (previous) |
06 Aug 2008 10:38:09
0.4.0_4
|
miwi  |
- Disable imlib2 (it's not used temporary)
- Install desktop icon/entry
- Bump PORTREVISION
PR: 126272
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
04 Aug 2008 23:34:15
0.4.0_3
|
miwi  |
- Fix Build after qt4 update
- Pass maintainership to Max Brazhnikov (makc@issp.ac.ru) |
01 Aug 2008 09:46:54
0.4.0_3
|
arved  |
Remove unneeded rundeps on qt4 buildtools
PR: 123362
Submitted by: Max Brazhnikov |
06 Jun 2008 13:35:04
0.4.0_2
|
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) |
11 Mar 2008 21:13:53
0.4.0_1
|
stas  |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az |
14 Dec 2007 16:50:53
0.4.0
|
miwi  |
- Update to 0.4.0
PR: 118621
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
23 Jul 2007 09:36:52
0.3.4_2
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
19 May 2007 20:32:57
0.3.4_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
11 Mar 2007 08:51:14
0.3.4_1
|
stas  |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2] |
01 Dec 2006 23:59:21
0.3.4
|
miwi  |
- Update 0.3.4
PR: ports/106145
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
24 Sep 2006 15:19:56
0.3.3
|
arved  |
Upgrade to 3.3 |
28 Aug 2006 12:54:26
0.3.2
|
miwi  |
- Update to 0.3.2
PR: ports/102582
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com> |
08 Aug 2006 07:16:55
0.2.8
|
clsung  |
- tag BROKEN(does not build on 4.x)
PR: ports/101625
Submitted by: maintainer (chinsan <chinsan dot tw_AT_gmail dot com>) |
06 Jul 2006 11:14:38
0.2.8
|
arved  |
Update to 0.2.8
PR: 99816
Submitted by: chinsan <chinsan.tw@gmail.com> |
18 Mar 2006 21:07:58
0.2.6
|
pav  |
- Update to 0.2.7
PR: ports/94497
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
07 Jan 2006 17:52:51
0.2.6
|
anray  |
Update to 0.2.6
PR: ports/91458
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
18 Nov 2005 23:23:05
0.2.5
|
pav  |
- Update to 0.2.5
PR: ports/89236
Submitted by: Ports Fury |
30 Aug 2005 03:08:08
0.2.4
|
ijliao  |
upgrade to 0.2.4
PR: 85382
Submitted by: Ports Fury |
20 Jul 2005 09:05:06
0.2.3
|
pav  |
- Update to 0.2.3
PR: ports/83272
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
22 Jun 2005 17:03:57
0.2.2
|
lawrance  |
Update to 0.2.2
PR: ports/82534
Submitted by: Ports Fury |
27 May 2005 21:38:42
0.2.1
|
pat  |
Update to 0.2.1
(anyone want to make this DATADIR safe?)
PR: ports/81510
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
21 May 2005 17:46:15
0.2.0
|
kris  |
BROKEN on 4.x: Configure fails |
12 May 2005 08:31:34
0.2.0
|
ijliao  |
upgrade to 0.2.0 |
25 Apr 2005 00:45:20
0.1.8
|
adamw  |
Add qcomicbook, a nifty comicbook archive viewer.
QComicBook is a viewer for comic book archives containing jpeg/png
images, which aims at convenience and simplicity. Features include:
* automatic handling of archives
* full-screen mode
* two-pages mode and japanese mode
* thumbnails view
* page scaling (fit to window witdth/height, whole page)
* mouse or keyboard navigation, whatever you prefer
* bookmarks
* and more...
WWW: http://linux.bydg.org/~yogin/ |