Beat Gaetzi
6d1b66d327
- Restore entry for looks and remove nonexisting one for jgoodies-looks to
...
fix INDEX.
Pointyhat to: mi
2013-01-06 13:14:05 +00:00
Eygene Ryabinkin
5160c1cd21
VuXML for MoinMoin issues: add CVE references
2013-01-06 13:10:10 +00:00
Matthias Andree
568dc8e828
Bump PORTREVISION, to get the ports rebuilt with ${CC}.
2013-01-06 13:04:46 +00:00
Matthias Andree
8e81c7892d
Convert to Options NG
2013-01-06 13:01:45 +00:00
Matthias Andree
2df322a6f4
- Convert to Options NG. Renames GTK option to GTK2 for consistency.
...
- Strip Makefile header.
- Make sure that the port build heeds ${CC}, passing it through MAKE_ARGS.
- Replace CC-is-clang specific -Wno-empty-body by unconditional -Wno-error.
- Remove LIB_DEPENDS ABI versions.
2013-01-06 12:52:30 +00:00
Matthias Andree
df0862b076
- Convert to OptionsNG
...
- Strip Makefile header
- Drop LIB_DEPENDS ABI versions
2013-01-06 11:29:44 +00:00
Matthias Andree
f9a2030bc9
Convert to Options NG.
...
Clean up Makefile header.
2013-01-06 11:13:13 +00:00
Ruslan Makhmatkhanov
11207ad0bb
- fix CATEGORIES
2013-01-06 10:50:51 +00:00
Mikhail Teterin
b56b5eceba
Add decompiler for Python's .pyc and .pyo files.
2013-01-06 03:30:35 +00:00
Alexander Leidinger
54df85f319
- update to 1.1
2013-01-05 23:27:33 +00:00
Matthias Andree
fdc96c8fdd
Add new port lang/lua52.
...
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management with garbage collection, making it ideal for configuration,
scripting, and rapid prototyping.
A fundamental concept in the design of Lua is to provide meta-mechanisms for
implementing features, instead of providing a host of features directly in
the language. For example, although Lua is not a pure object-oriented
language, it does provide meta-mechanisms for implementing classes and
inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the
language small, while allowing the semantics to be extended in unconventional
ways. Extensible semantics is a distinguishing feature of Lua.
Lua is implemented as a small library of C functions, written in ANSI C, and
compiles unmodified in all known platforms. The implementation goals are
simplicity, efficiency, portability, and low embedding cost.
WWW: http://www.lua.org/
PR: ports/174437
Submitted by: Green Dog <fiziologus@gmail.com>
2013-01-05 23:24:51 +00:00
Koop Mast
c3c2e7cbff
Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and help
...
rendered with deciphering the monster that is xorg-drivers.
With hat: x11@
2013-01-05 22:57:40 +00:00
Matthias Andree
b3b45538b9
Bugfix:
...
- Record liblua's dependency on libm.so explicitly. [1]
Assorted lint removals:
- Convert to Options NG
- Reduce old-style Makefile header
- USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes
PR: ports/174964
Submitted by: Matthew X. Economou
2013-01-05 22:47:04 +00:00
Florian Smeets
0dc6f44549
Update to 3.14.1.with.ckbi.1.93
...
This was released to revoke certificates that were used for MITM. For
details see:
https://blog.mozilla.org/security/2013/01/03/revoking-trust-in-two-turktrust-certficates/
2013-01-05 21:34:25 +00:00
Hajimu UMEMOTO
7e9e4ddc3a
When building with security/krb5 (specifying KRB5_HOME), make
...
sure to link mit-krb5 libs.
2013-01-05 18:01:02 +00:00
Marcus von Appen
263e300d15
- Update to 19.20111121
...
- Convert to OptionsNG framework
- Trim Makefile headers
- Pass maintainership to submitter
PR: ports/174635
Submitted by: nemysis <nemysis@gmx.ch>
2013-01-05 17:34:41 +00:00
Anton Berezin
37987d1d12
Update to 0.51.
...
Changes: http://search.cpan.org/dist/XML-Feed/Changes
(does not seem to be updated for this release, though).
2013-01-05 16:25:17 +00:00
Anton Berezin
62d0ae7200
Update to 0.53.
...
Changes: http://search.cpan.org/dist/IMDB-Film/ChangeLog
2013-01-05 16:12:28 +00:00
Anton Berezin
10aed5c305
Update to 0.34.
...
Changes: http://search.cpan.org/dist/Package-Stash/Changes
2013-01-05 16:05:11 +00:00
Johan van Selst
11b6704ad8
Update SKS to 1.1.4
2013-01-05 15:41:39 +00:00
Nicola Vitale
8de651e0dc
- Update to 4.2.13.0
...
- Add files/patch-geogebra.desktop
- New download site
- Add shells/bash to RUN_DEPENDS
- Remove post-patch target
- Fix format of pkg-descr
2013-01-05 14:54:06 +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
2a56971eac
update lang/sbcl to 1.1.3 and adjust dependent ports
2013-01-05 14:13:46 +00:00
Pawel Pekala
f68ee58b80
Build and link with base ncurses otherwise program has UI display problems.
2013-01-05 13:49:36 +00:00
Chris Rees
1e70d9d65c
Update to 1.9.6, fixing security issue.
...
All problems here are my responsiblity.
PR: ports/175004
Submitted by: crees
Approved by: so (simon)
2013-01-05 13:03:58 +00:00
Chris Rees
6e35983b99
Freetype 2.4.8 vulnerabilities were already documented.
...
While here, correct pkgname
Noticed by: kwm
2013-01-05 12:54:28 +00:00
Maho Nakata
d67633d49e
update to 3.4.2
2013-01-05 12:41:02 +00:00
Ruslan Makhmatkhanov
689a13ce41
- update to 1.78.00
...
PR: 175003
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-01-05 12:26:59 +00:00
Florian Smeets
87a0e0727b
Add the 5.5 branch of MariaDB
...
PR: ports/174660
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr>
(maintainer of databases/mariadb-*)
2013-01-05 11:30:51 +00:00
Chris Rees
d3b77c45e6
Mark moinmoin vulnerable
...
Security: http://www.debian.org/security/2012/dsa-2593
document freetype vulnerabilities
Security: CVE-2012-(1126-1144)
2013-01-05 11:29:00 +00:00
Florian Smeets
8ef5918884
Update to 2.1.7
2013-01-05 10:53:24 +00:00
Ruslan Makhmatkhanov
12dcf77907
Mark as deprecated. Using of this branch of argus is discouraged. Please migrate
...
to net-mgmt/argus3. Set expiration date to 2013-02-05.
PR: 174991
Submitted by: rm (myself)
Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-01-05 10:29:12 +00:00
Maho Nakata
bfb2d0e313
Install some relevant header files.
...
Submitted by: olgeni@
2013-01-05 10:16:01 +00:00
Ruslan Makhmatkhanov
7d251bdc51
- update to 3.0.6.2
...
- convert to optionsng
- remove unneded patches
while here:
- trim Makefile header
- add license (GPLv3)
- add missing perl dependency
PR: 173036
Submitted by: Paul Schmehl <pauls@utdallas.edu>
Approved by: Alexander Demin <support@spectrum.ru>
2013-01-05 07:53:50 +00:00
Ruslan Makhmatkhanov
f40e13cbaa
- update to 3.0.6.1
...
- convert to optionsng
- remove unneded patches
while here:
- trim Makefile header
- add license (GPLv3)
- add missing perl dependency
PR: 173040
Submitted by: Paul Schmehl <pauls@utdallas.edu>
Approved by: Alexander Demin <support@spectrum.ru> (maintainer)
2013-01-05 07:52:19 +00:00
Jason Helfman
c8e8f2480f
- add new port: databases/p5-DBIx-Class-PassphraseColumn
...
DBIx::Class::PassphraseColumn - Automatically hash password/passphrase columns
WWW: http://search.cpan.org/dist/DBIx-Class-PassphraseColumn/
PR: 174736
Submitted by: fw@moov.de
2013-01-05 06:00:37 +00:00
Alberto Villa
4e92a142cc
- Port to optionsNG.
...
- Trim headers.
- Cleanup COMMENT and LICENSE.
PR: 173807 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email
2013-01-05 03:00:14 +00:00
Glen Barber
cd98f2f7af
Unbreak INDEX
...
Pointyhat: gjb (myself)
2013-01-05 02:25:39 +00:00
Glen Barber
4f1b8839e3
Updates to textproc/docproj* ports:
...
o textproc/docproj-jadetex:
- Remove port; functionality is moved to
textproc/docproj
o textproc/docproj-nojadetex:
- Remove extraneous MAINTAINER line
- Trim headers
o textproc/docproj:
- Trim headers
- Convert to new options framework
- Default to WITH_JADETEX=yes
- Make devel/subversion dependency optional while
noting it is required for source checkout; this
allows us to skip svn and dependencies for release
builds
- Bump PORTREVISION
o Add UPDATING entry explaining who needs to update
port origins
o Add MOVED entry for textproc/docproj-jadetex
2013-01-05 00:41:31 +00:00
Bryan Drewery
e022e92dd6
- Update to 1.8.4
...
- Fix plist by not installing Apple example files
2013-01-04 22:48:02 +00:00
Brendan Fabeny
53f312af13
update to 5.12
2013-01-04 22:32:41 +00:00
Brendan Fabeny
0d2af93f2b
update to r230
2013-01-04 22:30:12 +00:00
Pawel Pekala
0461a2d3aa
- Add missing run deps
...
- tab -> space WWW: line in pkg-descr
PR: ports/174512
Submitted by: myself
Approved by: maintainer timeout (2 weeks)
2013-01-04 21:48:21 +00:00
Hiroki Sato
3f90316a2e
- Fix build on 10.0-CURRENT.
...
- Update MAINTAINER line.
- Drop kaserver (kerberos4) support.
Submitted by: bjk
2013-01-04 21:06:25 +00:00
Ruslan Makhmatkhanov
a872d8cf5c
- update to 6.25
...
while here:
- limit python version to 2.x only (pygtk2)
- correct dependency
PR: 174607
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
2013-01-04 20:01:47 +00:00
Pawel Pekala
005212edb7
Fix build with clang
...
PR: ports/174491
Submitted by: myself
Approved by: maintainer timeout (2 weeks)
2013-01-04 20:01:44 +00:00
Pawel Pekala
2338cf57c2
- Update to version 20121122 [1]
...
- Don't use port name in COMMENT
Release Notes:
http://savannah.gnu.org/forum/forum.php?forum_id=7460
PR: ports/174645 [1]
Submitted by: Chris Howey <howeyc@gmail.com> (maintainer)
2013-01-04 19:56:03 +00:00
Ruslan Makhmatkhanov
49c71dd63c
- update to 1.4.12
...
- switch master sites to CHEESESHOP
- trim Makefile header
while here:
- shorten COMMENT (portlint warning)
- limit python version to 2.x only (except)
- do not install *.orig files
- general cleanup
- tab -> space change in pkg-descr:WWW
PR: 174973
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
2013-01-04 19:26:23 +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
Grzegorz Blach
4b14ff9c1e
- Update to 1.1.0
...
Approved by: crees (mentor)
2013-01-04 17:50:58 +00:00