Commit graph

6 commits

Author SHA1 Message Date
Edwin Groothuis
7807b330a1 Fix RUN_DEPENDS 2008-09-24 05:52:44 +00:00
Edwin Groothuis
c4459da16e Proper RUN_DEPENDS 2008-09-24 05:40:50 +00:00
Edwin Groothuis
b400804875 graphics/processing : Serial cannot be used
The graphics/processing have their own serial library at
    libexec/processing/libraris/serial/library.  But this serial
    library use linux version of shared library, so we cannot run
    this function.

    The processing serial library is same as comms/rxtx, so we must
    add RUN_DEPENDS.

PR:		ports/127600
Submitted by:	Takeshi MUTOH <mutoh@openedu.org>
2008-09-24 05:27:40 +00:00
Edwin Groothuis
cb38fc8533 - Fix startup script for when you're not in /usr/local/libexec/processing-devel.
- Fix warnings about world writable files.
2008-06-22 11:12:42 +00:00
Edwin Groothuis
2cdce2fe91 Fix the port after the copy. 2008-06-22 08:45:32 +00:00
Edwin Groothuis
3e6e2542f3 Add development version of graphics/processing
Processing is an open source programming language and environment
	for people who want to program images, animation, and interactions.
	It is used by students, artists, designers, researchers, and hobbyists
	for learning, prototyping, and production. It is created to teach
	fundamentals of computer programming within a visual context and
	to serve as a software sketchbook and professional production tool.
	Processing is an alternative to proprietary software tools in the
	same domain.

	WWW: http://processing.org/
2008-06-22 08:00:58 +00:00