Commit graph

1325 commits

Author SHA1 Message Date
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +00:00
Baptiste Daroussin
46023dda78 Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS 2013-05-06 15:18:38 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Hiroki Sato
918595d207 Update to 3.03. 2013-05-01 04:46:29 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Jung-uk Kim
decb4e775e Do not install UnBom font. There was a copyright dispute and the upstream
decided to stop redistribution of the font.

https://kldp.org/node/135598
2013-04-23 21:09:32 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Jung-uk Kim
9b86b8c858 Update to 4.0.2.
Feature safe:	yes
2013-04-16 20:51:47 +00:00
Jung-uk Kim
f4acdce1cc Trim Makefile header.
Feature safe:	yes
2013-04-16 19:43:00 +00:00
Jung-uk Kim
e52373b5b6 Update to 3.1.
Feature safe:	yes
2013-04-16 19:33:30 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Bryan Drewery
c32bd6cd08 - Add explicit pkgconf dependency
- Trim headers

PR:		ports/177306
Reported by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-03-24 15:51:03 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Jung-uk Kim
e835d5453f Update to 4.0.1. 2013-03-08 19:01:45 +00:00
Pietro Cerutti
5f049474c1 - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: korean)
Approved by:	portmgr
2013-02-07 10:39:56 +00:00
Jung-uk Kim
fde722d687 Update to 3.6.5. 2013-02-04 20:03:49 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Max Brazhnikov
c2dd4d2e2d KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.
The area51 repository features commits by Alonso Schaich, avilla, fluffy,
jhale, makc and rakuco.

Common changes:
- Trim Makefile header
- Convert to new option framework
- Add/improve desktop entries
- Remove upstreamed patches

Mk/bsd.qt.mk:
- Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1]

devel/qmake:
- Fix crash due to off-by one error [2]

multimedia/qt4-phonon*:
- Deprecate in favour of multimedia/phonon*

www/qt4-webkit:
- Make dependence on GStreamer optional [3]

devel/qtcreator:
- Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4]

Reported by:	avg via irc [1]
Submitted by:	avg via maillist [2]
PR:		ports/175644 [3]
Submitted by:	danfe [3]
PR:		ports/169809 [4]
Reported by:	tcb <tcberner at gmail.com> [4]
2013-02-03 17:21:56 +00:00
Beat Gaetzi
8558ca7184 - 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
2012-12-30 12:03:51 +00:00
Wen Heping
3fad7b5d3c - Update to 0.2.0
PR:		174123
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-12-16 13:46:59 +00:00
Alexey Dokuchaev
63199ba4e2 Add fcitx-hangul, Korean input back-end to the Fcitx IM framework.
Feature safe:	yes
2012-11-08 14:50:14 +00:00
Jung-uk Kim
60afb940fa - Update to 0.4.0.
- Fix dependencies and tweak pkg-message.
- Trim makefile header, add license, and convert to optionsNG.

Feature safe:	yes
2012-11-02 22:46:30 +00:00
Jung-uk Kim
32c77e89ce - Update to 3.5.7.
- Trim Makefile headers.

Feature safe:	yes
2012-10-26 20:24:07 +00:00
Jung-uk Kim
77b5d50a6b - Update to 0.5.6.
- Trim makefile header.
2012-10-08 17:15:00 +00:00
Jung-uk Kim
f7c42ea5b1 - Update to 3.5.6.
- Use system mdds.
- Fix build with the recent Clang (CURRENT).
- Enable visibility for recent Clang (9.1 and CURRENT).
- Attempt to fix build on 7.x and 8.x (not tested).
2012-08-23 16:00:36 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Jung-uk Kim
3a74e1eb77 - Chase ibus update. [1]
- Convert to optionsNG framework.

Reported by:	beat
2012-07-19 23:08:41 +00:00
Jung-uk Kim
495b66e319 - Update LibreOffice and the language packs to 3.5.5.
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
2012-07-17 20:55:45 +00:00
Dima Panov
0e6c83afe5 - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 release
for FreeBSD platform!

    Now with system boost-1.48 support and powered by clang-3.1 by default

Dima,  behalf of FreeBSD Office team
2012-07-01 08:32:04 +00:00
Koop Mast
9e70e62929 Remove BROKEN now that imlib is fixed. 2012-06-20 11:34:31 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Pav Lucistnik
917e3afc7b - Mark BROKEN: does not compile
undefined reference to `PrintGifError'

Reported by:	pointyhat
2012-06-13 21:10:09 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
f564508406 KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
2012-05-25 02:15:20 +00:00
Jung-uk Kim
1a65aa28d0 Fix PLIST.
Reported by:	pointyhat
2012-05-03 21:53:55 +00:00
Jung-uk Kim
ec605d1f02 Fix newly added ibus-setup-hangul utility and desktop icons. 2012-04-30 22:02:27 +00:00
Jung-uk Kim
79d68a8195 Update to 1.4.1. 2012-04-30 21:11:07 +00:00
Baptiste Daroussin
8269acc5ce - upgrade to 3.5.2
- switch and force compiler to clang using the one from base on 9 and CURRENT, the one
  from ports if not found in base
- now only build en_US version, all localisation are available through separated
  ports.
- Graphite smart font is now used by default
- Rebundle boost to easier upgrading boost
- Rebundle mdds the one from the ports seems incompatible with clang
- Unbundle all the fonts

Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and
feedback

Thank you to iXsystems for providing resources to build/test libreoffice
2012-04-22 20:38:32 +00:00
Doug Barton
d1a828636c korean/unfonts-ttf||2012-03-16|Was divided into korean/unfonts-core and korean/unfonts-extra
Last dependent was updated, so it is now safe to remove

Feature safe:	yes
2012-03-17 04:26:18 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Alberto Villa
f234761615 The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series.

The official release notes can be found at:
http://kde.org/announcements/announce-4.7.4.php

PR:		162216
PR:		163662
2012-01-25 10:21:01 +00:00
Pav Lucistnik
0e2dbd67bf - Fix plist
Reported by:	pointyhat
2012-01-21 19:53:45 +00:00
Jung-uk Kim
0a66e6819c Improve a patch for IBus 1.4.0 from upstream and reduce diff. 2012-01-10 00:52:39 +00:00
Jung-uk Kim
5e11c41b5a Update to 1.3.2. 2012-01-09 21:02:52 +00:00
Jung-uk Kim
7dec8af525 - Update to 2.1.0.
- Update project URL.
2012-01-04 00:02:56 +00:00
Jung-uk Kim
1f31d678f5 - Update to 0.99.11.
- Update project URL.
2012-01-03 23:52:02 +00:00
Michael Scheidell
8710ace2de - update to 0.1.0
- update master sites to google

PR:		ports/163260
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
Approved by:	gabor (mentor)
2011-12-21 13:27:06 +00:00
Hiroki Sato
3ed9b5383e Fix FONTSDIR.
Reported by:	pav
2011-12-13 18:42:53 +00:00
Hiroki Sato
3ef65bc73b Update dependency because korean/unfonts-ttf is split into -core and -extra.
Spotted by:	dougb
Feature safe:	yes
2011-12-05 16:20:37 +00:00
Emanuel Haupt
1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00
Raphael Kubo da Costa
7f1a46ec8c The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.

The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.

Approved by:	avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 02:59:40 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Doug Barton
e92ce18c9f Add a comment indicating what ports depend on these 2 2011-11-01 22:03:58 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Alberto Villa
a2d3b5a4bc The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports

We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.

PR:		156293 [1]
		159219 [2]
		160164 [3]
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com> [1]
		Alvaro Castillo <gobledb@gmail.com> [2]
		dkeav04@gmail.com [3]
Tested by:	exp-run via pav
2011-10-17 00:03:42 +00:00
Doug Barton
c3ef22e507 Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun		Abandonware
astro/xrmap		No more distfiles
audio/midimountain	Abandonware
audio/gkrellmss		Abandonware
audio/gnapster		Abandonware
databases/xbase		No more public distfiles
databases/xbsql		No more public distfiles
games/gtkabale		No more public distfiles
games/battleball	No more public distfiles, does not compile on ia64 or sparc64
games/race		No more public distfiles
games/stvef-paks	No more public distfiles
games/stvef-server	No more public distfiles
games/tome		No more public distfiles
games/qkmj		No more public distfiles
games/oilwar		No more public distfiles
games/xbaby		No more public distfiles
games/xword		Abandonware
games/kslide		No more public distfiles
graphics/xmrm		No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans	Upstream disappeared and distfile is not available
graphics/wildmagic	BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet		No more public distfiles
irc/tkirc		No more public distfiles
korean/mizifont		No more public distfiles
lang/freetxl		No more public distfiles
math/nsc2ke		No more public distfiles
misc/mgp-mode.el	No more public distfiles
multimedia/p5-RIFF-Info	No more public distfiles
net/p5-Net-OpenDHT	No more public distfiles
net/mudix		No more public distfiles
net-im/newsbot		No more public distfiles
net-im/libicq2000	Abandonware
net-im/gossip		No longer maintain by upstream, use net-im/empathy instead
net-im/ickle		Abandonware
net-mgmt/nipper		BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy	No more public distfiles
news/p5-Gateway		No more public distfiles
print/epsmerge		No more public distfiles
science/at		No more public distfiles
science/pyvox		No more public distfiles
security/p5-Email-Obfuscate	No more public distfiles
security/libparanoia	No more public distfiles
security/execwrap	No more public distfiles
2011-10-09 02:47:51 +00:00
Doug Barton
2d94dc2a57 For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
2011-10-09 01:48:11 +00:00
Sunpoet Po-Chuan Hsieh
a158d41a99 - Update MAINTAINER: use canonical format for ports@FreeBSD.org 2011-10-02 14:40:47 +00:00
Pav Lucistnik
62a95b092e - Mark BROKEN: installs file into /
Reported by:	pointyhat
2011-09-24 20:03:08 +00:00
Pav Lucistnik
44aa8ea29b - Mark BROKEN: does not compile
./xutf8.h:25:2: error: #error Please include <X11/Xlib.h> before "xutf8.h"

Reported by:	pointyhat
2011-09-24 20:01:31 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Jung-uk Kim
111c64a61b Update to 0.5.5. 2011-09-12 23:02:51 +00:00
Baptiste Daroussin
ad3dff30b7 2011-09-01 korean/hlatexfonts-ocf: No more public distfiles
2011-09-01 korean/pgp.language: No more public distfiles
2011-09-01 games/xgammon: No more public distfiles
2011-09-01 korean/hanIM: No more public distfiles
2011-09-01 misc/gplbp: No more public distfiles
2011-09-01 net/vyqchat: No more public distfiles
2011-09-01 news/xmitbin: No more public distfiles
2011-09-01 games/tvp: No more public distfiles
2011-09-01 games/glasteroids: No more public distfiles
2011-09-01 games/xscrabble: No more public distfiles
2011-09-01 games/xbat: No more public distfiles
2011-09-01 korean/hanmiscutils: No more public distfiles
2011-09-01 net-p2p/hagelslag: No more public distfiles
2011-09-01 games/cgoban2: No more public distfiles
2011-09-01 games/krosswordplayer: No more public distfiles
2011-09-01 korean/helvis: No more public distfiles
2011-09-01 print/mgv: No more public distfiles
2011-09-01 japanese/linux-JM: No more public distfiles
2011-09-01 games/xlines: No more public distfiles
2011-09-01 games/xgame: No more public distfiles
2011-09-01 net/ttt: No more public distfiles
2011-09-01 games/merlin: No more public distfiles
2011-09-01 games/xshisen: No more public distfiles
2011-09-01 games/slige: No more public distfiles
2011-09-01 games/wmtimebomb: No more public distfiles
2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
2011-09-07 10:10:11 +00:00
Jung-uk Kim
e2d23f571d Correct run-time dependencies and make it slightly less broken (although
it seems there is no chance to make it work again).

- Remove converters/py-cjkcodecs from run-time dependency. [1]
It was included in the Python itself for some time now.  Please see
ports/160306 for more info.
- Add x11-toolkits/py-gnome-desktop to run-time dependency.

Pointed out by:	Ruslan Mahmatkhanov (cvs-src at yandex dot ru) [1]
2011-09-01 17:04:09 +00:00
Jung-uk Kim
19eb407455 - Mark korean/gdick as IGNORE and DEPRECATED with EXPIRATION_DATE set
to 2011-11-01. [1]
- Update to 0.9.2 and the project URL, just in case someone wants to
rescue it.

PR:	ports/160305 [1]
2011-08-31 22:30:23 +00:00
Jung-uk Kim
6da0856f85 Chase project URL change. 2011-08-31 20:57:57 +00:00
Jung-uk Kim
a9f54fdfa8 - Update to 1.2.3 and add LICENSE.
- Honor WITHOUT_NLS and NOPORTDOCS.
2011-08-26 21:54:12 +00:00
Jung-uk Kim
975f5459ae - Fix LICENSE. libhagul is actually licensed under LGPL 2.1.
- Honor WITHOUT_NLS and make porlint happy.

Reviewed by:	hyogeollee@gmail.com (maintainer)
2011-08-26 21:06:50 +00:00
Jung-uk Kim
3c39510a2e Make portlint happy. 2011-08-26 20:06:14 +00:00
Jung-uk Kim
ac1dd5bf00 Make portlint happy. 2011-08-26 19:58:37 +00:00
Jung-uk Kim
5273acebb1 Update to 0.3.2 and grab maintainership. 2011-08-26 19:49:55 +00:00
Jung-uk Kim
e1abe28b00 Honor WITHOUT_NLS and grab maintainership. 2011-08-26 19:17:09 +00:00
Jung-uk Kim
0a6432e530 Honor WITHOUT_NLS. 2011-08-26 19:15:26 +00:00
Jung-uk Kim
3b3d233ecd Update to 2.0.0 and grab maintainership. 2011-08-25 22:26:15 +00:00
Jung-uk Kim
bae5b8cbef Fix locale directories using gnomehack.
Reported by:	pointyhat
2011-08-22 20:25:02 +00:00
Jung-uk Kim
ce26e6f742 Rename distinfo.core to distinfo.core-ttf to avoid confusion with core(5) file.
Suggested by:	Alain AUDEBERT (deuza at fr dot freebsd dot org)
2011-08-22 19:47:40 +00:00
Jung-uk Kim
d841807637 Fix build dependencies.
Reported by:	pointyhat
2011-08-10 22:47:14 +00:00
Jung-uk Kim
0e62938ac1 Use PLIST_DIRS properly. 2011-08-10 21:42:08 +00:00
Jung-uk Kim
7a1dfa66e6 Remove pkg-plist and generate it from Makefile. 2011-08-10 21:33:29 +00:00
Jung-uk Kim
990bec3be5 Sort file names. 2011-08-10 21:20:24 +00:00
Jung-uk Kim
6cd5b60b26 - Update to 12 and grab maintainership.
- Clarify the lincense.  It was relicensed under the Artistic License 1.0 or
later by the author since version 12.
2011-08-10 21:12:18 +00:00
Jung-uk Kim
0ce3ce9fe7 Rename ko-KR.* to ko_KR.* for consistency with other dictionaries. 2011-08-09 19:46:55 +00:00
Jung-uk Kim
7d38c7a66a Korean hunspell dictionaries
WWW: http://code.google.com/p/spellcheck-ko/
2011-08-09 19:27:36 +00:00
Jung-uk Kim
c306b6c3ea IBus-Hangul is an input method (IM) for Korean language, based on IBus.
WWW: http://code.google.com/p/ibus/
2011-08-08 22:37:15 +00:00
Jung-uk Kim
b7162167ad Add the font category in COMMENT. 2011-08-08 17:39:56 +00:00
Jung-uk Kim
3e05625b0e - Split korean/unfonts-ttf into korean/unfonts-core and korean/unfonts-extra.
- Update unfonts-core to 1.0.2-080608.
- Correct version number for unfonts-extra.
2011-08-08 17:30:38 +00:00
Jung-uk Kim
6c56395fa6 Install the correct license file and fix English font names. 2011-08-05 21:51:11 +00:00
Jung-uk Kim
b181d5770c Nanum Gothic Coding font family is free Hangul fonts developed by
NHN Corporation and distributed under SIL Open Font License (OFL).
This font was specifically designed for Hangul terminals.

WWW: http://dev.naver.com/projects/nanumfont
2011-08-05 21:40:44 +00:00
Jung-uk Kim
323cba602f Replace PREFIX with LOCALBASE in few places. 2011-08-05 20:58:25 +00:00
Jung-uk Kim
07bcf47150 Nanum font family is free Hangul fonts developed by NHN Corporation
and distributed under SIL Open Font License (OFL).

WWW: http://hangeul.naver.com/
2011-08-05 20:48:19 +00:00
Jung-uk Kim
391a76faa6 Reset maintainership and deprecate some korean ports with no more public
distfiles.

Discussed with:	cjh
2011-08-04 22:04:50 +00:00
Jung-uk Kim
e1663c6ba0 - Update to 0.8.1 and unbreak build on HEAD.
- Add LICENSE and chase project URL change.
- Reset maintainership due to long inactivity.
2011-08-03 23:58:53 +00:00
Jung-uk Kim
4e3f4d2299 - Fix a security vulnerability (CVE-2008-2383).
- Fix iconv related crashes on 64-bit platforms.
- Add pseudo UTF-8 support.
- Chase project URL change.
2011-08-03 22:15:56 +00:00
Jung-uk Kim
ace00b233e - Update to 2.2 and undeprecate.
- Modernize the port and update the project URL.
- Clarify the license.  This font family was relicensed under BSD/X11 license
and open-sourced by the original author in 2002.  Later it was forked and now
maintained by Baekmuk Project under BSD license.
- Use vendor supplied fonts.dir and fonts.scale instead of our local copies.
2011-08-03 17:31:48 +00:00
Emanuel Haupt
f760c11728 Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared.
2011-08-02 20:58:23 +00:00
Baptiste Daroussin
d389c2f0a8 Deprecate some ports where I can't find distfiles and upstream 2011-08-02 17:04:00 +00:00
Baptiste Daroussin
3a2aede000 Mark BROKEN: Does not fetch 2011-08-02 13:47:46 +00:00
Baptiste Daroussin
f32b4a646d Bye bye abandonwares (part 4)
2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles
2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles
2011-08-01 korean/elm: Look like an abandonware, no more public distifles
2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles
2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles
2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles
2011-08-01 korean/pinetreefonts: No more public distfile
2011-08-01 mail/bincimap: No more public distfile
2011-08-01 mail/cmail: No more public distfile
2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles
2011-08-01 math/qgfe: Look like an abandonware, no more public distifles
2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles
2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles
2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles
2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html
2011-08-01 multimedia/ldvd: Abandonware
2011-08-01 multimedia/linux-divx4linux: No more needed
2011-08-01 multimedia/linux-divx4linux4: No more needed
2011-08-01 multimedia/ogle: Abandonware
2011-08-01 multimedia/ogle-gui: Abandonware
2011-08-01 multimedia/okle: Abandonware
2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles
2011-08-01 net/callgen323: Look like an abandonware, no more public distifles
2011-08-01 net/lyntin: No longer under active development
2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware
2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles
2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles
2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead
2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles
2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles
2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles
2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles
2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles
2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
2011-08-01 05:24:51 +00:00
Emanuel Haupt
aab92ab9de Remove dead site (ftp.kaist.ac.kr) 2011-07-28 16:19:58 +00:00
David Thiel
4d7f39f1d3 Update scim-tables ports to 0.5.10. Appease portlint. 2011-07-20 22:09:53 +00:00
Max Brazhnikov
585f07aff3 Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.

Discussed a while ago among the KDE/FreeBSD team.
2011-07-07 17:21:58 +00:00
Max Brazhnikov
19572cc47f Update KDE Software Compilation ports to 4.6.5
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00
Baptiste Daroussin
c79631b6ee Another bunch of deprecation: no more public distfiles and/or abandonware 2011-06-17 13:09:40 +00:00
Baptiste Daroussin
c5c0d7f5d2 Mark broken some ports with unfetchable distfiles 2011-06-17 08:51:32 +00:00
Baptiste Daroussin
0bee53b506 Unfetchable, no new home found: deprecate 2011-06-16 07:08:48 +00:00
Alberto Villa
3f88d44ab7 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read full
announcement here: http://kde.org/announcements/announce-4.6.4.php
2011-06-14 09:23:49 +00:00
Wen Heping
60d9806ed1 - Update to 0.99.9
PR:		ports/157646
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com>
2011-06-10 08:18:54 +00:00
Max Brazhnikov
a34b8d38b8 Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
2011-05-16 19:26:43 +00:00
TAKATSU Tomonari
c7bf4cf8a9 - Set CONFLICTS with unzip-iconv upcoming as a new port
PR:		ports/152006
Submitted by:	KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
2011-05-04 23:36:34 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Baptiste Daroussin
fe6a713037 Remove unmaintained expired nvi related ports
2011-05-01 editors/nvi-m17n: Distfile is no more available
2011-05-01 chinese/nvi-big5: Distfile is no more available
2011-05-01 chinese/nvi-euc-cn: Distfile is no more available
2011-05-01 chinese/nvi-euc-tw: Distfile is no more available
2011-05-01 editors/nvi-perl: Distfile is no more available
2011-05-01 japanese/nvi-euc-jp: Distfile is no more available
2011-05-01 japanese/nvi-iso-2022-jp: Distfile is no more available
2011-05-01 japanese/nvi-sjis: Distfile is no more available
2011-05-01 korean/nvi-euc-kr: Distfile is no more available
2011-05-01 korean/nvi-iso-2022-kr: Distfile is no more available
2011-05-02 09:27:03 +00:00
Baptiste Daroussin
d92cba6bdf Removed ports that depends on iiimf expired ports + they are abandonware
japanese/iiimf-le-freewnn
japanese/iiimf-le-canna
chinese/iiimf-le-newpy
korean/iiimf-le-hangul
chinese/iiimf-le-ude
2011-05-01 19:18:22 +00:00
Frederic Culot
7de9d7834e - Update to 0.99.8
- LICENSE added

PR:		ports/156041
Submitted by:	Hyogeol Lee <hyogeollee AT gmail.com>
2011-04-11 09:51:49 +00:00
Frederic Culot
d5f0f37580 - Update to 0.0.12
PR:		ports/156007
Submitted by:	Hyogeol Lee <hyogeollee AT gmail.com> (maintainer)
2011-04-11 06:34:21 +00:00
Alberto Villa
44b2f80d3d The FreeBSD KDE Team is pleased to announce April updates for KDE
Software Compilation: 4.6.2, codename "Congrats". Read the full
announcement here: http://kde.org/announcements/announce-4.6.2.php.

Special thanks to Raphael Kubo da Costa who ported the release.
2011-04-07 12:03:34 +00:00
Alberto Villa
c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:	exp-run via miwi
2011-03-25 10:33:51 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Pav Lucistnik
5f4bd3b53d - Unbreak
PR:		ports/154793
Submitted by:	Takefu <takefu@airport.fm>
2011-03-17 10:19:17 +00:00
Sunpoet Po-Chuan Hsieh
649a622159 - Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
2011-01-09 11:13:41 +00:00
Dima Panov
7e6373e612 - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5
for FreeBSD.

It's a bugfix-only release, January 2011 set.
2011-01-07 23:54:08 +00:00
Sunpoet Po-Chuan Hsieh
7ec5278c6e - Use canonical format for ports@FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
2010-12-29 07:03:16 +00:00
Ade Lovett
843f8123d4 Sync to final (for now) bsd.autotools.mk 2010-12-22 20:05:49 +00:00
Philip M. Gollucci
1b8a71b99a - Setup DATADIR, DOCSDIR
- Fix NO* vars

Reported by:    QAT
2010-12-11 22:45:43 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Max Brazhnikov
7425aa5977 KDE FreeBSD team presents KDE SC 4.5.4. 2010-12-02 21:12:38 +00:00
Max Brazhnikov
43a46c6993 KDE FreeBSD team is glad to present Qt 4.7.1 in ports.
Along with Qt4 the following ports are updated:

PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119

New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl

This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)

We'd like to thank Martin Wilke (miwi) for exp-run.
2010-12-02 19:47:17 +00:00
Max Brazhnikov
0907842b7d KDE FreeBSD team presents KDE SC 4.5.3. 2010-11-03 18:03:27 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Philip M. Gollucci
bd22cef6f0 - release this module, the site has moved, and I can not read the korean replacement 2010-10-20 02:49:26 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Kris Moore
ee837cebf4 Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds. 2010-10-15 20:54:22 +00:00
Ade Lovett
231b6073de Migration of final set of working ports from automake{19,110} -> 111 2010-10-07 15:18:56 +00:00
Max Brazhnikov
fd6c454324 KDE FreeBSD team presents KDE SC 4.5.2.
kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1]
(set by default for new accounts). Thanks to Ivan Cukic from KDE
for making the wallpapers!

[1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
2010-10-05 17:44:17 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Max Brazhnikov
08351f8e01 KDE FreeBSD team presents KDE SC 4.5.1.
New ports added:
	misc/kde4-l10n-ia - Interlingua localization for KDE
2010-09-02 21:06:27 +00:00
Hiroki Sato
f5dfbe47ee Update distinfo. The distfiles have been re-rolled for some reason.
Reported by:	pav
2010-08-16 02:42:56 +00:00
Dmitry Marakasov
1a5dc578e4 - Update to 0.0.11
- While here, use DATADIR and LDFLAGS instead of LIBS as intended.

PR:		148747
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
2010-08-05 15:30:18 +00:00
Max Brazhnikov
31da485dc4 Present KDE SC 4.4.5 for FreeBSD.
Feature safe:	yes
2010-06-29 20:35:28 +00:00
Wen Heping
2d9d9c9eaa - Update to 0.99.7
PR:		ports/130228
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com>
Feature safe:	yes
2010-06-28 09:19:52 +00:00
Max Brazhnikov
2f77e1ae37 Connect gimp-help ports 2010-06-14 20:48:37 +00:00
Max Brazhnikov
958f9a1c07 Add new ports for GIMP Manual:
The GIMP User Manual is distributed as a set of HTML pages for use
with the internal GIMP help browser or any web browser.

WWW:	http://docs.gimp.org/

PR:		ports/145650, ports/145652
Submitted by:	SimaMoto, RyoTa <liangtai.s4 at gmail.com>
2010-06-14 20:47:50 +00:00
Erwin Lansing
8c6092e5ec BROKEN should not be quoted.
No functional change.
2010-06-13 08:40:06 +00:00
Max Brazhnikov
b2088def4d Present KDE SC 4.4.4 for FreeBSD. 2010-06-01 21:35:38 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Philip M. Gollucci
ff8bb6f579 - Pass port to apache@ 2010-05-26 06:44:46 +00:00
Mark Linimon
cb4c252136 Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2010-05-23 21:16:16 +00:00
Dima Panov
746dafd424 - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSD
With hat on:	kde@
2010-05-11 14:21:05 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Wilke
5a23bb49bd - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 15:45:21 +00:00
Martin Wilke
bb734e4711 Presenting KDE 4.3.5 for FreeBSD. The official release notes for this
release can be found at http://kde.org/announcements/announce-4.3.5.php.

KDE 4.3.5, the last bugfix release in 4.3.x series. We'd like to say
thanks to all helpers and submitters.
2010-02-06 21:52:30 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Max Brazhnikov
43902f6ecc The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD. 2010-01-21 21:13:21 +00:00
Mark Linimon
6db864315b Reset cjh due to inactivity. We hope to see him back again soon.
Hat:		portmgr
2010-01-02 18:14:36 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Martin Wilke
9e7da961d0 The FreeBSD KDE is please to announce the release of KDE 4.3.4,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.4.php

We'd like to say thanks to all helpers and submitters.
2009-12-01 16:34:53 +00:00
Martin Wilke
7d30c6c4b0 - Update to 0.0.10
PR:		140415
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com> (maintianer)
2009-11-28 01:01:48 +00:00
Martin Wilke
805f92c8d2 The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-27 01:44:03 +00:00
Martin Wilke
e9424863a5 - Update to Qt-4.5
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-26 23:24:38 +00:00
Pav Lucistnik
38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00
Pav Lucistnik
03e239d5c3 - Mark BROKEN: does not patch
Reported by:	pointyhat
2009-11-06 21:19:35 +00:00
Dmitry Marakasov
bfd080220c - Fix build on 9.0
PR:		140140, 140274
Submitted by:	Jilles Tjoelker <jilles@stack.nl>, myself
2009-11-05 03:00:37 +00:00
Pav Lucistnik
ec8587aca7 - Reset maintainer, his email is bouncing 2009-11-02 21:54:23 +00:00
Hiroki Sato
47e3dedeb1 Update to 8.1.7. Multiple vulnerabilities which could cause the
application to crash and could potentially allow an attacker to
take control of the affected system have been fixed.

Security:	CVE-2007-0048
Security:	CVE-2007-0045
Security:	CVE-2009-2564
Security:	CVE-2009-2979
Security:	CVE-2009-2980
Security:	CVE-2009-2981
Security:	CVE-2009-2982
Security:	CVE-2009-2983
Security:	CVE-2009-2985
Security:	CVE-2009-2986
Security:	CVE-2009-2987
Security:	CVE-2009-2988
Security:	CVE-2009-2989
Security:	CVE-2009-2990
Security:	CVE-2009-2991
Security:	CVE-2009-2992
Security:	CVE-2009-2993
Security:	CVE-2009-2994
Security:	CVE-2009-2996
Security:	CVE-2009-2997
Security:	CVE-2009-2998
Security:	CVE-2009-3431
Security:	CVE-2009-3458
Security:	CVE-2009-3459
Security:	CVE-2009-3462
Security:	APSB09-15
Security:	http://www.adobe.com/support/security/bulletins/apsb09-15.html
2009-10-14 16:23:58 +00:00
Pav Lucistnik
ce23e7b97c - Fix runtime on 64-bit platforms
PR:		ports/133899
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
Approved by:	maintainer timeout (cjh; 6 months)
Feature safe:	yes
2009-09-24 15:10:37 +00:00
Thomas Abthorpe
0f43e19098 The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php

We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
2009-09-01 22:19:47 +00:00
Edwin Groothuis
92509257ac Update the PHP documentation to 2009-09-01
> - Russian is removed
> - Korean has been re-added
> - Turkish, Bulgarian and Romenian have been added
>
2009-09-01 12:24:33 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Jeremy Messenger
3a33ace96c Fix the build w/ libtool22.
Reported by:	erwin (i386 8-exp)
2009-08-09 21:10:02 +00:00
Max Brazhnikov
ee30cec1db clean up 2009-08-08 15:59:35 +00:00
Martin Wilke
84daec6f09 The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

We'd like to say thanks to all helpers and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 21:14:07 +00:00
Martin Wilke
437140d5ee - Update Qt4 to 4.5.2
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 20:04:38 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Dmitry Marakasov
93fc1c0c2f - Don't create DOCSDIR if NOPORTDOCS in set (that is, fix install with NOPORTDOCS)
- Use DOCSDIR in the Makefile

PR:		135441
Submitted by:	myself
Approved by:	maintainer timeout
2009-07-07 00:30:49 +00:00
Hiroki Sato
4dc85c9955 Update to 8.1.6 and 9.1.2.
Critical vulnerabilities have been identified in Adobe Reader
9.1.1 and Acrobat 9.1.1 and earlier versions. These
vulnerabilities would cause the application to crash and could
potentially allow an attacker to take control of the affected
system.

Security:	http://www.adobe.com/support/security/bulletins/apsb09-07.html
Security:	CVE-2009-0198
Security:	CVE-2009-0509
Security:	CVE-2009-0510
Security:	CVE-2009-0511
Security:	CVE-2009-0512
Security:	CVE-2009-0888
Security:	CVE-2009-0889
Security:	CVE-2009-1855
Security:	CVE-2009-1856
Security:	CVE-2009-1857
Security:	CVE-2009-1858
Security:	CVE-2009-1859
Security:	CVE-2009-1861
2009-06-17 16:56:15 +00:00
Dmitry Marakasov
33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00
Martin Wilke
cb4458e6c8 The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfix
release in 4.2.x series. The official KDE 4.2.4 release changelog can
be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php.
2009-06-03 11:02:11 +00:00
Philip M. Gollucci
805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00
Hiroki Sato
97738763f6 Update to 8.1.5. Two critical vulnerabilities have been fixed:
- CVE-2009-1492

 The getAnnots Doc method in the JavaScript API in Adobe Reader
 and Acrobat 9.1, 8.1.4, 7.1.1, and earlier allows remote
 attackers to cause a denial of service (memory corruption) or
 execute arbitrary code via a PDF file that contains an
 annotation, and has an OpenAction entry with JavaScript code
 that calls this method with crafted integer arguments.

- CVE-2009-1493

 The customDictionaryOpen spell method in the JavaScript API in
 Adobe Reader 8.1.4 and 9.1 on Linux allows remote attackers to
 cause a denial of service (memory corruption) or execute
 arbitrary code via a PDF file that triggers a call to this
 method with a long string in the second argument.

Security:	CVE-2009-1492
Security:	CVE-2009-1493
Security:	http://www.adobe.com/support/security/bulletins/apsb09-06.html
2009-05-13 08:19:25 +00:00
Max Brazhnikov
c4efb99db9 Update KDE ports to 4.2.3
See original release announcement for details:
http://kde.org/announcements/announce-4.2.3.php

New ports:

  devel/kdebindings4:
	Meta port of KDE bindings for C#, Java, PHP, Python and Ruby.
	Currently only Python bindings are supported.

  devel/kdebindings4-python, devel/kdebindings4-python-krosspython,
  devel/kdebindings4-python-pykde4:
	Python bindings for KDE.

  print/kdeutils4-printer-applet:
	printer-applet is a system tray utility. It shows current print jobs,
	shows printer warnings and errors and shows when printers that have
	been plugged in for the first time are being auto-configured by
	hal-cups-utils. It replaces kjobviewer in KDE 3.

  print/system-config-printer-kde
	A port of Gnome system-config-printer to KDE.
2009-05-09 19:38:16 +00:00
Philip M. Gollucci
c14c4b82ae - USE_APACHE=yes is deprecated
- Handle NPORTDOCS
- Convert to AP_FAST_BUILD/AP_GENPLIST

PR:             ports/133646
Approved by:    maintainter timeout (30 days)
Submitted by:   me
2009-05-08 15:42:16 +00:00
Martin Wilke
1bb5ab8fcd The KDE FreeBSD team is proud to announce the release of KDE 4.2.2
for FreeBSD. The official KDE 4.2.2 release changelog can be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php.

Also mark some ports MAKE_JOBS_SAFE.

New Ports:
	misc/kde4-l10n-sk - Slovak
2009-04-02 09:23:03 +00:00
Hiroki Sato
1f785b1e46 Update to 8.1.4. This version includes serious security fixes.
Security:	APSB09-04
Security:	APSB09-03
Security:	CVE-2009-0193
Security:	CVE-2009-0658
Security:	CVE-2009-0927
Security:	CVE-2009-0928
Security:	CVE-2009-1061
Security:	CVE-2009-1062
Security:	http://www.adobe.com/support/security/bulletins/apsb09-04.html
PR:		ports/133039
2009-03-28 16:01:34 +00:00
Dmitry Marakasov
2f41aeae9f - Fix install and deinstall procedure
PR:		132893
Submitted by:	Hyogeol Lee <hyogeollee at gmail dot com> (maintainer)
2009-03-22 21:15:03 +00:00
Dmitry Marakasov
cb7e21973f - Fix deinstall procedure
PR:		132892
Submitted by:	Hyogeol Lee <hyogeollee at gmail dot com> (maintainer)
2009-03-22 21:14:59 +00:00
Max Brazhnikov
4ac1397e9e Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
2009-03-09 00:55:48 +00:00
Martin Wilke
ef1b3d1071 The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.

New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.

New ports for KDE 4.2.0:
arabic/kde4-l10n		Arabic
hebrew/kde4-l10n		Hebrew
misc/kde4-l10n-bn_IN		Bengali (India)
misc/kde4-l10n-eu		Basque
misc/kde4-l10n-gu		Gujarati
misc/kde4-l10n-is		Icelandic
misc/kde4-l10n-kn		Kannada
misc/kde4-l10n-mai		Maithili
misc/kde4-l10n-mr		Marathi
misc/kde4-l10n-ro		Romanian
misc/kde4-l10n-tg		Tajik
math/eigen2			Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4	KDE4 kipi graphics plugins
sysutils/policykit-kde		PolicyKit manager for KDE

Unfortunately FreeBSD 6.4 support is dropped.

We'd like to say thanks for feedback and help to:
	Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
	David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
	Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Max Brazhnikov
e014235229 kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php

Approved by:	miwi (mentor)
2009-01-13 23:16:38 +00:00
Max Brazhnikov
5c3471f6f0 kde@freebsd team is pleased to announce the update for Qt4 ports.
Qt4 ports have been updated from 4.4.1 to 4.4.3.  With this update
new port misc/qt4-l10n has been added.  This port provides localisation
support for Qt4 developers tools designer, linguist, etc.

Approved by:	miwi (mentor)
2009-01-13 20:34:49 +00:00
Dmitry Marakasov
7bd6e78424 - Update to 0.0.9
PR:		130227
Submitted by:	Hyogeol Lee <hyogeollee at gmail dot com> (maintainer)
2009-01-12 03:27:01 +00:00
Pav Lucistnik
32e8e4eb30 - Remove HAVE_ESOUND/USE_ESOUND block, this is long time abandoned 2009-01-08 15:55:08 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +00:00
Philip M. Gollucci
c5f98b1d14 - remove japenese/msdosfs: only for 5.x [1]
- remove korean/msdosfs: only for 5.x

PR:             ports/129988 [1]
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
2008-12-28 10:34:28 +00:00
Ion-Mihai Tetcu
af902ff7f6 - use DOCSDIR macro
- fix plist for -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QAT QA run
2008-11-18 15:52:38 +00:00
Hiroki Sato
81c29c9fc7 Update to Adobe Reader 8.1.3.
Release note:
   http://kb.adobe.com/selfservice/viewContent.do?externalId=kb407016&sliceId=1

Security vulnerabilities report:
   http://www.adobe.com/support/security/bulletins/apsb08-19.html

Security: CVE-2008-2992
Security: CVE-2008-2549
Security: CVE-2008-4812
Security: CVE-2008-4813
Security: CVE-2008-4817
Security: CVE-2008-4816
Security: CVE-2008-4814
Security: CVE-2008-4815
2008-11-07 18:00:32 +00:00
Hiroki Sato
dac2da7f40 - Add "listenaddr 127.0.0.1" to {c|t|k}serverc.
- Update startup scripts.
- Simplify the pkg-install script.
2008-11-01 14:45:16 +00:00
Hiroki Sato
c5a3f5bbe0 Fix file mode on deinstall, not install.
Pointy hat to:	hrs
2008-10-30 17:18:06 +00:00
Hiroki Sato
e6861fb2ff - Fix mode of ${LOCALBASE}/etc/xpdfrc.
- Fix FONTSDIR of UnBatang.ttf.
2008-10-30 17:06:43 +00:00
Hiroki Sato
d3d351c1a1 - Install each localized xpdfrc separately and use "include"
instead of directly modifying the original xpdfrc.
- Keep consistency of PORTVERSION.
- Take maintainership.
2008-10-30 16:50:00 +00:00
Hiroki Sato
ed4de7cae6 - Style clean-ups.
- Separate */FreeWnn-server and */FreeWnn-lib.
- Take maintainership.
2008-10-26 19:17:56 +00:00
Hiroki Sato
00e8ec4600 Remove ports of Adobe Reader 7 and the localized versions because of
security vulnerability.  The print/acroreadwrapper new supports
acroread8 only.

Security:	CVE-2008-2641
Security:	CVE-2008-0883
Security:	http://www.adobe.com/support/security/bulletins/apsb08-15.html
2008-09-06 04:59:52 +00:00
Hiroki Sato
6e0909e045 * print/ghostscript-* and related ports have been renamed in the
following way:

	print/ghostscript-gnu -> print/ghostscript7
	print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
	print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
	print/ghostscript-gpl -> print/ghostscript8
	print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
	japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
	korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont

* USE_GHOSTSCRIPT now supports a version number which the port
  requires.  The valid value is "7" or "8".  If other value is
  specified, value of WITH_GHOSTSCRIPT_VER is used.

* WITH_GHOSTSCRIPT_GNU has been removed in favor of
  WITH_GHOSTSCRIPT_VER.  The valid value of WITH_GHOSTSCRIPT_VER is
  "7" or "8", and the default value is "8".

Approved by:	portmgr (pav)
2008-09-05 19:41:48 +00:00
Martin Wilke
129bf63f84 The KDE FreeBSD team is proud to announce the release of KDE 4.1.1
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php.

KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.

Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:

    * Significant performance, interaction and rendering correctness
      improvements in KHTML and Konqueror, KDE's web browser
    * User interaction, rendering and stability fixes in Plasma,
      the KDE4 desktop shell
    * PDF backend fixes in the document viewer Okular
    * Fixes in Gwenview, the image viewer's thumbnailing, more
      robust retrieval and display of images with broken metadata
    * Stability and interaction fixes in KMail

New Ports:
- graphics/kcoloredit
	* KColorEdit is a palette files editor. It can be used
	  for editing color palettes and for color choosing and
	  naming.

- graphics/kgraphviewer
	* KGraphViewer is a GraphViz DOT graph viewer for KDE. The
	  GraphViz programs are free-software layout engines for graphs.
	  KGraphViewer displays the graphs in a modern, user-friendly GUI
	  with all the power of a well integrated KDE application.

- graphics/kiconedit
	* KIconEdit is designed to help create icons for KDE using the standard
	  icon palette.

- graphics/skanlite
	* Skanlite is a simple image scanning application that does nothing
	  more than scan and save images. Skanlite can open a save dialog for
	  every image scanned or save the images immediately in a specified
	  directory with auto-generated names and format. The user can also
	  choose to show the scanned image before saving.
2008-09-03 13:06:24 +00:00
Martin Wilke
8d67f4a547 The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:	portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke
fb7570749e - Fix INDEX 2008-08-18 10:28:44 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Hye-Shik Chang
a888d73611 Update to 11.5 2008-08-14 05:23:47 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Edwin Groothuis
9c7f335d84 PHP Documentation in these language has been removed from the distribution. 2008-08-04 04:04:51 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Hiroki Sato
b42ec39fd0 Update to 8.1.2 Security Update 1. Quoted from the advisory:
| A critical vulnerability has been identified in Adobe Reader and
 | Acrobat 8.1.2. This vulnerability would cause the application to
 | crash and could potentially allow an attacker to take control of
 | the affected system.

Security:	CVE-2008-2641
Security:	CVE-2008-0883
Security:	http://www.adobe.com/support/security/bulletins/apsb08-15.html
2008-07-20 17:17:07 +00:00
Felippe de Meirelles Motta
5acd637cd5 - Fix typo on Makefile.
PR:		ports/125572
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
Approved by:	gabor (mentor, implicit)
2008-07-18 13:29:38 +00:00
Ion-Mihai Tetcu
f4598ac673 - s/PREFIX/LOCALBASE/ in DEPENDS
- install docs in default DOCSDIR and fix plist for -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QA Tindy run
2008-06-28 20:08:28 +00:00
Felippe de Meirelles Motta
68c5cf99c5 - Update to 0.1.1.20080329.
PR:		ports/124693
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
Approved by:	gabor (mentor, implicit)
2008-06-20 18:42:11 +00:00
Felippe de Meirelles Motta
5af51372c3 - Fix pkg-plist in NOPORTDOCS case.
Reported by:	itetcu
Approved by:	gabor (mentor, implicit)
2008-06-15 23:22:51 +00:00
Felippe de Meirelles Motta
49edd82ddc ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim
and Kangsoo Kim to replace HLaTeX and Hangul-ucs.

ko.TeX-fonts-extra contains extra fonts.

WWW: http://project.ktug.or.kr/ko.TeX/

PR:		ports/119427
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com>
Approved by:	gabor (mentor, implicit)
2008-06-14 08:48:16 +00:00
Felippe de Meirelles Motta
d44b2b64ed ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim
and Kangsoo Kim to replace HLaTeX and Hangul-ucs.

ko.TeX contains macro and utilities.

WWW: http://project.ktug.or.kr/ko.TeX/

PR:		ports/119425
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com>
Approved by:	gabor (mentor, implicit)
2008-06-14 08:43:37 +00:00
Felippe de Meirelles Motta
fdf1267c95 ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim
and Kangsoo Kim to replace HLaTeX and Hangul-ucs.

ko.TeX-fonts-base contains base fonts.

WWW: http://project.ktug.or.kr/ko.TeX/

PR:		ports/119428
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com>
Approved by:	gabor (mentor, implicit)
2008-06-14 08:35:36 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Hye-Shik Chang
252c9fe340 Update 0.99.2
PR:		122960
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com>
2008-05-30 05:35:15 +00:00
Ion-Mihai Tetcu
0c5e722fdb Update to 0.0.8.
PR:		ports/122959
Submitted by:	maintainer
2008-04-22 09:31:01 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Hiroki Sato
6f5cc3d5b3 Update to 8.1.2. Bug fixes and enhancements can be found at
http://blogs.adobe.com/acroread/2008/02/#a005029:

[General Issues]

* Font caching Issues: Various font caching issues are fixed in Reader
  8.1.2, including the issue of fonts that were configured using
  fontconfig not being picked up by the Reader to render documents
  (reported by Novell).

* Problem with Dual-screen setup (Xinerama mode).: Issue number 4
  listed on the Known Issues page for Reader 8.1.1.

* Document ordering and fullscreen mode: Issue has been fixed in
  Reader 8.1.2.

* Font KozGoProVI-Medium.otf is missing in Japanese Reader: This issue
  is fixed in Reader 8.1.2.

[Printing Related Issues]

* Incorrect orientation: Issues with printing PDF files containing
  portrait and landscape pages have been fixed in Reader
  8.1.2. Choosing "Auto Rotate and Center" will now print the pages in
  their inherent orientation.

* Red wash on printing with HP CLJ 2605: A workaround for this has
  been added in the preferences
  ($HOME/.adobe/Acrobat/8.0/Preferences/reader_prefs), namely
  "brokenCRDs". This value is set to "false" by default and can be
  modified to "true" if one faces the red background issue.

* Scaling issues: Problems with -shrink/-expand options in the command
  line (Issue #1 listed on the Known Issues page for Reader 8.1.1) as
  well as with "Custom" printing in the dialog have been fixed in
  Reader 8.1.2.

* Reader does not remember last chosen printer across sessions: Last
  chosen printer is now remembered between different sessions of the
  Reader in 8.1.2 release.

* Cannot pipe PDF as input to acroread: PDF contents can be read from
  stdin when using the -toPostScript option.

* Hardcoding of printer command: Earlier the printer command was
  hardcoded in the reader binary. This has been fixed in Reader 8.1.2
  to pick up the command from the PATH environment variable.
2008-04-13 18:36:29 +00:00
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Martin Wilke
5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00
Michael Nottebrock
06ccc547f1 Update to Qt 4.3.4 2008-03-13 17:57:19 +00:00
Mark Linimon
df531852c8 Reset relaxbsd@gmail.com due to maintainer-timeouts.
Hat:		portmgr
2008-03-02 08:25:11 +00:00
Rong-En Fan
8da467a88c - Update to 0.0.7
PR:		ports/120245
Submitted by:	Hyogeol Lee <hyogeollee at gmail.com> (maintainer)
2008-02-07 04:43:48 +00:00
CHOI Junho
90089fb9fc To use termios.
PR:		ports/120059
Submitted by:	Ed Schouten <ed@fxq.nl>
2008-02-04 11:47:52 +00:00
Hye-Shik Chang
61b6d404d2 Update to 0.99.1
PR:		ports/119480
Submitted by:	"Hyogeol Lee" <hyogeollee@gmail.com>
2008-01-22 04:09:57 +00:00
Tilman Keskinoz
2db28b7981 Avoid the need for running autoconf by touching configure.
The only change to configure.in in the ko-patch was changing the value of
AC_REVISION
2008-01-12 15:54:55 +00:00
Hiroki Sato
0f1088e2a0 Add Adobe Reader 8.1.1 and localized versions (total 15
languages).  Changes from 7.x include:

User Interface:

 * New improved UI with more real-estate in terms of page view
   space. Only the most commonly used tools are present in the
   toolbar by default (and the toolbar can be customized by the
   user according to his/her own preference.)

 * Sleek design and new stylish user interface
   elements (including toolbars, navigation tabs, panes, etc.)
   for a more rich user experience.

 * Improved launch time and overall performance. Less waiting,
   more work.

 * Support for Single Document Interface (SDI) mode for improved
   usability. Less cluttered, more intuitive.

 * Always-available search toolbar (includes find and access to
   search pane)

New Features:

 * Support for playing Multimedia-enabled PDF documents for
   supported media types (linux). Play Real media and more!

 * Support for participating in Shared Reviews along with other
   users of Adobe Reader 8.x on Unix, and Adobe Reader/Acrobat
   8.x on Win/Mac. Collaborate right inside the Reader.

 * Improvements in Commenting and Drawing Markup tools.

 * New tools such as Loupe Tool, Pan and Zoom. Expand your
   horizons, and control what you want to see.

 * Support for dynamically rendered bar code generation in forms.

 * Updated Review Tracker with inbuilt support for RSS feeds. Use
   the Reader as your RSS feed reader!

 * New 2D and 3D measuring tools for more accurate control of
   architectural drawings.

 * Printing: New support for Booklet Printing and Low Resolution
   printing of secured documents.

 * Significant performance improvement for certain types of forms
   via direct rendering for Dynamic Forms.

 * Support for documents created with Adobe Acrobat 3D including
   navigation, cross-section and rendering.

 * Accessibility: Support for Orca.

 * Various new additions to the Manage Digital ID feature,
   including support for Roaming Credentials, support for
   Cryptographic Tokens and Smart Cards (PKCS#11 compliant).

 * Support for adding a Digital Signature Field in documents
   which have been "Reader Enabled" through Acrobat Professional
   on Win/Mac.

 * Support for viewing PDF Packages - get an organized view of
   your PDFs in a single well-defined interface.

 * Support for the PRC format for 3D data.

 * Beyond Reader: New help resources that contains up-to-date
   information on Adobe products, Adobe Reader and how it can be
   used with Adobe¡Çs other products.

 * Adobe Help Viewer - a self-contained, one-stop shop for all
   help related to the Reader

 * Improved Search capabilities, including searching of
   sub-documents in a PDF Package, improved searching of
   attachments, etc.
2008-01-04 20:22:56 +00:00
Hye-Shik Chang
5582299e46 Update to 0.19
PR:		108592
Submitted by:	"Hyo Geol, Lee" <Hyogeollee@gmail.com>
2007-12-17 05:44:18 +00:00
Pav Lucistnik
cfd42c9e2e - Chase libhangul update 2007-12-15 13:44:07 +00:00
Pav Lucistnik
8c220edc28 - Update to 0.0.6
PR:		ports/117769
Submitted by:	Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
2007-12-15 13:43:58 +00:00
Michael Nottebrock
c13a5bcfcd Update to KDE 3.5.8 2007-10-29 23:48:18 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Vasil Dimov
5e4e8ecf76 Remove expired Emacs ports and the surrounding expired ports:
2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent version
2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is obsolete
2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is obsolete
2007-10-14 10:10:01 +00:00
Edwin Groothuis
4c97fac781 Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms
with the new INSTALL_KLD command.

All PORTREVISIONS have been bumped to show when the new version of
installing became available.
2007-10-07 02:56:19 +00:00