Philip M. Gollucci
b59621d3ae
- Revert ports/165605 as requested by portmgr@
...
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Renato Botelho
5946f8f61e
Update to 1.4.9
...
Feature safe: yes
2012-03-10 14:54:59 +00:00
Philip M. Gollucci
2cf4c1e2c8
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
...
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
2012-03-08 18:45:38 +00:00
Kevin Lo
3f632051ab
Oops
2012-03-06 01:34:22 +00:00
Kevin Lo
987fc03f28
Cosmetic change
2012-03-05 03:14:52 +00:00
Joe Marcus Clarke
d0e0364c48
Bump PORTREVISION for the previous commit to fix C++ builds.
2012-03-04 23:57:59 +00:00
Joe Marcus Clarke
cb5830acfc
Fix building C++ code that uses libiconv.
...
PR: 165348
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
2012-03-04 23:56:55 +00:00
Brendan Fabeny
2dbc7784bc
update math/R to 2.14.2, and adjust dependent ports
2012-03-03 16:59:36 +00:00
Alex Kozlov
7ca108f3bd
Update maintainer email in my ports
...
Approved by: eadler (mentor)
2012-03-02 23:43:45 +00:00
Kevin Lo
6851117d98
Initial import of zfec-1.4.22
...
Zfec is a fast erasure codec which can be used with the command-line,
C, Python, or Haskell.
2012-03-02 09:28:52 +00:00
Dmitry Marakasov
dcd628d752
- Update to 1.03
...
PR: 165441
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2012-02-25 06:12:05 +00:00
Philip M. Gollucci
84570ca950
- Deprecate, Expire, mark broken
...
Reported by: pav via pointyhat
2012-02-24 23:12:07 +00:00
Jason Helfman
13c5839543
- Update to 0.04.9
...
From ChangeLog:
2011-09-23 unidecode 0.04.9
* Fixed Python 2.5 installation issue.
2011-09-22 unidecode 0.04.8
* License change to GPL to fit better with other Python modules and
to remove the issue of depending on Perl for licensing terms.
* Always return a string object on Python 2.x. Before this patch,
unidecode() returned a unicode object on Python 2.x if the input
was a unicode object that contained ASCII characters. Behaviour
on Python 3.x remains unchanged. (thanks to Wesley Yarde)
PR: ports/165344
Submitted by: maintainer, douglas@douglasthrift.net
2012-02-21 21:36:11 +00:00
TAKATSU Tomonari
983f6ebd1a
- Add a new port: converters/R-cran-rjson
...
Converts R object into JSON objects and vice-versa
WWW: http://cran.r-project.org/web/packages/rjson/
2012-02-21 14:04:12 +00:00
Eitan Adler
34a2d51f60
- use chmlib-0.40 instead of embedded chmlib-0.19, remove patch-bb
...
- improve Makefile, remove unnecessary do-install target
- remove ONLY_FOR_ARCH, new chmlib does not have such a limitation
- give maintainership to submitter
PR: ports/165287
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
2012-02-19 21:29:52 +00:00
Steve Wills
763cb66897
- Add patch to fix tests
...
PR: ports/164413
Submitted by: swills (myself)
Approved by: maintainer timeout (rafan, > 3 weeks)
2012-02-19 14:50:06 +00:00
Emanuel Haupt
50a49d3ffc
Remove undefined USE_SSL. No revision bumb since it's a NOP.
...
Submitted by: eadler (via mail)
2012-02-14 21:24:23 +00:00
Gabor Pali
b18ef44e5f
- Update to 0.14.0.3
...
Obtained from: FreeBSD Haskell
2012-02-13 04:05:48 +00:00
Gabor Pali
b5a0e72f4a
- Update to 0.4.0.1
...
Obtained from: FreeBSD Haskell
2012-02-13 04:04:35 +00:00
Gabor Pali
c4aebd467c
- Please welcome GHC 7.0.4
...
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
2012-02-13 03:49:32 +00:00
Ryan Steinmetz
9942c139c4
- Fix build when using custom PREFIX/LOCALBASE
...
PR: ports/165039
Submitted by: zi@ (me)
Approved by: mm@ (maintainer)
2012-02-12 21:00:03 +00:00
TAKATSU Tomonari
545e40290c
- Update to 0.98-1
2012-02-09 17:56:36 +00:00
Dmitry Marakasov
0b77223157
- Update to r27612
2012-01-24 16:38:36 +00:00
Brendan Fabeny
f00f210e61
update lang/sbcl to 1.0.55, and adjust dependent ports
2012-01-24 14:10:45 +00:00
Eitan Adler
c59a3834c4
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
...
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
2012-01-21 17:40:15 +00:00
TAKATSU Tomonari
e2fc069bdd
- Update to 0.97-0
2012-01-19 14:47:54 +00:00
Sunpoet Po-Chuan Hsieh
8c48e709ed
- Update to 0.05
...
Changes: http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/Changes
2012-01-19 09:13:00 +00:00
Brendan Fabeny
6ef707b384
update math/R to 2.14.1, and adjust dependent ports
2012-01-18 23:04:08 +00:00
Dirk Meyer
7b789e7c50
- Security patch to re-enable locking of temp files
...
Security: CVE-2011-4919
2012-01-18 05:36:49 +00:00
Ruslan Makhmatkhanov
f2c3174517
- update converters/libticonv to 1.1.3
...
- update devel/libtifiles2 to 1.1.5
- update comms/libticables2 to 1.3.3
- update comms/libticalcs2 to 1.1.7
- update comms/tilp2 to 1.16
- bump PORTREVISION for emulators/tiemu3
- add LICENSE (GPLv2)
I did this in single commit because this ports are tightly interconnected,
so chanses are good to (temporarily) broke something, committing them
separatedly.
PR: 164024
Submitted by: Tijl Coosemans <tijl at coosemans dot org> (maintainer)
2012-01-17 19:06:35 +00:00
Jason Helfman
ee37741275
- Update to 7.3
...
PR: ports/164214
Submitted by: maintainer, Kuan-Chung Chiu <buganini at gmail.com>
Approved by: crees,rene (mentors,implicit)
2012-01-17 00:48:46 +00:00
Jason Helfman
30fc54590f
- Update to 0.4
...
PR: ports/164212
Submitted by: maintainer, Kuan-Chung Chiu <buganini at gmail.com>
Approved by: crees,rene (mentors,implicit)
2012-01-17 00:46:33 +00:00
Sunpoet Po-Chuan Hsieh
5e62545324
- Update to 7.3
...
Changes: https://github.com/buganini/python-bsdconv/commits/master
PR: ports/163949
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2012-01-09 16:11:47 +00:00
Eitan Adler
c5d811a37d
Repeated words are are hard to to find sometimes.
...
Approved by: portmgr (itetcu)
2012-01-08 07:01:25 +00:00
Sunpoet Po-Chuan Hsieh
17104f47ef
- Update to 0.3
...
- Use PLIST_FILES/PLIST_DIRS
Changes: https://github.com/buganini/gbsdconv/commits/master
PR: ports/163696
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2012-01-02 02:03:03 +00:00
Alex Dupre
545fa591c2
Update to 20110201 release.
2011-12-30 15:22:18 +00:00
Sunpoet Po-Chuan Hsieh
8c7b022aea
- Update to 7.2
...
Changes: https://github.com/buganini/python-bsdconv/commits/master
PR: ports/163695
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2011-12-29 23:20:58 +00:00
Sunpoet Po-Chuan Hsieh
d3b9cd727b
- Update to 7.2
...
Changes: https://github.com/buganini/bsdconv/blob/master/Changelog
PR: ports/163694
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2011-12-29 23:20:38 +00:00
Emanuel Haupt
33fcf400f8
End WWW CPAN URL with a "/"
2011-12-28 08:20:20 +00:00
Li-Wen Hsu
3f0d9591ef
Add gbsdconv 0.2, GUI for bsdconv.
...
PR: ports/163642
Submitted by: buganini@gmail.com
2011-12-27 17:28:24 +00:00
Emanuel Haupt
48b16bc177
Pacify portlint
...
Feature safe: yes
2011-12-27 15:14:23 +00:00
Sunpoet Po-Chuan Hsieh
6e07f43495
- Update to 7.1
...
Changes:
- Update README
- Use PyObject_DEL instead of PyObject_Del
- Add testconv(), testconv_chunk(), testconv_chunk_last(), testconv_file()
PR: ports/163532
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2011-12-22 18:56:08 +00:00
Sunpoet Po-Chuan Hsieh
9e8d7277ae
- Update to 7.1
...
Changes: https://github.com/buganini/bsdconv/blob/master/Changelog
PR: ports/163531
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2011-12-22 18:55:07 +00:00
Pav Lucistnik
dbc428f2de
- Update WWW
...
Reported by: distilator
Feature safe: yes
2011-12-13 17:55:10 +00:00
Ruslan Makhmatkhanov
a1f759373b
Log:
...
- Remove expired port: Included into python itself since version 2.4.
Approved by: novel (mentor)
Feature safe: yes
2011-12-12 11:24:28 +00:00
Sunpoet Po-Chuan Hsieh
b12d0e6f16
- Update to 1.104
...
- Sort MAN3
Changes: http://search.cpan.org/dist/Unicode-Stringprep/Changes
Feature safe: yes
2011-12-09 19:03:37 +00:00
Max Khon
370778a321
Use ln -sf when creating symlinks.
...
Approved by: MAINTAINER
Feature safe: yes
2011-12-01 13:44:31 +00:00
Brendan Fabeny
5d57d97db9
update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
...
dependent ports
Approved by: linimon (portmgr), thierry, tota, wen
Feature safe: yes
2011-11-27 07:02:15 +00:00
Sunpoet Po-Chuan Hsieh
f04dfd8bde
- Update to 7.0
...
Changes:
- Chase changes in bsdconv
PR: portsr/162657
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe: yes
2011-11-18 11:27:44 +00:00
Sunpoet Po-Chuan Hsieh
fb23f749db
- Update to 7.0
...
- While I'm here, pet portlint
Changes:
- OO-style wrapping
- Chase changes in bsdconv
PR: portsr/162656
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe: yes
2011-11-18 11:27:42 +00:00