From b919b8311bc5d38e5731d40525c88c54816f4530 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 14 May 1999 11:54:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'. --- graphics/gimp-devel/Makefile | 41 --- graphics/gimp-devel/distinfo | 1 - graphics/gimp-devel/files/gimp.setfont | 236 --------------- graphics/gimp-devel/files/patch-aa | 20 -- graphics/gimp-devel/files/patch-ab | 13 - graphics/gimp-devel/files/patch-ac | 246 --------------- graphics/gimp-devel/files/patch-ae | 11 - graphics/gimp-devel/files/patch-af | 20 -- graphics/gimp-devel/files/patch-ah | 33 -- graphics/gimp-devel/files/patch-am | 19 -- graphics/gimp-devel/pkg-comment | 1 - graphics/gimp-devel/pkg-descr | 19 -- graphics/gimp-devel/pkg-message | 7 - graphics/gimp-devel/pkg-plist | 534 --------------------------------- 14 files changed, 1201 deletions(-) delete mode 100644 graphics/gimp-devel/Makefile delete mode 100644 graphics/gimp-devel/distinfo delete mode 100644 graphics/gimp-devel/files/gimp.setfont delete mode 100644 graphics/gimp-devel/files/patch-aa delete mode 100644 graphics/gimp-devel/files/patch-ab delete mode 100644 graphics/gimp-devel/files/patch-ac delete mode 100644 graphics/gimp-devel/files/patch-ae delete mode 100644 graphics/gimp-devel/files/patch-af delete mode 100644 graphics/gimp-devel/files/patch-ah delete mode 100644 graphics/gimp-devel/files/patch-am delete mode 100644 graphics/gimp-devel/pkg-comment delete mode 100644 graphics/gimp-devel/pkg-descr delete mode 100644 graphics/gimp-devel/pkg-message delete mode 100644 graphics/gimp-devel/pkg-plist (limited to 'graphics/gimp-devel') diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile deleted file mode 100644 index 0e41227459ea..000000000000 --- a/graphics/gimp-devel/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: Gimp -# Version required: 1.1.2 -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $Id: Makefile,v 1.54 1999/03/19 04:39:51 nectar Exp $ -# - -DISTNAME= gimp-1.1.2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/old/v1.1.2/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/old/v1.1.2/ \ - http://www.ameth.org/gimp/pub/gimp/unstable/old/v1.1.2/ - -MAINTAINER= erich@FreeBSD.org - -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - aa.1:${PORTSDIR}/graphics/aalib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ - mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ - png.3:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff34 - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --disable-perl -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ - LIBS="-L${LOCALBASE}/lib" \ - INSTALL_SCRIPT='$${INSTALL} -m 755' - -MAN1= gimp.1 gimptool.1 -MAN3= gpc.3 - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - @${CAT} ${PKGDIR}/MESSAGE - -.include diff --git a/graphics/gimp-devel/distinfo b/graphics/gimp-devel/distinfo deleted file mode 100644 index e89984e6ed46..000000000000 --- a/graphics/gimp-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gimp-1.1.2.tar.gz) = 806e4cca53e056a0d78492ba436fd8ac diff --git a/graphics/gimp-devel/files/gimp.setfont b/graphics/gimp-devel/files/gimp.setfont deleted file mode 100644 index 1d50e8ea9b8f..000000000000 --- a/graphics/gimp-devel/files/gimp.setfont +++ /dev/null @@ -1,236 +0,0 @@ -#!/usr/bin/perl - -# Font setting Perl script for GIMP -# -# by MANTANI Nobutaka - -$progname = "gimp.setfont"; -$version = "Version 0.1 Mar 1 1999"; - -# Show usage -sub usage() { - print < - ----------------------------------------------------------------- -[language] [fontset] - dutch -*-helvetica-(iso8859-1) - english -*-helvetica-(iso8859-1) - finnish -*-helvetica-(iso8859-1) - french -*-helvetica-(iso8859-1) - german -*-helvetica-(iso8859-1) - hungarian -*-helvetica-(iso8859-2) - italian -*-helvetica-(iso8859-1) - japanese -*-fixed-(iso8859-1,jisx0201,jisx0208) - korean -*-fixed-(iso8859-1)/-daewoo-gothic-(ksc5601) - polish -*-helvetica-(iso8859-2) - swedish -*-helvetica-(iso8859-1) ----------------------------------------------------------------- - -EOF -} - -# Write gtkrc of user's .gimp-1.1 directory -sub write_gtkrc($) { - $fontset = shift; - $path = "$ENV{'HOME'}/.gimp-1.1"; - - if (-d $path) { - if (-e "$path/gtkrc") { - chmod(0644, "$path/gtkrc"); - print "renaming $path/gtkrc to ${path}/gtkrc.old...\n"; - rename($path, "${path}/gtkrc.old"); - } - - print "writing $path/gtkrc...\n"; - open(FILE, ">$path/gtkrc"); - print FILE < [= ] -\# { -\#