Emanuel Haupt
334b85f6dc
Update to 1.27
2013-05-31 14:50:13 +00:00
Emanuel Haupt
bf5ecc9466
Chase devel/libexplain update
2013-05-31 11:12:58 +00:00
Antoine Brodin
11ee953eac
- Respect CFLAGS
...
- Unbreak with clang using -Wno-error=return-type (old K&R code)
Approved by: miwi, eadler (mentors, implicit)
2013-05-30 19:51:38 +00:00
Rene Ladan
1759b37af1
- Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
...
bsd.linux-rpm.mk. The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
and below.
- Update LEGAL and MOVED
PR: ports/176877
Submitted by: myself
Approved by: portmgr (bapt)
Exp-run by: bapt
2013-05-30 09:11:52 +00:00
Martin Wilke
3cb1b61453
- Update to 3.0.1
2013-05-28 08:40:58 +00:00
Pawel Pekala
211362fe2a
- Update to version 1.16.10
...
- Sort plist
- Trim Makefile header
2013-05-27 19:39:04 +00:00
William Grzybowski
58b279c2ca
- Use gcc for now (does not compile with clang)
...
Upstream seems inactive for about 7 years
PR: ports/178989
Submitted by: wg (myself)
Approved by: culot (mentor)
2013-05-27 12:53:53 +00:00
Baptiste Daroussin
e0fe479f38
Fix build with recent clang
2013-05-27 10:34:54 +00:00
Baptiste Daroussin
e71de09d6d
Do not let system make.conf inpact the port's makefile
...
This fixes build on current
2013-05-24 16:35:30 +00:00
Baptiste Daroussin
e8bb25be40
Add USES=charsetfix, while here do not try to remove directory not created by the port/package
2013-05-24 16:20:31 +00:00
Brendan Fabeny
2b5b2e526b
update zpaq to 6.28
2013-05-23 05:48:41 +00:00
Max Brazhnikov
250a3e24d3
KDE/FreeBSD team presents KDE SC 4.10.3 ports!
...
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Jason Helfman
d3cca4f775
Snappy-java is a Java port of snappy, a fast C++
...
compresser/decompresser developed by Google.
WWW: https://github.com/xerial/snappy-java
PR: ports/178560 (based on)
Submitted by: Radim Kolar <hsn@filez.com>
2013-05-17 17:09:05 +00:00
Brendan Fabeny
ad3c41ea0b
update zpaq to 6.27
2013-05-14 19:38:52 +00:00
Martin Wilke
7c02368b0a
- Remove php4 reference
2013-05-13 15:47:47 +00:00
Olivier Duchateau
9edd44e588
- Update to 0.3.1
...
- Sort locales in pkg-plist file
- Update WWW entry
2013-05-11 17:47:00 +00:00
Lars Engels
c8b89cd3fa
- Update to 1.5
...
- Trim Makefile header
- Pass maintainership to submitter
PR: ports/178440
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-05-10 20:43:23 +00:00
Martin Wilke
cad29590f3
- Fix build
...
PR: 178154
Submitted by: Ports Fury
2013-05-10 14:31:14 +00:00
Max Khon
2de5493f9d
Unbreak the build.
2013-05-09 09:25:26 +00:00
Olivier Duchateau
be6348fdc7
Bump PORTREVISION after update of x11-fm/thunar
...
Finish to convert USES
2013-05-08 16:08:36 +00:00
Sunpoet Po-Chuan Hsieh
9466429ecc
- Cleanup Makefile
...
- Restore mis-removed tab between USES= and pathfix
2013-05-08 16:00:32 +00:00
Emanuel Haupt
3a4a8bf8a5
- Mark MAKE_JOBS_SAFE
...
- Trim header
2013-05-08 08:04:04 +00:00
Florian Smeets
5ac18767d1
Fix installation of ports that rely on cp -n for installing files. r245960
...
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
2013-05-04 22:48:03 +00:00
Baptiste Daroussin
bc7da6eef7
Fix build on current
2013-05-03 22:16:19 +00:00
Alexey Dokuchaev
20874252b5
Adjust PKGNAME, register CONFLICTS against `textproc/par'.
2013-04-30 15:07:15 +00:00
Baptiste Daroussin
9ff06b3cbf
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
...
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Alexey Dokuchaev
c000a91670
Enforce correct type (per specification) and drop unneeded backslashes.
2013-04-28 10:00:25 +00:00
Alexey Dokuchaev
508e510d12
Add par 0.03.01, an archiver for Quake I and II packed data files (pakX.pak).
...
It supports listing, extraction, and creation of .pak archives.
WWW: http://ibiblio.org/pub/linux/games/quake/
2013-04-28 09:25:08 +00:00
Marcus von Appen
1ccce53539
- Fix USE_ICONV leftovers missed in the previous update
2013-04-27 18:31:47 +00:00
Marcus von Appen
821843ca06
- Convert USE_ICONV=yes to USES=iconv
...
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
83f02b963c
- Convert USE_GETTEXT to USES (part 4)
...
Approved by: portmgr (bapt)
2013-04-26 10:44:28 +00:00
Sofian Brabez
4dbbf90a88
- Convert to new option framework
2013-04-24 18:38:35 +00:00
Alex Kozlov
e159824929
- Convert USE_GETTEXT to USES (part 3)
...
Approved by: portmgr (bapt)
2013-04-24 18:10:30 +00:00
Renato Botelho
58697015c2
- Update to 4.3.15
...
- Replace USE_GETTEXT by USES
- Add a single space on WWW line
2013-04-23 19:14:32 +00:00
Baptiste Daroussin
992586fa08
Finish converting the whole ports tree to USES=pkgconfig
2013-04-23 14:20:25 +00:00
Ganael LAPLANCHE
b8081a458c
- Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
...
- Fix build when CC defined as gcc
2013-04-23 07:00:02 +00:00
Martin Wilke
9dc3ee9e2c
- Broken fails to build
...
n file included from main.cpp:52:
/usr/include/sys/timeb.h:42:2: warning: #warning "this file includes <sys/timeb.h> which is deprecated"
c++ -O2 -pipe -fno-strict-aliasing -c UnAlz.cpp
UnAlz.cpp: In member function 'UINT32 UNALZ::CUnAlz::CRC32(UINT32, BYTE)':
UnAlz.cpp:1910: error: invalid conversion from 'const z_crc_t*' to 'const long unsigned int*'
*** [UnAlz.o] Error code 1
2013-04-23 00:34:06 +00:00
Baptiste Daroussin
27131af048
Reassign skv@ ports to the heap
...
Feature safe: yes
2013-04-22 13:27:47 +00:00
Martin Matuska
e4eebc06e5
Horde_Compress_Fast - Fast Compression Library
...
Provides compression suitable for packing strings on-the-fly in PHP code (as
opposed to more resource-intensive compression algorithms such as DEFLATE).
WWW: http://pear.horde.org
Feature safe: yes
2013-04-21 22:59:32 +00:00
Brendan Fabeny
3100a9c4d0
update zpaq to 6.25
...
Feature safe: yes
2013-04-21 19:06:54 +00:00
Brendan Fabeny
8ad807efb3
update zpaq to 6.24a
...
Feature safe: yes
2013-04-18 08:23:26 +00:00
Sunpoet Po-Chuan Hsieh
7dddb7e075
- Update to 0.20
...
Changes: http://search.cpan.org/dist/Compress-Snappy/Changes
Feature safe: yes
2013-04-16 16:51:47 +00:00
Sunpoet Po-Chuan Hsieh
c03ceb2a1d
- Remove duplicate entry in PLIST
...
Feature safe: yes
2013-04-16 16:10:38 +00:00
Baptiste Daroussin
bc7369ffcd
Fix leftovers by using USES=charsetfix
...
Remove now useless pre-configure target
While here convert NOPORTDOCS to DOCS option
Reported by: pointyhat via miwi
Approved by: portmgr (implicit)
2013-04-05 09:22:10 +00:00
Baptiste Daroussin
13b6d230cb
Do not try to remove directories not created by during the ports installation,
...
Only create them from package depending on the architecture
While here trim header, and convert WITHOUT_NLS to PORT_OPTIONS NLS
Tested by: rene
Approved by: portmgr (implicit)
With hat: portmgr
2013-04-02 22:14:37 +00:00
Gabor Pali
bd8d410bbe
- Update Haskell ports from the development repository
...
- Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set)
Contributed by: ashish
New ports (5):
devel/hs-geniplate 0.6.0.3
devel/hs-uuid 1.2.9
net/hs-maccatcher 2.1.5
net/hs-publicsuffixlist 0.0.3
textproc/hs-regex-tdfa 1.1.8
Removed ports (1):
math/hs-Agda-executable 2.3.0.1_3
Updated ports (115):
archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4
archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0
audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2
databases/hs-persistent 1.1.4 --> 1.1.5.1
databases/hs-persistent-sqlite 1.1.2 --> 1.1.5
databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4
devel/hs-Boolean 0.1.2 --> 0.2
devel/hs-ansi-terminal 0.5.5.1 --> 0.6
devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1
devel/hs-base64-conduit 0.5.1 --> 1.0.0
devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0
devel/hs-bifunctors 3.2 --> 3.2.0.1
devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0
devel/hs-classy-prelude 0.4.3 --> 0.5.3
devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3
devel/hs-cmdargs 0.10.1_1 --> 0.10.2
devel/hs-conduit 0.5.6 --> 1.0.2
devel/hs-darcs 2.8.3_1 --> 2.8.4
devel/hs-either 3.1 --> 3.4
devel/hs-errors 1.3.1 --> 1.4.1
devel/hs-filestore 0.6 --> 0.6.0.1
devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0
devel/hs-git-annex 3.20130124 --> 4.20130323
devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2
devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3
devel/hs-hint 0.3.3.5_1 --> 0.3.3.6
devel/hs-hoogle 4.2.15 --> 4.2.16
devel/hs-hspec 1.4.3 --> 1.4.4
devel/hs-lens 3.8.5 --> 3.8.7.3
devel/hs-logict 0.5.0.2_1 --> 0.6
devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1
devel/hs-monad-par 0.3_3 --> 0.3.4.1
devel/hs-mueval 0.8.2_3 --> 0.9
devel/hs-profunctors 3.2 --> 3.3
devel/hs-project-template 0.1.1 --> 0.1.3
devel/hs-readline 1.0.1.0_8 --> 1.0.3.0
devel/hs-reflection 1.1.6 --> 1.1.7
devel/hs-resourcet 0.4.4_1 --> 0.4.5
devel/hs-show 0.4.1.2_4 --> 0.5
devel/hs-simple-reflect 0.2_1 --> 0.3.1
devel/hs-smallcheck 0.6.2 --> 1.0.2
devel/hs-testpack 2.1.2_3 --> 2.1.2.1
devel/hs-threads 0.5.0.1_1 --> 0.5.0.2
devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3
devel/hs-unix-time 0.1.4_1 --> 0.1.5
devel/hs-uulib 0.9.14_4 --> 0.9.15
mail/hs-email-validate 0.3.2_1 --> 1.0.0
mail/hs-mime-types 0.1.0.2 --> 0.1.0.3
math/hs-Agda 2.3.0.1_3 --> 2.3.2
math/hs-NumInstances 1.0_4 --> 1.2
math/hs-comonad 3.0.1.1 --> 3.0.2
math/hs-contravariant 0.2.0.2_3 --> 0.4
math/hs-distributive 0.3 --> 0.3.1
math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0
net/hs-network-conduit 0.6.2.2 --> 1.0.0
net/hs-sendfile 0.7.8_1 --> 0.7.9
net/hs-simple-sendfile 0.2.10 --> 0.2.11
net/hs-socks 0.4.2_1 --> 0.5.0
security/hs-crypto-api 0.10.2_3 --> 0.11
security/hs-crypto-conduit 0.4.3 --> 0.5.0
security/hs-monadcryptorandom 0.5_1 --> 0.5.1
security/hs-skein 0.1.0.11 --> 0.1.0.12
security/hs-tls 1.1.1 --> 1.1.2
textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1
textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0
textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0
textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0
textproc/hs-case-insensitive 0.4.0.4 --> 1.0
textproc/hs-citeproc-hs 0.3.7 --> 0.3.8
textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8
textproc/hs-hs-bibutils 4.16 --> 4.17
textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0
textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0
textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1
textproc/hs-pandoc-types 1.9.1_3 --> 1.10
textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4
textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3
textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1
textproc/hs-yaml 0.8.2 --> 0.8.2.3
www/hs-activehs 0.3.0.1_1 --> 0.3.1
www/hs-authenticate 1.3.2_1 --> 1.3.2.6
www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4
www/hs-gitit 0.10.1.2 --> 0.10.3.1
www/hs-hS3 0.5.6_5 --> 0.5.7
www/hs-hamlet 1.1.3.1 --> 1.1.6.3
www/hs-happstack-server 7.1.1_1 --> 7.1.7
www/hs-heist 0.11.0 --> 0.11.1
www/hs-hjsmin 0.1.4 --> 0.1.4.1
www/hs-http-conduit 1.8.7 --> 1.9.0
www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3
www/hs-http-server 1.0.1_1 --> 1.0.2
www/hs-http-types 0.7.3.0.1_1 --> 0.8.0
www/hs-shakespeare 1.0.2_1 --> 1.0.3.1
www/hs-shakespeare-css 1.0.2_1 --> 1.0.3
www/hs-shakespeare-js 1.1.1 --> 1.1.2.1
www/hs-snap 0.11.0 --> 0.11.2
www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1
www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3
www/hs-wai 1.3.0.1_1 --> 1.4.0
www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2
www/hs-wai-extra 1.3.2 --> 1.3.2.4
www/hs-wai-test 1.3.0_1 --> 1.3.0.4
www/hs-warp 1.3.7.1 --> 1.3.7.4
www/hs-yesod 1.1.7.2 --> 1.1.9.2
www/hs-yesod-auth 1.1.3 --> 1.1.5.3
www/hs-yesod-core 1.1.7.1 --> 1.1.8.2
www/hs-yesod-default 1.1.3 --> 1.1.3.2
www/hs-yesod-form 1.2.0.2 --> 1.2.1.3
www/hs-yesod-json 1.1.2_1 --> 1.1.2.1
www/hs-yesod-platform 1.1.7.2 --> 1.1.8
www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2
www/hs-yesod-static 1.1.1.2 --> 1.1.2.2
www/hs-yesod-test 0.3.3 --> 0.3.5
x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1
x11/hs-X11 1.6.0.2 --> 1.6.1.1
Please note that port revisions for dependent ports are bumped.
Obtained from: FreeBSD Haskell
2013-03-29 22:43:58 +00:00
Brendan Fabeny
da529f6007
fix WWW formatting and note that the log for the last commit should
...
have been: update zpaq to 6.23
2013-03-28 19:58:46 +00:00
Brendan Fabeny
51850c33c2
trim headers; switch to the new options format; fix builds after src r248751;
...
update math/lrng to 20130314, and switch it to a versioned DIST_SUBDIR
2013-03-28 19:52:13 +00:00
Eitan Adler
d1f32a3e5d
Style: tab -> space.
...
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Dmitry Sivachenko
69f2318b54
Update to version 2.10.
...
Sponsored by:
2013-03-28 13:19:41 +00:00
Bryan Drewery
2838094fed
- Update to 1.17
...
PR: ports/177420
Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-03-27 21:24:24 +00:00
Max Brazhnikov
24482eebf1
KDE/FreeBSD team presents KDE SC 4.10.1 ports!
...
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk
The area51 repository features commits by Schaich Alonso and myself.
Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
TAKATSU Tomonari
9737c83966
- Update to 0.6.0
...
- Trim Makefile header
2013-03-25 16:05:33 +00:00
Greg Lewis
d455806a05
. Remove the versioning from the libarchive dependency due to it's version
...
bump.
2013-03-23 18:45:56 +00:00
Greg Lewis
12a1c3a70d
. Bump PORTREVISION for libarchive shared library version bump.
2013-03-23 17:11:40 +00:00
Greg Lewis
90b681319e
. Update to 3.1.2
...
PR: 177290
Submitted by: mm@
2013-03-23 17:09:43 +00:00
Jose Alonso Cardenas Marquez
9bcc09b9f2
- Update to 2.6.2
...
- Trim Makefile headers
2013-03-23 05:25:05 +00:00
Max Brazhnikov
ffd97a0193
- convert USE_CMAKE to USES
...
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
2013-03-22 20:06:14 +00:00
Max Brazhnikov
d65c037b00
Mk/bsd.kde4.mk:
...
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV
KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
'USES= cmake:outsource' and add USE_LDCONFIG if needed
2013-03-22 14:18:02 +00:00
Alexey Dokuchaev
8fe3d05970
Remove, it's part of the archivers/paq.
2013-03-20 04:13:19 +00:00
Alexey Dokuchaev
7aa095959d
Add zpaq 6.22, a journaling, incremental, deduplicating archiver.
2013-03-20 03:36:44 +00:00
Eitan Adler
334eb0fc61
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
...
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
2013-03-19 13:04:30 +00:00
Eitan Adler
4bd62b0eba
Mark deprecated, but provide no EXPIRATION_DATE
...
gnomehack -> pathfix
2013-03-18 19:14:07 +00:00
Christian Weisgerber
e2b6bd5f28
Drop maintainership as I stopped running FreeBSD 7.
...
Let this port live for the benefit of the people who want to use the
ports tree on FreeBSD 7 beyond RELEASE_7_EOL.
2013-03-18 18:52:58 +00:00
Alexey Dokuchaev
314300da56
In categories starting with 'a', remove empty lines from pkg-plist (except
...
for `archivers/rpm5' where it looks like they're being used deliberately).
2013-03-17 13:45:27 +00:00
Martin Wilke
f689634811
- Convert to PEAR_AUTOINSTALL
2013-03-15 01:33:44 +00:00
Jason Helfman
4c2a1e1ced
- adopt optionsNG and trim historical headers
...
PR: 176928
PR: 176936
PR: 176937
PR: 176938
PR: 176939
PR: 176940
PR: 176941
PR: 176942
PR: 176943
PR: 176944
PR: 176945
Submitted by: jgh@
Approved by: portmgr (miwi)
2013-03-14 06:32:04 +00:00
Eitan Adler
b2f9df5f6d
Return davide's ports to the pool per request.
...
While here:
- trim header
- fix COMMENT
Approved by: davide (maintainer)
2013-03-09 19:59:21 +00:00
Emanuel Haupt
1101f09c09
Remove indefinite article from COMMENT
2013-03-08 14:00:30 +00:00
Koop Mast
7887c684ad
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
...
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
2013-03-08 10:51:34 +00:00
Bryan Drewery
6910bf819a
- Please welcome back Chris Petrik as maintainer of
...
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
2013-03-07 03:25:10 +00:00
Nicola Vitale
6e24ca6748
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
...
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
WWW: http://quazip.sourceforge.net/
2013-03-06 22:55:05 +00:00
Baptiste Daroussin
c9ed11d1d1
2013-02-27 www/igal: No more upstream, no more public distfiles, consider using www/llgal
...
2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server
2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles
2013-02-28 security/sslproxy: Abandoned upstream
2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles
2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008
2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd
2013-02-28 mail/gmime: Superceded with version 2.4
2013-02-28 archivers/bsdar: part of the base system
2013-03-03 23:45:02 +00:00
Beech Rintoul
9a4e212af4
- Update to 1.16
...
- Pass maintainership to submitter
PR: ports/176620
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-03-03 21:51:57 +00:00
Steve Wills
74eec317c8
- Fix EXPIRATION date, we are in 2013, not 2012
...
Pointyhat to: swills
Reported by: bapt
2013-03-03 01:43:02 +00:00
Steve Wills
28b723187b
- Deprecate ports which don't work with Ruby 1.9
...
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
2013-03-02 21:01:58 +00:00
Sunpoet Po-Chuan Hsieh
94aeec2393
- Remove outdated PERL_LEVEL check
...
- Cleanup Makefile header
2013-03-02 15:46:05 +00:00
Eitan Adler
b7b9ec7a12
Variable that start with _ are considered private to the defining
...
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00
Kevin Lo
50a4ad7b30
Update to 1.6.3
2013-03-01 05:16:49 +00:00
Sunpoet Po-Chuan Hsieh
1c5494ba1c
- Fix build when devel/googletest was installed
...
- Convert to new options framework
Approved by: vanilla (maintainer)
2013-02-20 21:15:12 +00:00
Baptiste Daroussin
ac0d1ea42c
Fix typo
2013-02-20 20:12:50 +00:00
Dima Panov
1a267d63c3
- Reassign ports from avl@ back to pool at his request.
...
Submitted by: avl via IM
Approved by: avl via IM
2013-02-20 16:08:58 +00:00
Vanilla I. Shu
91a7c69e0a
Upgrade to 1.1.0.
2013-02-19 08:17:14 +00:00
Steve Wills
691448468f
- Update patches required by nzbget
...
PR: ports/175846
Submitted by: Mark Felder <feld@feld.me>
Approved by: Jeff Burchell <toxic@doobie.com> (maintainer)
2013-02-17 20:11:15 +00:00
Anton Berezin
72bc0843cf
Update to 0.68.
...
Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
2013-02-16 15:42:35 +00:00
Jimmy Olgeni
97a8535152
Upgrade to version 2.3 and pet portlint.
2013-02-15 15:57:22 +00:00
Felippe de Meirelles Motta
d34a264859
- Update to 2.4.4
...
- Pass maintainership to submitter
- Make CLANG happy
PR: ports/176042
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-02-14 22:05:15 +00:00
Brendan Fabeny
ecb6c3d1d2
update zpaq to 6.22
2013-02-14 14:55:05 +00:00
Frederic Culot
bd70f39e8d
- Update to 0.66
...
Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
PR: ports/176010
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2013-02-14 07:34:25 +00:00
Felippe de Meirelles Motta
ab333700c3
- Update to 1.1.1
...
- Pass maintainership to submitter
PR: ports/176070
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-02-13 18:37:58 +00:00
Martin Matuska
09f58e3f5f
Horde suite update:
...
archivers/pear-Horde_Compress 2.0.3
comms/pear-Horde_ActiveSync 2.2.0
deskutils/horde-kronolith 4.0.4
deskutils/horde-mnemo 4.0.3
devel/horde-content 2.0.2
devel/horde-timeobjects 2.0.3
devel/pear-Horde_Argv 2.0.4
devel/pear-Horde_Cli 2.0.3
devel/pear-Horde_Core 2.2.0
devel/pear-Horde_Data 2.0.3
devel/pear-Horde_Date 2.0.3
devel/pear-Horde_Exception 2.0.3
devel/pear-Horde_Icalendar 2.0.3
devel/pear-Horde_Itip 2.0.4
devel/pear-Horde_Prefs 2.3.0
devel/pear-Horde_Support 2.0.3
devel/pear-Horde_Timezone 1.0.2
devel/pear-Horde_Token 2.0.3
devel/pear-Horde_Util 2.1.0
devel/pear-Horde_View 2.0.2
ftp/horde-gollem 3.0.0
graphics/pear-Horde_Image 2.0.3
mail/horde-imp 6.0.4
mail/horde-ingo 3.0.3
mail/horde-turba 4.0.3
mail/pear-Horde_Imap_Client 2.6.0
mail/pear-Horde_Mime 2.0.4
mail/pear-Horde_Mime_Viewer 2.0.3
net/pear-Horde_Rpc 2.0.3
net/pear-Horde_Url 2.1.0
security/pear-Horde_Auth 2.0.3
security/pear-Horde_Crypt 2.1.2
security/pear-Horde_Perms 2.0.3
textproc/pear-Horde_Pdf 2.0.3
textproc/pear-Horde_Text_Filter 2.0.5
www/horde-base 5.0.4
www/horde-trean 1.0.0
www/pear-Horde_Editor 2.0.3
www/pear-Horde_Form 2.0.3
2013-02-12 16:04:18 +00:00
Brendan Fabeny
804b004329
update zpaq to 6.21; fix default number of threads used by zpaq
2013-02-07 19:07:07 +00:00
Pietro Cerutti
0fb0d4a3b7
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: archivers)
...
Approved by: portmgr
2013-02-07 13:04:29 +00:00
Johan van Selst
54345369c0
- Update rpm to 4.11.0.1
...
Release notes: http://rpm.org/wiki/Releases/4.11.0
2013-02-06 17:47:51 +00:00
Gabor Pali
c731105b7f
- Fix breakage in the DYNAMIC-enabled ports triggered by the recent
...
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)
Please note that port revision for all the Haskell ports without version
changes are bumped.
New ports (20):
devel/hs-MonadRandom 0.1.8
devel/hs-base64-conduit 0.5.1
devel/hs-bifunctors 3.2
devel/hs-either 3.1
devel/hs-errors 1.3.1
devel/hs-generic-deriving 1.4.0
devel/hs-lens 3.8.5
devel/hs-profunctor-extras 3.3
devel/hs-profunctors 3.2
devel/hs-reflection 1.1.6
devel/hs-timezone-olson 0.1.2
devel/hs-timezone-series 0.1.2
math/hs-comonads-fd 3.0.1
math/hs-groupoids 3.0.1.1
math/hs-nats 0.1
math/hs-semigroupoid-extras 3.0.1
security/hs-cipher-rc4 0.1.2
security/hs-crypto-numbers 0.1.3
security/hs-crypto-pubkey 0.1.2
security/hs-crypto-random-api 0.2.0
Updated ports (107):
archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3
archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3
audio/hs-libmpd 0.8.0.1 --> 0.8.0.2
benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1
converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0
converters/hs-dataenc 0.14.0.4 --> 0.14.0.5
databases/hs-persistent 1.0.2.2 --> 1.1.4
databases/hs-persistent-sqlite 1.0.1 --> 1.1.2
databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1
devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3
devel/hs-Boolean 0.1.1 --> 0.1.2
devel/hs-TypeCompose 0.9.7 --> 0.9.9
devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1
devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6
devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0
devel/hs-checkers 0.2.9_2 --> 0.3.1
devel/hs-classy-prelude 0.4.1 --> 0.4.3
devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3
devel/hs-conduit 0.5.5 --> 0.5.6
devel/hs-configurator 0.2.0.1 --> 0.2.0.2
devel/hs-cpphs 1.15 --> 1.16
devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2
devel/hs-file-embed 0.0.4.6 --> 0.0.4.7
devel/hs-filestore 0.5.0.1 --> 0.6
devel/hs-fsnotify 0.0.4 --> 0.0.6
devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9
devel/hs-git-annex 3.20121211 --> 3.20130124
devel/hs-hashable 1.1.2.5 --> 1.2.0.5
devel/hs-hastache 0.4.2 --> 0.5.0
devel/hs-hlint 1.8.39 --> 1.8.43
devel/hs-hoogle 4.2.14 --> 4.2.15
devel/hs-hspec 1.4.2 --> 1.4.3
devel/hs-largeword 1.0.3 --> 1.0.4
devel/hs-lifted-base 0.2 --> 0.2.0.2
devel/hs-monad-logger 0.2.3 --> 0.2.3.2
devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1
devel/hs-pool-conduit 0.1.0.3 --> 0.1.1
devel/hs-project-template 0.1.0.1 --> 0.1.1
devel/hs-silently 1.2.4 --> 1.2.4.1
devel/hs-smallcheck 0.6.1_2 --> 0.6.2
devel/hs-system-fileio 0.3.10 --> 0.3.11
devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0
devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0
devel/hs-vault 0.2.0.1 --> 0.2.0.4
devel/hs-void 0.5.8 --> 0.5.11
devel/hs-word8 0.0.2 --> 0.0.3
mail/hs-mime-types 0.1.0.0 --> 0.1.0.2
math/hs-categories 1.0.4 --> 1.0.5
math/hs-comonad 3.0.0.2 --> 3.0.1.1
math/hs-comonad-transformers 3.0 --> 3.0.1
math/hs-distributive 0.2.2_2 --> 0.3
math/hs-pointed 3.0.1 --> 3.0.2
math/hs-semigroupoids 3.0.0.1 --> 3.0.2
math/hs-semigroups 0.8.4.1 --> 0.9
net/hs-network-conduit 0.6.1.1 --> 0.6.2.2
net/hs-simple-sendfile 0.2.8 --> 0.2.10
print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1
security/hs-certificate 1.3.3 --> 1.3.5
security/hs-cipher-aes 0.1.5 --> 0.1.7
security/hs-clientsession 0.8.0.1 --> 0.8.1
security/hs-cprng-aes 0.2.4 --> 0.3.4
security/hs-crypto-conduit 0.4.1 --> 0.4.3
security/hs-cryptocipher 0.3.6 --> 0.4.0
security/hs-cryptohash 0.7.9 --> 0.8.3
security/hs-pem 0.1.1_2 --> 0.1.2
security/hs-skein 0.1.0.10 --> 0.1.0.11
security/hs-tls 1.0.2 --> 1.1.1
security/hs-tls-extra 0.5.0 --> 0.6.1
sysutils/hs-angel 0.3.3 --> 0.3.4
textproc/hs-Diff 0.1.3_3 --> 0.2.0
textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0
textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3
textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4
textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4
textproc/hs-citeproc-hs 0.3.6 --> 0.3.7
textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6
textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5
textproc/hs-hs-bibutils 4.15 --> 4.16
textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31
textproc/hs-texmath 0.6.1.1 --> 0.6.1.3
textproc/hs-yaml 0.8.1.1 --> 0.8.2
www/hs-gitit 0.10.0.2 --> 0.10.1.2
www/hs-hamlet 1.1.1.1 --> 1.1.3.1
www/hs-heist 0.8.2 --> 0.11.0
www/hs-hjsmin 0.1.3 --> 0.1.4
www/hs-http-conduit 1.8.4.3 --> 1.8.7
www/hs-http-date 0.0.3 --> 0.0.4
www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1
www/hs-shakespeare-js 1.1.0 --> 1.1.1
www/hs-snap 0.9.2.2 --> 0.11.0
www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1
www/hs-wai-extra 1.3.0.4 --> 1.3.2
www/hs-warp 1.3.5 --> 1.3.7.1
www/hs-xss-sanitize 0.3.2_2 --> 0.3.3
www/hs-yesod 1.1.4.1 --> 1.1.7.2
www/hs-yesod-auth 1.1.2 --> 1.1.3
www/hs-yesod-core 1.1.6.1 --> 1.1.7.1
www/hs-yesod-default 1.1.2 --> 1.1.3
www/hs-yesod-form 1.2.0.1 --> 1.2.0.2
www/hs-yesod-persistent 1.1.0 --> 1.1.0.1
www/hs-yesod-platform 1.1.5 --> 1.1.7.2
www/hs-yesod-static 1.1.1.1 --> 1.1.1.2
www/hs-yesod-test 0.3.1.1 --> 0.3.3
x11-wm/hs-xmonad 0.10_4 --> 0.11
x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11
x11/hs-X11 1.5.0.1_3 --> 1.6.0.2
x11/hs-xmobar 0.14_3 --> 0.16
Obtained from: FreeBSD Haskell
2013-02-05 22:26:31 +00:00
Emanuel Haupt
8e1c346c5b
Update to 0.7
2013-02-05 16:06:19 +00:00
Max Brazhnikov
cb8b1428c6
KDE/FreeBSD team presents KDE SC 4.9.5 ports!
...
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Brendan Fabeny
67943ab7e4
update zpaq to v6.20
2013-02-02 06:33:30 +00:00
Martin Wilke
9ea6cc8ebc
- Drop some patches no longer needed.
2013-02-01 16:17:00 +00:00
Martin Wilke
b834cdd09b
- Convert header
...
- Update to 2.1.0
2013-02-01 08:36:04 +00:00
Brendan Fabeny
f5646e4a1c
update to zpaq 6.19 and bmp_j4c
2013-01-31 13:23:58 +00:00
Sunpoet Po-Chuan Hsieh
adac2b8bea
- Update to 2.060
...
Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
2013-01-30 16:20:39 +00:00
Sunpoet Po-Chuan Hsieh
f204b97e94
- Update to 2.060
...
Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
2013-01-30 16:20:34 +00:00
Sunpoet Po-Chuan Hsieh
ca5ba62ee8
- Update to 2.060
...
Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
2013-01-30 16:20:30 +00:00
Sunpoet Po-Chuan Hsieh
2da2a16960
- Update to 2.060
...
Changes: http://search.cpan.org/dist/IO-Compress/Changes
2013-01-30 16:20:25 +00:00
Sunpoet Po-Chuan Hsieh
ff5b2e20eb
- Update to 2.060
...
Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2013-01-30 16:20:20 +00:00
Sunpoet Po-Chuan Hsieh
4b3e83f704
- Update to 2.060
...
Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
2013-01-30 16:20:15 +00:00
Sunpoet Po-Chuan Hsieh
3dcd1635d5
- Update to 2.060
...
Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
2013-01-30 16:20:10 +00:00
Vanilla I. Shu
108456be7b
Update to 1.5.2.
...
PR: ports/175638
Submitted by: John Hein <jhein@symmetricom.com>
2013-01-29 03:41:30 +00:00
Yen-Ming Lee
aed8b36b85
- update to 0.64
2013-01-27 16:22:40 +00:00
Dirk Meyer
d579cd2aaa
- cleanup header
2013-01-26 16:34:39 +00:00
Jimmy Olgeni
3ffb31b841
Convert Makefile headers to the new format in my ports.
2013-01-26 14:50:30 +00:00
David Naylor
6248a797e6
- Update to my new FreeBSD address
...
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor)
2013-01-16 20:15:07 +00:00
Emanuel Haupt
c4c14fd156
- Use DOC instead of NOPORTDOCS
...
- Pacify portlint
- Convert header
2013-01-15 13:40:28 +00:00
Frederic Culot
8bdfbf118f
- Update to 0.62
...
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
2013-01-10 15:09:50 +00:00
Martin Matuska
279369dc0b
Horde maintenance update to following new versions:
...
devel/pear-Horde_Alarm 2.0.3
devel/pear-Horde_Argv 2.0.3
security/pear-Horde_Auth 2.0.2
www/pear-Horde_Browser 2.0.3
devel/pear-Horde_Cli 2.0.2
archivers/pear-Horde_Compress 2.0.2
devel/pear-Horde_Core 2.1.5
security/pear-Horde_Crypt 2.1.1
security/pear-Horde_Crypt_Blowfish 1.0.2
devel/pear-Horde_Data 2.0.2
devel/pear-Horde_Date 2.0.2
devel/pear-Horde_Exception 2.0.2
www/pear-Horde_Form 2.0.2
devel/pear-Horde_Icalendar 2.0.2
graphics/pear-Horde_Image 2.0.2
devel/pear-Horde_Itip 2.0.2
textproc/pear-Horde_Kolab_Format 2.0.2
devel/pear-Horde_LoginTasks 2.0.2
mail/pear-Horde_Mime_Viewer 2.0.2
devel/pear-Horde_Nls 2.0.2
textproc/pear-Horde_Pdf 2.0.2
security/pear-Horde_Perms 2.0.2
devel/pear-Horde_Prefs 2.1.0
www/pear-Horde_Routes 2.0.2
devel/pear-Horde_Util 2.0.3
2013-01-10 10:34:08 +00:00
Renato Botelho
9fd00dc15c
Update to 4.13.3
2013-01-08 23:41:47 +00:00
Wesley Shields
837cd1bab2
Trim header.
...
Convert to new options.
PR: ports/173820
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: maintainer timeout
2013-01-08 16:46:50 +00:00
Christian Weisgerber
9d0856fcf9
Update to 5.0.4 to match the version in base in FreeBSD 8/9/10.
2013-01-07 13:39:29 +00:00
Renato Botelho
cc2e0c5bf5
Update to 4.13.1
2013-01-03 19:59:29 +00:00
Baptiste Daroussin
0316d191b0
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
...
Trim headers
2012-12-31 14:12:01 +00:00
Baptiste Daroussin
ef3fc44bb3
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
...
Remove useless use of pre.mk/post.mk
Trim headers
2012-12-31 14:10:52 +00:00
Baptiste Daroussin
b33a2cddff
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
2012-12-31 14:08:48 +00:00
Baptiste Daroussin
1ff502267c
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
...
Trim headers
2012-12-31 14:07:52 +00:00
Baptiste Daroussin
7afade04e5
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
...
Trim headers
2012-12-31 14:06:45 +00:00
Baptiste Daroussin
debf89329c
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
2012-12-31 14:05:59 +00:00
Brendan Fabeny
58cddd29af
update zpaq to 6.18
2012-12-30 21:33:03 +00:00
Olivier Duchateau
485f8abea6
Bump PORTREVISION for Thunar related ports
...
Approved by: rene, miwi (mentors, implicit)
2012-12-30 16:50:29 +00:00
Olivier Duchateau
1727e106ea
Bump PORTREVISION for libexo-related ports
...
Approved by: rene, miwi (mentors, implicit)
2012-12-30 16:19:08 +00:00
Beat Gaetzi
8558ca7184
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
...
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Baptiste Daroussin
4d0cfd7dae
- Convert to new options framework
...
- Add an explicit built dependency on pkgconf
- Trim headers
PR: ports/173808
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: maintainer timeout (1 month)
2012-12-29 23:00:17 +00:00
Jeremy Messenger
135efac4b6
-Update to new header
...
-OPTIONSng
-Remove the shared library version
-portlint
PR: ports/173788
ports/173809
ports/173802
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
2012-12-29 20:57:20 +00:00
Sunpoet Po-Chuan Hsieh
cab5146ae5
- Update to 2.059
...
Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
2012-12-23 17:47:51 +00:00
Sunpoet Po-Chuan Hsieh
54e6ac4443
- Update to 2.059
...
Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
2012-12-23 17:47:46 +00:00
Sunpoet Po-Chuan Hsieh
26eb98f795
- Update to 2.059
...
Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
2012-12-23 17:47:41 +00:00
Sunpoet Po-Chuan Hsieh
877eecf6cc
- Update to 2.059
...
Changes: http://search.cpan.org/dist/IO-Compress/Changes
2012-12-23 17:47:36 +00:00
Johan van Selst
801590780d
Shortly after the initial release, a new tarball was uploaded which
...
includes a small fix that was duplicated already in the FreeBSD port.
- Update checksum and remove patch introduced with the original release
No functional changes.
2012-12-22 12:45:23 +00:00
Alexey Dokuchaev
4443cf6996
- Trim Makefile header per new bylaws
...
- Drop indefinite article from COMMENT
- Define LICENSE (GPLv2), install couple of extra docs
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Remove pretty obvious pkg-message, sort some knobs
- Reformat port description
Approved by: maintainer (maho)
2012-12-21 07:09:03 +00:00
Alexey Dokuchaev
61e6abfaa4
- Trim Makefile header per new bylaws
...
- Drop indefinite article from COMMENT
- Define LICENSE (and remove COPYING from portdocs)
- Unmute installation commands
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
Approved by: maintainer (gabor)
2012-12-21 05:32:17 +00:00
Gabor Kovesdan
943a056b1e
- Turn on the RSYNCABLE option by default since it is required for a
...
dependent port [1]
- Bump PORTREVISION
Requested by: jgh [1]
2012-12-20 22:19:45 +00:00
Gabor Pali
f6f83c9efc
- Update The Glorious Glasgow Haskell Compiler to version 7.4.2
...
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports
New ports (32):
devel/hs-List 0.5.1
devel/hs-ReadArgs 1.2.1
devel/hs-SafeSemaphore 0.9.0
devel/hs-activehs-base 0.3.0.2
devel/hs-async 2.0.1.3
devel/hs-basic-prelude 0.3.1.0
devel/hs-classy-prelude 0.4.1
devel/hs-classy-prelude-conduit 0.4.1
devel/hs-data-pprint 0.2.1.4
devel/hs-date-cache 0.3.0
devel/hs-fsnotify 0.0.4
devel/hs-hinotify 0.3.5
devel/hs-hspec-expectations 0.3.0.3
devel/hs-kqueue 0.1.2.4
devel/hs-monad-logger 0.2.3
devel/hs-optparse-applicative 0.4.2
devel/hs-project-template 0.1.0.1
devel/hs-setenv 0.1.0
devel/hs-simple-reflect 0.2
devel/hs-threads 0.5.0.1
devel/hs-time-compat 0.1.0.2
devel/hs-unix-time 0.1.4
devel/hs-word8 0.0.2
graphics/hs-dia-base 0.1.1.2
graphics/hs-dia-functions 0.2.1.3
mail/hs-mime-types 0.1.0.0
net/hs-network-info 0.2.0.3
net/hs-network-multicast 0.0.7
security/hs-cipher-aes 0.1.5
textproc/hs-hexpat 0.20.3
www/hs-activehs 0.3.0.1
www/hs-http-reverse-proxy 0.1.0.6
Updated ports (211):
archivers/hs-tar 0.4.0.0_1 --> 0.4.0.1
archivers/hs-zip-archive 0.1.1.8_1 --> 0.1.2.1
archivers/hs-zlib 0.5.3.3_1 --> 0.5.4.0
archivers/hs-zlib-bindings 0.1.0.1_1 --> 0.1.1.2
archivers/hs-zlib-conduit 0.4.0.2 --> 0.5.0.3
archivers/hs-zlib-enum 0.2.2.1_1 --> 0.2.3
audio/hs-libmpd 0.8.0_1 --> 0.8.0.1
benchmarks/hs-criterion 0.6.0.1_2 --> 0.6.2.0
converters/hs-dataenc 0.14.0.3_2 --> 0.14.0.4
converters/hs-json 0.5_1 --> 0.7
databases/hs-persistent 0.9.0.4_1 --> 1.0.2.2
databases/hs-persistent-sqlite 0.9.0.2_1 --> 1.0.1
databases/hs-persistent-template 0.9.0.2_1 --> 1.0.0.2
devel/hs-Boolean 0.0.1_5 --> 0.1.1
devel/hs-DeepArrow 0.3.5_2 --> 0.3.7
devel/hs-HUnit 1.2.4.2_2 --> 1.2.5.1
devel/hs-MemoTrie 0.5_1 --> 0.6.1
devel/hs-MissingH 1.1.1.0_2 --> 1.2.0.0
devel/hs-MonadCatchIO-mtl 0.3.0.4_3 --> 0.3.0.5
devel/hs-QuickCheck 2.4.2_1 --> 2.5.1.1
devel/hs-Stream 0.4.6_2 --> 0.4.6.1
devel/hs-TypeCompose 0.9.1_2 --> 0.9.7
devel/hs-abstract-deque 0.1.5_1 --> 0.1.6
devel/hs-alex 3.0.1_1 --> 3.0.2
devel/hs-arrows 0.4.4.0_4 --> 0.4.4.1
devel/hs-asn1-data 0.6.1.3_1 --> 0.7.1
devel/hs-base-unicode-symbols 0.2.2.3_2 --> 0.2.2.4
devel/hs-base64-bytestring 0.1.2.0 --> 1.0.0.0
devel/hs-blaze-builder-conduit 0.4.0.2_1 --> 0.5.0.3
devel/hs-blaze-builder-enumerator 0.2.0.4_1 --> 0.2.0.5
devel/hs-blaze-textual 0.2.0.6_2 --> 0.2.0.8
devel/hs-bytestring-nums 0.3.5_2 --> 0.3.6
devel/hs-c2hs 0.16.3_3 --> 0.16.4
devel/hs-cmdargs 0.9.5_1 --> 0.10.1
devel/hs-conduit 0.4.2_1 --> 0.5.5
devel/hs-configurator 0.2.0.0_2 --> 0.2.0.1
devel/hs-cpphs 1.14 --> 1.15
devel/hs-darcs 2.8.1_1 --> 2.8.3
devel/hs-data-default 0.4.0_1 --> 0.5.0
devel/hs-directory-tree 0.10.1 --> 0.11.0
devel/hs-edit-distance 0.2.1_1 --> 0.2.1.1
devel/hs-fast-logger 0.0.2_2 --> 0.3.1
devel/hs-file-embed 0.0.4.4_1 --> 0.0.4.6
devel/hs-filemanip 0.3.5.2_6 --> 0.3.6.2
devel/hs-filestore 0.5_1 --> 0.5.0.1
devel/hs-filesystem-conduit 0.4.0_1 --> 0.5.0.2
devel/hs-gconf 0.12.1_3 --> 0.12.1.1
devel/hs-ghc-events 0.4.0.0_2 --> 0.4.2.0
devel/hs-ghc-mtl 1.0.1.1_2 --> 1.0.1.2
devel/hs-gio 0.12.3_1 --> 0.12.4
devel/hs-git-annex 3.20120807 --> 3.20121211
devel/hs-glib 0.12.3.1_1 --> 0.12.4
devel/hs-gtk2hs-buildtools 0.12.3.1_1 --> 0.12.4
devel/hs-haddock 2.10.0_1 --> 2.11.0
devel/hs-happy 1.18.9_1 --> 1.18.10
devel/hs-hashable 1.1.2.3_1 --> 1.1.2.5
devel/hs-hashed-storage 0.5.9_2 --> 0.5.10
devel/hs-hashtables 1.0.1.6_1 --> 1.0.1.8
devel/hs-haskell-src-exts 1.13.3_1 --> 1.13.5
devel/hs-hastache 0.4.1 --> 0.4.2
devel/hs-hint 0.3.3.4_1 --> 0.3.3.5
devel/hs-hlint 1.8.30 --> 1.8.39
devel/hs-hoogle 4.2.11_1 --> 4.2.14
devel/hs-hslogger 1.1.5_2 --> 1.2.1
devel/hs-hspec 1.2.0.1 --> 1.4.2
devel/hs-language-javascript 0.5.4_1 --> 0.5.7
devel/hs-largeword 1.0.1_2 --> 1.0.3
devel/hs-lifted-base 0.1.1_1 --> 0.2
devel/hs-logict 0.5.0.1_1 --> 0.5.0.2
devel/hs-monad-control 0.3.1.3_1 --> 0.3.1.4
devel/hs-mtl 2.1.1_1 --> 2.1.2
devel/hs-murmur-hash 0.1.0.5_2 --> 0.1.0.6
devel/hs-parallel 3.2.0.2_1 --> 3.2.0.3
devel/hs-pool-conduit 0.1.0.2_1 --> 0.1.0.3
devel/hs-primitive 0.4.1_2 --> 0.5.0.1
devel/hs-resource-pool 0.2.1.0_1 --> 0.2.1.1
devel/hs-resourcet 0.3.3.1 --> 0.4.4
devel/hs-silently 1.2.0.2 --> 1.2.4
devel/hs-split 0.1.4.3 --> 0.2.1.1
devel/hs-stm 2.3_1 --> 2.4
devel/hs-syb 0.3.6.1_1 --> 0.3.7
devel/hs-syb-with-class 0.6.1.3_2 --> 0.6.1.4
devel/hs-system-fileio 0.3.8 --> 0.3.10
devel/hs-system-filepath 0.4.6_1 --> 0.4.7
devel/hs-tagged 0.4.2.1_1 --> 0.4.4
devel/hs-temporary 1.1.2.3_1 --> 1.1.2.4
devel/hs-terminfo 0.3.2.4 --> 0.3.2.5
devel/hs-test-framework 0.6_1 --> 0.8
devel/hs-test-framework-hunit 0.2.7_2 --> 0.3.0
devel/hs-test-framework-quickcheck2 0.2.12.2_1 --> 0.3.0.1
devel/hs-text 0.11.2.0_1 --> 0.11.2.3
devel/hs-threadscope 0.2.1_3 --> 0.2.2
devel/hs-uniplate 1.6.7_1 --> 1.6.10
devel/hs-unix-compat 0.3.0.1_1 --> 0.4.0.0
devel/hs-unordered-containers 0.2.1.0_1 --> 0.2.2.1
devel/hs-uuagc 0.9.40.3_1 --> 0.9.42.2
devel/hs-uuagc-cabal 1.0.2.0_2 --> 1.0.4.0
devel/hs-vault 0.2.0.0_1 --> 0.2.0.1
devel/hs-vector 0.9.1_2 --> 0.10.0.1
devel/hs-vector-algorithms 0.5.4_1 --> 0.5.4.2
devel/hs-void 0.5.6 --> 0.5.8
ftp/hs-curl 1.3.7_3 --> 1.3.8
graphics/hs-cairo 0.12.3.1_1 --> 0.12.4
lang/hs-unlambda 0.1_6 --> 0.1.3
mail/hs-email-validate 0.2.8_1 --> 0.3.2
mail/hs-mime 0.3.3.2 --> 0.3.4
mail/hs-mime-mail 0.4.1.1_2 --> 0.4.1.2
math/hs-categories 1.0.3_1 --> 1.0.4
math/hs-comonad 1.1.1.6_1 --> 3.0.0.2
math/hs-comonad-transformers 2.1.2 --> 3.0
math/hs-data-lens 2.10.0_1 --> 2.10.2
math/hs-data-lens-template 2.1.5_1 --> 2.1.7
math/hs-math-functions 0.1.1.1_2 --> 0.1.1.2 [1]
math/hs-mwc-random 0.12.0.0_1 --> 0.12.0.1
math/hs-pointed 2.1.0.2_1 --> 3.0.1
math/hs-semigroupoids 1.3.4 --> 3.0.0.1
math/hs-semigroups 0.8.3.2_1 --> 0.8.4.1
math/hs-statistics 0.10.1.0_1 --> 0.10.2.0
math/hs-vector-space 0.8.2 --> 0.8.6
multimedia/hs-gstreamer 0.12.1.1_1 --> 0.12.1.2
net/hs-network 2.3.0.13_1 --> 2.3.1.0
net/hs-network-conduit 0.4.0.1_1 --> 0.6.1.1
net/hs-pcap 0.4.5.1_4 --> 0.4.5.2
net/hs-sendfile 0.7.6_1 --> 0.7.8
net/hs-simple-sendfile 0.2.4 --> 0.2.8
net/hs-socks 0.4.1_1 --> 0.4.2
print/hs-hscolour 1.20.2,1 --> 1.20.3,1
security/hs-Crypto 4.2.5_1 --> 4.2.5.1
security/hs-HsOpenSSL 0.10.3.2 --> 0.10.3.3
security/hs-RSA 1.2.1.0_1 --> 1.2.2.0
security/hs-SHA 1.5.0.1_1 --> 1.6.1
security/hs-certificate 1.2.3_1 --> 1.3.3
security/hs-clientsession 0.7.5_1 --> 0.8.0.1
security/hs-cprng-aes 0.2.3_2 --> 0.2.4
security/hs-crypto-conduit 0.3.2_1 --> 0.4.1
security/hs-crypto-pubkey-types 0.1.1_1 --> 0.2.0
security/hs-cryptocipher 0.3.5 --> 0.3.6
security/hs-cryptohash 0.7.5_1 --> 0.7.9
security/hs-digest 0.0.1.1_1 --> 0.0.1.2
security/hs-monadcryptorandom 0.4.1_1 --> 0.5
security/hs-pureMD5 2.1.0.3_2 --> 2.1.2.1
security/hs-pwstore-fast 2.2_2 --> 2.3
security/hs-skein 0.1.0.7_1 --> 0.1.0.10
security/hs-tls 0.9.5_1 --> 1.0.2
security/hs-tls-extra 0.4.6_1 --> 0.5.0
sysutils/hs-angel 0.3.2_1 --> 0.3.3
textproc/hs-HStringTemplate 0.6.8_2 --> 0.6.12
textproc/hs-attoparsec-conduit 0.4.0.1_1 --> 0.5.0.3
textproc/hs-attoparsec-enumerator 0.3_2 --> 0.3.1
textproc/hs-blaze-html 0.5.0.0 --> 0.5.1.1
textproc/hs-blaze-markup 0.5.1.0_1 --> 0.5.1.2
textproc/hs-case-insensitive 0.4.0.1_2 --> 0.4.0.3
textproc/hs-citeproc-hs 0.3.4_1 --> 0.3.6
textproc/hs-double-conversion 0.2.0.4_2 --> 0.2.0.5
textproc/hs-highlighting-kate 0.5.1_1 --> 0.5.3.3
textproc/hs-hs-bibutils 4.12_4 --> 4.15
textproc/hs-html-conduit 0.0.1_1 --> 0.1.0.4
textproc/hs-hxt 9.2.2_1 --> 9.3.1.1
textproc/hs-lhs2tex 1.17_4 --> 1.18.1
textproc/hs-pandoc 1.9.4.2 --> 1.9.4.5
textproc/hs-parsec 3.1.2_1 --> 3.1.3
textproc/hs-regex-pcre-builtin 0.94.2.1.7.7_4 --> 0.94.4.3.8.31
textproc/hs-regex-posix 0.95.1_2 --> 0.95.2
textproc/hs-stringsearch 0.3.6.3_2 --> 0.3.6.4
textproc/hs-tagsoup 0.12.6_2 --> 0.12.8
textproc/hs-tagstream-conduit 0.3.2_1 --> 0.5.3
textproc/hs-texmath 0.6.0.6_1 --> 0.6.1.1
textproc/hs-xml-conduit 0.7.0.3_1 --> 1.0.3.3
textproc/hs-xml-types 0.3.2 --> 0.3.3
textproc/hs-xmlhtml 0.2.0.2 --> 0.2.0.3
textproc/hs-yaml 0.7.0.3 --> 0.8.1.1
www/hs-HTTP 4000.2.3_1 --> 4000.2.5
www/hs-authenticate 1.2.1.1_1 --> 1.3.2
www/hs-cookie 0.4.0_1 --> 0.4.0.1
www/hs-gitit 0.10.0.1 --> 0.10.0.2
www/hs-hamlet 1.0.1.4 --> 1.1.1.1
www/hs-happstack 7.0.0_1 --> 7.0.1
www/hs-happstack-server 7.0.3 --> 7.1.1
www/hs-heist 0.8.1.1 --> 0.8.2
www/hs-hjsmin 0.1.2_1 --> 0.1.3
www/hs-http-conduit 1.4.1.10 --> 1.8.4.3
www/hs-http-date 0.0.2_1 --> 0.0.3
www/hs-http-server 1_5 --> 1.0.1
www/hs-http-types 0.6.11_1 --> 0.7.3.0.1
www/hs-path-pieces 0.1.1_1 --> 0.1.2
www/hs-shakespeare 1.0.0.2_1 --> 1.0.2
www/hs-shakespeare-css 1.0.1.2_1 --> 1.0.2
www/hs-shakespeare-js 1.0.0.3_1 --> 1.1.0
www/hs-shakespeare-text 1.0.0.2_1 --> 1.0.0.5
www/hs-snap 0.9.0.1 --> 0.9.2.2
www/hs-snap-core 0.9.0 --> 0.9.2.2
www/hs-snap-server 0.9.0 --> 0.9.2.4
www/hs-wai 1.2.0.3 --> 1.3.0.1
www/hs-wai-app-static 1.2.0.4 --> 1.3.0.4
www/hs-wai-extra 1.2.0.5 --> 1.3.0.4
www/hs-wai-logger 0.1.4_1 --> 0.3.0
www/hs-wai-test 1.2.0.2_1 --> 1.3.0
www/hs-warp 1.2.2 --> 1.3.5
www/hs-yesod 1.0.1.6_1 --> 1.1.4.1
www/hs-yesod-auth 1.0.2.1_1 --> 1.1.2
www/hs-yesod-core 1.0.1.2_1 --> 1.1.6.1
www/hs-yesod-default 1.0.1.1_1 --> 1.1.2
www/hs-yesod-form 1.0.0.4_1 --> 1.2.0.1
www/hs-yesod-json 1.0.0.1_1 --> 1.1.2
www/hs-yesod-persistent 1.0.0.1_1 --> 1.1.0
www/hs-yesod-platform 1.0.5 --> 1.1.5
www/hs-yesod-routes 1.0.1.2_1 --> 1.1.1.1
www/hs-yesod-static 1.0.0.3_1 --> 1.1.1.1
www/hs-yesod-test 0.2.1 --> 0.3.1.1
x11-toolkits/hs-gtk 0.12.3.1 --> 0.12.4
x11-toolkits/hs-pango 0.12.3_1 --> 0.12.4
Removed ports (1):
textproc/hs-xml2html 0.1.2.3_1
Approved by: wen (maintainer) [1]
Obtained from: FreeBSD Haskell
2012-12-20 02:23:04 +00:00
Christian Weisgerber
6f90146232
Convert to OptionsNG and trim Makefile headers.
2012-12-18 21:29:04 +00:00
Alexey Dokuchaev
142171e3f3
For a number of ports in archives category, trim the header and drop leading
...
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
2012-12-18 07:57:31 +00:00
Alexey Dokuchaev
45ada2d602
Cleanup archives/p5-POE-Filter-* ports a bit:
...
- Switch to modern two-line Makefile header
- Drop indefinite article from COMMENT line
- Consistently set BUILD_DEPENDS and RUN_DEPENDS
2012-12-18 07:07:28 +00:00
Alexey Dokuchaev
711c5a7741
Cleanup Makefile and port description.
2012-12-18 06:41:26 +00:00
Alexey Dokuchaev
ed13439abc
- Switch to modern two-line Makefile header
...
- Use DISTVERSION to reduce hand labor
- Drop indefinite article from COMMENT line
- Convert to the new OPTIONS framework
- Minor cleanups in Makefile and port description
2012-12-18 06:30:32 +00:00
Alexey Dokuchaev
354ffdd731
- Use two-line Makefile header
...
- Utilize PORT_OPTIONS for docs and examples
- Drop article from COMMENT
Approved by: maintainer (implicit)
2012-12-18 04:14:22 +00:00
Andrej Zverev
14d750125f
Cleanup supporting perl version 5.8 and 5.10,
...
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00
Alexey Dokuchaev
056d470bf7
- Drop GLX_X86 from OPTIONS_DEFINE (forgotten in r309016)
...
- Do not reassign GH_PROJECT to its default value
2012-12-16 15:49:26 +00:00
Andrej Zverev
10a2b4693f
- Set default perl version for ports which currently using
...
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00