Commit graph

5610 commits

Author SHA1 Message Date
Nicola Vitale
833d78c6f3 - Update to 0.3.0
- Remove PLIST_SUB variable
2007-08-24 13:37:29 +00:00
Max Khon
a90e91d697 - Fix pkg-plist with undefined WITH_EDIT variable
- Add WITH_NLS option
- Use %%DATADIR%%

PR:		112690
Submitted by:	Vlad V. Teterya
2007-08-23 14:30:57 +00:00
Ion-Mihai Tetcu
1550fe50c2 - Unbreak on HEAD (gcc 4.2)
PR:		ports/115744
Submitted by:	Simun Mikecin
2007-08-23 07:35:53 +00:00
Thomas Abthorpe
2574f69107 - change maintainer address on ports I maintain
Approved by:	clsung (mentor)
2007-08-23 04:00:04 +00:00
Edwin Groothuis
7f9eca0b36 Update to 2007g 2007-08-22 00:18:43 +00:00
Andrew Pantyukhin
72f19e10a1 - Update to 18 2007-08-20 09:56:39 +00:00
Andrew Pantyukhin
7660cc8803 - Update to 17 2007-08-17 19:09:49 +00:00
Martin Matuska
9cff3c1d21 - Update to 2.4.5
- Change maintainer to submitter

PR:		ports/115248
Submitted by:	Stefan Pauly <stefan at fh-mainz.de>
2007-08-17 10:11:42 +00:00
Martin Matuska
d3331ed552 - Remove USE_X_PREFIX (implies USE_XLIB)
- Bump PORTREVISION
- Schedule for expiration on 2007-11-16

USE_X_PREFIX is not neccesary (these are script-only ports) and it is
removed to reduce build times on clusters.

Ports depending on tkstep80 are very old (~1999), not developed and
unmaintained.
2007-08-16 15:40:03 +00:00
Cheng-Lung Sung
d1bcf915cf - Update to 2.02 2007-08-16 01:58:46 +00:00
Cheng-Lung Sung
fe62cb7fbe - Update to 2.01 2007-08-15 02:26:55 +00:00
Andrej Zverev
fd6d723154 - Try build port with NLS support and recent version of gettext. 2007-08-14 17:29:10 +00:00
Martin Matuska
62902e9dab - Depend on USE_XORG=xpm explicitly
- Bump PORTREVISION

Approved by:	garga (mentor, implicit)
2007-08-14 12:38:26 +00:00
Andrew Pantyukhin
f5d8044bf4 Add port misc/toilet:
The TOIlet project attempts to create a free replacement for the FIGlet
utility. TOIlet stands for "The Other Implementation's letters", coined
after FIGlet's "Frank, Ian and Glen's letters".

TOIlet is in its very early development phase. It uses the powerful
libcucul library to achieve various text-based effects. TOIlet
implements or plans to implement the following features:
* The ability to load FIGlet fonts
* Support for Unicode input and output
* Support for colour output
* Support for various output formats: HTML, IRC, ANSI...

TOIlet also aims for full FIGlet compatibility. It is currently able to
load FIGlet fonts and perform horizontal smushing.

WWW: http://libcaca.zoy.org/toilet.html
Author: Sam Hocevar <sam@zoy.org>

Based on:	Gentoo Portage
2007-08-13 11:53:30 +00:00
Rong-En Fan
d2ad05bcad Color theme is an Emacs-Lisp package with more than 50 color themes
for your use.

WWW: http://www.emacswiki.org/cgi-bin/wiki?ColorTheme

PR:		ports/115005
Submitted by:	Denis Shaposhnikov <dsh at vlink.ru>
2007-08-13 07:12:22 +00:00
Tilman Keskinoz
d967ce5cd9 Fix build on 64bit platforms 2007-08-12 17:03:48 +00:00
Rong-En Fan
2cb4f999be - Fix SIGSEGV after recent fix for gcc 4
PR:		ports/115166
Submitted by:	Eugene Grosbein <eugen at grosbein.pp.ru>
2007-08-11 09:21:15 +00:00
Andrew Pantyukhin
946180661a - Update to 12.7
- Style nits
2007-08-09 22:52:13 +00:00
Joe Marcus Clarke
4e3e062fa4 Update to 0.22. 2007-08-09 19:30:39 +00:00
Andrew Pantyukhin
b795ffa423 Add port misc/mtail:
mtail is a small tail workalike that performs output coloring using ansi
escape sequences (although the sequences are overridable, so you could cause
it to output something else, e.g. html font tags, if you really wanted to).
mtail is written in python, is fairly small, and should be relatively
platform-independent.

It has a config file that can contain an arbitrary number of entries, each
of which has a series of regular expressions to indicate which files to color
according to which entry. for each entry, the config file specifies a coloring
scheme using regular expressions and, optionally, filters to apply to each
line before coloring (for example, to strip out extra info, etc.). the config
file also may override the predefined colors and the escape sequences (or
whatever) actually used to perform the coloring.

WWW: http://matt.immute.net/src/mtail/
Author: Matt Hellige <matt@immute.net>

Based on:	NetBSD pkgsrc package
2007-08-09 10:03:48 +00:00
Tilman Keskinoz
f6aa664301 Fix build by adding USE_AUTOTOOLS. 2007-08-08 12:38:50 +00:00
Andrew Pantyukhin
175ac161c0 - Update to 0.15 2007-08-07 21:03:28 +00:00
Jimmy Olgeni
8db9892137 Upgrade to version 1.90. 2007-08-07 19:11:35 +00:00
Martin Wilke
bb1c76070a - Update to 0.10
Approved by:	maintainer implicit
2007-08-05 21:27:41 +00:00
Kris Kennaway
4f04e40a24 BROKEN: Size mismatch 2007-08-05 18:30:04 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Michael Nottebrock
e332496be5 - bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.

- Convert Qt core ports to use the new dependency switches.

- Add a patch to corelib to fix Qt4 on ARM, submitted by:
  Björn König <bkoenig@alpha-tierchen.de>
2007-08-02 22:37:40 +00:00
Yoichi NAKAYAMA
566fce1133 Fix install with emacs22. 2007-08-01 23:19:49 +00:00
Pav Lucistnik
ed0bf5372a Allow on python25 2007-08-01 22:03:40 +00:00
Michael Johnson
c9ba5b4762 Update to 20070801 snapshot 2007-08-01 14:14:22 +00:00
Martin Wilke
f4649289d3 - Unbreak under HEAD
PR:		115095
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2007-08-01 09:34:34 +00:00
Martin Wilke
ff93f69eef - Unbreak under HEAD
PR:		115097
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2007-08-01 09:33:22 +00:00
Chin-San Huang
c3121d10ae - Add ports to "geography" virtual category.
Approved by:	rafan (mentor, implicit)
2007-07-31 05:23:13 +00:00
Rong-En Fan
68c87a9190 - Unbreak by updating distinfo. diff shows no difference between these two
versions.

This is not the same as maintainer's patch in PR as it's (again) out-of-date.

PR:		ports/113835
Reported by:	Thomas Abthorpe <thomas at goodking.ca>
Approved by:	Matt Mills <matt_mills at btopenworld.com> (maintainer)
2007-07-31 03:04:15 +00:00
Chin-San Huang
0deb6a18c8 - Update to 0.2.4.
- Take maintainership.

Approved by:	rafan (mentor, implicit)
2007-07-30 17:19:49 +00:00
Chin-San Huang
4c62932a46 - Bump PORTREVISION to chase the swish-e shared library update.
Approved by:	rafan (mentor, implicit)
2007-07-30 15:32:22 +00:00
Chin-San Huang
9db77b87ea - Update to 1.4.2.
Approved by:	rafan (mentor, implicit)
2007-07-30 13:53:16 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Andrew Pantyukhin
24fafc22ac - Update to 0.90 2007-07-30 07:38:22 +00:00
Chin-San Huang
4af0afc7bf Add termatrix, emulates Matrix terminal's "green tears" effect.
Approved by:	rafan (mentor, implicit)
2007-07-30 04:40:53 +00:00
Beech Rintoul
a85077bb08 - Update to latest version - 1.3
- Set master sites to developers repo.
- Replace patch with reinplace_cmd.
- Remove unnecessary autotools, config args and worksrc=.
- Pass maintainership to submitter.

PR:		ports/114840
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
Approved by:	sat (mentor)
2007-07-30 03:59:43 +00:00
Lars Engels
50e6114a30 - Update to 2.5.3
- Use 'exec' in startup script

Approved by:	miwi (mentor)
2007-07-29 22:21:45 +00:00
Pav Lucistnik
f38ecd9570 pspresent is a presentation tool to display full-screen PostScript
presentations. It provides simple navigation, and double-buffers for
seamless transitions.

WWW: http://www.cse.unsw.edu.au/~matthewc/pspresent

PR:		ports/114887
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2007-07-29 20:41:50 +00:00
Michael Nottebrock
a49cca2a0f Fix build 2007-07-27 13:38:04 +00:00
Rong-En Fan
bfa3388f8f - Correctly fix schg flag and make clean problem. It is ${WRKDIR}/var/empty
that has the flag set and that directory is not under ${WRKSRC}

PR:		ports/114878
Submitted by:	Scot Hetzel <swhetzel at gmail.com
2007-07-26 17:19:24 +00:00
Martin Wilke
9ca7f20fc5 - Update to 7.13.0
- Pass maintainership to submitter

PR:		114846
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2007-07-24 09:49:49 +00:00
Martin Wilke
3f5892ca07 - Update to 7.6.2
- Pass maintainership to submitter

PR:		114845
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-07-24 09:48:42 +00:00
Maxim Sobolev
53ad11ba34 Fix packing list on i386.
Submitted by:	sat
2007-07-23 21:24:52 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Frank J. Laszlo
6e17578b4d - Add even more ports to the new "geography" category
Approved by:	Pav (wearing portmgr hat)
2007-07-22 19:53:52 +00:00