Jason Helfman
ed334abe90
- add new port: science/voro++
...
Voro++ is a software library for carrying out three-dimensional computations
of the Voronoi tessellation. A distinguishing feature of the Voro++ library
is that it carries out cell-based calculations, computing the Voronoi cell
for each particle individually. It is particularly well-suited for
applications that rely on cell-based statistics, where features of Voronoi
cells (eg. volume, centroid, number of faces) can be used to analyze a
system of particles.
WWW: http://math.lbl.gov/voro++/
PR: 177678
Submitted by: jwbacon@tds.net
Feature safe: yes
2013-04-16 22:46:18 +00:00
Rene Ladan
5727b9916c
- Reset maintainer [1]
...
While here:
- convert Makefile header
- pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes)
- drop support for unsupported FreeBSD versions
- convert to optionsNG
Submitted by: previous maintainer (tkjacobsen@gmail.com ) [1] in
http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html
Feature safe: yes
2013-04-16 16:00:08 +00:00
Bryan Drewery
8878752220
- Does not build on 8.3-i386. Does build ok on 9.1-i386.
...
ports/155546 may fix this. The issue is that the libtool linking stage
is not respecting the CC=gcc46 environment that is used to compile
the rest of the port first. This causes the linking to use 'cc' instead.
.libs/ctl.o(.text.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'
/usr/lib/crtbeginS.o(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): first defined here
*** Error code 1
Approved by: portmgr (implicit)
2013-04-15 17:29:36 +00:00
Wen Heping
6d9b67f0b8
- Fix bad plist prevents packaging
...
PR: 177609
Submitted by: John Marino <draco@marino.st>
Approved by: portmgr(miwi@)
2013-04-07 12:01:13 +00:00
Jason Helfman
50300e3a9e
- update to 0.4e
...
- unbreak as distfile is unversioned
- future mismatches should be investigated as potential software updates
Approved by: portmgr (erwin)
2013-04-07 07:11:16 +00:00
Max Brazhnikov
4e287aa7e8
Fix plist
...
Approved by: portmgr (miwi)
2013-04-03 11:25:06 +00:00
Martin Wilke
6073fef82b
- Mark BROKEN checksum mismatch
...
Reported by: pointyhat
Approved by: portmgr
2013-03-30 13:19:15 +00:00
Eitan Adler
6b720eaf70
Convert a few remaining straglers from the unmaintined ports to pathfix
2013-03-28 17:56:37 +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
Max Brazhnikov
2796227546
- Rename pyBioLCCC to pyteomics.biolccc (follow upstream)
...
- Update to 1.5.0
- Trim Makefile header
2013-03-28 13:10:23 +00:00
Max Brazhnikov
86a49b33b6
Add new port science/pyteomics:
...
Pyteomics is a collection of lightweight and handy tools for Python
that help to handle various sorts of proteomics data. Pyteomics
provides a growing set of modules to facilitate the most common
tasks in proteomics data analysis, such as:
* calculation of basic physico-chemical properties of polypeptides:
. mass and isotopic distribution
. charge and pI
. chromatographic retention time
* access to common proteomics data:
. MS or LC-MS data
. FASTA databases
. search engines output
* easy manipulation of sequences of modified peptides and proteins
WWW: https://pypi.python.org/pypi/pyteomics
2013-03-28 13:05:42 +00:00
Eitan Adler
1e5f12f776
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
2013-03-28 03:28:30 +00:00
Brendan Fabeny
509bf4a1e0
update to 3.0wr-021113
2013-03-28 01:06:02 +00:00
TAKATSU Tomonari
21b94508b6
- Update to 0.3-12
2013-03-27 20:52:59 +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
Martin Wilke
5e0dac513e
- Update to 4.6.1
...
PR: 177243
Submitted by: ports fury
2013-03-24 16:27:23 +00:00
Wen Heping
664030a972
- Update to 1.76.0
2013-03-24 14:19:01 +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
Baptiste Daroussin
4e29df1229
Add an explicit dependency on pkgconf
2013-03-22 12:36:06 +00:00
Thierry Thomas
4e562e73c9
Chase french/med upgrade.
2013-03-19 20:35:32 +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
997f760bc0
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
...
This was causing me issues when attempting to gather certain statistics.
While here trim header
Approved by: miwi, adrian, tj
No objection from: db, bjk, cperciva, scheidell, osa
2013-03-17 16:44:03 +00:00
Alexey Dokuchaev
28f0bea43f
In categories starting with [n-s], remove empty lines (and also few cases of
...
trailing slashes) from pkg-plist.
2013-03-17 14:20:20 +00:00
Bryan Drewery
95aee6f4c7
Generalize the BROKEN message to remove i386 reference
2013-03-17 14:15:48 +00:00
Bryan Drewery
f85a16e870
Unbreak on i386; builds fine.
...
Reported by: John Marino <draco@marino.st>
2013-03-17 14:02:34 +00:00
Martin Wilke
bd4c75330d
- Unbreak build with clang
...
PR: i176346
Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
Approved by: maintainer timeout
2013-03-14 11:49:12 +00:00
Martin Wilke
5f7fb24f40
- Convert to Optionsng
...
- While here trim header
2013-03-14 11:20:54 +00:00
Bryan Drewery
94c5bd1628
- Fix warning when building in a jail
...
perl: not found
"Makefile", line 28: warning: "perl -V:archname" returned non-zero status
PR: ports/174576
Approved by: maintainer timeout (>2 months via email)
2013-03-14 00:52:09 +00:00
Dmitry Sivachenko
b4d1f35918
Update to version 0.13.1.
2013-03-11 14:11:26 +00:00
Brendan Fabeny
51cd110a01
update math/R to 2.15.3, and adjust dependent ports
2013-03-07 04:21: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
Maho Nakata
773f134396
update to 2012/5/1 R2 version.
2013-03-05 11:43:18 +00:00
Li-Wen Hsu
6ee38c4b27
- Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation
2013-03-04 11:19:40 +00:00
Li-Wen Hsu
ddb097c515
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
2013-03-02 22:32:48 +00:00
Martin Wilke
0520efb9c2
- Update to 0.3
...
PR: 176540
Submitted by: Ports Fury
2013-03-02 14:54:19 +00:00
Martin Wilke
47b30b0023
- Update to 4.9
...
PR: 176554
Submitted by: Ports Fury
2013-03-02 14:49:28 +00:00
Martin Wilke
249ae854e8
- Update to 2.31
...
PR: 176568
Submitted by: Ports Fury
2013-03-02 14:47:05 +00:00
Martin Wilke
6ff86f1226
- Update to 0.4d
...
PR: 176547
Submitted by: ports fury
2013-03-02 06:30:55 +00:00
Martin Wilke
3867f31f21
- Update to 0.90
...
PR: 176549
Submitted by: Ports Fury
2013-03-02 06:29:42 +00:00
Martin Wilke
bca8240a10
- Update to 0.7.5
...
- Trim header
PR: 176533
Submitted by: ports fury
2013-03-02 05:49:40 +00:00
Steve Wills
81f2a3521b
- Add patch to fix build
...
With hat: ruby@
2013-02-26 02:34:03 +00:00
Max Brazhnikov
cf35ad4c49
Add new ports science/fvcom and science/fvcom-mpi:
...
FVCOM is a prognostic, unstructured-grid, finite-volume, free-surface,
3-D primitive equation coastal ocean circulation model developed
by UMASSD-WHOI joint efforts.
WWW: http://fvcom.smast.umassd.edu/FVCOM/index.html
PR: ports/166726
PR: ports/166728
Submitted by: Jason Bacon <jwbacon at tds.net>
2013-02-20 17:30:45 +00:00
Martin Wilke
ddadb825d1
- Update to 4.6
...
PR: 175589
Submitted by: Ports Fury
2013-02-10 07:56:49 +00:00
Martin Wilke
54b425dd8a
- Update to 3.4.0
...
PR: 175601
Submitted by: maintainer
2013-02-09 14:02:02 +00:00
TAKATSU Tomonari
49e9dbc4b8
- Update to 1.1.44
...
- Remove indefinite article from COMMENT
2013-02-09 01:30:13 +00:00
Martin Wilke
09b95bf774
- Fix build with clang
...
PR: 175022
Submitted by: Ports Fury
2013-02-07 14:36:55 +00:00
Baptiste Daroussin
acdfba3fc5
japanese/vflib||2013-02-06|Has expired: No more public distfiles
...
graphics/py-visual||2013-02-06|Has expired: Depends on the expired x11-toolkits/gtkglarea [1]
math/gnuplot+||2013-02-06|Upstream says: This package is obsolete. The author does not recommend to use it
science/vis5d+||2013-02-06|No new release since 2001, depends on expired x11-toolkits/gtkglarea [2]
Approved by: stephen [1],
nivit [2]
2013-02-06 07:46:43 +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
Max Brazhnikov
cb8b1428c6
KDE/FreeBSD team presents KDE SC 4.9.5 ports!
...
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Max Brazhnikov
3503833535
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
...
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Alex Kozlov
05a9235c98
- Fix all cases of 'No newline at end of file' in ports tree
...
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Baptiste Daroussin
f5f6cd6d9b
Chase boost update
2013-01-31 13:38:42 +00:00
Anton Berezin
7b48f5d2b8
Update to 0.011.
...
Changes: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/Changes
2013-01-29 08:50:49 +00:00
Steve Wills
83e94f0ff0
- Update to 1.2.2
...
PR: ports/173749
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2013-01-22 03:31:11 +00:00
Steve Wills
b8cc06a151
- Chase lib version changes from ilmbase and OpenEXR updates
2013-01-17 16:05:38 +00:00
Wen Heping
1deabaad5a
- Update to 1.75.01
...
- Trim Makefile headers
2013-01-15 06:22:00 +00:00
TAKATSU Tomonari
91ea3ed1a8
- Update to 0.2-6
2013-01-08 12:39:31 +00:00
Maho Nakata
2123859d63
Update to 3.0.0.
2013-01-08 10:50:11 +00:00
Maho Nakata
a8ae657896
update to 1.0.0.
2013-01-08 07:13:23 +00:00
Maho Nakata
8d7dab3978
* Update to 3.0.0.
...
* Some build cleanups. [1]
Submitted by: bapt@ [1]
2013-01-08 06:53:51 +00:00
Maho Nakata
03f8b03e09
Fix recent build on tinderbox. Somehow "sc_PsiCCSD_T.3" is not
...
build on tinderbox, so I removed as a quick hack.
pointed out by: beat@
2013-01-08 04:49:03 +00:00
Maho Nakata
b7143a6eec
Host some documens in local-distfiles. Somehow documents are dissapeared.
...
The reason seems that developers are now interested in psi4.
2013-01-07 14:32:02 +00:00
Baptiste Daroussin
bb3f74bc00
- Remove wrong dependency on gtkglarea
...
While here:
- Trim headers
- Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG= build
Approved by: maho (maintainer)
2013-01-07 06:43:55 +00:00
Baptiste Daroussin
3b3aeb97a7
- Add an explicit dependency on gettext to fix build on system where everything
...
is built without NLS
While here:
- Trim headers
- Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG= build
Approved by: maho (maintainer)
2013-01-07 06:42:07 +00:00
Thierry Thomas
ebe4632ec0
- remove an obsoleted dependency on py-numarray;
...
- limiting python version to 2.x only (because py-numpy isn't python3
aware yet);
- eliminating PYTHON_SITELIBDIR in matplotlib dependency.
Submitted by: rm
2013-01-05 14:28:32 +00:00
Brendan Fabeny
3f2ca9c1d8
update the R base ports to 2.15.2 and adjust dependent ports
...
Reviewed by: thierry, tota, wen
2013-01-04 17:51:39 +00:00
Thierry Thomas
4ab4d2f73e
Upgrade GDL to 0.9.3.
...
Change log at
<http://sourceforge.net/projects/gnudatalanguage/files/gdl/0.9.3/README >
2013-01-01 20:11:43 +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
Beech Rintoul
6bec834a46
- Fix build with clang
...
- Support PLIST_FILES
- Strip binaries
PR: ports/174167
Submitted by: KATO Tsuguru <tkato432@yahoo.com> (maintainer)
2012-12-23 19:11:12 +00:00
Marcelo Araujo
1b9e13a9ec
- Update to 4.2.8.
...
- Add MAKE_JOBS_SAFE.
- Trim header.
PR: ports/172052
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2012-12-20 05:41:13 +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
Eitan Adler
f544c81e25
Update to 5.4.7
...
Trim header
Pet portlint
PR: ports/174555
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-12-19 03:01:41 +00:00
Andrej Zverev
4603fee495
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 06:15:27 +00:00
Pawel Pekala
e52c4d8479
- Update to version 3.3.0 [1]
...
- Add missing deps
- Mark MAKE_JOBS_UNSAFE
- tab -> space in WWW: line
PR: ports/174397 [1]
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2012-12-16 20:59:39 +00:00
Baptiste Daroussin
d7f85b72cf
Convert to new option framework
2012-12-13 10:47:44 +00:00
Beech Rintoul
601877f153
- Update to 5.4.7
...
PR: ports/174389
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-12-13 02:25:38 +00:00
Beech Rintoul
7c29ed9db4
- Bump port after ImageMagick update
...
- Remove version
- Bump PORTREVISION
2012-12-11 20:54:22 +00:00
Max Brazhnikov
5bf9bfc399
science/openbabel:
...
- Update openbabel to 2.3.2
- Switch to CMake build system
- Add PYTHON and CAIRO options
- Don't rename babel binary, mark conflict with ancient biology/babel
science/py-openbabel:
- Merge py-openbabel to openbabel
other:
- chase openbabel update
2012-12-11 14:19:54 +00:00
Martin Matuska
b2c4fbb77a
Update PCRE to 8.32
...
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Thierry Thomas
eb9f1a8462
Fix HDF5 description.
...
Spotted by: danfe
2012-12-10 18:20:15 +00:00
Baptiste Daroussin
9c526f7217
Decommissioning java 1.5 (EOLed since October 2009):
...
suppress any reference to JAVA_VERSION= 1.5+ (part3)
2012-12-10 13:43:43 +00:00
Eitan Adler
a52b1a298c
Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
...
PR: ports/174309
Submitted by: Chris Petrik
2012-12-10 01:20:16 +00:00
Frederic Culot
af19bb44af
- Update to 1.7 [1]
...
- Remove leading article from COMMENT
- Trim Makefile header
Changes: http://ace-host.stuart.id.au/russell/files/ws2300/ChangeLog.txt
PR: ports/174296 [1]
Submitted by: Stefan Bethke <stb@lassitu.de> (maintainer)
2012-12-09 13:19:39 +00:00
Thierry Thomas
09adf13f24
Switch to OptionsNG.
...
Feature safe: yes
2012-12-08 10:17:38 +00:00
Wen Heping
9a61b3cf18
- Trim Makefile headers
...
- Pass maintainership to perl@
Feature safe: yes
2012-12-07 07:13:56 +00:00
Rene Ladan
affd9e39db
- Use a space after "Created by:", not a tab
...
- Fix name of KDEBASE description variable
Submitted by: danfe
Feature safe: yes
2012-12-06 14:13:34 +00:00
Rene Ladan
9ae17f3c48
- Convert to optionsNG
...
- Strip library version numbers
Feature safe: yes
2012-12-06 10:28:28 +00:00
Wen Heping
f6246255ac
- Trim Makefile headers
...
- Pass maintainership to perl@
Feature safe: yes
2012-12-06 02:12:52 +00:00
Bryan Drewery
01c4d0b9ee
- Update to 0.99.24
...
- Trim header
- Does not build with clang: Add USE_GCC=any
Feature safe: yes
2012-12-04 23:29:56 +00:00
Ryan Steinmetz
c4786a9368
- Reset MAINTAINER due to unrecoverable bounce
...
Reported by: portscout
Feature safe: yes
2012-12-04 20:39:22 +00:00
Ruslan Makhmatkhanov
32133fd899
- add patch to fix build with latest boost 1.48
...
while here:
- trim Makefile header
- remove indefinite article from COMMENT
- convert to optionsng
- strict python version to 2.x, because avogadro python code isn't 3.x-aware
- use PYTHON_PKGNAMEPREFIX in dependencies
- update WWW
PR: 173944
Submitted by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
Feature safe: yes
2012-12-01 06:32:48 +00:00
Armin Pirkovitsch
86506cc12c
- Update to version 3.07
...
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Convert to optionsng
PR: ports/170165
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
2012-12-01 00:00:12 +00:00
Armin Pirkovitsch
129a867c3c
- Update to version 0.7.4
...
PR: ports/170166
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
2012-11-30 23:50:36 +00:00
Thierry Thomas
730c2b873c
Upgrade to 3.6.1.1.
...
Changelog at <http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download.html >.
Feature safe: yes
2012-11-27 06:41:02 +00:00
Bryan Drewery
e24067f70e
- Update to 1.0.2
...
- Remove ABI versions from LIB_DEPENDS
Feature safe: yes
2012-11-27 03:28:28 +00:00
Thierry Thomas
b2503fadf6
Upgrade to 2012.02.05.
...
Feature safe: yes
2012-11-22 21:39:32 +00:00
Pawel Pekala
3456d3457a
Update to version 2.30
...
PR: ports/172051
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
2012-11-10 16:35:49 +00:00
Pietro Cerutti
4bd5f0fcc8
- update to 3.3.4 (old version isn't fetchable anymore)
...
- update Tcl/Tk dependency to 8.5 (doesn't work with 8.4 anymore)
- fix jstrack.sh.in to locate jstrack's library dir
Reported by: PH (via beat@)
Approved by: portmgr@ (implicit)
Feature safe: yes
2012-11-08 11:40:29 +00:00
Dmitry Sivachenko
f0e563344e
Fix dep.
...
Feature safe: yes
2012-11-08 11:37:48 +00:00
Dmitry Sivachenko
ecc543fdd0
Add missing depends.
...
Feature safe: yes
2012-11-08 11:29:01 +00:00
Stephen Montgomery-Smith
9747a4dcdc
- forgot to remove a file in the last update.
...
Feature safe: yes
2012-11-08 00:02:06 +00:00
Stephen Montgomery-Smith
5e079d547d
- Update to 2.2.1.
...
Feature safe: yes
2012-11-07 23:56:49 +00:00
TAKATSU Tomonari
e3cb8d23c0
- Update to 1.1.40
...
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
Feature safe: yes
2012-11-06 22:51:13 +00:00
Eitan Adler
63f5ebb87d
Hand over port to new volunteer.
...
Feature safe: yes
2012-11-02 14:26:22 +00:00
Eitan Adler
3ca4c43737
Drop maintainership per request
...
Trim header
Approved by: maintainer
Feature safe: yes
2012-11-02 01:33:11 +00:00
Steve Wills
256e1796dc
- Update to 1.2.1
...
- Update URLs of MASTER_SITES
- Add lines related to LICENSE file
- Add math/ruby-gsl to RUN_DEPENDS
- Use PORTDOCS and PORTEXAMPLES
- Trim headers while here
PR: ports/165487
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Feature safe: yes
2012-10-21 15:13:44 +00:00
Dmitry Sivachenko
46c2c1f344
scikit-learn is a Python module integrating classic machine learning
...
algorithms in the tightly-knit scientific Python world (numpy, scipy,
matplotlib). It aims to provide simple and efficient solutions to
learning problems, accessible to everybody and reusable in various contexts:
machine-learning as a versatile tool for science and engineering.
WWW: http://scikit-learn.org/
Feature safe: yes
2012-10-19 12:24:00 +00:00
Ruslan Makhmatkhanov
f7f5299fce
- update to 0.11.0
...
- trim Makefile header
while here:
- add license (BSD)
- limit python version to 2.x (doesn't builds with 3.x)
- remove shlib versions to fix some of porlint warnings
- update distinfo for user reference
PR: 172179
Submitted by: wen
Approved by: maintainer timeout (2 weeks+)
Feature safe: yes
2012-10-17 06:15:16 +00:00
Frederic Culot
5a7d6aa3de
- Update to 0.13
...
Changes: http://search.cpan.org/dist/Geo-Coordinates-Converter/Changes
Feature safe: yes
2012-10-16 14:19:23 +00:00
Max Brazhnikov
622e742bb1
Update to 2.0.6
...
Add optional support for Matlab files via math/matio
Trip Makefile header
Feature safe: yes
2012-10-11 11:25:19 +00:00
Wen Heping
f3336c3fa0
- Update to 2.15.1.0
...
- Trim Makefile headers
Feature safe: yes
2012-10-11 06:20:40 +00:00
Wen Heping
726d22903f
- Trim Makefile headers
...
- Reset maintainer to ports@
2012-10-10 06:48:32 +00:00
Wen Heping
e25ea0bc47
- Trim Makefile headers
2012-10-10 06:46:07 +00:00
Wen Heping
444423160d
- Update to 0.7.0
...
- Trim Makefile headers
2012-10-10 06:25:58 +00:00
Mark Linimon
a8693b8dee
Force numerous ports that fail to build with clang over to instead always
...
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Marcus von Appen
cc0538bca8
- Remove automatic dependency to SuiteSparse; use OPTIONS instead
...
- Change to new OPTIONS style
- Add RUN_DEPENDS on py-nose
PR: ports/171349
Submitted by: Li-Lun Wang <llwang@infor.org> (maintainer)
Reported by: A.J. Kehoe IV (Nanoman)
2012-10-07 10:26:43 +00:00
Wen Heping
21377a1174
- Update to 1.0.1
...
- Trim Makefile headers
- Reset maintainer to ports@
2012-10-07 03:55:19 +00:00
Florian Smeets
03f68d2bcf
- convert to optionsNG
...
- trim headers
- drop maintainership
2012-10-06 20:50:12 +00:00
Bryan Drewery
0a9c9c2dff
- Fix header to proper format
...
Reported by: danfe
2012-10-01 15:01:14 +00:00
Thomas Abthorpe
d46aafc64e
- Reassign to the heap at maintainer's request
2012-10-01 14:45:16 +00:00
Sunpoet Po-Chuan Hsieh
b047900a6b
- Update to 1.3.1
...
- Cleanup Makefile header
Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.3.1
2012-09-30 04:19:04 +00:00
Bryan Drewery
ca9f330131
- Pass maintainership to submitter
...
- Update to new header
PR: ports/172155
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2012-09-29 06:27:33 +00:00
Frederic Culot
4ff591bc69
- Update to 0.12
...
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Geo-Coordinates-Converter/Changes
2012-09-26 08:31:30 +00:00
Thomas Abthorpe
4136dc9aec
- Reassign to the heap at maintainer's request
2012-09-23 22:17:43 +00:00
Max Brazhnikov
6df6a812b7
Remove QT_COMPONENTS - Qt 3 ports don't use it
2012-09-19 23:57:37 +00:00
Wen Heping
814bfadb86
- Update to 0.7.0
2012-09-18 01:01:52 +00:00
Wen Heping
d7298463a6
- Update to 0.7.0
2012-09-17 13:10:47 +00:00
Wen Heping
b4d10320f4
- Update to 0.7.0
2012-09-17 06:43:10 +00:00
Wen Heping
ce5b178bde
- Update to 0.7.0
2012-09-15 03:15:31 +00:00
Wen Heping
aa05a69650
- Update to 0.7.0
2012-09-15 03:13:27 +00:00
TAKATSU Tomonari
119f4582fe
- Update to 1.6-1
2012-09-14 20:06:40 +00:00
Mark Linimon
4905eed6ba
Fix typo.
2012-09-14 05:47:44 +00:00
Beat Gaetzi
734349b51e
- Move libxul 1.9.2 to www/libxul19
...
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
2012-09-10 19:19:32 +00:00
Wen Heping
53ed3e8d67
- Update to 0.7.0
2012-09-09 13:34:21 +00:00
Thierry Thomas
c81f03ac34
Fix on FreeBSD-7.x.
...
Reported by: pointyhat via beat
2012-09-08 09:33:14 +00:00
Mark Linimon
88d9c9d8a2
Mark as broken on powerpc.
...
Hat: portmgr
2012-09-08 07:49:05 +00:00
Wen Heping
9c0580a925
- Update to 0.7.0
2012-09-04 07:44:17 +00:00
Wen Heping
52885f947a
- Update to 0.7.1
2012-09-04 07:18:31 +00:00
Wen Heping
cd6417ff6d
- Update to 1.4.0
2012-09-04 07:13:08 +00:00
Koop Mast
0eea2fd85b
Add a PORTSCOUT tag so only stable releases get found.
2012-08-20 14:32:47 +00:00
Alex Kozlov
6f4e46eee7
- Update to 3.2
...
- Convert to new options framework
- make py-scipy optional dependency
- Remove py-symeig, symeig routines come with mdp
- Add py-pp and libsvm-python OPTIONS
- Add OPTIONSFILE for sane make config across python versions
- Patch config.py to handle OSError as exception when it cant find libsvm.so
- Update and sort pkg-plist
- Add LICENSE
PR: ports/169266
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: Li-Lun "Leland" Wang <llwang@infor.org> (maintainer)
2012-08-08 21:27:15 +00:00
Frederic Culot
fdbb248c6f
- Update to 2.0.8
2012-08-06 07:19:41 +00:00
Koop Mast
5aa7246575
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
...
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Carlo Strub
a9f85911cd
Fix typos and make small modifications in COMMENT (according to Porter's
...
Handbook)
Approved by: portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Gabor Pali
db8a630740
- Teach the Haskell Cabal ports to use the new options framework
...
- Remove some cruft
Obtained from: FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Carlo Strub
344b32ccd9
- Fix typos in COMMENT
...
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
2012-08-02 09:02:43 +00:00
Max Brazhnikov
52e8b487f6
- Convert my ports to new options framework
...
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Steve Wills
f988c552bd
- Update to 1.7.0.
...
- Add/update *DEPENDS for libcdcl.so which is introduced by science/cdcl 5.4.5
- Use PORTDOCS and PORTEXAMPLES
- Use dirrmtry
PR: ports/169033
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-07-25 01:23:45 +00:00
Niclas Zeising
e0ee3df12d
Update to version 2.0.18 [1]
...
Fix build with clang [2]
Change WWW in pkg-descr and pkg-message to point to current web side [3]
PR: ports/169925 [1]
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) [1], kwm [2], [3]
Approved by: maintainer, kwm (mentor)
2012-07-20 16:33:32 +00:00