Commit graph

2048 commits

Author SHA1 Message Date
Satoshi Asami
d26d740559 Rename PLIST.nodocs to pkg-plist.nodocs. 2000-10-08 01:19:38 +00:00
Satoshi Asami
e690d87f9d Rename PLIST_* to pkg-plist_*. 2000-10-08 01:14:54 +00:00
Satoshi Asami
1919a62402 Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. 2000-10-07 21:58:57 +00:00
Jean-Marc Zucconi
d1c6b748a5 PORTREVISION=1 2000-10-05 10:59:02 +00:00
Jean-Marc Zucconi
13a48e866f Fix build with newer perl versions
Submitted by:	reg
2000-10-05 10:57:51 +00:00
Jeremy Lea
7b4c77811e Implement WANT_GNOME. 2000-10-05 07:22:56 +00:00
Jeremy Lea
b7bdcd418e Implement USE_GNOME, part 1. 2000-10-05 07:10:50 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Jeremy Lea
fda2e985da Implement USE_GTK, part 1. 2000-10-05 06:36:23 +00:00
Yukihiro Nakai
f9921644e0 Delete gyvefigs, gyvegui, gyvekernel. 2000-10-05 04:03:51 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Satoshi Asami
6d91bcbc88 Check for file's existence before trying to run ldd on it so this won't kill
make INDEX.
2000-10-04 04:44:45 +00:00
Ade Lovett
cd92546e53 Chase new gconf 2000-10-03 17:37:51 +00:00
Jeremy Lea
7d6631db55 Support WITH_PERL properly on -current. 2000-10-03 05:36:07 +00:00
Jeremy Lea
57a1bd47b9 Add missing run depends. 2000-10-03 00:56:07 +00:00
Jeremy Lea
949601261b Correct USE_LIBTOOL usage. 2000-10-03 00:54:04 +00:00
Akinori MUSHA
cabfb05641 Add ruby-gd, Ruby extension library to use Thomas Boutell's gd library. 2000-10-02 14:43:55 +00:00
Maxim Sobolev
5821e9ceba Fixes and cleanups:
- add support for Chinese (two-byte) Character text writing and fonts (vanilla);
- move rather long manpages listing from Makefile into separate files (sobomax);
- bump PORTREVISION as a result.

Submitted by:	vanilla, sobomax
2000-10-02 08:27:25 +00:00
Alexander Langer
a7f2252119 Add xbarcode, a (NO_CDROM) program to generate and save graphics of
barcodes in different industry standards.

PR:		21667
Submitted by:	brett <brett@nodetree.net>
2000-10-01 15:27:35 +00:00
Yukihiro Nakai
84c1cf3f8d Update URL.
Submitted by:	"Rene K. Mueller" <kiwi@the-labs.com> (gifmerge maintainer)
2000-09-30 06:33:17 +00:00
Ade Lovett
eff0d3d23b Update to 0.19, with new required gnomeprint 2000-09-28 18:03:12 +00:00
Ade Lovett
a45857a329 Chase new gnomeprint - still broken for other reasons 2000-09-28 18:00:27 +00:00
MIHIRA Sanpei Yoshiro
3144db0994 use graphics/linux-png 2000-09-28 14:49:38 +00:00
MIHIRA Sanpei Yoshiro
db46df0a93 new port: Linux png library. Installs png lib from rpm. 2000-09-28 14:48:50 +00:00
Maxim Sobolev
3e95159d7b Update to 1.0.10. 2000-09-28 12:08:39 +00:00
Maxim Sobolev
b4fdfbb6a0 Update to 1.2.2. 2000-09-28 11:52:07 +00:00
Akinori MUSHA
a0f6ae53a7 Update to the new 0.3.3 after my pathes have been merged.
(I'll suggest the author to bump the version number next time,
instead of repacking ;)
2000-09-28 06:33:26 +00:00
Akinori MUSHA
6dec3ae377 Hack up a patch to support Ruby 1.6.
The patch has been sent to the author and will hopefully be merged
soon.  I am adding it as a distribution patch to avoid the repo bloat.
2000-09-27 07:55:45 +00:00
Akinori MUSHA
603545789a Add ruby-libpng, a libpng wrapper class for Ruby. 2000-09-27 06:16:12 +00:00
Maxim Sobolev
a2a9f1fee7 Update to 1.1.26.
PR:			21560 (very incomplete)
Actual work done by:	sobomax
2000-09-26 16:15:45 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Satoshi Taoka
0eaa7088ed Support CC/CFLAGS/X11BASE
PR:		21370
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-26 00:56:45 +00:00
Thomas Gellekum
e3f8861dde Kill WRKSRC again. 2000-09-25 12:34:17 +00:00
Thomas Gellekum
cad836e991 Use USE_PYTHON.
PR:		21509
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2000-09-25 12:30:49 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Akinori MUSHA
96c7890368 Clean up.
Respect X11BASE.

PR:		ports/21369
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury)
2000-09-25 07:30:25 +00:00
Will Andrews
6e422dda37 Update to 4.2.2. The patches are no longer necessary (actually, never were
necessary in the first place, or so it seems), obsoleted by the configure
option --with-gd-includes.

Requested by:	Johannes Zellner <johannes@zellner.org>
2000-09-23 21:25:23 +00:00
Chris Piazza
399f359cf0 Add some additional master sites
PR:		21483
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-09-22 21:33:38 +00:00
Kris Kennaway
28295f1f29 Mark BROKEN: port requires QT headers which are not installed. 2000-09-22 10:11:23 +00:00
Kris Kennaway
b7cc36162c Remove a dead MASTER_SITE 2000-09-21 23:49:39 +00:00
Akinori MUSHA
9e07cf4c97 Fix the build for Mesa 3.2.1. 2000-09-21 17:02:21 +00:00
Maxim Sobolev
14f0863d28 Update MMX-optimisation patch to 1.0.9pre3. This update doesn't affect anything
if USE_MMX not used.
2000-09-21 07:52:05 +00:00
Satoshi Asami
c1e8a04fd2 Add two missing files
etc/gconf/gconf.xml.defaults/apps/%gconf.xml
 etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml

Submitted by:	onigiri
2000-09-21 00:25:36 +00:00
Maxim Sobolev
3bef997384 Add sdl_ttf - a library to use TrueType fonts to render text in SDL
applications.
2000-09-20 16:17:38 +00:00
Maxim Sobolev
560f2229d8 Add guilib - a very simple GUI framework for use with SDL. Now we have a GUI
for console (SDL_VIDEODRIVER=svgalib) ;).
2000-09-20 15:36:05 +00:00
Maxim Sobolev
604432fe13 Add sdl_image - a simple library to load images of various formats as SDL
surfaces.
2000-09-20 07:16:53 +00:00
Ade Lovett
10e47807a1 Add avifile, an MPEG-4 (aka DivX) player
PR:		21347
Submitted by:	Holger Lamm <holger@eit.uni-kl.de>
2000-09-19 16:18:15 +00:00
Maxim Sobolev
bc64f8fe69 - take over maintainership;
- use `-sf' ln(1) option when creating symlinks to shared libraries to avoid
  failure when some of those symlinks already exist.

PR:		21286 (partially)
Submitted by:	Martti Kuparinen <martti.kuparinen@nomadiclab.com>
2000-09-18 18:15:04 +00:00
Will Andrews
1fec93d35a Add a patch I *SWORE* I added when I upgraded kdegraphics to 1.94. This
basically silences a compiler error via a nasty function call cast.  This
patch has (of course) already been integrated into KDE CVS, and as such
its expected lifetime is this single revision.

Reported by:	kris
2000-09-18 00:45:02 +00:00
Ade Lovett
4387af4b6e Update to 1.0.3
PR:		21207
Submitted by:	Ports Fury
2000-09-16 18:12:06 +00:00