1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

286407 Commits

Author SHA1 Message Date
TAKATSU Tomonari
0cc37c5e3f - Update to 1.4-3
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
2012-09-24 21:40:15 +00:00
Baptiste Daroussin
d3ad0d9154 No longer install the english dictionary (please use textproc/en-aspell if you
want the english dictionary)
Optionify
Remove the now useless textproc/aspell-with-dicten port
textproc/en-aspell now depends on textproc/aspell
clean up the Makefile
2012-09-24 21:23:51 +00:00
Olli Hauer
efdddb64ce - use {} instead () around .if ${PORT_OPTONS:M...} 2012-09-24 21:21:37 +00:00
Raphael Kubo da Costa
e34f5ae214 Update to 4.7.
PR:		ports/171925
Submitted by:	Nicole Reid <root@cooltrainer.org> (maintainer)
2012-09-24 21:14:35 +00:00
Olli Hauer
1d6232b246 - USE_APACHE s/22+/22/
some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk

with hat apache@
2012-09-24 20:55:01 +00:00
Olivier Duchateau
a6832b2be9 libzeitgeist is a client library for interacting with Zeitgeist daemon.
WWW: https://launchpad.net/libzeitgeist

Approved by:	rene, miwi (mentors)
2012-09-24 19:41:11 +00:00
Olivier Duchateau
e30ab0b857 - Update to 1.0.0
- Adjust Xfce components
- Convert to USE_PKGCONFIG

Approved by:	rene, miwi (mentors)
2012-09-24 19:00:02 +00:00
Bryan Drewery
1b80cd9104 - Update to git commit aefe8c9
Changes:

  * Implement even more accurate space calculation
    for the BEADM LIST -D
2012-09-24 18:47:48 +00:00
Steve Wills
cf424d1a8d - Fix plist damage caused in last commit
Pointed out by:	rafan
Pointy hat to:	swills
Approved by:	rafan (maintainer)
2012-09-24 18:27:18 +00:00
Bryan Drewery
d1377b1d4d - Update to 3.0.11
PR:		ports/171904
Submitted by:	Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
2012-09-24 18:15:52 +00:00
Ashish SHUKLA
7b2749520a - Update to latest snapshot 201209190752 2012-09-24 18:15:43 +00:00
Thomas Abthorpe
079f0c0afe - Reassign to the heap due to mail bounces 2012-09-24 18:00:28 +00:00
Olivier Duchateau
096ca65097 - Force to install GLib schema
While here:
- Move LICENSE to proper location
- Clean headers
- Remove ABI version
- Change maintainer address
- Convert to USE_PKGCONFIG

Approved by:	rene, miwi (mentors)
2012-09-24 17:41:38 +00:00
Juergen Lock
c6e55113ec Strip OPTIONng description that's too long for 8.x dialog(1).
Reported by:	Lena@lena.kiev.ua on -ports
2012-09-24 17:33:25 +00:00
Olivier Duchateau
f172032ad8 - Update to 3.0.1
- Use USE_PKGCONFIG macro

Approved by:	rene, miwi (mentors)
2012-09-24 17:09:35 +00:00
Thomas Abthorpe
7aa66138bd - Reassign to the heap at maintainer's request 2012-09-24 17:04:04 +00:00
Dmitry Marakasov
39a5c1222a - Update to r28721 2012-09-24 16:28:21 +00:00
Dmitry Marakasov
cc09cb02b4 - Update to 0.41
- Switch to upstream wrapper script
- Simplify the port (greately)
2012-09-24 16:25:58 +00:00
Philippe Audeoud
53ad1f1ec4 - Update to 1.50
- Changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-1.50/Changes
2012-09-24 15:19:10 +00:00
Alex Dupre
b763f10c3a Update to 4.2.2 release. 2012-09-24 14:57:00 +00:00
Max Brazhnikov
d6d8a5c201 Update to 0.9 2012-09-24 14:34:18 +00:00
Kris Moore
f5918145f6 - Update to 1.0 2012-09-24 14:31:36 +00:00
Alex Dupre
31f4e18f6d - Update to v12.09.12 release
- Switch to OptionsNG
- Pet portlint
2012-09-24 14:22:28 +00:00
Steve Wills
e9b9700f2c - Update to 1.4
- Patches updated

PR:		ports/171905
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2012-09-24 14:04:31 +00:00
Pietro Cerutti
e85851d3bf - update to 05_20120909
Changes:

    20120909:
    - The chapters about predefined statements and the foreign function
      interface in the manual, were improved.
    - An explanation, why the div operator is used for integer divisions,
      was added to the FAQ.
    - The FAQ about garbage collection was improved.
    - Links to EBNF syntax descriptions and exceptions were added to the
      HTML version of the manual.
    - EBNF syntax descriptions in the manual were improved.
    - Interpreter and compiler were improved to support the actions
      CMD_ENVIRONMENT and CMD_GET_SEARCH_PATH.
    - The library shell.s7i was improved to define the functions
      getSearchPath and environment.
    - The function path(PROGRAM) was improved to return the accurate
      value under all circumstances.
    - Several preprocessor defines were moved from "common.h to the new
      include file "config.h".
    - In cmdlib.c the function toArraytype() was introduced and used in
      cmd_environment() and cmd_getSearchPath().
    - In cmd_rtl.c the functions add_stri_to_array() and
      complete_stri_array() were introduced and used in read_dir(),
      getSearchPath() and cmdEnvironment().
    - Parameter names in drw_win.c, drw_x11.c and drw_dos.c were changed
      to fit to the names used in graph.s7i.
    - Parameter names in clib_file.s7i, keybd.s7i, sockbase.s7i,
      socket.s7i, utf8.s7i, fil_rtl.c, gkb_rtl.c, kbd_rtl.c, soc_dos.c,
      soc_rtl.c and ut8_rtl.c were changed to fit to each other.
    - The function conv_from_os_stri() was added to striutl.c .
    - The function concat_path in str_rtl.c was improved to work
      correctly, when the relative path contains "..".
    - In several makefiles defines for SEARCH_PATH_DELIMITER and
      os_environ were added and defines for
      MAP_ABSOLUTE_PATH_TO_DRIVE_LETTERS were replaced with
      defines for OS_PATH_HAS_DRIVE_LETTERS.
    - A description of several C preprocessor macros used in "version.h"
      and "config.h" was added to the file "src/read_me.txt".
    - Parameter names were added to function definitions in various
      libraries.
    - Documentation comments were added or improved in the files
      "clib_file.s7i", "external_file.s7i", "socket.s7i", "fil_rtl.c" and
      "striutl.c".
    - The function determineEnvironDefines was added to "chkccomp.c".

    20120826:
    - A chapter, which explains the foreign function interface, was added
      to the manual.
    - Syntax descriptions, code examples and tables in the HTML version
      of the manual were improved.
    - Documentation comments were added to the file "striutl.c".
    - A description of several C preprocessor macros used in "version.h"
      was added to the file "src/read_me.txt".
2012-09-24 12:56:05 +00:00
Frederic Culot
b0476f336b - Update to 0.21
Changes:	http://search.cpan.org/dist/Scope-Upper/Changes
2012-09-24 12:49:21 +00:00
Pietro Cerutti
8d462655e0 - Update to 2.2.1
Release notes:
  http://sf.net/apps/mediawiki/gdcm/index.php?title=GDCM_Release_2.2.1
2012-09-24 12:30:59 +00:00
TAKATSU Tomonari
da4137305e - Apply the latest styles to Makefile and pkg-descr which are generated by
being executed "port create" command
  * "Change to the header in ports Makefiles, take two" [1]
  * Replace tab with space after WWW: in pkg-descr [2]
- Bump PORTREVISION

http://docs.freebsd.org/cgi/mid.cgi?20120917162245.GA55973 [1]
http://www.freebsd.org/doc/en/books/porters-handbook/book.html#AEN95 [2]

PR:		ports/171345
Submitted by:	tota (myself)
Approved by:	tabthorpe
2012-09-24 11:43:45 +00:00
Niclas Zeising
1785520646 Update net/fping to version 3.4 and point to the new home.
Merge IPv4 and IPv6 support into net/fping, selectable via options.
Remove the now un-needed net/fping+ipv6
Add common description for IPV4 option, analogous to the IPV6 option

PR:		ports/169949 [1], ports/169950 [2]
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> [1]
		Jason Harris <jharris@widomaker.com> [2]
		zeising (final patch version)
Approved by:	maintainer, kwm (mentor)
2012-09-24 09:15:59 +00:00
Maho Nakata
96680934b9 Forgot to add a patch. 2012-09-24 08:38:44 +00:00
Frederic Culot
838315a892 - Update to 1.35
- Add LICENSE (Artistic 2.0)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Exception-Class/Changes
2012-09-24 07:56:01 +00:00
Frederic Culot
90fe999167 - Update to 3.2.3
Changes:	http://erdgeist.org/arts/software/ezjail/#changelog
PR:		ports/171894
Submitted by:	Dirk Engling <erdgeist@erdgeist.org> (maintainer)
2012-09-24 07:17:45 +00:00
Thomas Abthorpe
bb6f48faab - Reassign to the heap at the maintainer's request 2012-09-24 06:17:46 +00:00
Thomas Abthorpe
cc17f33212 - Reassign to the heap at maintainer's request 2012-09-23 22:20:55 +00:00
Thomas Abthorpe
4136dc9aec - Reassign to the heap at maintainer's request 2012-09-23 22:17:43 +00:00
Jason E. Hale
4693eb6bf9 - Fix FFMPEG option when ffmpeg-devel is installed
While here:
- Move LICENSE to proper location
- Convert to USE_PKGCONFIG

PR:		ports/171813
Submitted by:	Dan Nelson <dnelson at allantgroup.com> (maintainer)
Approved by:	makc (mentor)
2012-09-23 21:19:18 +00:00
Diane Bruce
a0472b215d - Unbreak FreeBSD 7.x build of trustedqsl by forcing tqsllib to use
port version of OPENSSL
2012-09-23 20:47:31 +00:00
Max Brazhnikov
873369f4d1 Restore ktorren-4.2 behaviour - don't check for mounted fs. The check
was added to support removable storages, but it causes problem
with btrfs and zfs: https://bugs.kde.org/306825
2012-09-23 19:45:49 +00:00
Raphael Kubo da Costa
285ba66f92 Update to 1.22.3.
PR:		ports/171897
Submitted by:	Aldis Berjoza <graudeejs@gmail.com> (maintainer)
2012-09-23 19:07:07 +00:00
Raphael Kubo da Costa
0cbcf8f44b - Fix the use of ${PORT_OPTIONS} after r304757.
- Remove a few PLIST_SUB entries which are not used.

PR:		ports/171785
Submitted by:	ohauer@ via private mail
2012-09-23 18:46:08 +00:00
Raphael Kubo da Costa
7d62eb8272 Fix the build with clang 3.0 from 9.0-RELEASE.
See [1] for the build log, more recent clang versions already work
fine.

[1] http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20120902011351.pointyhat-west/cam-1.02.log

PR:		ports/171266
Submitted by:	Pawel Worach <pawel.worach@gmail.com>
2012-09-23 18:35:49 +00:00
Juergen Lock
fd8a2cc952 Spell "Created by" correctly... 2012-09-23 18:28:42 +00:00
Raphael Kubo da Costa
307f5e35c6 Fix the plist and stop installing .orig files.
PR:		ports/171393
Submitted by:	Craig Leres <leres@ee.lbl.gov>, JWelcher@lbl.gov
Approved by:	Mohacsi Janos <janos.mohacsi@bsd.hu> (maintainer)
2012-09-23 18:28:35 +00:00
Juergen Lock
23309adca1 - Update to 1.0.16 .
- Strip Makefile headers.

Submitted by:	hselasky (maintainer)
2012-09-23 18:23:25 +00:00
Raphael Kubo da Costa
af8af0f05a Update to 3.1.2.
PR:		ports/171785
Submitted by:	Richard E Neese <r.neese@gmail.com> (maintainer)
2012-09-23 18:14:53 +00:00
Eitan Adler
3152b4bd9f Make the removal diff nicer to read by not showing the line-by-line removal and instead replace it with "FILE has been deleted"
Reviewed by:	crees
2012-09-23 17:56:10 +00:00
Andrej Zverev
fd3e0ea0fc - Update to 0.20 2012-09-23 17:47:12 +00:00
Roman Bogorodskiy
38705e37bb - Add a missing dependency on libid3tag [1]
- Drop shlib versions from the dependency lines
- Update headers to the new format

PR:		171585 [1]
Submitted by:	Christopher J. Ruwe <cjr@cruwe.de> [1]
2012-09-23 17:29:12 +00:00
Olli Hauer
5547c29967 - prefix saved files (PR/patches) with PR_$num
PR:		ports/171853
Submitted by:	ohauer
Approved by:	miwi (maintainer) explicit per PM
2012-09-23 17:12:59 +00:00
Boris Samorodov
ab15538b30 Add jboss7 , JBoss AS 7.1.1.Final Brontes.
PR:		ports/166665
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2012-09-23 17:09:22 +00:00