diff options
author | asami <asami@FreeBSD.org> | 1997-06-03 23:39:10 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-03 23:39:10 +0000 |
commit | 954ccb7ed154e3b386f2f8da04144b3850f28fc5 (patch) | |
tree | abd4633d99925944145815d2ff21d06e13468458 /graphics | |
parent | 59bb2b9560f3ca092a3cf6937c10b77904bd6ec9 (diff) | |
download | FreeBSD-ports-954ccb7ed154e3b386f2f8da04144b3850f28fc5.zip FreeBSD-ports-954ccb7ed154e3b386f2f8da04144b3850f28fc5.tar.gz |
A graphical library for "enlightenment" package.
PR: 3715
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 27 | ||||
-rw-r--r-- | graphics/imlib/distinfo | 1 | ||||
-rw-r--r-- | graphics/imlib/files/patch-aa | 36 | ||||
-rw-r--r-- | graphics/imlib/files/patch-ab | 19 | ||||
-rw-r--r-- | graphics/imlib/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/imlib/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/imlib/pkg-plist | 4 | ||||
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 27 | ||||
-rw-r--r-- | graphics/imlib2-tmp/distinfo | 1 | ||||
-rw-r--r-- | graphics/imlib2-tmp/files/patch-aa | 36 | ||||
-rw-r--r-- | graphics/imlib2-tmp/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/imlib2-tmp/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/imlib2-tmp/pkg-plist | 4 | ||||
-rw-r--r-- | graphics/imlib2/Makefile | 27 | ||||
-rw-r--r-- | graphics/imlib2/distinfo | 1 | ||||
-rw-r--r-- | graphics/imlib2/files/patch-aa | 36 | ||||
-rw-r--r-- | graphics/imlib2/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/imlib2/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/imlib2/pkg-plist | 4 |
19 files changed, 229 insertions, 0 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile new file mode 100644 index 0000000..1e7fedd7 --- /dev/null +++ b/graphics/imlib/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: imlib +# Version required: 0.1 +# Date created: 10 June 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= imlib +PKGNAME= imlib-0.1 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/ +DISTFILES= imlib_DR-0.1.tar.gz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \ + djpeg:${PORTSDIR}/graphics/jpeg \ + convert:${PORTSDIR}/graphics/ImageMagick + +USE_GMAKE= yes +USE_IMAKE= yes + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/graphics/imlib/distinfo b/graphics/imlib/distinfo new file mode 100644 index 0000000..2805708 --- /dev/null +++ b/graphics/imlib/distinfo @@ -0,0 +1 @@ +MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353 diff --git a/graphics/imlib/files/patch-aa b/graphics/imlib/files/patch-aa new file mode 100644 index 0000000..42914fe --- /dev/null +++ b/graphics/imlib/files/patch-aa @@ -0,0 +1,36 @@ +*** Imakefile.orig Fri May 9 01:33:37 1997 +--- Imakefile Sun May 25 15:32:25 1997 +*************** +*** 11,17 **** + #ifdef UseEtcX11 + ETCDIR=/etc/X11/$(LIBNAME) + #else +! ETCDIR=/etc + #endif /* def UseEtcX11 */ + + CNFDIR = $(ETCDIR) +--- 11,17 ---- + #ifdef UseEtcX11 + ETCDIR=/etc/X11/$(LIBNAME) + #else +! ETCDIR=/usr/X11R6/lib/X11/enlightenment + #endif /* def UseEtcX11 */ + + CNFDIR = $(ETCDIR) +*************** +*** 59,65 **** + CNFSRC = ./sys_conf + CNFS = $(CNFSRC)/imrc + PALS = $(CNFSRC)/im_palette.pal +! CNFFLAGS = -m 0644 -o root -g root + InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS)) + + DependTarget() +--- 59,65 ---- + CNFSRC = ./sys_conf + CNFS = $(CNFSRC)/imrc + PALS = $(CNFSRC)/im_palette.pal +! CNFFLAGS = -m 0644 -o root -g wheel + InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS)) + + DependTarget() diff --git a/graphics/imlib/files/patch-ab b/graphics/imlib/files/patch-ab new file mode 100644 index 0000000..627f803 --- /dev/null +++ b/graphics/imlib/files/patch-ab @@ -0,0 +1,19 @@ +*** sys_conf.dist/imrc.orig Sun May 25 15:38:42 1997 +--- sys_conf.dist/imrc Sun May 25 15:39:09 1997 +*************** +*** 5,11 **** + # The file that contains palette entries for a golbal palette for all Imlib + # based programs. + # options: full path to palette file +! PaletteFile /etc/im_palette.pal + # This defines if when the display is greater than 8 bit, that is still remaps + # the images to the palette defined, rather than using "perfect" rendering + # options: yes/no +--- 5,11 ---- + # The file that contains palette entries for a golbal palette for all Imlib + # based programs. + # options: full path to palette file +! PaletteFile /usr/X11R6/lib/X11/enlightenment/im_palette.pal + # This defines if when the display is greater than 8 bit, that is still remaps + # the images to the palette defined, rather than using "perfect" rendering + # options: yes/no diff --git a/graphics/imlib/pkg-comment b/graphics/imlib/pkg-comment new file mode 100644 index 0000000..68d8aa3 --- /dev/null +++ b/graphics/imlib/pkg-comment @@ -0,0 +1 @@ +a graphic library for enlightenment package diff --git a/graphics/imlib/pkg-descr b/graphics/imlib/pkg-descr new file mode 100644 index 0000000..68d8aa3 --- /dev/null +++ b/graphics/imlib/pkg-descr @@ -0,0 +1 @@ +a graphic library for enlightenment package diff --git a/graphics/imlib/pkg-plist b/graphics/imlib/pkg-plist new file mode 100644 index 0000000..f26ddde --- /dev/null +++ b/graphics/imlib/pkg-plist @@ -0,0 +1,4 @@ +lib/X11/enlightenment/im_palette.pal +lib/X11/enlightenment/imrc +lib/libIm.a +lib/libIm.so.1.0 diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile new file mode 100644 index 0000000..1e7fedd7 --- /dev/null +++ b/graphics/imlib2-tmp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: imlib +# Version required: 0.1 +# Date created: 10 June 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= imlib +PKGNAME= imlib-0.1 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/ +DISTFILES= imlib_DR-0.1.tar.gz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \ + djpeg:${PORTSDIR}/graphics/jpeg \ + convert:${PORTSDIR}/graphics/ImageMagick + +USE_GMAKE= yes +USE_IMAKE= yes + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/graphics/imlib2-tmp/distinfo b/graphics/imlib2-tmp/distinfo new file mode 100644 index 0000000..2805708 --- /dev/null +++ b/graphics/imlib2-tmp/distinfo @@ -0,0 +1 @@ +MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353 diff --git a/graphics/imlib2-tmp/files/patch-aa b/graphics/imlib2-tmp/files/patch-aa new file mode 100644 index 0000000..42914fe --- /dev/null +++ b/graphics/imlib2-tmp/files/patch-aa @@ -0,0 +1,36 @@ +*** Imakefile.orig Fri May 9 01:33:37 1997 +--- Imakefile Sun May 25 15:32:25 1997 +*************** +*** 11,17 **** + #ifdef UseEtcX11 + ETCDIR=/etc/X11/$(LIBNAME) + #else +! ETCDIR=/etc + #endif /* def UseEtcX11 */ + + CNFDIR = $(ETCDIR) +--- 11,17 ---- + #ifdef UseEtcX11 + ETCDIR=/etc/X11/$(LIBNAME) + #else +! ETCDIR=/usr/X11R6/lib/X11/enlightenment + #endif /* def UseEtcX11 */ + + CNFDIR = $(ETCDIR) +*************** +*** 59,65 **** + CNFSRC = ./sys_conf + CNFS = $(CNFSRC)/imrc + PALS = $(CNFSRC)/im_palette.pal +! CNFFLAGS = -m 0644 -o root -g root + InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS)) + + DependTarget() +--- 59,65 ---- + CNFSRC = ./sys_conf + CNFS = $(CNFSRC)/imrc + PALS = $(CNFSRC)/im_palette.pal +! CNFFLAGS = -m 0644 -o root -g wheel + InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS)) + + DependTarget() diff --git a/graphics/imlib2-tmp/pkg-comment b/graphics/imlib2-tmp/pkg-comment new file mode 100644 index 0000000..68d8aa3 --- /dev/null +++ b/graphics/imlib2-tmp/pkg-comment @@ -0,0 +1 @@ +a graphic library for enlightenment package diff --git a/graphics/imlib2-tmp/pkg-descr b/graphics/imlib2-tmp/pkg-descr new file mode 100644 index 0000000..68d8aa3 --- /dev/null +++ b/graphics/imlib2-tmp/pkg-descr @@ -0,0 +1 @@ +a graphic library for enlightenment package diff --git a/graphics/imlib2-tmp/pkg-plist b/graphics/imlib2-tmp/pkg-plist new file mode 100644 index 0000000..f26ddde --- /dev/null +++ b/graphics/imlib2-tmp/pkg-plist @@ -0,0 +1,4 @@ +lib/X11/enlightenment/im_palette.pal +lib/X11/enlightenment/imrc +lib/libIm.a +lib/libIm.so.1.0 diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile new file mode 100644 index 0000000..1e7fedd7 --- /dev/null +++ b/graphics/imlib2/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: imlib +# Version required: 0.1 +# Date created: 10 June 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= imlib +PKGNAME= imlib-0.1 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/ +DISTFILES= imlib_DR-0.1.tar.gz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \ + djpeg:${PORTSDIR}/graphics/jpeg \ + convert:${PORTSDIR}/graphics/ImageMagick + +USE_GMAKE= yes +USE_IMAKE= yes + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/graphics/imlib2/distinfo b/graphics/imlib2/distinfo new file mode 100644 index 0000000..2805708 --- /dev/null +++ b/graphics/imlib2/distinfo @@ -0,0 +1 @@ +MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353 diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa new file mode 100644 index 0000000..42914fe --- /dev/null +++ b/graphics/imlib2/files/patch-aa @@ -0,0 +1,36 @@ +*** Imakefile.orig Fri May 9 01:33:37 1997 +--- Imakefile Sun May 25 15:32:25 1997 +*************** +*** 11,17 **** + #ifdef UseEtcX11 + ETCDIR=/etc/X11/$(LIBNAME) + #else +! ETCDIR=/etc + #endif /* def UseEtcX11 */ + + CNFDIR = $(ETCDIR) +--- 11,17 ---- + #ifdef UseEtcX11 + ETCDIR=/etc/X11/$(LIBNAME) + #else +! ETCDIR=/usr/X11R6/lib/X11/enlightenment + #endif /* def UseEtcX11 */ + + CNFDIR = $(ETCDIR) +*************** +*** 59,65 **** + CNFSRC = ./sys_conf + CNFS = $(CNFSRC)/imrc + PALS = $(CNFSRC)/im_palette.pal +! CNFFLAGS = -m 0644 -o root -g root + InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS)) + + DependTarget() +--- 59,65 ---- + CNFSRC = ./sys_conf + CNFS = $(CNFSRC)/imrc + PALS = $(CNFSRC)/im_palette.pal +! CNFFLAGS = -m 0644 -o root -g wheel + InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS)) + + DependTarget() diff --git a/graphics/imlib2/pkg-comment b/graphics/imlib2/pkg-comment new file mode 100644 index 0000000..68d8aa3 --- /dev/null +++ b/graphics/imlib2/pkg-comment @@ -0,0 +1 @@ +a graphic library for enlightenment package diff --git a/graphics/imlib2/pkg-descr b/graphics/imlib2/pkg-descr new file mode 100644 index 0000000..68d8aa3 --- /dev/null +++ b/graphics/imlib2/pkg-descr @@ -0,0 +1 @@ +a graphic library for enlightenment package diff --git a/graphics/imlib2/pkg-plist b/graphics/imlib2/pkg-plist new file mode 100644 index 0000000..f26ddde --- /dev/null +++ b/graphics/imlib2/pkg-plist @@ -0,0 +1,4 @@ +lib/X11/enlightenment/im_palette.pal +lib/X11/enlightenment/imrc +lib/libIm.a +lib/libIm.so.1.0 |