Index: head/graphics/imlib/Makefile =================================================================== --- head/graphics/imlib/Makefile (revision 7612) +++ head/graphics/imlib/Makefile (revision 7613) @@ -1,27 +1,27 @@ # New ports collection makefile for: imlib -# Version required: 0.1 -# Date created: 10 June 1997 -# Whom: Yukihiro Nakai +# Version required: 0.4 +# Date created: 18 August 1997 +# Whom: Vanill I. Shu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $ # -DISTNAME= imlib -PKGNAME= imlib-0.1 +DISTNAME= imlib_DR-0.4 +PKGNAME= imlib-0.4 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/ -DISTFILES= imlib_DR-0.1.tar.gz +MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/ -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= Vanill I. Shu -RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \ - djpeg:${PORTSDIR}/graphics/jpeg \ - convert:${PORTSDIR}/graphics/ImageMagick - USE_GMAKE= yes USE_IMAKE= yes +WRKSRC= ${WRKDIR}/imlib + +post-patch: + $(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat + sed -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile post-install: ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/imlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib/distinfo =================================================================== --- head/graphics/imlib/distinfo (revision 7612) +++ head/graphics/imlib/distinfo (revision 7613) @@ -1 +1 @@ -MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353 +MD5 (imlib_DR-0.4.tar.gz) = a8b0d03bd598210d687614c306315a16 Property changes on: head/graphics/imlib/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib/files/patch-ab =================================================================== --- head/graphics/imlib/files/patch-ab (revision 7612) +++ head/graphics/imlib/files/patch-ab (nonexistent) @@ -1,19 +0,0 @@ -*** 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 Property changes on: head/graphics/imlib/files/patch-ab ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/imlib/files/patch-aa =================================================================== --- head/graphics/imlib/files/patch-aa (revision 7612) +++ head/graphics/imlib/files/patch-aa (revision 7613) @@ -1,36 +1,36 @@ -*** Imakefile.orig Fri May 9 01:33:37 1997 ---- Imakefile Sun May 25 15:32:25 1997 -*************** +*** Imakefile.orig Fri Aug 15 16:15:58 1997 +--- Imakefile Fri Aug 15 16:16:29 1997 +*************** LIBREV=1.0 *** 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 +! ETCDIR=X11BASE/lib/X11/enlightenment #endif /* def UseEtcX11 */ CNFDIR = $(ETCDIR) -*************** +*************** InstallMultiple($(HDRS),$(INCROOT)/X11) *** 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() Property changes on: head/graphics/imlib/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib/pkg-plist =================================================================== --- head/graphics/imlib/pkg-plist (revision 7612) +++ head/graphics/imlib/pkg-plist (revision 7613) @@ -1,4 +1,6 @@ -lib/X11/enlightenment/im_palette.pal -lib/X11/enlightenment/imrc +include/X11/imlib.h lib/libIm.a lib/libIm.so.1.0 +@exec ldconfig -m %B +lib/X11/enlightenment/im_palette.pal +lib/X11/enlightenment/imrc Property changes on: head/graphics/imlib/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib2/Makefile =================================================================== --- head/graphics/imlib2/Makefile (revision 7612) +++ head/graphics/imlib2/Makefile (revision 7613) @@ -1,27 +1,27 @@ # New ports collection makefile for: imlib -# Version required: 0.1 -# Date created: 10 June 1997 -# Whom: Yukihiro Nakai +# Version required: 0.4 +# Date created: 18 August 1997 +# Whom: Vanill I. Shu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $ # -DISTNAME= imlib -PKGNAME= imlib-0.1 +DISTNAME= imlib_DR-0.4 +PKGNAME= imlib-0.4 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/ -DISTFILES= imlib_DR-0.1.tar.gz +MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/ -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= Vanill I. Shu -RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \ - djpeg:${PORTSDIR}/graphics/jpeg \ - convert:${PORTSDIR}/graphics/ImageMagick - USE_GMAKE= yes USE_IMAKE= yes +WRKSRC= ${WRKDIR}/imlib + +post-patch: + $(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat + sed -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile post-install: ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/imlib2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib2/distinfo =================================================================== --- head/graphics/imlib2/distinfo (revision 7612) +++ head/graphics/imlib2/distinfo (revision 7613) @@ -1 +1 @@ -MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353 +MD5 (imlib_DR-0.4.tar.gz) = a8b0d03bd598210d687614c306315a16 Property changes on: head/graphics/imlib2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib2/files/patch-aa =================================================================== --- head/graphics/imlib2/files/patch-aa (revision 7612) +++ head/graphics/imlib2/files/patch-aa (revision 7613) @@ -1,36 +1,36 @@ -*** Imakefile.orig Fri May 9 01:33:37 1997 ---- Imakefile Sun May 25 15:32:25 1997 -*************** +*** Imakefile.orig Fri Aug 15 16:15:58 1997 +--- Imakefile Fri Aug 15 16:16:29 1997 +*************** LIBREV=1.0 *** 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 +! ETCDIR=X11BASE/lib/X11/enlightenment #endif /* def UseEtcX11 */ CNFDIR = $(ETCDIR) -*************** +*************** InstallMultiple($(HDRS),$(INCROOT)/X11) *** 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() Property changes on: head/graphics/imlib2/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib2/pkg-plist =================================================================== --- head/graphics/imlib2/pkg-plist (revision 7612) +++ head/graphics/imlib2/pkg-plist (revision 7613) @@ -1,4 +1,6 @@ -lib/X11/enlightenment/im_palette.pal -lib/X11/enlightenment/imrc +include/X11/imlib.h lib/libIm.a lib/libIm.so.1.0 +@exec ldconfig -m %B +lib/X11/enlightenment/im_palette.pal +lib/X11/enlightenment/imrc Property changes on: head/graphics/imlib2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib2-tmp/Makefile =================================================================== --- head/graphics/imlib2-tmp/Makefile (revision 7612) +++ head/graphics/imlib2-tmp/Makefile (revision 7613) @@ -1,27 +1,27 @@ # New ports collection makefile for: imlib -# Version required: 0.1 -# Date created: 10 June 1997 -# Whom: Yukihiro Nakai +# Version required: 0.4 +# Date created: 18 August 1997 +# Whom: Vanill I. Shu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $ # -DISTNAME= imlib -PKGNAME= imlib-0.1 +DISTNAME= imlib_DR-0.4 +PKGNAME= imlib-0.4 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/ -DISTFILES= imlib_DR-0.1.tar.gz +MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/ -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= Vanill I. Shu -RUN_DEPENDS= tgatoppm:${PORTSDIR}/graphics/netpbm \ - djpeg:${PORTSDIR}/graphics/jpeg \ - convert:${PORTSDIR}/graphics/ImageMagick - USE_GMAKE= yes USE_IMAKE= yes +WRKSRC= ${WRKDIR}/imlib + +post-patch: + $(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat + sed -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile post-install: ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/graphics/imlib2-tmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib2-tmp/distinfo =================================================================== --- head/graphics/imlib2-tmp/distinfo (revision 7612) +++ head/graphics/imlib2-tmp/distinfo (revision 7613) @@ -1 +1 @@ -MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353 +MD5 (imlib_DR-0.4.tar.gz) = a8b0d03bd598210d687614c306315a16 Property changes on: head/graphics/imlib2-tmp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib2-tmp/files/patch-aa =================================================================== --- head/graphics/imlib2-tmp/files/patch-aa (revision 7612) +++ head/graphics/imlib2-tmp/files/patch-aa (revision 7613) @@ -1,36 +1,36 @@ -*** Imakefile.orig Fri May 9 01:33:37 1997 ---- Imakefile Sun May 25 15:32:25 1997 -*************** +*** Imakefile.orig Fri Aug 15 16:15:58 1997 +--- Imakefile Fri Aug 15 16:16:29 1997 +*************** LIBREV=1.0 *** 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 +! ETCDIR=X11BASE/lib/X11/enlightenment #endif /* def UseEtcX11 */ CNFDIR = $(ETCDIR) -*************** +*************** InstallMultiple($(HDRS),$(INCROOT)/X11) *** 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() Property changes on: head/graphics/imlib2-tmp/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/imlib2-tmp/pkg-plist =================================================================== --- head/graphics/imlib2-tmp/pkg-plist (revision 7612) +++ head/graphics/imlib2-tmp/pkg-plist (revision 7613) @@ -1,4 +1,6 @@ -lib/X11/enlightenment/im_palette.pal -lib/X11/enlightenment/imrc +include/X11/imlib.h lib/libIm.a lib/libIm.so.1.0 +@exec ldconfig -m %B +lib/X11/enlightenment/im_palette.pal +lib/X11/enlightenment/imrc Property changes on: head/graphics/imlib2-tmp/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property