Commit graph

157138 commits

Author SHA1 Message Date
Ion-Mihai Tetcu
fb5abdc6f5 convert to USE_BDB
PR:		ports/101409
Submitted by:	Stefan Ehmann (maintainer)
2006-08-06 16:53:56 +00:00
Stefan Walter
126a5e1958 Add Museek+:
Museek+ (or Museek-Plus) is an enhanced fork of Museek, a file-sharing
application for the Soulseek peer-to-peer network. The actual SoulSeek
client and the GUI are separate programs that communicate via Unix or
network sockets.

Approved by:	arved (mentor)
2006-08-06 16:49:34 +00:00
Pav Lucistnik
46e2778a5d - Broken on 4.X: does not compile (O_SYNC undeclared)
Reported by:	krismail
2006-08-06 16:43:35 +00:00
Andrew Pantyukhin
04c1f93744 - Require perl from ports
Reported by:	pointyhat via kris
2006-08-06 16:33:07 +00:00
Andrew Pantyukhin
5a12ca9474 - Require perl from ports
Reported by:	pointyhat via kris
2006-08-06 15:52:11 +00:00
Lars Thegler
9f0e252bbf - Update to 1.31.1 (version number mangled to prevent PORTEPOCH bump)
- Use magic MASTER_SITES
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies
- Use versioned package dependency
- Now requires perl from ports
2006-08-06 14:56:20 +00:00
Ion-Mihai Tetcu
0bcbdb44cd - Use version-independent patching via sed
- Update to 2.17
Short changelog:
- Add "-x NAME" to readelf in addition to "-x NUMBER".
- Add -i and -t switches to cxxfilt.  -i disables the display of implementation
  specific extra demangling information (if any) and -t disables the demangling
  of types.
- Add support for the "@<file>" syntax to the command lines of all tools, so
  that extra switches can be read from <file>.
- Add "-W/--dwarf" to objdump to display the contents of the DWARF
  debug sections.
- Add "-t/--section-details" to readelf to display section details.
  "-N/--full-section-name" is deprecated.
- powerpc-linux ld now supports a variant form of PLT and GOT for the security
  conscious.  This form will automatically be chosen when ld detects that all
  code in regular object files was generated by gcc -msecure-plt.  The old PLT
  and GOT may be forced by a new ld option, --bss-plt.
- Add "-i/--inlines" to addr2line to print enclosing scope information
  for inlined function chains, back to first non-inlined function.
- Add "-N/--full-section-name" to readelf to display full section name.
- Add "-M entry:<addr>" switch to objdump to specify a function entry address
  when disassembling VAX binaries.
- Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" switches
  to objcopy to convert local symbols into global symbols.

PR:		ports/101447
Submitted by:	Stanislav Sedov (maintainer)
2006-08-06 14:38:38 +00:00
Tilman Keskinoz
509be0c5ad - Update to snapshot r5274 and make fetchable again.
- Remove a mirror that was not kept up to date for quite some time now.
- Remove a no longer needed workaround for a compilation issue because
  the problem was fixed upstream.

PR:		101419
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2006-08-06 14:26:32 +00:00
Lars Thegler
f626b62e52 - Update to 0.06
- Use magic MASTER_SITES
2006-08-06 14:24:55 +00:00
Ion-Mihai Tetcu
1683d870a0 This package implements frequent string operations: searching, replacing,
splitting, matching. It is independent from the Str library, and can
replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does
not implement regular expressions in general, but an important subset.
Some operations of xstr are performed as quickly as by Str; if the string
to be processed is small, xstr is often faster than Str; if the string is
big, xstr is upto half as fast than Str.

Author:	Gerd Stolpmann <gerd@gerd-stolpmann.de>
WWW:	http://www.ocaml-programming.de/packages/

PR:		ports/101032
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-06 14:17:12 +00:00
Yen-Ming Lee
a63cf30be2 - Fix build on perl 5.005_03
PR:		101404
Submitted by:	lth
Approved by:	leeym
2006-08-06 14:16:02 +00:00
Marc G. Fournier
3a88560255 Record Operating System itself, in case someone in the NetBSD,
OpenBSD or DragonflyBSD decides they want to add to the stats, so
that we know where the numbers belong ...
2006-08-06 14:11:15 +00:00
Tilman Keskinoz
ca20a70b00 Update to 0.1.1.23
PR:             101331
Submitted by:   Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
2006-08-06 12:26:25 +00:00
Ion-Mihai Tetcu
5362f92654 Updated from 0.9.1 to 0.10.
PR:		ports/101108
Submitted by:	Johan Strom (maintainer)
2006-08-06 12:19:43 +00:00
Joseph Koshy
02e454d15d - Honor CC, CFLAGS etc. [1]
- Use BSD_INSTALL_* macros to install files.	[1]
- Make the port PREFIX clean.

PR:		ports/101398	[1]
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-08-06 10:53:54 +00:00
Rong-En Fan
27155d0b32 - Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.

PR:		ports/101440
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by:	Herbert J. Skuhra <h.skuhra at gmail.com> (maintainer)
2006-08-06 10:49:44 +00:00
Erwin Lansing
59f23b0b5f Support DESTDIR
PR:		101431
Submitted by:	gabor (maintainer)
2006-08-06 10:16:48 +00:00
Erwin Lansing
e2b76b0386 Support DESTDIR
PR:		101429
Submitted by:	gabor (maintainer)
2006-08-06 10:14:56 +00:00
Erwin Lansing
d8f7bc9bfe - Support DESTDIR[1]
- Whitespace nit

PR:		101428
Submitted by:	gabor (maintainer)
2006-08-06 10:12:03 +00:00
Erwin Lansing
63f6567f85 Support DESTDIR
PR:		101427
Submitted by:	gabor (maintainer)
2006-08-06 10:10:25 +00:00
Maho Nakata
a481aff782 Make fetchable.
PR:		101416
Submitted by:	thierry
2006-08-06 09:44:20 +00:00
Vanilla I. Shu
e4febf184a Add SGE 0.030809, a graphic library for the Simple DirectMedia Layer
(SDL).

PR:		ports/101364
Submitted by:	Jona Joachim <walkingshadow at grummel.net>
2006-08-06 09:42:33 +00:00
Ion-Mihai Tetcu
9614ef49c7 connect awstats-devel
PR:		ports/100162
Submitted by:	Babak Farrokhi (maintainer)
Repocopy by:	marcus
2006-08-06 09:37:44 +00:00
Ion-Mihai Tetcu
a1957c1886 Update to 6.6 to compleate the repo-copy
PR:		ports/100162
Submitted by:	Babak Farrokhi (maintainer)
Repocopy by:	marcus
2006-08-06 09:32:49 +00:00
Ion-Mihai Tetcu
cc7e718b9d - update to 1.2.2 [1]
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes

Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.

PR:		ports/99624 [1]
		ports/99460 [2] ports/99745 [3]
		ports/99798 [4] ports/101175 [5]
		ports/100865 [6]
		ports/99791 [7]
		ports/99786 [8]
		ports/99707 [9]
Submitted by:	Marcin Wisnicki [1]
		Nicolas Blais [2],Osamu Hasegawa [3]
		Tsurutani Naoki [4], Dominic Fandrey [5]
		Stanislav Sedov [6]
		Leif Pedersen [7]
		Harald Schmalzbauer [8]
		Jonathan Fosburgh [9]
Rewiev by:	many with no objections
Approved by:	maintainer timeout
2006-08-06 09:14:18 +00:00
Ion-Mihai Tetcu
ddddfaf57c - update to 1.2.2 [1]
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes

Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.

PR:		ports/99624 [1]
		ports/99460 [2]	ports/99745 [3]
		ports/99798 [4] ports/101175 [5]
		ports/100865 [6]
		ports/99791 [7]
		ports/99786 [8]
		ports/99707 [9]
Submitted by:	Marcin Wisnicki [1]
		Nicolas Blais [2],Osamu Hasegawa [3]
		Tsurutani Naoki [4], Dominic Fandrey [5]
		Stanislav Sedov [6]
		Leif Pedersen [7]
		Harald Schmalzbauer [8]
		Jonathan Fosburgh [9]
Rewiev by:	many with no objections
Approved by:	maintainer timeout
2006-08-06 09:13:36 +00:00
Ion-Mihai Tetcu
754203dee9 - try to catch if AFPL version of Ghostscript is used and warn the use it won't
build [1]
- small portlint petting

PR:		ports/98843 [1]
Submitted by:	Matthias Andree [1]
2006-08-06 08:54:01 +00:00
Ion-Mihai Tetcu
c420683eed - Add CONFLICTS with cups-base
PR:		ports/99791
Submitted by:	Leif Pedersen / Marcin Wisnicki
2006-08-06 08:43:12 +00:00
Martin Wilke
85a67cf5f5 - Update to 5.1
PR:		ports/101203
Submitted by:	Nicola Vitale <nivit(at)email.it> maintainer
Approved by:	markus (co mentor)
2006-08-06 08:39:27 +00:00
Martin Wilke
dafa8ecd73 - Update to 0.3.0
PR:		ports/101200
Submitted by:	chinsan <chinsan.tw(at)gmail.com>
Approved by:	markus (co mentor), maintainer
2006-08-06 08:36:33 +00:00
Martin Wilke
216afac79f - Update to 2.2.7
PR:		ports/101197
Submitted by:	KATO Tsuguru <tkato432(at)yahoo.com>
Approved by:	markus (co mentor)
2006-08-06 08:33:45 +00:00
Andrey Slusar
b55fc27eec Fix WRKSRC.
Submitted by:	maintainer
2006-08-06 07:36:33 +00:00
Stefan Walter
34640f3905 - Fix permissions of installed files. [1]
- Use PKGNAMEPREFIX. [1]
- Fix dependency on javavmwrapper.

PR:		100963 [1]
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru> [1]
Approved by:	arved (mentor)
2006-08-06 07:23:35 +00:00
Sergey Matveychuk
686d94e44b - Convert the port to be compliant with DESTDIR 2006-08-06 07:09:17 +00:00
Rong-En Fan
5b13a6298f - Fix pointyhat building (it strange, but it doesn't build there. Fixed
by adding includepaths explicitly)
- Fix permissions by replacing 'cp's and 'install's by BSD_INSTALL_XXX
  equivalents

PR:		ports/101362
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
2006-08-06 06:29:02 +00:00
Rong-En Fan
be8e3ce17c - Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.
- Pass maintainership to submitter

PR:		ports/101445
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-06 05:48:59 +00:00
Rong-En Fan
eb7cb2bbc2 - Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.
- Pass maintainership to submitter

PR:		ports/101438
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-06 05:41:19 +00:00
Rong-En Fan
a6b3c2b555 - Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.
- Define USE_GETTEXT to make portlint happy
- Define INSTALLS_ICONS to update icon cache

PR:		ports/101444
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-06 05:40:13 +00:00
Rong-En Fan
d3e4204077 - Depend on readline port if library exists
program will link it rather than a system one

PR:		ports/101437
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-06 05:38:13 +00:00
Rong-En Fan
182ebbde04 - Use wxgtk2.6-unicode, bump PORTREVISION
- Some cleanup

PR:		ports/101369
Submitted by:	dindin <dindin at freebsd.org.ua> (maintainer)
2006-08-06 05:35:32 +00:00
Vanilla I. Shu
86855c0dd2 Correct the reason. (my fault). 2006-08-06 05:05:13 +00:00
Vanilla I. Shu
5ab0da032f Remove arnettf, it renamed to CJKUnifonts. 2006-08-06 05:02:17 +00:00
Vanilla I. Shu
3106061a6a disconnect arnettf, connect CJKUnifonts. 2006-08-06 05:00:09 +00:00
Marc G. Fournier
adf2bc88c1 Initial port for bsdstats script
Submitted by: John Nielsen <john@jnielsen.net>
2006-08-06 03:34:08 +00:00
Rong-En Fan
e096d5f03a - Mention latest editor/jedit-devel update 2006-08-06 03:04:13 +00:00
Rong-En Fan
d2668e57aa - Update to 4.3p6
- Require JDK 1.5+ now

PR:		ports/101370
Submitted by:	Linh Pham <question+fbsdports at closedsrc.org> (maintainer)
2006-08-06 03:03:58 +00:00
Joe Marcus Clarke
40fe72ba60 Update to 1.4.4. 2006-08-05 23:01:06 +00:00
Erwin Lansing
26dcb17cb8 Remove extraneous /
Pointyhat to:	erwin
2006-08-05 22:46:55 +00:00
Erwin Lansing
158df60054 Fix install after DESTDIR patch.
Submitted by:	gabor
2006-08-05 22:42:24 +00:00
Edwin Groothuis
f45d770362 New port: mail/dbmail21 -current branch of DBMail
Dbmail is the name of a group of programs that enable the possiblilty
	of storing and retrieving mail messages from a database (currently
	MySQL, PostgreSQL or SQLite).

	What are the advantages?

	    * Scalability.
	      Dbmail is as scalable as the database that is used for the
	      mail storage.
	    * Manageability.
	      Dbmail is based upon a database. Dbmail can be managed by
	      changing settings in the database (f.e. using PHP/Perl/SQL).
	    * Speed.
	      Dbmail uses very efficient, database specific queries for
	      retrieving mail information. This is much faster then parsing
	      a filesystem.
	    * Security.
	      Dbmail has got nothing to do with the filesystem or interaction
	      with other programs in the Unix environment which need special
	      permissions.  Dbmail is as secure as the database it's based
	      upon.
	    * Flexibility.
	      Changes on a Dbmail system (adding of users, changing passwords
	      etc.) are effective immediately.

	WWW: http://www.dbmail.org/

PR:		ports/101356
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru>
2006-08-05 22:35:33 +00:00