1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

2724 Commits

Author SHA1 Message Date
Thomas Gellekum
d840d9b11f Upgrade to 0.6.12. 2001-07-10 11:28:20 +00:00
David W. Chapman Jr.
2c0c8003ec Use pre-everything and fix typo
PR:		28843
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-10 00:09:14 +00:00
Kevin Lo
29ce162d87 Fix Makefile
PR: 28827
Submitted by: MAINTAINER
2001-07-09 03:07:47 +00:00
Ying-Chieh Liao
5ae4639ce9 it is just a lib, so change comment & descr
Submitted by:	Marc van Woerkom <van.woerkom@netcologne.de> (port maker)
2001-07-09 01:18:05 +00:00
Kevin Lo
bb8b021e51 Initial import of py-paint 0.1.
The paint module provides a simple and flexible facility for
painting PNG images files. The paint module depends upon
three free libraries: freetype, libart, libpng.

PR: 28819
Submitted by: Hye-Shik Chang <perky@python.or.kr>
2001-07-08 16:47:15 +00:00
Kevin Lo
5ac643444a Initial import of libart-2.3.3.
Libart is a library of functions for 2D graphics supporting
a superset of the PostScript imaging model, designed to be
integrated with graphics, artwork, and illustration programs.

PR: 28818
Submitted by: Hye-Shik Chang <perky@python.or.k
2001-07-08 16:44:22 +00:00
Ying-Chieh Liao
e822ec285a add p5-Grapics-ColorNames
A perl class that defines RGB values for common color names

PR:		28578
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-08 07:05:24 +00:00
Ying-Chieh Liao
d04ad1e32a make it buildable
PR:		28445
Submitted by:	Adam Nealis <adamnealis@yahoo.co.uk>
2001-07-07 13:38:21 +00:00
Ying-Chieh Liao
9343cbc6fd add libdvdread
DVD player that supports DVD menus

PR:		28410
Submitted by:	Marc van Woerkom
2001-07-07 13:07:13 +00:00
Ying-Chieh Liao
16a1f893c2 Fix build error
PR:		28408
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-07 12:54:28 +00:00
Mark Pulford
c3c51ca673 Add peps 1.0, converts EPS images to anti-aliased PGM bitmaps.
PR:		28753
Submitted by:	petef@databits.net
2001-07-07 03:52:10 +00:00
Akinori MUSHA
eafcdb00bf Upate ming to 0.1.1.
Submitted by:	Frederico Freire Boaventura <fred@tcoip.com.br> (partially)
2001-07-06 19:57:44 +00:00
Maxim Sobolev
9eb408154b Update to 1.0.1. 2001-07-06 12:25:18 +00:00
Ying-Chieh Liao
ee2b09564f upgrade to 1.5.8 2001-07-06 06:17:14 +00:00
Ying-Chieh Liao
f07080b33c add libdvdcss
Accessing DVDs like a block device w/o having to bother about the decryption
2001-07-06 04:26:40 +00:00
Thomas Gellekum
23e28fc36e Upgrade to 4.1.3.
PR:		28309
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
2001-07-05 11:13:46 +00:00
Thomas Gellekum
6ff84648d3 Upgrade to 4.1.3.
PR:		28307
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
2001-07-05 11:11:40 +00:00
Sheldon Hearn
2c51eea233 Change NO_GSBIT to WITHOUT_GHOSTSCRIPT. This has two benefits:
1) Consistency with other support exclusion options in the ports tree.
2) Better odds that the option will be shared by other ports.
2001-07-04 19:12:39 +00:00
Mikhail Teterin
81eed0ab15 Package building for this port was broken, when `n' was removed from the
list of  recognized MAN-sections in bsd.man.mk.  The port's Makefile.bsd
simply declared MANN=gdtclft.n and the included bsd.lib.mk was doing the
right thing.

Now I had to add an explicit post-install target to the main Makefile.
2001-07-03 16:10:41 +00:00
Kevin Lo
f7c24f7087 Update to version 1.0.5
PR: 28650
Submitted by: MAINTAINER
2001-07-03 13:18:01 +00:00
Kevin Lo
c9a0baed20 Update to version 1.0.5
PR: 28649
Submitted by: Ports Fury
2001-07-03 13:09:58 +00:00
Mario Sergio Fujikawa Ferreira
bf47b90ad0 o Update port to version 5.3.5
o Update MASTER_SITES definitly removing SOURCEFORGE

PR:		28647
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-07-03 01:34:57 +00:00
MIHIRA Sanpei Yoshiro
d64f359e18 Add tips:
- linuxproc
        - new option format

Submitted by:	Yoshihiko SARUMARU <mistral@imasy.or.jp>
2001-07-02 14:15:05 +00:00
Maxim Sobolev
e665f3660f Remove USE_FREETYPE - it's about freetype1, which the port doesn't use anymore. 2001-07-02 10:17:15 +00:00
Kris Kennaway
04c9c80976 Upgrade to mtv 1.2.5
Submitted by:	Pete Fritchman <petef@databits.net>
PR:		ports/28568
2001-07-01 21:42:51 +00:00
Peter Pentchev
0a810b6e63 Update to 9.15.
PR:		28407
Submitted by:	Ports Fury
2001-06-27 11:28:01 +00:00
Akinori MUSHA
aab2047b99 Add ruby-pgplot, a Ruby interface to PGPLOT graphics library. 2001-06-27 02:06:57 +00:00
Jean-Marc Zucconi
75de1f6dd9 - X11BASE clean
- properly link libpgplot.so against -lpng (so that each program which
  links with libpgplot.so does not have to specify -lpng)
- a bit cleaner (use macros where possible, etc.)

Submitted by:	knu
2001-06-26 21:11:16 +00:00
Justin M. Seger
b2b2324f82 Add a URL
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-26 16:27:52 +00:00
Maxim Sobolev
4f93c4ee5c Update to 0.4.4. 2001-06-26 16:24:13 +00:00
Maxim Sobolev
f579ab0379 Update to 2.0.3. 2001-06-26 10:17:52 +00:00
Mark Pulford
e11c81a9ac Switched to MASTER_SITE_LOCAL and removed WWW. Author's pages awol for
too long..
2001-06-26 06:17:12 +00:00
John Polstra
a35b751000 Defennerize. 2001-06-25 23:13:51 +00:00
Maxim Sobolev
f15b5bcca1 Unbroke with latest XFree86-4.
Reported by:	MANY
2001-06-25 15:09:30 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
Mario Sergio Fujikawa Ferreira
ef4410aa3c Update MASTER_SITES as it seems SOURCEFORGE is no longer carrying
these distfiles, keep it as a last resort MASTER_SITE for a while

PR:		28331
Submitted by:	Kevet Duncombe <dunc@tiny.net>
Reviewed by:	knu
2001-06-24 19:03:18 +00:00
Dima Dorfman
b0e5241574 Correct grammar. 2001-06-24 00:56:34 +00:00
Maxim Sobolev
2f3bb8957e Chase increased version number of libxmms. 2001-06-21 15:35:23 +00:00
Maxim Sobolev
29ca0356c2 Fix a breakage caused by changed chown semantics.
Submitted by:	sf
2001-06-19 15:22:27 +00:00
Ade Lovett
4f5620349f Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
2001-06-19 09:43:08 +00:00
Mikhail Teterin
53ac9ea355 This port depends on lcms, which recently started to install its lcms.h
into ${PREFIX}/include/ instead of ${PREFIX}/include/lcms/ .

Provide a post-patch workaround, which looks for lcms.h and patches the
libmng_types.h if necessary. This fix was sitting in my own ports tree
for a while and I thought I committed it, until the pr 28202 got transfered
to me this morning:

PR:	28202
Submitted by:	Dan Pelleg <dpelleg+bsd@cs.cmu.edu>
2001-06-18 22:55:40 +00:00
Chris D. Faulhaber
ef928b9c29 Update port to 1.5.5
PR:		28016
Submitted by:	Patrick Li <pat@databits.net>
2001-06-18 12:20:44 +00:00
Michael Haro
4c90d45cd2 Update to 0.10.1, which includes support for more graphics formats.
PR:		28243
Submitted by:	    maintainer
2001-06-18 07:03:00 +00:00
Steve Price
1bc4ab1213 Update to version 1.29.
PR:		28049
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-06-17 18:24:00 +00:00
Steve Price
f6e7cc1eff Update to version 3.2.3d.
PR:		28052
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-06-17 18:22:48 +00:00
Steve Price
837e7f9d89 Update to version 0.7.
PR:		28053
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-06-17 18:21:28 +00:00
Steve Price
369fa2ec94 Update to version 1.0.3.
PR:		28135
Submitted by:	maintainer
2001-06-17 18:09:43 +00:00
Jimmy Olgeni
4f16cef813 Preserve configuration file in etc/. 2001-06-17 17:23:24 +00:00
Jimmy Olgeni
78868a31f1 Add some files to pkg-plist, and add etc/ files management. 2001-06-17 17:21:56 +00:00
Ying-Chieh Liao
ba82d96aef LIB_DEPENEDS -> LIB_DEPENDS
gdk_pixbuf -> gdk-pixbuf

PR:		28210
Submitted by:	mwest@uct.ac.za
2001-06-17 01:21:29 +00:00