1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

50 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
75526e8422 - Add LICENSE
- Convert to new LIB_DEPENDS format
- Strip shared library
- Fix shebang
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Add SLAVEDIRS
- Support STAGEDIR
2013-11-17 10:32:51 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Sunpoet Po-Chuan Hsieh
35cbf0976f - Update to 0.4.5
- Convert to new options framework
- Cosmetic change
- Use single space after WWW:

Changes:	https://github.com/libming/libming/blob/master/NEWS
2013-08-22 15:20:57 +00:00
Sunpoet Po-Chuan Hsieh
41943e44db - Use USES+= for slave port (graphics/p5-ming) after conversion of new Perl framework 2013-08-21 14:20:14 +00:00
Sunpoet Po-Chuan Hsieh
bc221a68c1 - Use USES=gmake 2013-08-21 12:03:51 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Sunpoet Po-Chuan Hsieh
7271bfa2bf - Remove PrintGifError() which is retired from giflib 4.2.0 [1]
- Pet portlint: remove ABI version number from LIB_DEPENDS

Reference:	http://giflib.git.sourceforge.net/git/gitweb.cgi?p=giflib/giflib;a=blob;f=NEWS [1]
2012-06-02 17:06:00 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sunpoet Po-Chuan Hsieh
bdf8dcba58 - Change gif library from graphics/libungif to graphics/giflib
- Sort LIB_DEPENDS
- Collect post-patch: of slave ports (graphics/p5-ming and graphics/py-ming)
- Bump PORTREVISION for dependency change
2012-02-21 14:09:43 +00:00
Sunpoet Po-Chuan Hsieh
cc61336dab - Update to 0.4.4
- Take maintainership

Changes:	https://github.com/libming/libming/blob/master/NEWS
2012-02-15 07:46:18 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Steve Wills
3b8a4becc6 - Add support for slave graphics/p5-ming 2011-08-08 00:56:28 +00:00
Steve Wills
ef8d112099 - Update to 0.4.3
- Update WWW
- Pet portlint while here
2011-08-07 15:51:48 +00:00
Baptiste Daroussin
edb35605d9 Mark broken: does not fetch 2011-08-01 12:54:42 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Dirk Meyer
8e575683fe - fix build for png-1.4.1
PR:		145115
2010-03-28 18:35:45 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Pav Lucistnik
ed9c0642a6 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-18 22:39:55 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Johan van Selst
ec2d095bd0 - Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
  http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
  Replace %{ .. %} with %code { .. } where required
  and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat

PR:		ports/131640
Approved by:	portmgr (pav)
2009-03-06 12:04:11 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Alejandro Pulver
ffdf8fa3ad - Install some missing executables and headers, and a piece of source code
needed by graphics/pstoedit.

PR:		ports/116730
Submitted by:	bf <bf2006a@yahoo.com>
2007-09-29 21:39:21 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Renato Botelho
631d2ecd4c - Update to 0.3.0
PR:		ports/95600
Submitted by:	Ports Fury
2006-04-10 19:40:38 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Akinori MUSHA
ba5086c20d Add CONFLICTS lines; ming and ja-ming conflict with each other. 2003-11-12 17:18:54 +00:00
Kris Kennaway
1b5978046d Fix build after recent *.mk changes
Submitted by:	ru
2003-08-04 10:58:20 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Ruslan Ermilov
de3359b588 Fixed install on post-bsd.incs.mk systems by replacing the non-working
3.x hacks in files/Makefile (shell commands must be preceded by a tab)
with pre-bsd.incs.mk hacks and using the new API (INCSGROUPS).
2002-07-21 19:21:04 +00:00
Josef Karthauser
e4d8125f80 Bump the port revision. 2002-03-08 00:30:28 +00:00
Josef Karthauser
41dbe8a305 Fix a header problem bug.
Install the correct header files for applications to use.

Submitted by:	David Hanney <dh@digitalbrain.com>
2002-03-07 20:34:40 +00:00
Akinori MUSHA
6f512f69a1 Define INSTALLS_SHLIB properly. 2001-09-24 10:58:43 +00:00
Akinori MUSHA
216df1a6f6 Ming 0.2a can generate Flash 5 movies too. 2001-09-18 06:03:36 +00:00
Akinori MUSHA
1402ed0dcc Update ming to 0.2a. 2001-09-18 05:57:17 +00:00
Andrey A. Chernov
db2dadbaab Bump png major 2001-09-11 02:22:51 +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
Akinori MUSHA
627b125ba3 Chase the update of the ming examples tarball.
Rename and move the location of the c++ header file:
	c++/ming.h -> mingpp.h
2001-04-13 15:08:27 +00:00
Akinori MUSHA
07744c21f1 Install all the header files needed.
PR:		ports/26512
Submitted by:	KANOU Hiroki <kanou@mil.allnet.ne.jp>
2001-04-12 16:43:45 +00:00
Akinori MUSHA
740aa28491 Update to Ming 0.1.0. 2001-03-20 09:32:55 +00:00
Akinori MUSHA
808a2eada9 Add %%PORTDOCS%%. 2001-02-10 13:19:57 +00:00
Akinori MUSHA
600b34736b Build and install the bundled utilities too. 2001-01-22 09:24:05 +00:00
Akinori MUSHA
66acb9cd06 Update to Ming 0.0.9b. Now it creates Flash 4 movies.
Ports of the Perl5 module and the Ming utilities will follow soon if I
can take the time.
2001-01-21 05:57:50 +00:00
Akinori MUSHA
bf38b4675f Add NOPROFILE=true to MAKE_ARGS so as not to build a profiled library. 2000-10-25 19:13:09 +00:00
Akinori MUSHA
a5d78843b3 Chase the repack that included my submitted patches.
(Thus no need to bump PORTREVISION's)
2000-10-25 08:18:45 +00:00
Akinori MUSHA
315855ac36 Update to 0.0.3a. 2000-10-25 04:32:36 +00:00
Akinori MUSHA
1323b40acd Add ming, LGPL Flash (TM) movie output library with PHP, Python and
Ruby interfaces.
2000-10-16 07:48:51 +00:00