Commit graph

217494 commits

Author SHA1 Message Date
Koop Mast
083413620c Update to 0.3.10. 2009-05-26 15:16:39 +00:00
Dennis Herrmann
45bbf9c55e String::SetUTF8 lets you directly set or unset the UTF-8 flag
for your strings. Sometimes you get binary data that
Perl doesn't treat as UTF-8, so instead of doing a trick
with pack and unpack you can just use this module.

WWW: http://search.cpan.org/dist/String-SetUTF8/

Andrei V. Shetuhin <reki@reki.ru>

PR:		ports/134932
Submitted by:	Andrei V. Shetuhin <reki@reki.ru>
2009-05-26 15:13:02 +00:00
Dennis Herrmann
e6cb85961d - Add lyrics screen support
PR:		ports/134936
Submitted by:	Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
2009-05-26 14:57:54 +00:00
Gerald Pfeifer
1c13cbbe50 Move the snapshot date from PORTREVISION to being a part of PORTVERSION
to allow for PORTREVISION bumps.

Simplify pre-everything and adjust PLIST_SUB accordingly.

Extract SUFFIX from PORTVERSION.  Use SUFFIX for TARGLIB (and thus for
the library path used by this port).  Also use SUFFIX for the libexec
directory instead of the full port version and flatten the directory
structure and simplify the logic along the way.

Move VERSIONSTRING down to pacify portlint after all those years and
extract it from PORTVERSION, too.

Make the determination of CONFIGURE_SCRIPT more robust.

Address a long term FIXME related to older versions of FreeBSD by
removing NOMANCOMPRESS=yes.

Adjust Makefile header; nothing really left from the original.
2009-05-26 14:26:22 +00:00
Alexander Leidinger
3f5ac2708c - refactor the port to ease maintenance [1]
- update to 2.6.1 [1]
- remove IGNORE in the VDA case, the patch is available now [2]

[2] is from me (compile tested), maintainer informed.

PR:		134728 [1]
Submitted by:	Yarema <yds@CoolRat.org> [1]
Approved by:	maintainer [1]
2009-05-26 13:36:08 +00:00
Koop Mast
daed551384 Update to 0.3.0. 2009-05-26 12:38:25 +00:00
Renato Botelho
ad8bca9081 - Add missing dependency (bison)
Reported by:	QAT
Pointyhat to:	garga
2009-05-26 11:54:56 +00:00
Pav Lucistnik
3c69db4249 - Flip MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-05-26 11:14:17 +00:00
Renato Botelho
a20392af84 The Verilog-Perl library is a building point for Verilog support in the Perl
language. It includes:
* Verilog::Getopt which parses command line options similar to C++ and VCS.
* Verilog::Language which knows the language keywords and parses numbers.
* Verilog::Netlist which builds netlists out of Verilog files. This allows
  easy scripts to determine things such as the hierarchy of modules.
* Verilog::Parser invokes callbacks for language tokens.
* Verilog::Preproc preprocesses the language, and allows reading
  post-processed files right from Perl without temporary files.
* vpassert inserts PLIish warnings and assertions for any simulator.
* vppreproc preprocesses the complete Verilog 2001 and SystemVerilog language.
* vrename renames and cross-references Verilog symbols. Vrename creates Verilog
  cross references and makes it easy to rename signal and module names across
  multiple files. Vrename uses a simple and efficient three step process.
  First, you run vrename to create a list of signals in the design. You then
  edit this list, changing as many symbols as you wish. Vrename is then run a
  second time to apply the changes.

WWW:	http://www.veripool.org/wiki/verilog-perl

PR:		ports/134124
Submitted by:	Otacílio de Araújo Ramos Neto <otacilio.neto at ee.ufcg.edu.br>
2009-05-26 11:01:39 +00:00
Akinori MUSHA
df8c38c445 Add a patch to fix a problem that a wrong value is set to "args" when
compiled with Ruby 1.8.7 or later.

PR:		ports/134300
Submitted by:   Peter Much <pmc@citylink.dinoex.sub.org>
2009-05-26 09:42:02 +00:00
Peter Pentchev
41035e9c8e Update to libelf-0.8.11. 2009-05-26 09:02:34 +00:00
Kirill Ponomarev
b92f8dcb26 Update to 1.14 2009-05-26 08:53:22 +00:00
Kirill Ponomarev
69ea9b18e6 Update to version 243
ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_243
2009-05-26 08:48:31 +00:00
Martin Matuska
512704e74f LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua
program to:

    * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
    * Execute arbitrary SQL statements;
    * Retrieve results in a row-by-row cursor fashion.

WWW: http://www.keplerproject.org/luasql/
2009-05-26 07:40:56 +00:00
Martin Matuska
13311e9fb2 LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua
program to:

    * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
    * Execute arbitrary SQL statements;
    * Retrieve results in a row-by-row cursor fashion.

WWW: http://www.keplerproject.org/luasql/
----------------------------------------------------------------------
2009-05-26 07:39:48 +00:00
Martin Matuska
2b556b1432 LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua
program to:

    * Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
    * Execute arbitrary SQL statements;
    * Retrieve results in a row-by-row cursor fashion.

WWW: http://www.keplerproject.org/luasql/
2009-05-26 07:34:05 +00:00
Pav Lucistnik
5388a2e1a9 - Revert; previous commit was made based on a bad analysis 2009-05-26 07:20:34 +00:00
Dirk Meyer
90f92ac827 - update new Hompage and MASTER_SITES 2009-05-26 06:50:07 +00:00
Andrey Slusar
77df751a88 - Fix pkg-plist 2009-05-26 06:34:24 +00:00
Marc Fonvieille
438400c7d7 - Update to doc/ tree version 20090525;
- Add Options menu;
- Add MAKE_JOBS_SAFE knob.

Approved by:	doceng (implicit)
2009-05-26 05:35:09 +00:00
Dirk Meyer
a8ad9033d2 - fix MASTER_SITES
Reported by:	QAT
2009-05-26 04:10:16 +00:00
Maho Nakata
7a425580b9 Bump port revision accordingly. (it should only affects to FSBD6 though) 2009-05-26 02:05:00 +00:00
Maho Nakata
35140773e6 Fix a commit for prior than FBSD7.
Original patch has been slighlty modified.
PR:		127491
Submitted by:	Stephen Montgomery-Smith
2009-05-26 02:03:38 +00:00
Timur I. Bakeyev
ef97950f14 Update net/samba32 port to the 3.2.11 version. Major changes are:
o Fix domain logins for WinXP clients pre SP3 (bug #6263).
    o Fix samr_OpenDomain access checks (bug #6089).
    o Fix smbd crash for close_on_completion.
2009-05-26 00:35:51 +00:00
Timur I. Bakeyev
ed552e3804 Update net/samba33 to the 3.3.4 version. Major enhancements in Samba
3.3.4 include:

    o Fix domain logins for WinXP clients pre SP3 (bug #6263).
    o Fix samr_OpenDomain access checks (bug #6089).
    o Fix usrmgr.exe creating a user (bug #6243).
2009-05-26 00:09:41 +00:00
Philip M. Gollucci
f3a4a44f33 Reset maintainer
<freebsd@akherb.com>: host bsdevel.akherb.com[208.86.224.193] said: 554 5.7.1
<freebsd@akherb.com>: Relay access denied (in reply to RCPT TO command)

Approved by:    portmgr (pav)
2009-05-26 00:01:26 +00:00
Philip M. Gollucci
2c53fd51f8 Without this, Perl's MakeMaker generates Makefiles with 'MAKE=make' and
this is bad for subdirectory targets where $(MAKE) is used: pmake is
invoked instead of GNU Make, so make process chokes at this point,

NO PORTREVISION bump since the packages were bumped before and never built after
the 2.12 update.

PR:             ports/134889
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Pointyhat to:   myself
2009-05-25 23:23:49 +00:00
Philip M. Gollucci
0948f98e86 - convert to USE_APACHE/USE_MYSQL/USE_PHP
- install -> mkdir
- move perms to post-install
- Cleanup config.php.inc and -example handling

PR:             ports/134452
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
2009-05-25 22:47:49 +00:00
Philip M. Gollucci
2ab1379533 - USE_APACHE=yes is deprecated
- Use WWWOWN and WWWGRP
- Use WWWDIR in Makefile and pkg-plist
- Fix pkg-plist, use @dirrmtry
- MKDIR => mkdir -p so need for -p

PR:             ports/134448
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
2009-05-25 22:46:24 +00:00
Philip M. Gollucci
3cf559ca1d - USE_APACHE=yes is deprecated
- Use SUB_FILES for pkg-message
- Use WWWOWN
- PREFIX -> LOCALBASE

PR:             ports/134447
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
2009-05-25 22:44:46 +00:00
Pav Lucistnik
b3e595a1db - Flip MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-05-25 21:16:42 +00:00
Nicola Vitale
3e8f4b9799 - Update to 2.1.14
- http://code.google.com/p/clive/wiki/Changes

Submitted by:	Toni Gundogdu <legatvs at gmail dot com> (maintainer, via private email)
2009-05-25 21:16:34 +00:00
Dennis Herrmann
9cd887ce20 - Fix build
Reported by:	QAT
2009-05-25 21:15:48 +00:00
Joe Marcus Clarke
ea0c0f22e5 Update to 0.7.30. 2009-05-25 20:58:55 +00:00
Joe Marcus Clarke
4412851c9e Update to 0.0.10. 2009-05-25 20:48:02 +00:00
Renato Botelho
c04ecf949b - Add an OPTION to c++ support, off by default [1]
- Since I was here, make portlint a bit happier

PR:		ports/134298
Submitted by:	Renato Aquino <renato.aquino@bluepex.com.br>
Approved by:	maintainer timeout (over 2 weeks)
2009-05-25 20:44:45 +00:00
Dmitry Marakasov
ff1e2af941 wbarconf is graphical configuration utility for wbar written in Python/GTK
WWW:	http://kapsi.fi/ighea/wbarconf/

PR:		134794
Submitted by:	Olivier Cochard-Labbé <olivier@cochard.me>
2009-05-25 20:11:32 +00:00
Dennis Herrmann
6043bde2c6 - Update to 1.1
PR:		ports/134769
Submitted by:	Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer)
2009-05-25 19:56:45 +00:00
Dennis Herrmann
74ea540934 - Update MASTER_SITES/WWW/pkg-descr 2009-05-25 19:08:19 +00:00
Dennis Herrmann
4f6dbfdc84 - Chase fetchyahoo update
- Bump PORTREVSION
2009-05-25 19:01:49 +00:00
Dennis Herrmann
5a1bfe499c - Update to 2.13.4
PR:		ports/134912
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2009-05-25 19:01:40 +00:00
Dennis Herrmann
476bd0126d - Fix build with shells/bash
- Bump PORTREVISION

PR:		ports/134933
Submitted by:	Eleni Maria Stea <elene.mst@gmail.com>
2009-05-25 18:53:53 +00:00
Thomas Abthorpe
889cf73cc4 - Update to 2.0.r1 2009-05-25 17:50:35 +00:00
Hajimu UMEMOTO
cbad2d5058 Since cpuctl(4) was MFC'ed, sysutils/cpupowerd doesn't need to depend
upon sysutils/devcpu on 7.2-RELEASE and later.

PR:		ports/134902
Approved by:	decke__at__bluelife.at (maintainer)
2009-05-25 17:21:49 +00:00
Oliver Lehmann
c7ae40249b update to 4.5.0 2009-05-25 17:14:02 +00:00
Dennis Herrmann
b9e9cce1ee - Fix build on 8.x
- Fix strcpy() buffer overflow

PR:		ports/134915
Submitted by:	Alexander V. Chernikov <melifaro@ipfw.ru> (maintainer)
2009-05-25 15:37:58 +00:00
Dennis Herrmann
c5a6ea9e2d - Update to 20090524
PR:		ports/134917
Submitted by:	Oleksandr Bezpalko <obezpalko@gmail.com> (maintainer)
2009-05-25 15:35:03 +00:00
Norikatsu Shigemura
d6ce31935b Update to 1.1.6. 2009-05-25 13:46:23 +00:00
Marcelo Araujo
73481aaed2 - Add PKGNAMEPREFIX removed on last ci. 2009-05-25 13:28:15 +00:00
Marcelo Araujo
cd87d317ed - Update to 1.5.0. 2009-05-25 13:23:03 +00:00