Commit Graph

1561 Commits

Author SHA1 Message Date
Brendan Fabeny
0eb8a47869 update to 1.0.56 and adjust dependent ports; switch to the packaged
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines
2012-04-23 09:27:42 +00:00
Koop Mast
bdfc30342b Update to 1.14.
Disable EXTRA_PATCHES since there isn't a new version of this patch for 1.14.

Ports exp-run done by linimon@

PR:		ports/165514
Submitted by:	myself
2012-04-21 19:00:29 +00:00
Akinori MUSHA
0e2b4ff02c Update to 20120313. 2012-04-18 06:17:16 +00:00
Pawel Pekala
317fc84de5 libb64 is a library of ANSI C routines for fast encoding/decoding data
into and from a base64-encoded format.
C++ wrappers are included, as well as the source code for
standalone encoding and decoding executables.

Base64 uses a subset of displayable ASCII characters, and is
therefore a useful encoding for storing binary data in a text file,
such as XML, or sending binary data over text-only email.

WWW: http://libb64.sourceforge.net

PR:		ports/166670
Submitted by:	Ismail Yenigul <ismail.yenigul@surgate.com>
2012-04-15 21:09:31 +00:00
Baptiste Daroussin
928eae9bca php4 is EOLed, let's deprecate it
Approved by:	ale (maintainer by private mail)
2012-04-12 10:07:41 +00:00
Baptiste Daroussin
496f930be8 2012-04-05 audio/p5-MusicBrainz-Queries: MusicBrainz RDF webservice no longer functions
2012-04-05 audio/ruby-musicbrainz: MusicBrainz RDF webservice no longer functions
2012-03-14 converters/ruby-lv: upstream no longer has this
2012-04-04 devel/p5-Getopt-Popt: "Gone from CPAN"
2012-04-07 net/p5-Net-Rendezvous: Superceeded by dns/p5-Net-Bonjour

Feature safe:	yes
2012-04-09 22:15:01 +00:00
Alex Kozlov
ffe69abe7d - Update to 1.15
- add license

PR:	ports/166280
Submitted by:	Kuang-che Wu <kcwu@csie.org>
Approved by:	itetcu (mentor)
Feature safe:	yes
2012-03-21 14:45:12 +00:00
TAKATSU Tomonari
df3970f256 - Update to 0.2.8
Feature safe:	yes
2012-03-20 08:16:03 +00:00
TAKATSU Tomonari
3209475a4e - Update to 0.2.7
- Add LICENSE

Feature safe:	yes
2012-03-15 13:40:01 +00:00
Kevin Lo
42ea10084a Fix wrong doc path
Reported by:	pointyhat
Feature safe:	yes
2012-03-14 01:29:53 +00:00
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