Commit graph

8752 commits

Author SHA1 Message Date
Marc Fonvieille
8dd43b8ba8 Update to r45038 of the FreeBSD docset.
Approved by:	doceng (implicit)
2014-06-15 12:32:26 +00:00
John Marino
dadb814d14 misc/cpuid: Add support for RDRAND/F16C and newer intel features
There is no maintainer for this port, so submitted patches are just
assumed to be correct.

PR:		179065
Submitted by:	Arthurmech (gmail.com)
Adds:		RDRAND/F16 support

PR:		185277
Submitted by:	netch (netch.kiev.ua)
Adds:		Additional intel features
2014-06-15 12:17:46 +00:00
Jason E. Hale
b21d503d6a - Update to 19.2
Changes:
- Adds automatic portion control for iron, potassium, and zinc
- Note: the abbreviation for calcium (formerly 'z') is now 'l'
  (the letter ell) and the abbreviation for zinc is 'z'.  See nut(1).
2014-06-14 13:40:09 +00:00
Jun Kuriyama
10ff1c87b7 - Stagify. 2014-06-14 08:38:25 +00:00
Edwin Groothuis
f6e8b3f44c Update to tzdata2014e:
Fix historical data for Egypt.
Better prediction for future Egypt / Morocco changes.
Update to Cocos / Cook islands.
Fix historical data for Russia.
2014-06-13 22:39:08 +00:00
Antoine Brodin
c2989cc152 Fix runtime 2014-06-13 18:00:34 +00:00
Pawel Pekala
92f7d021e2 Add staging support 2014-06-13 13:15:03 +00:00
Pawel Pekala
b8b6e6fc63 - Add staging support
- Switch to PLIST_FILES
- Rename patches to canonical names
2014-06-13 13:06:57 +00:00
Pawel Pekala
f22accebbd - Add staging support
- Convert trivial patch to REINPLACE_CMD
- Remove Author tag, fix WWW line in pkg-descr
2014-06-13 12:36:27 +00:00
Pawel Pekala
cfa014c988 - Add staging support
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Fix shebangs, bump PORTREVISION
- Remove former maintainer info from pkg-descr
2014-06-13 11:22:05 +00:00
Pawel Pekala
7812fcd7e0 Add staging support 2014-06-13 11:00:39 +00:00
Pawel Pekala
2d515b2848 - Add staging support
- Use PYGAME macro
- Port is DATADIR, DOCSDIR safe - reflect this in pkg-plist
2014-06-13 10:27:53 +00:00
Pawel Pekala
e7a3a67944 - Add staging support
- Convert to new LIB_DEPENDS format, options framework
2014-06-13 09:18:53 +00:00
Pawel Pekala
c91752f4ee - Add staging support
- Use options subs, helpers
2014-06-13 09:12:16 +00:00
Pawel Pekala
9ceedac96b Add staging support 2014-06-13 08:59:03 +00:00
Pawel Pekala
b185b04cc8 - Port is stage safe
- Convert to new LIB_DEPENDS format
2014-06-12 22:48:32 +00:00
Pawel Pekala
046440eb83 Add staging support 2014-06-12 22:46:37 +00:00
Pawel Pekala
377e81b103 Add staging support 2014-06-12 22:44:25 +00:00
Pawel Pekala
49bc989c46 - Add staging support
- Respect CFLAGS
2014-06-12 22:42:39 +00:00
Pawel Pekala
c6d94b06c8 - Add staging support
- Use gmake as build dependency to eliminate do-build target
2014-06-12 16:35:07 +00:00
Oliver Lehmann
8a930ed53c update to 3.56
shebangfix [1]

PR:		189868 [1]
Submitted by:	paul@inetstat.net [1]
2014-06-12 16:03:01 +00:00
Pawel Pekala
4e8f8dbb39 - Add staging support
- Respect CFLAGS
2014-06-12 15:57:11 +00:00
Pawel Pekala
476ec7c0d7 Add staging support 2014-06-12 12:58:05 +00:00
Pawel Pekala
5e70a882ed Add staging support 2014-06-12 12:56:59 +00:00
Pawel Pekala
bdc4f6e9a7 - Add staging support, allow it as normal user
- Add run dependency on perl, scripts are written in it,
  bump PORTREVISION for dependency change
- Remove patch that hardcoded shebang to /usr/bin/perl,
  use CONFIGURE_ENV to set correct shebang for all scripts
- Don't create/remove links in pkg-plist - this is done
  during packaging just fine
2014-06-12 11:23:23 +00:00
Nicola Vitale
1e3056c9f6 - Fix LICENSE type
- Remove MANPAGES option
- Use auto plist for Python files
- Don't build/install Python files as egg
- Add support for stage dir
2014-06-12 04:52:30 +00:00
Dmitry Marakasov
8c2aba0cfd - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-11 20:39:56 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Sunpoet Po-Chuan Hsieh
ea2ac6eeb3 - Update to 0.04
Changes:	http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes
2014-06-11 11:16:57 +00:00
Pawel Pekala
79d923ffeb - Add staging support
- Use new LIB_DEPENDS format
2014-06-11 11:03:24 +00:00
Dmitry Marakasov
b6d9d8471c - Fix installation by adding forgotten patch 2014-06-11 00:03:54 +00:00
Dmitry Marakasov
bf1f0515b9 - Stagify
- Add missing USES=libtool
- Properly optionize
- Fix build
- Use new LIB_DEPENDS syntax
2014-06-10 23:19:36 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jason E. Hale
38c9b513ef - Update to 19.1
- Support staging
- Use options helpers where possible
- Install icon for FLTK option
- Use newer LIB_DEPENDS syntax
- Convert PLIST_FILES to pkg-plist
- Take maintainership
2014-06-09 14:47:10 +00:00
Baptiste Daroussin
ca7a14a38c Stagify
Mark package as jobs unsafe
Convert to USES=mono
Fix plist
2014-06-09 10:32:43 +00:00
Nicola Vitale
751a29a690 - Add CONFLICTS_INSTALL with textproc/google-translate-cli.
Both ports install the same binary file: bin/translate.
2014-06-09 03:50:42 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Vanilla I. Shu
a838244fba Stagify. 2014-06-08 16:21:10 +00:00
Vanilla I. Shu
056f7c6822 Stagify. 2014-06-08 16:16:36 +00:00
Vanilla I. Shu
2274a52173 Stagify. 2014-06-08 16:13:11 +00:00
Vanilla I. Shu
33a8b40855 Stagify. 2014-06-08 16:04:21 +00:00
Vanilla I. Shu
7e8e4c8d0a Stagify. 2014-06-08 15:36:32 +00:00
Vanilla I. Shu
cbc9bcb81b Stagify. 2014-06-08 15:23:03 +00:00
Sunpoet Po-Chuan Hsieh
cd7945c661 - Update to 0.46-5
- Complete PLIST

Changes:	http://search.cpan.org/dist/Geo-Coder-Many/Changes
2014-06-08 13:24:52 +00:00
Sunpoet Po-Chuan Hsieh
c7662bf539 - Add p5-Geo-Coder-OpenCage 0.02
Geo::Coder::OpenCage provides an interface to the OpenCage geocoding service.

WWW: http://search.cpan.org/dist/Geo-Coder-OpenCage/
2014-06-08 13:24:42 +00:00
Baptiste Daroussin
a0cf0ff71b Remove useless pre.mk/post.mk dance 2014-06-08 00:37:38 +00:00
Joe Marcus Clarke
97e783db05 Convert to STAGE. 2014-06-07 23:55:00 +00:00
Emanuel Haupt
8266578f94 Support staging 2014-06-07 18:52:53 +00:00
Jimmy Olgeni
6a56bcc4b8 Upgrade to version 3.1.1. 2014-06-05 20:54:57 +00:00
Martin Wilke
f6d7fd99c4 - Stage support
PR:		190533
Submitted by:	maintaine
2014-06-05 01:42:05 +00:00
Mark Felder
167e2206fd Support Stage
PR:		190458
Submitted by:	mstowe@chicago.us.mensa.org
2014-06-04 17:16:37 +00:00
Martin Wilke
cae76c52ea - Update to 0.7.7
PR:		189972
Approved by:	maintainer timeout
2014-06-04 11:06:25 +00:00
Martin Wilke
24fec26278 - Update to 2.5.6
PR:		190256
Submitted by:	maintainer
2014-06-04 11:04:29 +00:00
Dmitry Sivachenko
61eb6dbc78 Update to version 3.31. 2014-06-03 10:09:06 +00:00
Rusmir Dusko
bec644de66 - Update to 0.2.37, Announce message:
Add twip unit to length category
 modifed appdata location to help with making RPM
2014-06-02 06:41:28 +00:00
Marcus von Appen
74c65ae602 - Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
2014-06-01 08:11:34 +00:00
Ruslan Makhmatkhanov
e03d4b913d misc/typetrainer: support stage
- do not use easy_install
- support stage
- bump PORTREVISION
2014-06-01 05:46:57 +00:00
Hajimu UMEMOTO
73fd294da9 Mark GKrellM 1.X as DEPRECATED.
Approved by:	portmgr (implicit)
2014-05-31 19:12:43 +00:00
Koop Mast
6014516d2c Stagify, switch gnomehack -> pathfix. 2014-05-30 16:37:57 +00:00
Koop Mast
f6f2fd7ad4 Stagify.
Misc Makefile updates

Obtained from:	gnome dev repo
2014-05-30 16:01:34 +00:00
Cy Schubert
7ea116081b Stagify. 2014-05-30 05:56:15 +00:00
Antoine Brodin
4e122f03e1 Reset maintainer, maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-29 23:18:42 +00:00
Rusmir Dusko
66cf122f40 - Update to 0.2.35, Announce message:
added /usr/share/appdata to showcase in the GNOME and KDE Software Centers.

- Remove TODO from DOCS
2014-05-29 19:03:16 +00:00
Edwin Groothuis
b5289d218d Dummy commit. No changes in tzdata, only in tzcode. 2014-05-28 21:11:00 +00:00
Dmitry Marakasov
4ed5d621eb - Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-27 11:17:41 +00:00
Dmitry Marakasov
b70db56b07 - Add LICENSE_FILE
- Convert to USES=tar
2014-05-26 19:45:04 +00:00
Dmitry Marakasov
5253496871 - Add LICENSE_FILE
- Convert to USES=libtool
- Strip binaries
- Use new LIB_DEPENDS syntax
2014-05-26 19:38:50 +00:00
Sunpoet Po-Chuan Hsieh
cf4ede390a - Update to 20140526
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140526.diff
2014-05-26 15:31:16 +00:00
Martin Wilke
05e980f565 - Unbreak index 2014-05-26 12:48:29 +00:00
Martin Wilke
0a47453c43 - Convert gmake, bzip2 to USES
Approved by:	portmgr
2014-05-26 12:16:06 +00:00
Baptiste Daroussin
1e279835ef Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 08:44:34 +00:00
Frederic Culot
d906c95331 - Update to 2-30-0
PR:		ports/190212
Submitted by: 	Armin Gruner <ag-freebsd@muc.de> (maintainer)
2014-05-26 07:54:32 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Martin Wilke
af8ce93ba2 - Update to 2.5.5
- Stage support

PR:		190189
Submitted by:	maintainer
2014-05-25 09:52:35 +00:00
Martin Wilke
c410d7752f flag
Produces a cute little ansi colour 'flag' based off a hash of the machine's
hostname (or settable via ~/.flag or /etc/flag) which can uniquely visually
identify a machine, at a glance. Useful for placing into /etc/issue or your
bash prompt, so that you don't send stupid commands to the wrong machine.

WWW: http://git.cyberleo.net/CDN/flag.git

PR:		ports/183117
Submitted by:	cyberleo@cyberleo.net
2014-05-25 07:34:26 +00:00
Koop Mast
6de9270814 Stagify.
Fix check-plist [1]

Reported by:	miwi [1]
2014-05-24 17:54:54 +00:00
William Grzybowski
dca8d40633 misc/py-pexpect: update to 3.2
PR:		ports/189708
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-05-24 12:47:05 +00:00
Sunpoet Po-Chuan Hsieh
be762d30a0 - Update to 20140522
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140522.diff
2014-05-24 06:23:47 +00:00
Matthias Andree
335b944e8c Fix check-plist complaint by creating blank directory in post-intall.
Submitted by:	bdrewery@
2014-05-23 06:23:54 +00:00
Matthias Andree
91d099f3c6 Fix location of .pc files for pkg-config [1].
Fix issue with parallel build, pre-build prof_err.h.

Reported by: ak@, mat@ [1]
2014-05-22 21:56:52 +00:00
Matthias Andree
b9cc2af6c6 Fix pkg-plist. 2014-05-22 04:48:59 +00:00
Philippe Audeoud
0f409b3883 - Update to 2.6 2014-05-21 08:01:00 +00:00
Vanilla I. Shu
97d8d6e3d2 Support staging.
Approved by:	portmgr@
2014-05-20 06:54:20 +00:00
Alex Kozlov
5d6a8e4ab8 - Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
2014-05-20 06:06:35 +00:00
Marc Fonvieille
3d3236b5e7 Update to r44807 of the FreeBSD docset.
Approved by:	doceng (implicit)
2014-05-19 16:43:45 +00:00
Rui Paulo
c03a5d5678 Add rubygem-kensa v2.0.2.
This brings the following additional ports
* devel/rubygem-launch22
* misc/rubygem-mime-types117
* textproc/rubygem-nokogiri14
* www/rubygem-heroku-nav
* www/rubygem-mechanize26
* www/rubygem-net-http-digest_auth11
* www/rubygem-net-http-persistent25

With the exception of heroku-nav, all the other ports are just older versions
of already existing ports.

Reviewed by:	swills
2014-05-19 04:17:52 +00:00
Rui Paulo
e66932b254 Update rubygem-dotenv to 0.10.0.
Reviewed by:	swills
2014-05-19 04:11:03 +00:00
Carlo Strub
f3beb0e0e2 - Update to 1.8
- Support staging

PR:		ports/189790
Submitted by:	Alex Stangl <alex@stangl.us> (maintainer)
2014-05-16 21:05:58 +00:00
Sunpoet Po-Chuan Hsieh
9bd5402017 - Update to 2014.3
Changes:	http://pecl.php.net/package-changelog.php?package=timezonedb
PR:		ports/189810
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-05-15 17:35:10 +00:00
Edwin Groothuis
54c0e53208 Update to tzdata2014c
- Egypt starts with DST on 15 May 2014.
2014-05-13 21:19:21 +00:00
Edwin Groothuis
b9aa80a122 Fix stagify. 2014-05-13 21:18:38 +00:00
Baptiste Daroussin
932d9c5ac3 Update to 20140505 2014-05-12 16:39:18 +00:00
Antoine Brodin
636287c888 Maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-10 22:06:22 +00:00
Andrey A. Chernov
e3e15344fa Convert to stage 2014-05-10 21:26:57 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Antoine Brodin
439d18c040 Reset more maintainers:
<yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1
    <yar@FreeBSD.org>: Recipient address rejected: User unknown in local

<rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said:
    550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO

<stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said:
    550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable

<ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1
    <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in

<toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1
    <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command)

<nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550
    cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO

<ports@emorific.com>: Host or domain name not found. Name service error for
    name=emorific.com type=AAAA: Host not found

<ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550
    Sorry, no mailbox here by that name (in reply to RCPT TO command)

<ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a]
    said: 550-5.1.1 The email account that you tried to reach does not exist.

With hat:	portmgr
2014-05-10 18:28:13 +00:00
Antoine Brodin
2abc8d688e Reset a few maintainers
<adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72]
    said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected:
    User unknown in local recipient table (in reply to RCPT TO command)

<dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said:
    550-5.1.1 The email account that you tried to reach does not exist. Please

<kawahara@nlp.kuee.kyoto-u.ac.jp>:
Sorry, no mailbox here by that name. (#5.1.1)

<hnsmaster@h14m.org>: Host or domain name not found. Name service error for
    name=h14m.org type=AAAA: Host found but no data record of requested type

    <jre@vineyard.net>: Recipient address rejected: User unknown in virtual
    mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command)

<gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550
    Recipient verify failed (in reply to RCPT TO command)

<mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1
    <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox

<gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1
    <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command)

<mickey@enforcer.cc>: Host or domain name not found. Name service error for
    name=keep.yourmail.yuk type=AAAA: Host not found

<lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a]
    said: 550-5.1.1 The email account that you tried to reach does not exist.

<luke@novum.am.lublin.pl>: Host or domain name not found. Name service error
    for name=novum.am.lublin.pl type=AAAA: Host not found

<aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550
    unknown user (in reply to RCPT TO command)

With hat:	portmgr
2014-05-10 17:48:13 +00:00
Max Khon
f280b7c404 - Unbreak on FreeBSD 11.
- Switch to a newer snapshot that already contains port patches.
2014-05-10 09:08:43 +00:00
Tim Bishop
ad705e956c - Stage support
- Use http download site in preference to ftp
- Add amd64 to supported architectures
- Remove support for old unsupported FreeBSD versions
- Use @sample plist keyword
2014-05-09 22:08:26 +00:00
Tim Bishop
e461570df1 - Stage support
- Remove support for FreeBSD < 8
- Use @sample plist keyword
- Use USERS and GROUPS to create login
2014-05-09 22:05:47 +00:00
Dmitry Marakasov
ab6b9234a4 - Convert USE_BZIP2 to USES
- Support staging
- Don't remove mtree directory
2014-05-09 18:52:49 +00:00
Koop Mast
fe9c26e134 Update to 1.2.
Drop .la file.
2014-05-09 13:29:06 +00:00
Sunpoet Po-Chuan Hsieh
4238a415dd - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189283
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:41:20 +00:00
Sunpoet Po-Chuan Hsieh
dd73c8fd89 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189282
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:41:16 +00:00
Sunpoet Po-Chuan Hsieh
d6d3781046 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189281
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:41:12 +00:00
Sunpoet Po-Chuan Hsieh
9cf974e836 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189280
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:41:08 +00:00
Sunpoet Po-Chuan Hsieh
3c68849343 - Add LICENSE
- Pass maintainership to submitter
- While I'm here, silence post-patch:

PR:		ports/189279
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:41:03 +00:00
Sunpoet Po-Chuan Hsieh
3c2932f239 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189278
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:40:59 +00:00
Sunpoet Po-Chuan Hsieh
cfe52d7c04 - Add LICENSE
- Use CPAN as WWW
- Pass maintainership to submitter

PR:		ports/189277
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:40:55 +00:00
Sunpoet Po-Chuan Hsieh
d5af797f5d - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189276
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:40:50 +00:00
Alex Kozlov
ce53703470 - Update to 0.7.6
PR:	ports/188129
Submitted by:	Mikhail <mp39590@gmail.com>
Approved by:	maintainer timeout (>1 month)
2014-05-07 20:48:40 +00:00
Dmitry Marakasov
dd660ea58d - Convert USE_BZIP2 to USES 2014-05-07 18:21:33 +00:00
Raphael Kubo da Costa
5b979ce1a8 The KDE on FreeBSD team presents Qt 4.8.6.
This is a minor bugfix release that fortunately contains quite a few patches
that we have upstreamed in the past months.

See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a
summary of changes, and
http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6
for a detailed list of changes.

This patch contains commits by me, makc@ and Schaich Alonso.

PR:		ports/189213
2014-05-05 20:47:22 +00:00
Baptiste Daroussin
b67bcd423b Catch a couple of missing convertsion to :tu/:tl
Submitted by:	ak
With hat:	portmgr
2014-05-05 11:15:53 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Sunpoet Po-Chuan Hsieh
d75a700209 - Update to 20140502
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140502.diff
2014-05-04 12:52:08 +00:00
Tijl Coosemans
dd6f9aecd2 Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts.  This makes the build use
the correct version information and causes a library version bump.  Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed.  Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.

games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.

games/oolite:
- Staging.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
  LOCALBASE rather than PREFIX.

games/openssn:
- Remove USES=desktop-file-utils.  No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.

games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
2014-05-02 14:16:49 +00:00
Sunpoet Po-Chuan Hsieh
9d6422572b - Update to 20140430
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140430.diff
2014-05-02 09:40:58 +00:00
Rusmir Dusko
e32eeb8bc9 These ports are no longer used or cared for.
comms/spandsp-devel

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo

deskutils/kupfer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes

deskutils/rubrica

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Strip libraries
- Change REINPLACE and install, cosmetical changes

graphics/Hermes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Don't silence warnings
- Remove TODO and TODO.conversion from DOCS
- Strip library

graphics/aoi

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/autoq3d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/box

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/boxer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/cbrpager

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbview

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbviewer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/eos-movrec

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change pkg-plist, remove mtree

graphics/evolvotron

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

graphics/fracplanet

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
- Change Desktop entry file
- Break lines around 80 characters

graphics/gnofract4d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/icon-slicer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
- Remove TODO from DOCS

graphics/lcdtest

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Simplify dependency for x11-fonts/liberation-fonts-ttf

graphics/multican

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/photopc

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/pngcheck

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pngwriter

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pstoedit

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip libraries

graphics/skencil

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Strip libraries

misc/boxes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Mute RM and MKDIR

misc/explosions

- Bump PORTREVISION for MAINTAINER change
- Remove FTP master site
- Reset maintainer to ports@

misc/wmweather+

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS

multimedia/dvdauthor

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

multimedia/dvdid

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library

multimedia/freetuxtv

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

multimedia/gtk-youtube-viewer

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

net/wlan2eth

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
2014-04-28 21:31:31 +00:00
Alexey Dokuchaev
4ef7984bb0 List items should normally start with capital letter. 2014-04-25 07:42:39 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Alexey Dokuchaev
b0e2f54481 Add a port of pfm (Personal File Manager) for Unix-like operating systems.
It is terminal (curses)-based, written in Perl, and resembles the original
PFM.COM for MS-DOS.

WWW: http://p-f-m.sourceforge.net/
2014-04-24 10:29:42 +00:00
Frederic Culot
0f18a5abda - Update to 1.05
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership

Changes:	http://search.cpan.org/dist/Chatbot-Eliza/Changes
2014-04-24 08:05:19 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Baptiste Daroussin
12f20ebe33 Support stage 2014-04-22 15:43:05 +00:00
Rusmir Dusko
69553e4f7c These ports are no longer used or cared for.
Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports
with my help.

misc/lxde-common

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

misc/xdg-menu

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Add DOCS Option
- Break lines around 80 characters
- Change pkg-plist, remove mtree

sysutils/lxinput

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

sysutils/lxtask

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Remove TODO from DOCS

sysutils/lxterminal

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing

x11/florence

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils
- Remove not needed MAN1 from Makefile

x11/libfm

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree

x11/lxde-meta

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

x11/lxmenu-data

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, remove mtree

x11/lxpanel

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Strip libraries
- Change pkg-plist, add missing

x11/menu-cache

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- USES pathfix instead of USE_GNOME gnomehack
- Strip library

x11-fm/pcmanfm

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree, add missing

x11-themes/lxde-icon-theme

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change pkg-plist, remove mtree

x11-wm/lxmed

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

x11-wm/lxsession

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing

x11-wm/obapps

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Add DOCS Option
- Change Desktop entry file

x11-wm/obmenu

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Break lines around 80 characters
2014-04-21 20:27:38 +00:00
Baptiste Daroussin
9a9bf9631f Add usb ids database, which will be used to populate informations
in an upcoming device library
2014-04-18 12:55:41 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Steve Wills
9e87dcbe5f - Chase libmikmod upgrade
Approved by:	portmgr (bdrewery)
2014-04-17 15:07:21 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Rene Ladan
bac6e092c4 Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
2014-04-13 10:55:38 +00:00
John Marino
cac1c1bb51 misc/excel-writer: Update version 12 => 13
From recent http://planet.ada.cx feed: Excel Writer v.13

Some recently added features:
  * freeze panes
  * cell comments
  * vertical text alignment
  * text orientation
  * Ada.Calendar.Time Put/Write and date built-in formats
  * background colours
  * wrap_text format option
  * Next and Next_Row
  * Text_IO's New_Line(lines), Line, Col now available

Excel Writer (Excel_Out) is a free, standalone, portable, open source
package for producing Excel spreadsheets with basic formattings and
page layout. It can be used in an "Ada.Text_IO" fashion, with Put,
Put_Line and New_Line.
2014-04-13 09:51:20 +00:00
Frederic Culot
376929d346 - Update to 0.103010
Changes:	http://search.cpan.org/dist/Software-License/Changes
2014-04-12 07:52:30 +00:00
Frederic Culot
788458de6c - Update to 1.63
Changes:	http://search.cpan.org/dist/Locale-SubCountry/Changes
2014-04-12 07:48:58 +00:00
Baptiste Daroussin
f13d34a25e Support stage 2014-04-11 16:58:10 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
2014-04-11 13:20:44 +00:00
Baptiste Daroussin
2c8c6c8970 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-11 12:42:45 +00:00
Baptiste Daroussin
48450719fb Finish removeing old gnome library databases reference ports as deps 2014-04-11 12:37:51 +00:00
Baptiste Daroussin
9139404a77 Remove gda2, gda3 and gnomedb references from gnome2-references 2014-04-11 11:26:57 +00:00
Bryan Drewery
7e70c98496 - Silence duplicate mkdir(1) warnings.
This whole script can come out once pkg_install is EOL.
2014-04-11 04:23:53 +00:00
Bryan Drewery
c75458309d Convert to USES=tar 2014-04-11 04:19:03 +00:00
Bryan Drewery
8a049d1f3f - Fix packaging on i386
Reported by:	pkg-fallout
2014-04-11 04:14:18 +00:00
Bryan Drewery
6f5a8a9d43 No need for cat PKGMESSAGE in staged port 2014-04-11 04:08:42 +00:00
Lars Engels
9f7a19ed99 - Update to 3.3.3
- Add LICENSE
- Adjust memory settings in tvbrowser.in
2014-04-05 18:14:16 +00:00
Sunpoet Po-Chuan Hsieh
f8d29aefdb - Space/Tab twiddle 2014-04-05 16:06:05 +00:00
Rusmir Dusko
a39ff09517 - Reset maintainer to ports@ 2014-04-05 14:37:44 +00:00
Frederic Culot
b2161bcd02 - Update to 2-29-0 [1]
- Support staging
- Add LICENSE (BSD 2-clause)

PR:		ports/188234 [1]
Submitted by: 	Armin Gruner <ag-freebsd@muc.de> (maintainer)
2014-04-05 06:27:39 +00:00
Baptiste Daroussin
16a3cc8c54 Simplify
Support stage
Support packaging as a user
2014-04-04 14:40:03 +00:00
Sunpoet Po-Chuan Hsieh
deadd2ec40 - Use MAKE_CMD 2014-04-04 09:50:27 +00:00
Emanuel Haupt
3c727201a4 Support staging 2014-04-04 09:21:52 +00:00
Emanuel Haupt
25365bd418 - Support staging
- Use shebangfix
2014-04-04 08:11:32 +00:00
Rusmir Dusko
b7bc5996be - Bump PORTREVISION for dependencies changes
- Remove USE_PYTHON=yes and USE_RUBY=yes

Reported by:	timur@, Sergey V. Dyatko <sergey.dyatko@gmail.com>
2014-04-03 11:26:23 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Rusmir Dusko
de831e2067 - Update to 4.8.12, announce message is here:
http://www.midnight-commander.org/wiki/NEWS-4.8.12

- Change master sites, add icon
- Use tar:xz instead of USE_XZ=yes
- Add USES shebangfix and SHEBANG_FILES
- Add USE_PYTHON=yes and USE_RUBY=yes
- Add pkg-message, information to reinstall if problems and for Screen
  Option
- Remove TODO from DOCS
- Add REINPLACE, fix deprecated messages
- Add Desktop entry file
- Remove obsolete patches, changed by upstream
2014-04-02 22:30:28 +00:00
Sunpoet Po-Chuan Hsieh
2136724a72 - Update to 20140402
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140402.diff
2014-04-02 19:30:13 +00:00
Dmitry Sivachenko
31a3bf7cad Fix for python3: all integers are "long".
With python2, if a number does not fit into "short int", it is
automatically promoted to "long".

No objection from:	wg (maintainer)
2014-04-01 11:31:54 +00:00
Marc Fonvieille
3b3348b1e1 Update to r44393 of the FreeBSD docset.
Approved by:	doceng (implicit)
2014-04-01 08:28:26 +00:00
John Marino
86a7a2bc3f misc/excel-writer: Upgrade version 11 -> 12 2014-03-31 17:47:01 +00:00
Dirk Meyer
ce934b1967 - fix makefiles to honor CXX and CXXFLAGS
- fix some C++ problems
- mark BROKEN on FreeBSD10, no gcc 4.2
2014-03-31 17:45:13 +00:00
Eitan Adler
62cfe3344c misc/cpuid: reset maintainership
There are two open PRs which I've not yet dealt with: ports/185277 ports/179065

Prodded by:	linimon
2014-03-31 05:42:53 +00:00
Roman Bogorodskiy
778a15959e - Stage support
- Use new style LIB_DEPENDS syntax
- Use PYDISTUTILS_AUTOPLIST and drop pkg-plist
2014-03-29 17:09:30 +00:00
Dmitry Marakasov
6cb749803b - Support staging
PR:		187332
Submitted by:	amdmi3
Approved by:	maintainer timeout, portmgr (blanket)
2014-03-29 14:04:00 +00:00
Edwin Groothuis
b67e390f1b Update to tzdata2014b:
- Update antartica.
- Comments about historical data for Hawaii.
- Update details for Crimea on 30 March
- Move location data Simferopol.
2014-03-29 04:07:34 +00:00
Dmitry Sivachenko
6804cd3200 Update to version 3.30. 2014-03-28 10:29:46 +00:00
Jason E. Hale
1e9e26132a - STAGEify 2014-03-28 02:02:09 +00:00
Renato Botelho
211ee5cc7a Undo a bad change on latest commits, let user install compatNx on systems running FreeBSD N 2014-03-27 12:26:51 +00:00
Steve Wills
6d172e9687 - Stage
PR:		ports/187876
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-26 02:14:47 +00:00
Renato Botelho
61f6beb74b Add compat10x 2014-03-25 11:10:39 +00:00
Renato Botelho
30ee48094c - Fix LICENSE
- Replace USE_XZ by USES=tar:xz
- Fix OSVERSION check, compatNx should be allowed only on systems running N+1
2014-03-25 11:05:33 +00:00
Baptiste Daroussin
bab427bdcd Support stage 2014-03-24 23:52:37 +00:00
Baptiste Daroussin
52256ab0aa Support stage 2014-03-24 23:51:11 +00:00
Baptiste Daroussin
3fde6c66d0 Support stage 2014-03-24 23:49:46 +00:00
John Marino
57aa88147e misc/excel-writer: Update version 07 to 11
Due to a change in how files were being stored at SourceForge, I didn't
realize that version 11 is actually the latest.
2014-03-24 16:56:12 +00:00
Baptiste Daroussin
851be2f75a Switch to wx 2.8
Support stage
2014-03-24 13:26:18 +00:00
John Marino
912c9cc9e4 misc/excel-writer: Ensure short description includes "Ada"
This is important as the package is not (easily) usable for those
uninterested in Ada.
2014-03-24 10:31:15 +00:00
John Marino
4646a092a2 Add new Ada port: misc/excel_writer
Excel_Out is a package that can generate basically formatted Excel files.

* Ideal for the automatic production of reports
* Fast: on a HP Mini netbook (Intel Atom, 1.66 GHz), Excel Writer produced
  50 sheets per second where each sheet had 10,000 data cells
* Totally portable and no external library required
* No interation with MS Office software

WWW: http://excel-writer.sourceforge.net
2014-03-23 23:50:06 +00:00
John Marino
345591ef02 add new Ada dev port: misc/ini_file_manager
The Ini file manager consists of a package, Config, which can read or write
informations from various configuration files known as "ini" files because
they have often the ".ini" extension. They are text files which look like
the following:

  ; Comment line
  [Section 1]
  a_string = abcd     # a comment here...
  a_number = +123.456 ; another comment
  [Section 2]
  a_string = efgh

For more examples in this format, just search files with the .ini extension
on a windows-based computer.

WWW: http://sourceforge.net/projects/ini-files/
2014-03-23 23:44:07 +00:00
Antoine Brodin
991c7518f6 Remove dependency on deprecated and forbidden xmms 2014-03-22 10:06:10 +00:00
Emanuel Haupt
4f288304ec Support staging 2014-03-20 15:10:18 +00:00
Emanuel Haupt
6e8c6236cc Support staging 2014-03-20 15:07:30 +00:00
Emanuel Haupt
a13d44a2df - Support staging
- USES -> gmake
2014-03-20 10:13:21 +00:00
Mathieu Arnold
f7f3bd73b8 - Convert to staging
- Cleanup unneeded bits in the Makefile
- Patch a bit more to fix compiler warnings
- While there, rename patches to follow makepatch naming.

Sponsored by:	Absolight
2014-03-20 00:09:25 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Vasil Dimov
f0b26e7b11 Followup to r347563: revert a change that sneaked in. 2014-03-18 07:59:46 +00:00
Frederic Culot
3abb633d25 - Add misc/p5-OSSP-uuid as a replacement for misc/ossp-uuid-perl.
p5-OSSP-uuid only installs the Perl API, hence avoiding to have two
conflicting ports as was the case with ossp-uuid and ossp-uuid-perl.

Suggested by:	mat@
Approved by:	vd@ (ossp-uuid maintainer, via email)
2014-03-17 09:01:44 +00:00
Sunpoet Po-Chuan Hsieh
bdc798e7aa - Use USES=tar:tgz 2014-03-15 18:40:26 +00:00
Sunpoet Po-Chuan Hsieh
cd38a79213 - Update MASTER_SITES
- Use USES=tar:bzip2
2014-03-15 03:31:03 +00:00
Tijl Coosemans
a19b165d3b Fix double occurences of USES= 2014-03-14 20:59:20 +00:00
Sunpoet Po-Chuan Hsieh
ed935f3b7a - Use USES=tar:tgz 2014-03-14 08:48:41 +00:00
Sunpoet Po-Chuan Hsieh
a3ea579f14 - Update to 20140312
- Use USES=tar:xz

Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140312.diff
2014-03-14 07:33:12 +00:00
Emanuel Haupt
6da591198b Support staging 2014-03-13 14:27:41 +00:00
Eitan Adler
5d115a4dea Modernize my ports 2014-03-13 03:50:44 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Edwin Groothuis
68d746678d Update to 2014a:
- Fix historical info about asia/Zion, Ukraine
- Fiji starts DST at 02:00 instead of 03:00
- Turkey will move to DST at 31 March this year.
2014-03-11 20:25:24 +00:00
Koop Mast
70c71e5cdd gnome-panel will be updated to the 3.x version when GNOME 3 will merged.
Deprecate the first batch of ports that are incompatible with the new 3.x version.
2014-03-11 14:40:28 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Frederic Culot
e42fb6b674 - Add misc/ossp-uuid-perl, a stub port of misc/ossp-uuid with Perl
bindings enabled. This is required for the upcoming new
  devel/p5-Iodef-Pb-Simple port
- Register CONFLICTS and PKGNAMESUFFIX in misc/ossp-uuid

Approved by:	vd@ (maintainer, via email)
2014-03-10 17:13:44 +00:00
Baptiste Daroussin
9f5deb008f Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
Rene Ladan
2e2cb1318f Mark deprecated, these port depend on expired textproc/glimpse
Approved by:	portmgr (infrastructure blanket)
2014-03-10 12:06:48 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00