Commit graph

3602 commits

Author SHA1 Message Date
Rene Ladan
e25b6f50db Correct reason for removal of cad/salome-kernel caused by copy/paste error. 2014-01-24 09:33:40 +00:00
Rene Ladan
fa395fa1c8 Remove expired ports:
2013-12-22 devel/mico: Broken for more than 6 month
2014-01-22 cad/salome: depends on expired cad/salome-kernel
2014-01-22 cad/salome-netgenplugin: depends on expired cad/salome-kernel
2014-01-22 cad/salome-jobmanager: depends on expired cad/salome-kernel
2014-01-22 cad/salome-visu: depends on expired cad/salome-kernel
2014-01-22 cad/salome-kernel: does not configure
2014-01-22 cad/salome-multipr: depends on expired cad/salome-kernel
2014-01-22 cad/salome-smesh: depends on expired cad/salome-kernel
2014-01-22 cad/salome-gui: depends on expired cad/salome-kernel
2014-01-22 cad/salome-yacs: depends on expired cad/salome-kernel
2014-01-22 cad/salome-med: depends on expired cad/salome-kernel
2014-01-22 cad/salome-light: depends on expired cad/salome-kernel
2014-01-22 cad/salome-randomizer: depends on expired cad/salome-kernel
2014-01-22 cad/salome-sierpinsky: depends on expired cad/salome-kernel
2014-01-22 cad/salome-geom: depends on expired cad/salome-kernel
2014-01-22 devel/combat: depends on expired devel/mico
2014-01-24 09:32:00 +00:00
Rene Ladan
1786643043 Remove expired port:
2014-01-15 emulators/seabios-devel: Outdated, no longer needed, broken on 10+
2014-01-19 22:46:01 +00:00
Raphael Kubo da Costa
bd11112d8a Remove textproc/redland-bindings-python.
This port was added at a time when people could not easily enable all the
bindings offered in textproc/redland-bindings using options, which has not
been the case for quite a while.

The same files installed by redland-bindings-python can also be installed
using redland-bindings with the PYTHON option on. In fact, ever since we
moved away from WITH_<LANG> redland-bindings-python has worked simply
because PYTHON is a default option in the master port.

PR:		ports/185215
Submitted by:	rakuco@
Approved by:	maintainer timeout (24 days)
2014-01-19 14:23:36 +00:00
Rene Ladan
ca14626cce Remove expied ports:
2013-12-17 www/suphp: Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html
2013-12-16 databases/postgis: EOLed upstream
2014-01-17 01:17:19 +00:00
Thomas Abthorpe
ac72c7fd88 - misc/sword17 is now misc/sword 2014-01-16 20:53:09 +00:00
Max Brazhnikov
6bab5063a5 - Follow upstream and rename games/deng to doomsday
- Update to 1.12.2 (upstream has switched from cmake to qmake)
- Add STAGEDIR support
- Python is required only for building
- Remove custom post-install
- Use options helpers

PR:		based on ports/185171
Submitted by:	Max Sterling <maxclsb at gmail.com>
2014-01-16 20:44:43 +00:00
Olli Hauer
bee4b23473 - move www/mod_authnz_external to www/mod_authnz_external22
to reflect the supported Apache version

- add enty to MOVED / UPDATING (+ white space cleanup)

with hat apahe@
2014-01-14 21:14:46 +00:00
Pietro Cerutti
0fd4200f56 - Remove sysutils/lavaps. It just doesn't work. 2014-01-14 08:42:11 +00:00
Rene Ladan
6b91ba7b05 Remove python26, it is expired and nothing depends on it anymore.
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:06:11 +00:00
Christian Weisgerber
be1d67f0ff Remove archivers/xz: included in base system on all supported releases
Approved by:	bapt
2014-01-12 20:41:27 +00:00
Baptiste Daroussin
af23e9592e Add a moved entry about lua-filename 2014-01-10 15:08:12 +00:00
Gabor Pali
fbafb287b5 - Remove some outdated Haskell ports
Obtained from:	FreeBSD Haskell
2014-01-09 21:45:15 +00:00
Rene Ladan
e145062a28 Remove expired port:
2013-11-04 devel/llvm: Migrate to devel/llvm32 or newer
2014-01-08 10:22:03 +00:00
Dmitry Marakasov
7eb0823481 - Remove graphics/wings-devel, use graphics/wings instead 2014-01-07 10:34:48 +00:00
Baptiste Daroussin
2c0fd510b7 Fix www/webkit-qt4 entry 2014-01-06 23:36:03 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Ruslan Makhmatkhanov
42117228e2 Remove net/erlyvideo because it was broken for some time now with recent erlang
versions. Also development of erlyvideo is abandoned upstream. Suggest users to
install flussonic instead (erlyvideo successor from the same developers).
2014-01-06 11:14:15 +00:00
Rene Ladan
f15d793010 Remove expired port:
2014-01-06 devel/py-gevent-zeromq: devel/py-pyzmq has gevent support built in
2014-01-06 10:44:27 +00:00
Rusmir Dusko
17cc40e1ba - Change Moved after readdition devel/pure-stldict r338705 2014-01-05 00:26:29 +00:00
Rene Ladan
ceef4a45c4 Remove expired ports:
2014-01-04 net-im/xfce4-messenger-plugin: Deprecated and no update for 7 years
2014-01-04 multimedia/xfce4-media: Upstream development dead, use multimedia/xfce4-parole instead
2014-01-04 11:53:30 +00:00
Mark Linimon
1753b81473 Remove two stale entries:
editors/textedit: renamed from textedit.app after initial textedit deleted
 cad/gtkwave: restored

Submitted by:	portsmon sanity-check
2014-01-04 06:19:50 +00:00
Baptiste Daroussin
3b86f426ea Removed old and unsupported upstream version of codeigniter17
This fixes package name conflicts with codeigniter
2014-01-04 00:50:03 +00:00
Mark Felder
4a4aa94705 - Move net-mgmt/unifi to net-mgmt/unifi3
- Update port to 3.1.9

Unifi 3.x is still considered "beta". There has been a request to see
Unifi 2.x in the ports tree. They will live as separate ports,
net-mgmt/unifi2 and net-mgmt/unifi3.

PR:		ports/185000
Approved by:	swills (mentor)
2014-01-03 03:56:05 +00:00
Rene Ladan
40cadb6b26 Remove expired port:
2014-01-02 irc/xchat-gnome: broken and no release since 2009
2014-01-02 12:50:26 +00:00
Rene Ladan
c80e710e7e Redirect users of removed devel/p5-Dialog to devel/p5-UI-Dialog as per
deprecation text.

Requested by:	az
2014-01-01 13:00:11 +00:00
Rene Ladan
4119601730 Remove expired ports:
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
2014-01-01 12:22:41 +00:00
Rene Ladan
c7dbe51927 Remove multimedia/linux-ov511-kmod, it is broken and according to the SVN log
only for FreeBSD up to 7.X
2013-12-31 19:23:40 +00:00
Thomas Abthorpe
4d5505146e - Development version is now production, use misc/bibletime 2013-12-31 15:59:37 +00:00
Rene Ladan
0fd2d67e73 Revert previous removal, nemysis@ will take care of this port.
Requested by:	nemysis
2013-12-31 12:55:17 +00:00
Rene Ladan
513cdd0477 Remove deskutils/parcellite: Broken, consider using deskutils/clipit instead. 2013-12-31 11:52:41 +00:00
Rene Ladan
f8bf9bfdb2 Remove expired ports:
2013-12-30 security/dazuko: Currently, the project has not an active development and maintainer
2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead
2013-12-31 x11-fonts/etlfonts: master site gone
2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc
2013-12-31 10:07:43 +00:00
Rene Ladan
be02e97526 Remove expired port:
2013-11-01 databases/mird: No longer maintained upstream
2013-12-28 20:29:22 +00:00
Baptiste Daroussin
ba7e2f2fd6 Remove ncurses-devel, the ncurses port is more recent 2013-12-28 11:31:50 +00:00
William Grzybowski
8a6f66911f devel/py-pmock: does not work with python 2.6+ 2013-12-27 11:39:22 +00:00
Tijl Coosemans
e005d5e551 - Update math/freemat to version 4.2 and clean up the port.
- Support JIT compilation using Clang/LLVM 3.3.
- Add desktop entry.
- Remove math/freemat-mpi.  It has been marked IGNORE for almost 7 years
  since the removal of MPI support in FreeMat 3.0.
2013-12-24 10:37:31 +00:00
Rene Ladan
0cad9b1ff8 Remove expired port:
2013-11-04 lang/clang: Migrate to lang/clang32 or newer
2013-12-22 19:25:20 +00:00
Rene Ladan
f7aa7049ff Remove expired port:
2013-10-31 net-im/libmsn: Primary MSN Messenger service terminated 30 APR 2013
2013-12-22 18:48:20 +00:00
Rene Ladan
6af0992cc8 Remove expired ports:
2013-12-22 deskutils/libopensync-plugin-python-devel: Broken for more than 6 month
deskutils/libopensync-plugin-synce-devel: Unmaintained, depends on expired deskutils/libopensync-plugin-python-devel
2013-12-22 17:24:57 +00:00
Rene Ladan
8b5efc4a6d Remove expired ports:
graphics/yukon: depends on graphics/seom
2013-12-22 graphics/seom: Broken for more than 6 month
2013-12-22 16:51:40 +00:00
Rene Ladan
d8338d9bfa Remove expired ports:
2013-12-22 devel/ruby-cvs: Broken for more than 6 month
2013-12-22 devel/hs-reactive: Broken for more than 6 month
2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month
2013-12-22 graphics/xmagv: Broken for more than 6 month
2013-12-22 lang/slib-gauche: Broken for more than 6 month
2013-12-22 graphics/f-spot: Broken for more than 6 month
2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month
2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month
2013-12-22 ftp/gftp: Broken for more than 6 month
2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month
2013-12-22 converters/py-svglib: Broken for more than 6 month
2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month
2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month
2013-12-22 finance/quantlib: Broken for more than 6 month
2013-12-22 games/xkobo: Broken for more than 6 month
2013-12-22 games/quake3-rq3: Broken for more than 6 month
2013-12-22 math/fbm: No new release since 2004, new supported upstream
2013-12-22 11:48:43 +00:00
Rusmir Dusko
3222752390 - Change PORTNAME from blue to bluemoon
- Bump PORTREVISION
- Change license BSD to BSD4CLAUSE
- USES gmake instead of USE_GMAKE
- Change PLIST_FILES
- Add DOCS and Option
- Use supplied icon
- Support STAGEDIR
- Add files/bluemoon.desktop
- Add patch

Approved by:	pawel (mentor)
2013-12-21 15:31:11 +00:00
Rene Ladan
2d6594220d Remove expired port and fix INDEX:
2013-12-19 net/freeswitch: Depends on expired net/freeswitch-core
2013-12-20 20:19:09 +00:00
Rene Ladan
97f8402e5f Remove expired ports:
2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month
2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools
2013-11-18 devel/mono-tools: Broken for more than 6 month
2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron
2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month
2013-11-18 net/freeswitch-core: Broken for more than 6 month
2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core
2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core
2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
2013-12-20 19:02:51 +00:00
Rusmir Dusko
ec0051c414 Blob Wars : Metal Blob Solid is a platform game, not unlike those found on
the Amiga and SNES. The object of the game is to take on the role of
solider Blob, Bob, and play through the various levels and attempt to rescue as
many MIA (Missing In Action) Blobs as possible. This is not quite as straight
forward as it sounds, since the MIAs will often be not directly reachable and
will require some extra thought. Bob also has to contend with environmental
hazards, alien invaders and assimilated Blobs.

WWW: http://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html

Approved by:	pawel (mentor)
2013-12-17 13:42:42 +00:00
Rene Ladan
4323df1519 Remove expired port:
2013-12-13 net-p2p/libtorrent-rasterbar-15: Unusable, development ceased
2013-12-16 11:25:09 +00:00
Eitan Adler
ee8f1cea24 MOVED: remove misc/bibletime-devel as an entry
Remove the misc/bibletime-devel entry from which was missed in r336188
2013-12-16 04:24:13 +00:00
Rene Ladan
889cc3b544 Remove expired ports:
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-08 security/opieprint: No more active upstream
2013-12-08 security/bubblegum: No more active upstream
2013-12-08 security/snortsms: Not active since several years.
2013-12-08 sysutils/hammerhead: Development no more active
2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased
2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5
2013-12-15 14:32:28 +00:00
Eitan Adler
745524d2be MOVED: Fix a MOVEDLint warning
audio/mpc was renamed in r334933 on 2013-11-26
2013-12-10 01:19:30 +00:00
Dmitry Marakasov
13e736adc4 - Update flare to 0.19
- Split flare port to engine and game counterparts just as upstream did
- Add patch from upstream git to display useful message when enigne in ran without game specified
2013-12-09 23:48:14 +00:00
Olli Hauer
a5565174ae - move java/subversion-java to java/java-subversion so
PKGNAMESUFFIX can be used in the devel/subversion* ports

Approved by:	lev@ (implicit)
2013-12-08 20:19:30 +00:00
Philippe Audeoud
6e444a9cd1 2013-12-08 security/rarcrack: Not active since several years 2013-12-08 19:43:14 +00:00
Philippe Audeoud
8342c235ae 2013-12-08 security/pdfcrack: Not active since several years 2013-12-08 19:40:36 +00:00
Philippe Audeoud
dc001b75b2 2013-12-07 www/clickheat: No more activity since 2011 2013-12-07 09:01:00 +00:00
Kubilay Kocak
30d77e1231 MOVED: Correctly rename devel/zmq to net/libzmq2
Submitted by:	John Hein <jhein at symmetricom dot com>
2013-12-05 21:35:54 +00:00
Sunpoet Po-Chuan Hsieh
d493ee2018 - Move deskutils/taskjuggler to deskutils/rubygem-taskjuggler 2013-12-05 20:30:46 +00:00
Koop Mast
69fdd2465d Remove libxml, last release in 2002. And unsupport upstream. 2013-12-05 13:50:22 +00:00
Rene Ladan
e8a8b596c8 Remove expired ports:
2013-12-04 x11-themes/lila-xfwm4: Upstream development dead
2013-12-05 science/omnetpp: depends on expired textproc/libxml
2013-12-05 12:14:33 +00:00
Sunpoet Po-Chuan Hsieh
8d95b4a050 - Move devel/rubygem-ruby-statsd to devel/rubygem-statsd 2013-12-04 22:23:20 +00:00
Kubilay Kocak
c71b83c89e devel/zmq: Move to net/libzmq2 & update to align with other ZeroMQ ports
All other core ZeroMQ library ports have been moved to the net/ category
along with the czmq client library. This change completes the set,
enabling greater flexibility and choice for maintainers of ZeroMQ-based
software in the ports tree.

- Move devel/zmq to net/libzmq2
- Update devel/ and net/ category Makefiles
- Add MOVED entry
- Update LIB_DEPENDS in dependent ports

net/libzmq2:

- Switch primary category to net
- Enable STAGE support
- Add DEBUG option
- Update COMMENT to match libzmq[34]
- Update pkg-descr to match libzmq[34]
- Update CONFLICTS
- Add LICENSE
- Sort USE_* section
- Remove MAN macros and move entries to pkg-plist
- Add regression-test target for QA

Reviewed by:	makc
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer, via email)
2013-12-04 14:08:03 +00:00
Sunpoet Po-Chuan Hsieh
0c782e2a6f - Remove outdated devel/py-setuptools entry (2013-03-06)
PR:		ports/184412
Submitted by:	Larry Rosenman <ler@lerctr.org>
2013-12-01 18:18:38 +00:00
Rene Ladan
39edf56f09 Remove expired ports:
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything
2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4
2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated
2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1
2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11
2013-12-01 comms/uhso-kmod: included in base system on all supported releases
2013-12-01 deskutils/ecru: No longer maintained upstream
2013-12-01 editors/gphpedit: No longer maintaned upstream
2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd
2013-12-01 graphics/py-clutter: Broken for more than 6 month
2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
2013-12-01 00:37:20 +00:00
Sunpoet Po-Chuan Hsieh
395471325b - Move audio/rubygem-ogginfo to audio/rubygem-ruby-ogginfo 2013-11-30 15:45:28 +00:00
Rene Ladan
058cc9e721 Remove expired port:
2013-11-30 audio/gnump3d: Development has been abandoned upstream
2013-11-30 11:02:18 +00:00
Sunpoet Po-Chuan Hsieh
18553617d0 - Document the removal of lang/ruby-reference 2013-11-29 22:03:07 +00:00
Kubilay Kocak
e2b70a7be6 devel/czmq: Move to net/czmq, Update to 2.0.3
- Update to 2.0.3
- Update pkg-plist
- Switch primary category to net/
- Update COMMENT to match other ZeroMQ ports and Google Juice
- Point LIB_DEPENDS to the latest libzmq4 port
- Remove gmake from USES (make works fine)
- Group USE/USES entries together and sort
- Add regression-test target
- pkg-descr: Tab->space in WWW:
- Whitespace alignment

- Move devel/czmq to net/czmq
- Update Makefile entries in devel/ and net/
- Add a MOVED entry
2013-11-29 13:48:04 +00:00
Kubilay Kocak
d63f864482 devel/zmq-devel: Move to net/libzmq3, add DEBUG and PGM options
- Copy devel/zmq-devel to net/libzmq3
- Delete devel/zmq-devel
- Remove from devel/Makefile
- Add a MOVED entry for zmq-devel
- Add libzmq3 to net/Makefile
- Switch primary category

- Add DEBUG and PGM (Multicast) options
- Remove PKGNAMESUFFIX
- Update COMMENT to align with libzqm4
- Update pkg-descr to align with libzmq4
- Add LICENSE
- Update CONFLICTS
- Tweak the regression-test target to build before running

Reviewed by:	kwm, wg
2013-11-28 11:57:02 +00:00
William Grzybowski
99c5ad4239 devel/py-setuptools: Python packages installer
The fork Distribute was merged back into setuptools.
http://pythonhosted.org/setuptools/merge.html

PR:		ports/183726
Exp-run by:	bdrewery
2013-11-27 18:48:48 +00:00
Rene Ladan
b56a1ac1e0 Remove expired port:
2013-11-27 devel/p5-MooseX-ChainedAccessors: Marked as depreciated upstream
2013-11-27 11:56:53 +00:00
Rusmir Dusko
d959829a25 - Update to 1.1
- Change CATEGORIES deskutils to emulators
- Adjust patches
- Change pkg-message

Approved by:	pawel (mentor)
2013-11-26 22:32:54 +00:00
Gerald Pfeifer
b4dbc62588 Rename audio/mpc to audio/musicpc to avoid a package name conflict
with math/mpc. [1]

Adjust to new LIB_DEPENDS standard.

Broker a maintainer handover. [2]

Approved by:	portmgr (bapt) [1]
		Mark Reidel <ports@mark.reidel.info> (old maintainer) [2]
		gblach (new maintainer) [2]
2013-11-26 14:02:43 +00:00
Sunpoet Po-Chuan Hsieh
b574d8f3bf - Document the removal of www/trac-gitplugin 2013-11-25 19:15:11 +00:00
Rene Ladan
af0ce9a069 Remove expired ports:
2013-11-24 net/ftelnetd: "Unfetchable due to parked MASTER_SITES"
2013-11-24 games/BillardGL: Unplayable, development ceased
2013-11-25 sysutils/rsyslog6-pgsql: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-relp: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-gnutls: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-rfc3195: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-gssapi: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-snmp: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-mysql: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-dbi: Use sysutils/rsyslog7
2013-11-25 12:02:45 +00:00
Gerald Pfeifer
7011c5730a BRoken -> Broken 2013-11-25 01:11:18 +00:00
Olli Hauer
5c781a69e1 - svn mv www/mod_wsgi www/mod_wsgi2 [1]
- update ports to reflect new location
- fix mod_wsgi3 build with python3

PR:		184065 [1]
PR		183353 [2]
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-11-24 23:33:15 +00:00
Sunpoet Po-Chuan Hsieh
7f0b9d29a5 - Document the removal of devel/p5-IO 2013-11-23 15:52:43 +00:00
Gerald Pfeifer
19fa1f1526 Bye, bye lang/gcc42 aka GCC 4.2. As a port you have served us well,
but six-and-a-half years after the upstream release of GCC 4.2.0 and
exactly two years after the removal of lang/gcc45 the time has come.

This reduces package name collisions around GCC related ports by 12.5%. [1]

Reported by:	bapt [1]
2013-11-23 01:21:00 +00:00
Sunpoet Po-Chuan Hsieh
56ddd5ce08 - Move math/p5-MatrixReal to math/p5-Math-MatrixReal 2013-11-22 19:46:39 +00:00
Eitan Adler
353f7fec84 Drop trailing '.' from MOVED reason; this makes MOVEDlint happy. 2013-11-21 20:20:52 +00:00
Koop Mast
6fd348728d Update to 1.2.1.
Retire celt plugin, it was removed in flavor for the opus plugin.
Add new webp, kate and openjpeg plugin.
2013-11-21 19:06:50 +00:00
George V. Neville-Neil
6302331efd Remove the ptpd port as the protocol and software are no longer supported.
In a 6 months the ptpd2 ports will be renamed.

MFC after:	6 months
2013-11-20 13:51:49 +00:00
Rene Ladan
ae29764bc9 Remove expired ports:
2013-11-20 editors/mode-info: Misbuilding since 2004, not maintained since 2008
2013-11-20 devel/netbsd-pkgsrc-mk-files: Imported for devel/mk-configure but no longer required
2013-11-20 08:01:58 +00:00
Sunpoet Po-Chuan Hsieh
0d12104a57 - Remove devel/rubygem-ripper: it is only for Ruby 1.8 which is removed already
PR:		ports/183851
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-11-19 22:16:17 +00:00
Rene Ladan
9778efcf70 Remove expired port:
2013-11-19 multimedia/tovid: No more public distfiles
2013-11-19 09:55:41 +00:00
Antoine Brodin
054573ff69 2013-11-18 security/squidclamav: Obsolete and broken with clang, use www/squidclamav instead 2013-11-18 18:55:25 +00:00
Baptiste Daroussin
dd5d0e25e6 Fix MOVED entries for lua50 deprecation 2013-11-18 16:14:22 +00:00
Baptiste Daroussin
3d7104896a Third pass at removing EOLed lua50
devel/lua50-compat51
lang/lua50
2013-11-18 16:12:45 +00:00
Baptiste Daroussin
c9d1e3963c Second run a removing EOLed lua 5.0
devel/lua50-filename
devel/lua50-gettext
devel/lua50-posix
devel/lua50-pty
lang/tolua++50
lang/tolua50
net/lua50-luasocket

Approved by:	apache (ohauer) and amdmi3
2013-11-18 15:53:43 +00:00
Baptiste Daroussin
e82f7cc8f7 devel/lua50-app
devel/lua50-dfui

First step at removing the EOLed lua50
2013-11-18 15:13:06 +00:00
Rene Ladan
dc20ad9d05 Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month
2013-11-18 deskutils/google-gadgets: Broken for more than 6 month
2013-11-18 palm/synce-trayicon: Broken for more than 6 month
2013-11-18 security/linux-pam-docs: Broken for more than 6 month
2013-11-18 net-p2p/mooseekd: Broken for more than 6 month
2013-11-18 textproc/p5-Lucene: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month
2013-11-18 x11-wm/fbpager: BRoken for more than 6 month
2013-11-18 net/hf6to4: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month
2013-11-18 security/dissembler: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month
2013-11-18 textproc/rst.el: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month
2013-11-18 databases/drizzle: Broken for more than 6 month
2013-11-18 devel/p5-File-Lock: Broken for more than 6 month
2013-11-18 devel/valide: Broken for more than 6 month
2013-11-18 databases/gomysql: Broken for more than 6 month
2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month
2013-11-18 devel/monodevelop-vala: Broken for more than 6 month
2013-11-18 devel/gonzui: Broken for more than 6 month
2013-11-18 devel/monodevelop-java: Broken for more than 6 month
2013-11-18 lang/objc: Broken for more than 6 month
2013-11-18 devel/klee: Broken for more than 6 month
2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month
2013-11-18 devel/simulavr: Broken for more than 6 month
2013-11-18 japanese/mobileimap: Broken for more than 6 month
2013-11-18 devel/libYGP: Broken for more than 6 month
2013-11-18 devel/monodevelop-python: Broken for more than 6 month
2013-11-18 13:54:17 +00:00
Rene Ladan
fcbc3463cb Remove sysutils/iextract, it is unmaintained and depends on devel/libYGP
which is expired.
2013-11-18 13:44:22 +00:00
Rene Ladan
15257dc013 Remove sysutils/dircomp, it is unmaintained and depends on devel/libXGP
which is expired.
2013-11-18 13:08:01 +00:00
Baptiste Daroussin
a949ab583f Revert removal of libgdamm it is still in used by databases/glom
Rename the package -legacy to fix collision with libgdamm5
2013-11-18 11:05:32 +00:00
Baptiste Daroussin
ed2705a564 Fix MOVED entry for libglademm
Reported by:	rene
2013-11-18 10:06:13 +00:00
Baptiste Daroussin
ebe8180e3a Finish removing the *mm port with package name collitions and not used in the ports tree
With hat:	portmgr
Approved by:	maintainer timeout
2013-11-18 09:47:40 +00:00
Baptiste Daroussin
ecc25565b3 I forgot libgnomemm in last run
With hat:	portmgr
Approved by:	maintainer timeout
2013-11-18 08:32:18 +00:00
Baptiste Daroussin
559da58a98 Remove old *gnome*mm libraries not in used in the ports tree.
They are EOLed upstream and their package name is in collision is more recent versions

With hat:	portmgr
Approved by:	maintainer timeout
2013-11-18 08:18:04 +00:00
Max Brazhnikov
2508ad10f1 - Rename ports
- Fix fetch
- Simplify Makefile, bring stage support
- Take maintainership

PR:		ports/183812
Approved by:	timur (former maintainer)
2013-11-17 16:45:44 +00:00
Oliver Lehmann
57936e49a2 remove graphics/gqview-devel - no active development since 8 years
remove audio/gqmpeg-devel - no active development since 8 years
2013-11-17 14:38:11 +00:00
Rene Ladan
c5f8d83c17 Remove expired ports:
2013-11-17 net-im/decibel: Deprecated and unsupported upstream for many years, not used by anything
2013-11-17 databases/postgresql-libpq++: Not maintained upstreams for 10+ years.
2013-11-17 13:02:38 +00:00