summaryrefslogtreecommitdiff
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Use a do-install: target instead of patching one into the sourceTim Vanderhoek1998-08-242-2/+23
| | | | | | | | | | | | | Makefile. A do-install: target is preferrable if one does not plan on submitting patches to the author. Doing it this way has the nice side-advantages that we now respect MANOWN and BINOWN. - Respect CFLAGS - move patches/patch-ab to files/mplex.1 Notes: svn path=/head/; revision=12797
* Well, we know there isn't a comprehensive instruction manual, butTim Vanderhoek1998-08-241-15/+16
| | | | | | | what does this thing actually do!? :) Notes: svn path=/head/; revision=12796
* Activate stamp.Steve Price1998-08-241-1/+2
| | | | Notes: svn path=/head/; revision=12792
* Initial import of stamp version 0.61.Steve Price1998-08-245-0/+40
| | | | | | | | | | Adds a graphical, configurable timestamp to a grayscale image. PR: 7577 Submitted by: Bill Fumerola <billf@chc-chimes.com> Notes: svn path=/head/; revision=12791
* Perl fixesJustin M. Seger1998-08-234-16/+18
| | | | Notes: svn path=/head/; revision=12754
* Use the MANx variables. This commit only covers ports thatTim Vanderhoek1998-08-2310-10/+20
| | | | | | | | | | | | | | don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least. Notes: svn path=/head/; revision=12747
* Fix this so that it uses the PERL_VERSION and PERL_VER variables.Justin M. Seger1998-08-226-33/+33
| | | | Notes: svn path=/head/; revision=12719
* ${PKGDIR}/PLIST -> ${PLIST}Tim Vanderhoek1998-08-222-4/+4
| | | | Notes: svn path=/head/; revision=12717
* Almost forgot the reason I was here: use the MAN1 variable.Tim Vanderhoek1998-08-214-22/+6
| | | | Notes: svn path=/head/; revision=12710
* Guys, you can't include "@exec ranlib xxx" in the plist. Doing soTim Vanderhoek1998-08-212-4/+0
| | | | | | | will cause pkg_delete to fail. Notes: svn path=/head/; revision=12706
* Respect prefix. Make this build on -current by changingTim Vanderhoek1998-08-214-6/+14
| | | | | | | "cc /usr/lib/libz.a" to "cc -lz". Notes: svn path=/head/; revision=12705
* Add perl5 category and properly compress perl man pages.Justin M. Seger1998-08-212-4/+5
| | | | | | | Suggested by: ache Notes: svn path=/head/; revision=12703
* PerlMagick is now included in ImageMagickAndrey A. Chernov1998-08-211-2/+1
| | | | | | | Reviewed by: no response from Satoshi Notes: svn path=/head/; revision=12702
* BROKEN:Justin M. Seger1998-08-203-3/+9
| | | | | | | | | | | | | | | | | | | # make package >> povuni_s.tgz doesn't seem to exist on this system. >> Attempting to fetch from ftp://povray.cdrom.com/pub/povray/Official-3.0/Unix/. Receiving povuni_s.tgz (754341 bytes): 100% 754341 bytes transfered in 0.9 seconds (800.61 Kbytes/s) >> Checksum mismatch for povuni_s.tgz. >> Checksum OK for povuni_d.tgz. Make sure the Makefile and md5 file (/usr/ports/graphics/povray/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. Notes: svn path=/head/; revision=12695
* Properly call ldconfig from pkg_add and pkg_delete.Satoshi Asami1998-08-202-0/+4
| | | | | | | | | I also noticed a libgif.so.3 -> libgif.so.3.0 link in /usr/local/lib so I thought it was this port adding it but when I installed it again it didin't reappear. I wonder wth is going on.... Notes: svn path=/head/; revision=12679
* Turn on 4va.Steve Price1998-08-191-1/+2
| | | | Notes: svn path=/head/; revision=12661
* Initial import of 4va version 1.21.Steve Price1998-08-196-0/+76
| | | | | | | | | | A four-dimensional graphics tumbler for X-Windows. PR: 7412 Submitted by: Malte Lance <malte.lance@gmx.net> Notes: svn path=/head/; revision=12660
* Upgrade to 2.7 and change for perl5 scheme.Vanilla I. Shu1998-08-193-18/+18
| | | | Notes: svn path=/head/; revision=12649
* Change for perl5 scheme.Vanilla I. Shu1998-08-194-26/+26
| | | | Notes: svn path=/head/; revision=12644
* Upgrade to updated version of 4.0.9 and place its distfile back in my web dir.Justin M. Seger1998-08-193-7/+18
| | | | | | | Also enable PerlMagick compilation. Notes: svn path=/head/; revision=12631
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-1843-598/+4
| | | | | | | too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
* I'm going to host this distfile until Justin returns (I didn't knowSatoshi Asami1998-08-182-3/+3
| | | | | | | | | he's away but ache is complaining he's not replying to his mails). Justin, when you want to take over again go ahead and change back MASTER_SITES and the checksum. Notes: svn path=/head/; revision=12614
* distfile changed without version number bumpingAndrey A. Chernov1998-08-181-1/+1
| | | | Notes: svn path=/head/; revision=12613
* upgrade to 4.0.9Andrey A. Chernov1998-08-173-3/+3
| | | | Notes: svn path=/head/; revision=12591
* upgrade to 4.0.8Andrey A. Chernov1998-08-173-17/+6
| | | | | | | Reviewed by: maintainer not respond several days Notes: svn path=/head/; revision=12586
* use non-relative -L dir for libtoolAndrey A. Chernov1998-08-131-2/+2
| | | | Notes: svn path=/head/; revision=12493
* Oops, add -Lmagick/.libs to wrong place, must go to LDFLAGSAndrey A. Chernov1998-08-131-1/+2
| | | | Notes: svn path=/head/; revision=12488
* Remove gimp-devel, it's called gimp1 now.Satoshi Asami1998-08-121-2/+1
| | | | Notes: svn path=/head/; revision=12482
* Add Mesa3. Mark it MANUAL_PACKAGE_BUILD for now (shlib version overridesSatoshi Asami1998-08-123-4/+8
| | | | | | | Mesa2). Notes: svn path=/head/; revision=12481
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-124-16/+12
| | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
* Use the homepage instead.Steve Price1998-08-101-2/+2
| | | | | | | Submitted by: Thomas Gellekum <tg@ihf.rwth-aachen.de> Notes: svn path=/head/; revision=12432
* Find the distfile again.Steve Price1998-08-101-2/+2
| | | | | | | | PR: 7543 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=12422
* Turn on g2.Steve Price1998-08-101-1/+2
| | | | Notes: svn path=/head/; revision=12393
* Initial import of g2 version 0.23.Steve Price1998-08-106-0/+59
| | | | | | | | | | An easy to use, portable, and powerful 2D graphics library. PR: 7416 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> Notes: svn path=/head/; revision=12392
* Make this re-install friendly.Steve Price1998-08-092-14/+7
| | | | Notes: svn path=/head/; revision=12383
* No need to use += to variable defined only once.Satoshi Asami1998-08-091-2/+2
| | | | Notes: svn path=/head/; revision=12378
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-0725-55/+55
| | | | Notes: svn path=/head/; revision=12335
* Compatible with perl5.00501.Vanilla I. Shu1998-08-0610-67/+64
| | | | Notes: svn path=/head/; revision=12304
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-0530-63/+63
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Add post-install target to run ldconfig -m.Matthew Hunt1998-08-041-1/+3
| | | | | | | | PR: 7484 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=12268
* Fix the problem of pkg/PLIST ("\").Vanilla I. Shu1998-07-301-1/+1
| | | | Notes: svn path=/head/; revision=12214
* Change the library version of Gtk.Vanilla I. Shu1998-07-306-12/+12
| | | | Notes: svn path=/head/; revision=12212
* Change the depend of gtk.Vanilla I. Shu1998-07-303-6/+6
| | | | Notes: svn path=/head/; revision=12210
* Make this port be installable twice.Satoshi Asami1998-07-271-5/+5
| | | | Notes: svn path=/head/; revision=12170
* Use libjbig.1*.Steve Price1998-07-271-2/+2
| | | | | | | | PR: 7399 Submitted by: John Kurtz <john@idlinc.com> Notes: svn path=/head/; revision=12156
* Update to version 1.39.Steve Price1998-07-273-1015/+1176
| | | | | | | | PR: 7374 Submitted by: maintainer Notes: svn path=/head/; revision=12150
* Upgrade repository copy to Mesa-3.06.Justin M. Seger1998-07-258-64/+46
| | | | Notes: svn path=/head/; revision=12120
* /usr/X11R6/bin/moc KIllustrator.h -o KIllustrator.mocSatoshi Asami1998-07-251-1/+3
| | | | | | | | | | | | | | | c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O2 -Wall -c KIllustrator.cc KIllustrator.cc: In method `void KIllustrator::initToolBar()': KIllustrator.cc:339: `KToolBarCombo' undeclared (first use this function) KIllustrator.cc:339: (Each undeclared identifier is reported only once KIllustrator.cc:339: for each function it appears in.) KIllustrator.cc:339: `combo' undeclared (first use this function) *** Error code 1 Stop. Notes: svn path=/head/; revision=12107
* Change dependencies to accept Qt-1.33 if present,Stefan Eßer1998-07-234-12/+12
| | | | | | | but to build Qt-1.40 if no compiled Qt library can be found. Notes: svn path=/head/; revision=12083
* This port is not reinstall-friendly. I tried changing someSatoshi Asami1998-07-231-1/+3
| | | | | | | | | | | | | | | | "ln -s"'s to "ln -sf"'s but it didn't work so I'm going to punt. ===> Installing for EZWGL-1.38 ===> EZWGL-1.38 depends on shared library: jpeg\.9\. - found tar: Could not create symlink to EZ_AllocateColorFromName.html : File exists tar: Could not create symlink to EZ_ClearListBox.html : File exists tar: Could not create symlink to EZ_DefineLightSrc.html : File exists tar: Could not create symlink to EZ_DefineMaterial.html : File exists tar: Could not create symlink to EZ_CMove3f.html : File exists : Notes: svn path=/head/; revision=12077