diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /print | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
76 files changed, 0 insertions, 4948 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile deleted file mode 100644 index 4e3a9a3ec..000000000 --- a/print/freetype2/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: freetype -# Date created: January 24, 1998 -# Whom: jseger@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/print/freetype2/Makefile,v 1.10 2007/05/21 22:26:53 marcus Exp $ -# - -PORTNAME= freetype2 -PORTVERSION= 2.3.5 -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ - http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ - http://www.funet.fi/pub/mirrors/ftp.freetype.org/%SUBDIR%/ \ - http://ftp.sunet.se/pub/text-processing/freetype/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \ - ftp://ftp.freetype.org/freetype/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A free and portable TrueType font rendering engine - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_ENV= TOP="" -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GNOME= gnometarget pkgconfig -LIBTOOLFILES= builds/unix/configure -CONFIGURE_ARGS= --disable-nls -CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix - -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) -CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -.endif - -.if defined(WITH_CJK) -#PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ -# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ -# http://bsdchat.com/dist/firefly-cjk-patchset/ -#PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz -#PATCH_DIST_STRIP+= -p1 -.endif - -pre-everything:: -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) - @${ECHO_MSG} - @${ECHO_MSG} "You may want not to compile a bytecode interpreter into the" - @${ECHO_MSG} "TrueType driver. Without this you will only compile the code" - @${ECHO_MSG} "necessary to load TrueType glyphs without hinting." - @${ECHO_MSG} - @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITHOUT_TTF_BYTECODE_ENABLED=yes\"" - @${ECHO_MSG} - @${ECHO_MSG} "Note that there are important patent issues related to the" - @${ECHO_MSG} "use of the interpreter." - @${ECHO_MSG} -.endif - -pre-patch: - @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/builds/unix/install.mk -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) - @${REINPLACE_CMD} -e '/#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER/s,/\* \(.*\) \*/,\1,; /#define TT_CONFIG_OPTION_UNPATENTED_HINTING/s,^\(.*\),/* \1 \*/,' \ - ${WRKSRC}/include/freetype/config/ftoption.h -.endif - -post-configure: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup) - -.include <bsd.port.mk> diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo deleted file mode 100644 index 6c426d146..000000000 --- a/print/freetype2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freetype-2.3.5.tar.bz2) = 65234327c5ac46ee00ebda15995d4c1c -SHA256 (freetype-2.3.5.tar.bz2) = 1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e -SIZE (freetype-2.3.5.tar.bz2) = 1279861 diff --git a/print/freetype2/files/patch-aa b/print/freetype2/files/patch-aa deleted file mode 100644 index 32efc9a5d..000000000 --- a/print/freetype2/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- builds/unix/detect.mk.orig 2006-12-09 13:51:54.000000000 -0500 -+++ builds/unix/detect.mk 2007-07-06 12:55:05.000000000 -0400 -@@ -21,6 +21,9 @@ ifeq ($(PLATFORM),ansi) - is_unix := $(strip $(wildcard /sbin/init) \ - $(wildcard /usr/sbin/init) \ - $(wildcard /hurd/auth)) -+ # FreeBSD is "unix" so just mandate this to fix the build in -+ # jails that do not have init (see PR#113470). -+ is_unix := true - ifneq ($(is_unix),) - - PLATFORM := unix -@@ -79,9 +82,9 @@ ifeq ($(PLATFORM),unix) - ifdef must_configure - ifneq ($(have_Makefile),) - # we are building FT2 not in the src tree -- $(TOP_DIR)/builds/unix/configure $(CFG) -+# $(TOP_DIR)/builds/unix/configure $(CFG) - else -- cd builds/unix; ./configure $(CFG) -+# cd builds/unix; ./configure $(CFG) - endif - endif - diff --git a/print/freetype2/files/patch-builds::unix::configure b/print/freetype2/files/patch-builds::unix::configure deleted file mode 100644 index 5f1567fdd..000000000 --- a/print/freetype2/files/patch-builds::unix::configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD: ports/print/freetype2/files/patch-builds::unix::configure,v 1.4 2006/10/14 08:35:44 marcus Exp $ - ---- builds/unix/configure.orig Mon Apr 22 19:50:27 2002 -+++ builds/unix/configure Fri Jun 21 15:48:06 2002 -@@ -8654,6 +8654,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/print/freetype2/files/patch-builds::unix::freetype-config.in b/print/freetype2/files/patch-builds::unix::freetype-config.in deleted file mode 100644 index ca50202de..000000000 --- a/print/freetype2/files/patch-builds::unix::freetype-config.in +++ /dev/null @@ -1,17 +0,0 @@ ---- builds/unix/freetype-config.in.orig Sun Jan 9 21:18:15 2005 -+++ builds/unix/freetype-config.in Sun Jan 9 21:18:57 2005 -@@ -105,12 +105,8 @@ - fi - - if test "$echo_cflags" = "yes" ; then -- cflags="-I$includedir/freetype2" -- if test "$includedir" != "/usr/include" ; then -- echo $cflags -I$includedir -- else -- echo $cflags -- fi -+ cflags="-I@includedir@/freetype2 -I@includedir@" -+ echo $cflags - fi - - if test "$echo_libs" = "yes" ; then diff --git a/print/freetype2/pkg-descr b/print/freetype2/pkg-descr deleted file mode 100644 index 57ec2a4c6..000000000 --- a/print/freetype2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This includes some tools that are in FreeType 1's contrib directory. - -ttf2pfb: Converting TrueType fonts to the Postscript Type 1 format. -ttf2pk: A simple conversion tool to bring TrueType quality to the - TeX world. -ttf2bdf: Produce bitmapped fonts from TrueType files for your X11 - applications. -ttfbanner: make posters using a TrueType font - -WWW: http://freetype.sourceforge.net/ diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist deleted file mode 100644 index 501381bce..000000000 --- a/print/freetype2/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/freetype-config -include/freetype2/freetype/config/ftconfig.h -include/freetype2/freetype/config/ftheader.h -include/freetype2/freetype/config/ftmodule.h -include/freetype2/freetype/config/ftoption.h -include/freetype2/freetype/config/ftstdlib.h -include/freetype2/freetype/freetype.h -include/freetype2/freetype/ftbbox.h -include/freetype2/freetype/ftbdf.h -include/freetype2/freetype/ftbitmap.h -include/freetype2/freetype/ftcache.h -include/freetype2/freetype/ftchapters.h -include/freetype2/freetype/fterrdef.h -include/freetype2/freetype/fterrors.h -include/freetype2/freetype/ftgasp.h -include/freetype2/freetype/ftglyph.h -include/freetype2/freetype/ftgxval.h -include/freetype2/freetype/ftgzip.h -include/freetype2/freetype/ftimage.h -include/freetype2/freetype/ftincrem.h -include/freetype2/freetype/ftlcdfil.h -include/freetype2/freetype/ftlist.h -include/freetype2/freetype/ftlzw.h -include/freetype2/freetype/ftmac.h -include/freetype2/freetype/ftmm.h -include/freetype2/freetype/ftmodapi.h -include/freetype2/freetype/ftmoderr.h -include/freetype2/freetype/ftotval.h -include/freetype2/freetype/ftoutln.h -include/freetype2/freetype/ftpfr.h -include/freetype2/freetype/ftrender.h -include/freetype2/freetype/ftsizes.h -include/freetype2/freetype/ftsnames.h -include/freetype2/freetype/ftstroke.h -include/freetype2/freetype/ftsynth.h -include/freetype2/freetype/ftsystem.h -include/freetype2/freetype/fttrigon.h -include/freetype2/freetype/fttypes.h -include/freetype2/freetype/ftwinfnt.h -include/freetype2/freetype/ftxf86.h -include/freetype2/freetype/t1tables.h -include/freetype2/freetype/ttnameid.h -include/freetype2/freetype/tttables.h -include/freetype2/freetype/tttags.h -include/freetype2/freetype/ttunpat.h -include/ft2build.h -lib/libfreetype.a -lib/libfreetype.la -lib/libfreetype.so -lib/libfreetype.so.9 -libdata/pkgconfig/freetype2.pc -share/aclocal/freetype2.m4 -@dirrm include/freetype2/freetype/config -@dirrm include/freetype2/freetype -@dirrm include/freetype2 diff --git a/print/gfontview/Makefile b/print/gfontview/Makefile deleted file mode 100644 index 937558770..000000000 --- a/print/gfontview/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: gfontview -# Date created: Jul 9, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= gfontview -PORTVERSION= 0.5.0 -PORTREVISION= 6 -CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An outline font viewer - -LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix -USE_FREETYPE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1/freetype \ - -I${LOCALBASE}/include" \ - SPOOLER="/usr/bin/lpr" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-fontdir="${LOCALBASE}/share/ghostscript/fonts" \ - --with-libungif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|CXXFLAGS="-O2"|CXXFLAGS="$$CXXFLAGS"|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|-I/usr/include/freetype||g' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/print/gfontview/distinfo b/print/gfontview/distinfo deleted file mode 100644 index 2c9f251fb..000000000 --- a/print/gfontview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gfontview-0.5.0.tar.gz) = f06e0e9d67f7d8b3af251fa593e83eeb -SHA256 (gfontview-0.5.0.tar.gz) = 7cde3e1f24e49d2b3058944f2ddb473b6f6b0ca2fd2750fffa1904b894427c6d -SIZE (gfontview-0.5.0.tar.gz) = 207053 diff --git a/print/gfontview/files/patch-dialogs.C b/print/gfontview/files/patch-dialogs.C deleted file mode 100644 index 61d4d4943..000000000 --- a/print/gfontview/files/patch-dialogs.C +++ /dev/null @@ -1,11 +0,0 @@ ---- dialogs.C.orig Mon Mar 19 02:03:00 2001 -+++ dialogs.C Sun Aug 22 21:18:13 2004 -@@ -1327,7 +1327,7 @@ - /* Entry field is DnD target */ - gtk_drag_dest_set(prtdiag->fileentry, GTK_DEST_DEFAULT_ALL, - dnd_target_table, dnd_targets-1, -- (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); -+ (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); - gtk_signal_connect(GTK_OBJECT(prtdiag->fileentry), "drag_data_received", - GTK_SIGNAL_FUNC(combo_drag_data_received), NULL); - diff --git a/print/gfontview/files/patch-gfont.C b/print/gfontview/files/patch-gfont.C deleted file mode 100644 index 5e13e0d84..000000000 --- a/print/gfontview/files/patch-gfont.C +++ /dev/null @@ -1,11 +0,0 @@ ---- gfont.C.orig Tue Mar 20 06:04:14 2001 -+++ gfont.C Sun Aug 22 21:17:36 2004 -@@ -1103,7 +1103,7 @@ - // Entry field of the combo box is DnD target - gtk_drag_dest_set(entry, GTK_DEST_DEFAULT_ALL, - dnd_target_table, dnd_targets-1, -- (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); -+ (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); - gtk_signal_connect(GTK_OBJECT(entry), "drag_data_received", - GTK_SIGNAL_FUNC(combo_drag_data_received), NULL); - diff --git a/print/gfontview/files/patch-gfont.h b/print/gfontview/files/patch-gfont.h deleted file mode 100644 index 8ff5de574..000000000 --- a/print/gfontview/files/patch-gfont.h +++ /dev/null @@ -1,8 +0,0 @@ ---- gfont.h.orig Mon Mar 19 02:02:22 2001 -+++ gfont.h Sun Nov 2 21:31:45 2003 -@@ -158,4 +158,4 @@ - void combo_drag_data_received(GtkWidget *entry, GdkDragContext *context, - gint x, gint y, GtkSelectionData *data, - guint info, guint time); --#endif _GFONT_H -+#endif /* _GFONT_H */ diff --git a/print/gfontview/files/patch-ps.h b/print/gfontview/files/patch-ps.h deleted file mode 100644 index 5b02d7a12..000000000 --- a/print/gfontview/files/patch-ps.h +++ /dev/null @@ -1,589 +0,0 @@ ---- ps.h.orig Sun Jun 25 21:17:29 2000 -+++ ps.h Sun Nov 2 21:27:10 2003 -@@ -71,303 +71,303 @@ - "; - - --const char *text_samples = "\ --/TextSamplerDict 40 dict def --TextSamplerDict begin --/Inch {72 mul} def --/linewidth 7 Inch def --/yline 9.7 Inch def --/LM 0.7 Inch def --/wordbreak ( ) def --/buf 8 string def -- --/DoTitle { % fontname DoTitle -- /Helvetica findfont 18 scalefont setfont -- LM 10.5 Inch moveto -- show -- ( at ) show fontsize buf cvs show ( points, spacing = ) show -- spacing buf cvs show --} def -- --/DoSamples { % fontname fontsize spacing DoSamples -- /spacing exch def -- /fontsize exch def -- /fontname exch def -- -- fontname findfont fontsize scalefont setfont -- /newline {/yline yline fontsize spacing mul sub def LM yline moveto} def -- /breakwidth wordbreak stringwidth pop def -- /curwidth 0 def -- /lastwordbreak 0 def -- /startchar 0 def -- /restoftext textstring def -- -- -- LM yline moveto -- { restoftext wordbreak search -- { -- /nextword exch def pop -- /restoftext exch def -- /wordwidth nextword stringwidth pop def -- -- curwidth wordwidth add linewidth gt -- { -- textstring startchar lastwordbreak startchar sub getinterval -- show newline -- /startchar lastwordbreak def -- /curwidth wordwidth breakwidth add def -- } -- { -- /curwidth curwidth wordwidth breakwidth add add def -- } -- ifelse -- /lastwordbreak lastwordbreak nextword length 1 add add def -- } -- {pop exit} -- ifelse -- } loop -- /lastchar textstring length def -- textstring startchar lastchar startchar sub getinterval show --} def --end -+const char *text_samples = "\n\ -+/TextSamplerDict 40 dict def\n\ -+TextSamplerDict begin\n\ -+/Inch {72 mul} def\n\ -+/linewidth 7 Inch def\n\ -+/yline 9.7 Inch def\n\ -+/LM 0.7 Inch def\n\ -+/wordbreak ( ) def\n\ -+/buf 8 string def\n\ -+\n\ -+/DoTitle { % fontname DoTitle\n\ -+ /Helvetica findfont 18 scalefont setfont\n\ -+ LM 10.5 Inch moveto\n\ -+ show\n\ -+ ( at ) show fontsize buf cvs show ( points, spacing = ) show\n\ -+ spacing buf cvs show\n\ -+} def\n\ -+\n\ -+/DoSamples { % fontname fontsize spacing DoSamples\n\ -+ /spacing exch def\n\ -+ /fontsize exch def\n\ -+ /fontname exch def\n\ -+\n\ -+ fontname findfont fontsize scalefont setfont\n\ -+ /newline {/yline yline fontsize spacing mul sub def LM yline moveto} def\n\ -+ /breakwidth wordbreak stringwidth pop def\n\ -+ /curwidth 0 def\n\ -+ /lastwordbreak 0 def\n\ -+ /startchar 0 def\n\ -+ /restoftext textstring def\n\ -+\n\ -+\n\ -+ LM yline moveto\n\ -+ { restoftext wordbreak search\n\ -+ {\n\ -+ /nextword exch def pop\n\ -+ /restoftext exch def\n\ -+ /wordwidth nextword stringwidth pop def\n\ -+ \n\ -+ curwidth wordwidth add linewidth gt\n\ -+ {\n\ -+ textstring startchar lastwordbreak startchar sub getinterval\n\ -+ show newline\n\ -+ /startchar lastwordbreak def\n\ -+ /curwidth wordwidth breakwidth add def\n\ -+ }\n\ -+ {\n\ -+ /curwidth curwidth wordwidth breakwidth add add def\n\ -+ }\n\ -+ ifelse\n\ -+ /lastwordbreak lastwordbreak nextword length 1 add add def\n\ -+ }\n\ -+ {pop exit}\n\ -+ ifelse\n\ -+ } loop\n\ -+ /lastchar textstring length def\n\ -+ textstring startchar lastchar startchar sub getinterval show\n\ -+} def\n\ -+end\n\ - "; - - - --const char *check_type42 = "\ --languagelevel 2 lt --{ -- /Helvetica findfont 14 scalefont setfont -- 72 420 moveto -- (Your printer or PostScript interpreter does not support PostScript Level 2) show -- showpage -- quit --} if -- --42 /FontType resourcestatus not --{ -- /Helvetica findfont 14 scalefont setfont -- 72 420 moveto -- (Your printer or PostScript interpreter does not support Type 42 fonts) show -- showpage -- quit --} if --pop pop -+const char *check_type42 = "\n\ -+languagelevel 2 lt\n\ -+{\n\ -+ /Helvetica findfont 14 scalefont setfont\n\ -+ 72 420 moveto\n\ -+ (Your printer or PostScript interpreter does not support PostScript Level 2) show\n\ -+ showpage\n\ -+ quit\n\ -+} if\n\ -+\n\ -+42 /FontType resourcestatus not\n\ -+{\n\ -+ /Helvetica findfont 14 scalefont setfont\n\ -+ 72 420 moveto\n\ -+ (Your printer or PostScript interpreter does not support Type 42 fonts) show\n\ -+ showpage\n\ -+ quit\n\ -+} if\n\ -+pop pop\n\ - "; - - --const char *phrase_samples = "\ --/PhraseSamplerDict 20 dict def --PhraseSamplerDict begin --/Inch {72 mul} def --/LM 0.5 Inch def --/RM 7.6 Inch def --/Temp 64 string def --/T /Helvetica findfont 10 scalefont def --/T6 /Helvetica findfont 6 scalefont def --/Header { % text height Header -- RM exch moveto T6 setfont dup stringwidth pop neg 0 rmoveto show --} def --/FontName { % fontname fontfile height FontName -- /y exch def -- /FFile exch def -- /FName exch def -- -- LM y moveto -- T setfont FName Temp cvs show -- LM y 8 sub moveto -- T6 setfont FFile show --} def --/FontSample { % fontname size height FontSample -- /y exch def -- /FSize exch def -- /FName exch def -- -- LM 160 add y moveto -- mark -- { -- FName findfont FSize scalefont setfont -- StringSample show -- } -- stopped { -- LM 160 add y moveto -- T6 setfont (Error: ) show -- $error /errorname get Temp cvs show -- ( [) show -- $error /command get Temp cvs show -- (] ) show -- } -- if -- cleartomark --} def --end -+const char *phrase_samples = "\n\ -+/PhraseSamplerDict 20 dict def\n\ -+PhraseSamplerDict begin\n\ -+/Inch {72 mul} def\n\ -+/LM 0.5 Inch def\n\ -+/RM 7.6 Inch def\n\ -+/Temp 64 string def\n\ -+/T /Helvetica findfont 10 scalefont def\n\ -+/T6 /Helvetica findfont 6 scalefont def\n\ -+/Header { % text height Header\n\ -+ RM exch moveto T6 setfont dup stringwidth pop neg 0 rmoveto show\n\ -+} def\n\ -+/FontName { % fontname fontfile height FontName\n\ -+ /y exch def\n\ -+ /FFile exch def\n\ -+ /FName exch def\n\ -+\n\ -+ LM y moveto\n\ -+ T setfont FName Temp cvs show\n\ -+ LM y 8 sub moveto\n\ -+ T6 setfont FFile show\n\ -+} def\n\ -+/FontSample { % fontname size height FontSample\n\ -+ /y exch def\n\ -+ /FSize exch def\n\ -+ /FName exch def\n\ -+\n\ -+ LM 160 add y moveto\n\ -+ mark\n\ -+ {\n\ -+ FName findfont FSize scalefont setfont\n\ -+ StringSample show\n\ -+ }\n\ -+ stopped {\n\ -+ LM 160 add y moveto\n\ -+ T6 setfont (Error: ) show\n\ -+ $error /errorname get Temp cvs show\n\ -+ ( [) show\n\ -+ $error /command get Temp cvs show\n\ -+ (] ) show \n\ -+ }\n\ -+ if\n\ -+ cleartomark\n\ -+} def\n\ -+end\n\ - "; - - --const char *size_samples = "\ --/SizeSamplerDict 40 dict def --SizeSamplerDict begin --/Strings --{ [ -- (ABCDEFGHIJKLMNOPQRSTUVWXYZ) -- (abcdefghijklmnopqrstuvwxyz) -- (0123456789<=>:;?@!\"#$%&') -- (\\( \\)*+,-./ [ \\\\ ]^_`{|}~) --] } def -- -- --/Sizes --{ [ -- 8 10 12 14 20 24 28 --] } def -- --/infofont /Helvetica findfont 10 scalefont def --/msg 8 string def --/Inch {72 mul} def --/DoTitle { % fontname DoTitle -- % Write the font name on top of the page -- /Helvetica findfont 18 scalefont setfont -- dup stringwidth -- exch 8 Inch exch sub 2 div exch -- 10.5 Inch exch sub -- moveto show --} def --/DoSamples { % font DoSamples -- % Make the font samples -- /fontname exch def -- /testfont fontname findfont def -- 1 setlinewidth -- 60 50 moveto -- -- Sizes -- { -- /size exch def -- testfont size scalefont setfont -- currentpoint translate % start of line -- 5 0 rmoveto -- -- Strings -- { -- currentpoint -- 3 -1 roll show -- moveto -- 0 1.2 size mul rmoveto % add 30% of the size vertically -- } forall % Strings -- -- -5 0 rmoveto -- currentpoint % end of line -- newpath 0 0 moveto lineto -- currentpoint stroke % leave end of line pos in stack -- -- % Print the font size in the middle of the line -- dup % leave y in the stack (x is 0) -- infofont setfont -- size msg cvs dup stringwidth % Push string 'n' and its size on the stack -- 4 -1 roll exch sub 2 div % Stack is 'string width ypos' -- exch 5 add neg exch moveto show % Move to the left and print -- -- moveto % take end of line pos from stack -- 0 15 rmoveto % Add vertical space between groups -- } forall % Sizes --} def --end -+const char *size_samples = "\n\ -+/SizeSamplerDict 40 dict def\n\ -+SizeSamplerDict begin\n\ -+/Strings\n\ -+{ [\n\ -+ (ABCDEFGHIJKLMNOPQRSTUVWXYZ)\n\ -+ (abcdefghijklmnopqrstuvwxyz)\n\ -+ (0123456789<=>:;?@!\"#$%&')\n\ -+ (\\( \\)*+,-./ [ \\\\ ]^_`{|}~)\n\ -+] } def\n\ -+\n\ -+\n\ -+/Sizes\n\ -+{ [\n\ -+ 8 10 12 14 20 24 28\n\ -+] } def\n\ -+\n\ -+/infofont /Helvetica findfont 10 scalefont def\n\ -+/msg 8 string def\n\ -+/Inch {72 mul} def\n\ -+/DoTitle { % fontname DoTitle\n\ -+ % Write the font name on top of the page\n\ -+ /Helvetica findfont 18 scalefont setfont\n\ -+ dup stringwidth\n\ -+ exch 8 Inch exch sub 2 div exch\n\ -+ 10.5 Inch exch sub\n\ -+ moveto show\n\ -+} def\n\ -+/DoSamples { % font DoSamples\n\ -+ % Make the font samples\n\ -+ /fontname exch def\n\ -+ /testfont fontname findfont def\n\ -+ 1 setlinewidth\n\ -+ 60 50 moveto\n\ -+\n\ -+ Sizes\n\ -+ {\n\ -+ /size exch def\n\ -+ testfont size scalefont setfont\n\ -+ currentpoint translate % start of line\n\ -+ 5 0 rmoveto\n\ -+\n\ -+ Strings\n\ -+ {\n\ -+ currentpoint\n\ -+ 3 -1 roll show\n\ -+ moveto\n\ -+ 0 1.2 size mul rmoveto % add 30% of the size vertically\n\ -+ } forall % Strings\n\ -+\n\ -+ -5 0 rmoveto\n\ -+ currentpoint % end of line\n\ -+ newpath 0 0 moveto lineto\n\ -+ currentpoint stroke % leave end of line pos in stack\n\ -+ \n\ -+ % Print the font size in the middle of the line\n\ -+ dup % leave y in the stack (x is 0)\n\ -+ infofont setfont\n\ -+ size msg cvs dup stringwidth % Push string 'n' and its size on the stack\n\ -+ 4 -1 roll exch sub 2 div % Stack is 'string width ypos'\n\ -+ exch 5 add neg exch moveto show % Move to the left and print\n\ -+\n\ -+ moveto % take end of line pos from stack\n\ -+ 0 15 rmoveto % Add vertical space between groups\n\ -+ } forall % Sizes\n\ -+} def\n\ -+end\n\ - "; - - - --const char *map_samples = "\ --/MapSamplerDict 40 dict def --MapSamplerDict begin --/T /Helvetica findfont 10 scalefont def --/T6 /Times-Roman findfont 6 scalefont def --/Temp 64 string def --/Inch {72 mul} def --/Base 16 def % char code output base --/TempEncoding [ 256 { /.notdef } repeat ] def --/ISOLatin1Dict 256 dict def --ISOLatin1Encoding { ISOLatin1Dict exch true put } forall --/min { 2 copy gt { exch } if pop } bind def --/DoChar { -- /C exch def -- /S (_) dup 0 C put def -- /N F /Encoding get C get def -- /W F setfont S stringwidth pop def -- T6 setfont -- 0 -20 moveto N Temp cvs show -- 0 -12 moveto -- W 0.0005 add Temp cvs 0 5 getinterval show -- N /.notdef ne { -- 3 0 translate -- 0 0 moveto F24 setfont S show -- /W S stringwidth pop def -- 0 -6 moveto 0 24 lineto -- W -6 moveto W 24 lineto -- -3 0 moveto W 3 add 0 lineto -- 0 setlinewidth stroke -- } if --} def --/DoTitle { % fontname DoTitle -- /Helvetica findfont 18 scalefont setfont -- dup stringwidth -- exch 8 Inch exch sub 2 div exch -- 10.7 Inch exch sub -- moveto show --} def --/Header { % header Header -- 7.6 Inch 10.7 Inch moveto T setfont dup stringwidth pop neg 0 rmoveto show --} def --/DoBlock { % firstcode lastcode DoBlock -- /FirstCode 2 index def -- 1 exch { -- /I exch def -- /Xn I FirstCode sub 16 mod def /Yn I FirstCode sub 16 idiv def -- gsave -- Xn 36 mul 9 add Yn -56 mul 9.5 Inch add translate -- I DoChar -- grestore -- } for --} def --/FontShow0 { % fontname FontShow0 -- /FName exch def % font name -- /F FName findfont def -- /Done 256 dict def -- /NewEncoding [ -- ISOLatin1Encoding { -- dup F /CharStrings get exch known { -- dup Done exch known { pop } { dup Done exch true put } ifelse -- } { pop } ifelse -- } forall -- F /CharStrings get { -- pop dup ISOLatin1Dict exch known { pop } if -- } forall -- ] def -- F length dict F { -- 1 index /FID eq { pop pop } { 2 index 3 1 roll put } ifelse -- } forall -- dup /Encoding NewEncoding put -- /* exch definefont -- /F exch def -- /F24 F 24 scalefont def -- 70 160 translate -- 0.80 dup scale -- 0 NewEncoding length 1 sub DoBlock --} def --/FontShowV { % encoding fontname FontShowV -- /FName exch def -- /NewEncoding exch def -- /F FName findfont def -- F length dict F { -- 1 index /FID eq { pop pop } { 2 index 3 1 roll put } ifelse -- } forall -- dup /Encoding NewEncoding put -- /* exch definefont -- /F exch def -- /F24 F 24 scalefont def -- 70 160 translate -- 0.80 dup scale -- 0 NewEncoding length 1 sub DoBlock --} def --end -+const char *map_samples = "\n\ -+/MapSamplerDict 40 dict def\n\ -+MapSamplerDict begin\n\ -+/T /Helvetica findfont 10 scalefont def\n\ -+/T6 /Times-Roman findfont 6 scalefont def\n\ -+/Temp 64 string def\n\ -+/Inch {72 mul} def\n\ -+/Base 16 def % char code output base\n\ -+/TempEncoding [ 256 { /.notdef } repeat ] def\n\ -+/ISOLatin1Dict 256 dict def\n\ -+ISOLatin1Encoding { ISOLatin1Dict exch true put } forall\n\ -+/min { 2 copy gt { exch } if pop } bind def\n\ -+/DoChar {\n\ -+ /C exch def\n\ -+ /S (_) dup 0 C put def\n\ -+ /N F /Encoding get C get def\n\ -+ /W F setfont S stringwidth pop def\n\ -+ T6 setfont\n\ -+ 0 -20 moveto N Temp cvs show\n\ -+ 0 -12 moveto\n\ -+ W 0.0005 add Temp cvs 0 5 getinterval show\n\ -+ N /.notdef ne {\n\ -+ 3 0 translate\n\ -+ 0 0 moveto F24 setfont S show\n\ -+ /W S stringwidth pop def\n\ -+ 0 -6 moveto 0 24 lineto\n\ -+ W -6 moveto W 24 lineto\n\ -+ -3 0 moveto W 3 add 0 lineto\n\ -+ 0 setlinewidth stroke\n\ -+ } if\n\ -+} def \n\ -+/DoTitle { % fontname DoTitle\n\ -+ /Helvetica findfont 18 scalefont setfont\n\ -+ dup stringwidth\n\ -+ exch 8 Inch exch sub 2 div exch\n\ -+ 10.7 Inch exch sub\n\ -+ moveto show\n\ -+} def\n\ -+/Header { % header Header\n\ -+ 7.6 Inch 10.7 Inch moveto T setfont dup stringwidth pop neg 0 rmoveto show\n\ -+} def\n\ -+/DoBlock { % firstcode lastcode DoBlock\n\ -+ /FirstCode 2 index def\n\ -+ 1 exch {\n\ -+ /I exch def\n\ -+ /Xn I FirstCode sub 16 mod def /Yn I FirstCode sub 16 idiv def\n\ -+ gsave\n\ -+ Xn 36 mul 9 add Yn -56 mul 9.5 Inch add translate\n\ -+ I DoChar\n\ -+ grestore\n\ -+ } for\n\ -+} def \n\ -+/FontShow0 { % fontname FontShow0\n\ -+ /FName exch def % font name\n\ -+ /F FName findfont def\n\ -+ /Done 256 dict def\n\ -+ /NewEncoding [\n\ -+ ISOLatin1Encoding {\n\ -+ dup F /CharStrings get exch known {\n\ -+ dup Done exch known { pop } { dup Done exch true put } ifelse\n\ -+ } { pop } ifelse\n\ -+ } forall\n\ -+ F /CharStrings get {\n\ -+ pop dup ISOLatin1Dict exch known { pop } if\n\ -+ } forall\n\ -+ ] def\n\ -+ F length dict F {\n\ -+ 1 index /FID eq { pop pop } { 2 index 3 1 roll put } ifelse\n\ -+ } forall\n\ -+ dup /Encoding NewEncoding put\n\ -+ /* exch definefont\n\ -+ /F exch def\n\ -+ /F24 F 24 scalefont def\n\ -+ 70 160 translate\n\ -+ 0.80 dup scale\n\ -+ 0 NewEncoding length 1 sub DoBlock\n\ -+} def \n\ -+/FontShowV { % encoding fontname FontShowV\n\ -+ /FName exch def \n\ -+ /NewEncoding exch def\n\ -+ /F FName findfont def\n\ -+ F length dict F {\n\ -+ 1 index /FID eq { pop pop } { 2 index 3 1 roll put } ifelse\n\ -+ } forall\n\ -+ dup /Encoding NewEncoding put\n\ -+ /* exch definefont\n\ -+ /F exch def\n\ -+ /F24 F 24 scalefont def\n\ -+ 70 160 translate\n\ -+ 0.80 dup scale\n\ -+ 0 NewEncoding length 1 sub DoBlock\n\ -+} def\n\ -+end\n\ - "; - - diff --git a/print/gfontview/pkg-descr b/print/gfontview/pkg-descr deleted file mode 100644 index f5f7468a2..000000000 --- a/print/gfontview/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -An outline font viewer. - -I want to be able to view uninstalled fonts. So I started with the program, -left alone all installation issues (handled by DTM), and tried to optimize -it as a font displayer. It should handle Type 1 and True Type fonts and have -some enhancements such as finding typographically similar fonts. - -WWW: http://gfontview.sourceforge.net/ diff --git a/print/gfontview/pkg-plist b/print/gfontview/pkg-plist deleted file mode 100644 index 517d2ad80..000000000 --- a/print/gfontview/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/gfontview -share/gfontviewrc -share/gnome/apps/Utilities/gfontview.desktop -share/pixmaps/gfontview.png -share/locale/de/LC_MESSAGES/gfontview.mo -share/locale/es/LC_MESSAGES/gfontview.mo -share/locale/fr/LC_MESSAGES/gfontview.mo -share/locale/ru/LC_MESSAGES/gfontview.mo diff --git a/print/ggv/Makefile b/print/ggv/Makefile deleted file mode 100644 index 14216ba91..000000000 --- a/print/ggv/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: ggv2 -# Date created: 07 July 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/print/ggv/Makefile,v 1.7 2007/08/06 18:47:21 mezz Exp $ -# - -PORTNAME= ggv -PORTVERSION= 2.12.0 -PORTREVISION= 2 -CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.12 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 ghostscript viewer - -USE_BZIP2= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils -USE_GETTEXT= yes -USE_GHOSTSCRIPT=yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= ggv.schemas - -post-install: - @-update-desktop-database > /dev/null - -.include <bsd.port.mk> diff --git a/print/ggv/distinfo b/print/ggv/distinfo deleted file mode 100644 index 8c09120b8..000000000 --- a/print/ggv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/ggv-2.12.0.tar.bz2) = 418f0ef3f8b82bb0c423a2a1cf6769f7 -SHA256 (gnome2/ggv-2.12.0.tar.bz2) = 2c91282bc97ec7e6327bfcd8df07fe849c2fa69e3231b2997484709ff6e389ee -SIZE (gnome2/ggv-2.12.0.tar.bz2) = 1037200 diff --git a/print/ggv/files/patch-src_Makefile.in b/print/ggv/files/patch-src_Makefile.in deleted file mode 100644 index 76847cf3e..000000000 --- a/print/ggv/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sun Dec 5 18:19:25 2004 -+++ src/Makefile.in Sun Dec 5 18:20:13 2004 -@@ -142,7 +142,7 @@ - - SUBDIRS = recent-files stock cursors - --INCLUDES = -I$(top_srcdir)/recent-files -DG_LOG_DOMAIN=\"GGV\" -DGNOMELOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" -DDATADIR=\""$(datadir)"\" $(GGV_CFLAGS) $(GGV_DEPRECATED_CFLAGS) -+INCLUDES = -I$(top_srcdir)/recent-files -DG_LOG_DOMAIN=\"GGV\" -DGNOMELOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" -DGNOMEICONDIR=\""${datadir}/pixmaps"\" -DDATADIR=\""$(datadir)"\" $(GGV_CFLAGS) $(GGV_DEPRECATED_CFLAGS) - - - bin_PROGRAMS = ggv diff --git a/print/ggv/pkg-descr b/print/ggv/pkg-descr deleted file mode 100644 index c59727e1f..000000000 --- a/print/ggv/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GGV, the Gnome GhostView, is a Gnome PostScript document previewer. -It can also preview PDFs, but as it is not a native PDF viewer, it -does not take advantage of all the features of the PDF format. -graphics/gpdf is a more capable PDF viewer. diff --git a/print/ggv/pkg-plist b/print/ggv/pkg-plist deleted file mode 100644 index b1a063dd6..000000000 --- a/print/ggv/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -bin/ggv -libdata/bonobo/servers/GNOME_GGV.server -libexec/ggv-postscript-viewer -share/applications/ggv.desktop -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -share/gnome-2.0/ui/ggv-control-ui.xml -share/gnome-2.0/ui/ggv-postscript-view-ui.xml -share/gnome-2.0/ui/ggv-ui.xml -share/gnome/help/ggv/C/figures/ggv_window.png -share/gnome/help/ggv/C/ggv.xml -share/gnome/help/ggv/C/legal.xml -share/gnome/help/ggv/C/topic.dat -share/gnome/help/ggv/de/figures/ggv_window.png -share/gnome/help/ggv/de/ggv.xml -share/gnome/help/ggv/de/legal.xml -share/gnome/help/ggv/de/topic.dat -share/gnome/help/ggv/es/figures/ggv_window.png -share/gnome/help/ggv/es/ggv.xml -share/gnome/help/ggv/es/legal.xml -share/gnome/help/ggv/fr/figures/ggv_window.png -share/gnome/help/ggv/fr/ggv.xml -share/gnome/help/ggv/fr/legal.xml -share/gnome/help/ggv/it/figures/ggv_window.png -share/gnome/help/ggv/it/ggv.xml -share/gnome/help/ggv/it/legal.xml -share/gnome/help/ggv/it/topic.dat -share/gnome/help/ggv/ja/figures/ggv_window.png -share/gnome/help/ggv/ja/ggv.xml -share/gnome/help/ggv/ja/legal.xml -share/gnome/help/ggv/ja/topic.dat -share/gnome/help/ggv/ko/figures/example_screenshot.png -share/gnome/help/ggv/ko/ggv.xml -share/gnome/help/ggv/ko/legal.xml -share/gnome/help/ggv/sv/figures/ggv_window.png -share/gnome/help/ggv/sv/ggv.xml -share/gnome/help/ggv/sv/legal.xml -share/gnome/help/ggv/zh_CN/figures/ggv_window.png -share/gnome/help/ggv/zh_CN/ggv.xml -share/gnome/help/ggv/zh_CN/legal.xml -share/gnome/help/ggv/zh_TW/figures/ggv_window.png -share/gnome/help/ggv/zh_TW/ggv.xml -share/gnome/help/ggv/zh_TW/legal.xml -share/idl/Ggv.idl -share/omf/ggv/ggv-C.omf -share/omf/ggv/ggv-de.omf -share/omf/ggv/ggv-es.omf -share/omf/ggv/ggv-fr.omf -share/omf/ggv/ggv-it.omf -share/omf/ggv/ggv-ja.omf -share/omf/ggv/ggv-ko.omf -share/omf/ggv/ggv-sv.omf -share/omf/ggv/ggv-zh_CN.omf -share/omf/ggv/ggv-zh_TW.omf -share/pixmaps/ggv/clearall.xpm -share/pixmaps/ggv/fitwidth.png -share/pixmaps/ggv/ggv-splash.png -share/pixmaps/ggv/toggleall.xpm -share/pixmaps/ggv/toggleeven.xpm -share/pixmaps/ggv/toggleodd.xpm -share/pixmaps/ggv/zoom.xpm -share/pixmaps/gnome-ghostview.png -share/locale/af/LC_MESSAGES/ggv.mo -share/locale/am/LC_MESSAGES/ggv.mo -share/locale/ar/LC_MESSAGES/ggv.mo -share/locale/az/LC_MESSAGES/ggv.mo -share/locale/be/LC_MESSAGES/ggv.mo -share/locale/bg/LC_MESSAGES/ggv.mo -share/locale/bn/LC_MESSAGES/ggv.mo -share/locale/bs/LC_MESSAGES/ggv.mo -share/locale/ca/LC_MESSAGES/ggv.mo -share/locale/cs/LC_MESSAGES/ggv.mo -share/locale/cy/LC_MESSAGES/ggv.mo -share/locale/da/LC_MESSAGES/ggv.mo -share/locale/de/LC_MESSAGES/ggv.mo -share/locale/el/LC_MESSAGES/ggv.mo -share/locale/en_CA/LC_MESSAGES/ggv.mo -share/locale/en_GB/LC_MESSAGES/ggv.mo -share/locale/es/LC_MESSAGES/ggv.mo -share/locale/et/LC_MESSAGES/ggv.mo -share/locale/eu/LC_MESSAGES/ggv.mo -share/locale/fa/LC_MESSAGES/ggv.mo -share/locale/fi/LC_MESSAGES/ggv.mo -share/locale/fr/LC_MESSAGES/ggv.mo -share/locale/ga/LC_MESSAGES/ggv.mo -share/locale/gl/LC_MESSAGES/ggv.mo -share/locale/gu/LC_MESSAGES/ggv.mo -share/locale/he/LC_MESSAGES/ggv.mo -share/locale/hi/LC_MESSAGES/ggv.mo -share/locale/hr/LC_MESSAGES/ggv.mo -share/locale/hu/LC_MESSAGES/ggv.mo -share/locale/id/LC_MESSAGES/ggv.mo -share/locale/is/LC_MESSAGES/ggv.mo -share/locale/it/LC_MESSAGES/ggv.mo -share/locale/ja/LC_MESSAGES/ggv.mo -share/locale/kn/LC_MESSAGES/ggv.mo -share/locale/ko/LC_MESSAGES/ggv.mo -share/locale/lt/LC_MESSAGES/ggv.mo -share/locale/lv/LC_MESSAGES/ggv.mo -share/locale/mk/LC_MESSAGES/ggv.mo -share/locale/ml/LC_MESSAGES/ggv.mo -share/locale/mn/LC_MESSAGES/ggv.mo -share/locale/ms/LC_MESSAGES/ggv.mo -share/locale/nb/LC_MESSAGES/ggv.mo -share/locale/ne/LC_MESSAGES/ggv.mo -share/locale/nl/LC_MESSAGES/ggv.mo -share/locale/nn/LC_MESSAGES/ggv.mo -share/locale/no/LC_MESSAGES/ggv.mo -share/locale/pa/LC_MESSAGES/ggv.mo -share/locale/pl/LC_MESSAGES/ggv.mo -share/locale/pt/LC_MESSAGES/ggv.mo -share/locale/pt_BR/LC_MESSAGES/ggv.mo -share/locale/ro/LC_MESSAGES/ggv.mo -share/locale/ru/LC_MESSAGES/ggv.mo -share/locale/rw/LC_MESSAGES/ggv.mo -share/locale/sk/LC_MESSAGES/ggv.mo -share/locale/sl/LC_MESSAGES/ggv.mo -share/locale/sq/LC_MESSAGES/ggv.mo -share/locale/sr/LC_MESSAGES/ggv.mo -share/locale/sr@Latn/LC_MESSAGES/ggv.mo -share/locale/sv/LC_MESSAGES/ggv.mo -share/locale/ta/LC_MESSAGES/ggv.mo -share/locale/th/LC_MESSAGES/ggv.mo -share/locale/tr/LC_MESSAGES/ggv.mo -share/locale/uk/LC_MESSAGES/ggv.mo -share/locale/vi/LC_MESSAGES/ggv.mo -share/locale/xh/LC_MESSAGES/ggv.mo -share/locale/zh_CN/LC_MESSAGES/ggv.mo -share/locale/zh_TW/LC_MESSAGES/ggv.mo -@dirrm share/pixmaps/ggv -@dirrm share/omf/ggv -@dirrm share/gnome/help/ggv/zh_TW/figures -@dirrm share/gnome/help/ggv/zh_TW -@dirrm share/gnome/help/ggv/zh_CN/figures -@dirrm share/gnome/help/ggv/zh_CN -@dirrm share/gnome/help/ggv/sv/figures -@dirrm share/gnome/help/ggv/sv -@dirrm share/gnome/help/ggv/ko/figures -@dirrm share/gnome/help/ggv/ko -@dirrm share/gnome/help/ggv/ja/figures -@dirrm share/gnome/help/ggv/ja -@dirrm share/gnome/help/ggv/it/figures -@dirrm share/gnome/help/ggv/it -@dirrm share/gnome/help/ggv/fr/figures -@dirrm share/gnome/help/ggv/fr -@dirrm share/gnome/help/ggv/es/figures -@dirrm share/gnome/help/ggv/es -@dirrm share/gnome/help/ggv/de/figures -@dirrm share/gnome/help/ggv/de -@dirrm share/gnome/help/ggv/C/figures -@dirrm share/gnome/help/ggv/C -@dirrm share/gnome/help/ggv -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/applications diff --git a/print/gimp-gutenprint/Makefile b/print/gimp-gutenprint/Makefile deleted file mode 100644 index 589b268e9..000000000 --- a/print/gimp-gutenprint/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: gutenprint-gimp -# Date created: 2006-12-31 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/print/gimp-gutenprint/Makefile,v 1.4 2007/10/24 21:03:54 ahze Exp $ - -PORTREVISION= 2 -PORTEPOCH= 0 -PKGNAMEPREFIX= gimp- -PKGNAMESUFFIX= # empty - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Gimp print plug-in - -MASTERDIR= ${.CURDIR}/../../print/gutenprint-base - -GUT_SLAVE= gimp-devel -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/print/gimp-gutenprint/pkg-plist b/print/gimp-gutenprint/pkg-plist deleted file mode 100644 index 9d281e626..000000000 --- a/print/gimp-gutenprint/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/gimp/2.2/plug-ins/gutenprint diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile deleted file mode 100644 index c46a735ab..000000000 --- a/print/gnome-cups-manager/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: gnome-cups-manager -# Date created: 14 Jul 2003 -# Whom: Glenn Johnson <glennpj@charter.net> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-cups-manager -PORTVERSION= 0.31 -PORTREVISION= 7 -PORTEPOCH= 1 -CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Admistration tool for cups - -LIB_DEPENDS= gnomecups-1.0.1:${PORTSDIR}/print/libgnomecups -RUN_DEPENDS= gnomesu:${PORTSDIR}/security/libgnomesu - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ - desktopfileutils -USE_GETTEXT= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ - < ${FILESDIR}/gnome-cups-manager.desktop \ - > ${WRKSRC}/gnome-cups-manager.desktop - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED||g' - @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \ - ${WRKSRC}/libgnomecups/gnome-cups-ui-driver.c - -post-install: - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/gnome-cups-manager.desktop \ - ${PREFIX}/share/applications - -.include <bsd.port.mk> diff --git a/print/gnome-cups-manager/distinfo b/print/gnome-cups-manager/distinfo deleted file mode 100644 index 61c13e76c..000000000 --- a/print/gnome-cups-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-cups-manager-0.31.tar.bz2) = 4144b2cf05e381e89fed066793e3b249 -SHA256 (gnome2/gnome-cups-manager-0.31.tar.bz2) = 8ccfd3816757fa8127cf96a530e374c81a449fbcd9391d2d3e1bac29f54ab3e6 -SIZE (gnome2/gnome-cups-manager-0.31.tar.bz2) = 507851 diff --git a/print/gnome-cups-manager/files/gnome-cups-manager.desktop b/print/gnome-cups-manager/files/gnome-cups-manager.desktop deleted file mode 100644 index 19aea4aca..000000000 --- a/print/gnome-cups-manager/files/gnome-cups-manager.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Exec=gnome-cups-manager -Icon=gnome-dev-printer -Terminal=false -Name=CUPS manager -Comment=Printer manager -Categories=Application;System; diff --git a/print/gnome-cups-manager/files/patch-24_printer_properties_name_entry b/print/gnome-cups-manager/files/patch-24_printer_properties_name_entry deleted file mode 100644 index ecf4d8704..000000000 --- a/print/gnome-cups-manager/files/patch-24_printer_properties_name_entry +++ /dev/null @@ -1,41 +0,0 @@ -diff -Nru gnome-cups-manager-0.25/gnome-cups-manager/printer-properties.c gnome-cups-manager-0.25.new/gnome-cups-manager/printer-properties.c ---- gnome-cups-manager-0.25/gnome-cups-manager/printer-properties.c 2004-09-08 14:46:49.000000000 -0400 -+++ gnome-cups-manager/printer-properties.c 2004-09-16 17:27:12.400231616 -0400 -@@ -77,16 +77,31 @@ - label_vs_entry (GladeXML *xml, - char const *entry, char const *label, char const *val) - { -- GtkWidget *w = glade_xml_get_widget (xml, entry); -- if (gnome_cups_can_admin ()) -+ GtkWidget *w; -+ -+ /* -+ ** If we can admin, use the entry widget so we can change settings. -+ ** Make sure we don't use the entry box on the name widgets, as -+ ** cups won't let us change it anyway. -+ */ -+ if (gnome_cups_can_admin () && !g_str_equal(label, "name_label")) -+ { -+ /* Show the entry */ -+ w = glade_xml_get_widget (xml, entry); - gtk_entry_set_text (GTK_ENTRY (w), val); -- else -- gtk_widget_hide (w); -- w = glade_xml_get_widget (xml, label); -- if (gnome_cups_can_admin ()) -+ /* Hide the label */ -+ w = glade_xml_get_widget (xml, label); - gtk_widget_hide (w); -+ } - else -+ { -+ /* Hide the entry */ -+ w = glade_xml_get_widget (xml, entry); -+ gtk_widget_hide (w); -+ /* Show the label */ -+ w = glade_xml_get_widget (xml, label); - gtk_label_set_text (GTK_LABEL (w), val); -+ } - } - - static void diff --git a/print/gnome-cups-manager/files/patch-25_properties_on_add b/print/gnome-cups-manager/files/patch-25_properties_on_add deleted file mode 100644 index 3398d2529..000000000 --- a/print/gnome-cups-manager/files/patch-25_properties_on_add +++ /dev/null @@ -1,14 +0,0 @@ ---- gnome-cups-add/add-printer.c.old 2004-09-17 01:12:13.571608840 -0400 -+++ gnome-cups-add/add-printer.c 2004-09-17 01:12:38.661794552 -0400 -@@ -197,11 +197,6 @@ - g_list_free (existing); - - if (add_cups_printer (xml, uri, ppd, name)) { -- GtkWidget *toplevel = glade_xml_get_widget (xml, "add_printer_window"); -- char const *args[] = { "-p", NULL }; -- args[1] = name; -- gnome_cups_spawn ("gnome-cups-manager", G_N_ELEMENTS (args), args, FALSE, toplevel); -- gtk_widget_destroy (toplevel); - g_object_unref (xml); - gtk_main_quit (); - } diff --git a/print/gnome-cups-manager/files/patch-26_remove-no-cups-dialog b/print/gnome-cups-manager/files/patch-26_remove-no-cups-dialog deleted file mode 100644 index c0b5bd968..000000000 --- a/print/gnome-cups-manager/files/patch-26_remove-no-cups-dialog +++ /dev/null @@ -1,24 +0,0 @@ -Index: gnome-cups-manager/gnome-cups-icon.c -=================================================================== -RCS file: /cvs/gnome/gnome-cups-manager/gnome-cups-manager/gnome-cups-icon.c,v -retrieving revision 1.3 -diff -u -r1.3 gnome-cups-icon.c ---- gnome-cups-manager/gnome-cups-icon.c 9 Jun 2004 13:46:18 -0000 1.3 -+++ gnome-cups-manager/gnome-cups-icon.c 4 Aug 2004 10:35:09 -0000 -@@ -63,15 +63,7 @@ - return FALSE; - } else { - if (++tries == 3) { -- GtkWidget *dialog; -- /* FIXME: dialog text */ -- dialog = gtk_message_dialog_new (NULL, -- GTK_DIALOG_DESTROY_WITH_PARENT, -- GTK_MESSAGE_ERROR, -- GTK_BUTTONS_OK, -- _("Could not start the printer tray icon, because the CUPS server could not be contacted.")); -- gtk_dialog_run (GTK_DIALOG (dialog)); -- gtk_widget_destroy (dialog); -+ g_warning (_("Could not start the printer tray icon, because the CUPS server could not be contacted.")); - - remove_from_session (); - diff --git a/print/gnome-cups-manager/files/patch-27_dont-request-additional-attributes b/print/gnome-cups-manager/files/patch-27_dont-request-additional-attributes deleted file mode 100644 index deee217a7..000000000 --- a/print/gnome-cups-manager/files/patch-27_dont-request-additional-attributes +++ /dev/null @@ -1,15 +0,0 @@ -diff -urN gnome-cups-manager-0.31.orig/libgnomecups/gnome-cups-ui-driver.c gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-driver.c ---- gnome-cups-manager-0.31.orig/libgnomecups/gnome-cups-ui-driver.c 2005-02-03 21:10:04.000000000 +0100 -+++ libgnomecups/gnome-cups-ui-driver.c 2006-07-24 11:10:10.000000000 +0200 -@@ -151,8 +151,11 @@ - "ppd-make-and-model", - }; - ipp_t *request = gnome_cups_request_new (CUPS_GET_PPDS); -+ /* removed since the default is to report all properties anyway, see -+ * Debian bug #374620 - gnome_cups_request_add_requested_attributes (request, IPP_TAG_PRINTER, - G_N_ELEMENTS (attrs), (char **)attrs); -+ */ - return gnome_cups_request_execute (request, NULL, "/", NULL); - } - diff --git a/print/gnome-cups-manager/files/patch-change_uri_fix b/print/gnome-cups-manager/files/patch-change_uri_fix deleted file mode 100644 index e52577d1e..000000000 --- a/print/gnome-cups-manager/files/patch-change_uri_fix +++ /dev/null @@ -1,25 +0,0 @@ -Index: gnome-cups-manager/printer-properties.c -=================================================================== -RCS file: /cvs/gnome/gnome-cups-manager/gnome-cups-manager/printer-properties.c,v -retrieving revision 1.30 -diff -u -r1.30 printer-properties.c ---- gnome-cups-manager/printer-properties.c 4 Mar 2005 14:36:29 -0000 1.30 -+++ gnome-cups-manager/printer-properties.c 29 Sep 2005 15:51:09 -0000 -@@ -583,7 +583,7 @@ - if (uri != NULL) { - ipp_t *request = gnome_cups_request_new_for_printer ( - CUPS_ADD_PRINTER, printer); -- ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_NAME, -+ ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_URI, - "device-uri", NULL, gnome_cups_strdup (uri)); - gnome_cups_request_execute_async (request, NULL, "/admin/", NULL, NULL, NULL); - g_free (uri); -@@ -624,7 +624,7 @@ - gtk_widget_show (cs); - g_signal_connect_object (cs, - "changed", -- G_CALLBACK (cb_connection_changed), xml, 0); -+ G_CALLBACK (cb_connection_changed), printer, 0); - } - - static void diff --git a/print/gnome-cups-manager/files/patch-gutenprint_driver_name b/print/gnome-cups-manager/files/patch-gutenprint_driver_name deleted file mode 100644 index db2d8c7bd..000000000 --- a/print/gnome-cups-manager/files/patch-gutenprint_driver_name +++ /dev/null @@ -1,62 +0,0 @@ -diff -Nur gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-driver.c gnome-cups-manager-0.31.new/libgnomecups/gnome-cups-ui-driver.c ---- gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-driver.c 2006-05-18 11:58:51.000000000 +0200 -+++ libgnomecups/gnome-cups-ui-driver.c 2006-05-18 11:58:56.000000000 +0200 -@@ -267,6 +267,7 @@ - static char const *dymo[] = { "Dymo-CoStar", "DYMO", NULL }; - static char const *canon[] = { "Canon Inc. (Kosugi Offic", "CANON", NULL }; - static char const *generic[] = { "Raw Queue", "Postscript", NULL }; -+ static char const *oce[] = { "Océ", "Océ", NULL }; - - alias_to_vendor_map = g_hash_table_new (str_case_hash, str_case_equal); - vendor_to_alias_map = g_hash_table_new (str_case_hash, str_case_equal); -@@ -279,6 +280,7 @@ - add_vendor_aliases ("HP", hp); - add_vendor_aliases ("Dymo", dymo); - add_vendor_aliases ("Canon", canon); -+ add_vendor_aliases ("Oce", oce); - add_vendor_aliases ("Generic", generic); - } - -@@ -325,16 +327,26 @@ - * <MODEL_IN_CAPS> - CUPS+Gimp-Print vm.n.o' - * The filename may have a subdirectory--treat the subdir as a language, and set - * the driver string accordingly. Use the regular driver string for the "C" language. */ -- } else if (NULL != (tmp = strstr (without_vendor, " - CUPS+Gimp-Print v"))) { -+ } else if (NULL != (tmp = strstr (without_vendor, " - CUPS+Gimp-Print v")) -+ || NULL != (tmp = strstr (without_vendor, " - CUPS+Gutenprint v"))) { -+ char *ppd_filename = g_strdup(ppd->filename); -+ char *basename = strrchr (ppd_filename, '/'); -+ if (basename) -+ *basename++ = '\0'; -+ language = strrchr (ppd_filename, '/'); -+ if (language) -+ *language++ = '\0'; -+ -+ //printf("FILENAME: %s | %s | %s\n", ppd_filename, language, basename); - model = g_strndup (without_vendor, tmp - without_vendor); -- if((NULL != (language_position = strstr (ppd->filename, "/"))) && -- strncmp ("C/", ppd->filename, 2) && -- strncmp ("stp/", ppd->filename, 4)) { -- language = g_strndup (ppd->filename, language_position - ppd->filename); -- driver = g_strdup_printf (_("High Quality Image (GIMP-Print) (%s)"), language); -- g_free(language); -+ if (language && -+ strcmp("C", language) && -+ (NULL != (language_position = strstr (ppd->filename, "/"))) && -+ strncmp ("C/", ppd->filename, 2) && -+ strncmp ("stp/", ppd->filename, 4)) { -+ driver = g_strdup_printf (_("High Quality Image (Gutenprint) (%s)"), language); - } else { -- driver = g_strdup (_("High Quality Image (GIMP-Print)")); -+ driver = g_strdup (_("High Quality Image (Gutenprint)")); - } - - /* RH style entries -@@ -364,6 +376,7 @@ - - if (without_vendor != ppd->nickname) - g_free (without_vendor); -+ //printf("FILENAME: %s | %s | %s\n", ppd->filename, ppd->model, ppd->driver); - } - - static int diff --git a/print/gnome-cups-manager/files/patch-password_field_garbage b/print/gnome-cups-manager/files/patch-password_field_garbage deleted file mode 100644 index 4526a325d..000000000 --- a/print/gnome-cups-manager/files/patch-password_field_garbage +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nur gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c gnome-cups-manager-0.31.new/libgnomecups/gnome-cups-ui-connection.c ---- gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:53:57.000000000 +0200 -+++ libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:55:38.000000000 +0200 -@@ -1400,7 +1400,6 @@ - w = glade_xml_get_widget (cs->xml, "smb_username_entry"); - gtk_entry_set_text (GTK_ENTRY (w), username); - w = glade_xml_get_widget (cs->xml, "smb_password_entry"); -- gtk_entry_set_text (GTK_ENTRY (w), resource); - } else if (0 == g_ascii_strcasecmp (method, "lpd")) { - type = GCUPS_CONNECTION_LPD; - diff --git a/print/gnome-cups-manager/files/patch-select_eintr_crash b/print/gnome-cups-manager/files/patch-select_eintr_crash deleted file mode 100644 index e4e717d59..000000000 --- a/print/gnome-cups-manager/files/patch-select_eintr_crash +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur gnome-cups-manager-0.31/libgnomecups/snmpkit/snmpsock.C gnome-cups-manager-0.31.new/libgnomecups/snmpkit/snmpsock.C ---- gnome-cups-manager-0.31/libgnomecups/snmpkit/snmpsock.C 2005-03-28 05:53:17.000000000 +0200 -+++ libgnomecups/snmpkit/snmpsock.C 2006-05-22 20:25:42.000000000 +0200 -@@ -115,7 +115,7 @@ - FD_SET(sock,&rfds); - tv.tv_sec=5; - tv.tv_usec=0; -- if((retval=select(sock+1,&rfds,NULL,NULL,&tv))==-1) -+ if((retval=select(sock+1,&rfds,NULL,NULL,&tv))==-1 && errno != EINTR) - throw ReceiverSelectException(errno); - pthread_testcancel(); - diff --git a/print/gnome-cups-manager/files/patch-ui_edit_name_description b/print/gnome-cups-manager/files/patch-ui_edit_name_description deleted file mode 100644 index 548d41cd9..000000000 --- a/print/gnome-cups-manager/files/patch-ui_edit_name_description +++ /dev/null @@ -1,624 +0,0 @@ -diff -Nur gnome-cups-manager-0.31/gnome-cups-add/add-printer.c gnome-cups-manager-0.31.new/gnome-cups-add/add-printer.c ---- gnome-cups-manager-0.31/gnome-cups-add/add-printer.c 2006-05-12 11:08:09.000000000 +0200 -+++ gnome-cups-add/add-printer.c 2006-05-12 11:08:12.000000000 +0200 -@@ -7,6 +7,7 @@ - #include <cups/ipp.h> - #include <unistd.h> - #include <sys/types.h> -+#include <glib.h> - - #include <gtk/gtkhbox.h> - #include <gtk/gtkliststore.h> -@@ -96,6 +97,7 @@ - } - - set_selected_uri (xml, uri); -+ - g_free (uri); - return res; - } -@@ -113,23 +115,50 @@ - static void - driver_page_sensitivity (GladeXML *xml, gboolean *back, gboolean *next) - { -- GtkWidget *druid = glade_xml_get_widget (xml, "add_printer_druid"); - *back = TRUE; - *next = NULL != gcups_driver_selector_get (driver_selector (xml)); - -- /* see driver_page_prepare for an explanation of the druid hack */ -- gnome_druid_set_show_finish (GNOME_DRUID (druid), *next); -+ GCupsPPD const *ppd = gcups_driver_selector_get (driver_selector (xml)); -+ -+ if (ppd && ppd->model) { -+ g_signal_handlers_block_by_func(glade_xml_get_widget (xml, "printer-name-entry"), G_CALLBACK (druid_update_sensitivities), xml); -+ GtkEntry *printer_name_entry = (GtkEntry*) glade_xml_get_widget(xml, "printer-name-entry"); -+ /* Clear invalid names (spaces + slashes) so that the default is always a valid one */ -+ char *name, *ptr; -+ name = g_strdup(ppd->model); -+ -+ for (ptr = name ; *ptr ; ptr++) -+ if (*ptr == ' ' || *ptr == '/') -+ *ptr = '-'; -+ -+ gtk_entry_set_text(printer_name_entry, name); -+ -+ g_free(name); -+ g_signal_handlers_unblock_by_func(glade_xml_get_widget (xml, "printer-name-entry"), G_CALLBACK (druid_update_sensitivities), xml); -+ } - } - -+ - static GtkWidget * - driver_page_back (GladeXML *xml) - { - return glade_xml_get_widget (xml, "connection_page"); - } - -+ -+// This function is just a 'fake' to avoid conflicts during compilation with debian patch properties_on_add.patch - static gboolean - add_cups_printer (GladeXML *xml, char const *device_uri, GCupsPPD const *ppd, char const *printer_name) - { -+ return FALSE; -+} -+// Note: The (debian/ubuntu) packager needs to fix this conflict by removing properties_on_add.patch -+// and rename the function extended_add_cups_printer to add_cups_printer -+// for questions feel free to contact me: amos.brocco@unifr.ch -+ -+static gboolean -+extended_add_cups_printer (GladeXML *xml, char const *device_uri, GCupsPPD const *ppd, char const *printer_name, char const *printer_info, char const *printer_location) -+{ - GError *err = NULL; - char local_uri [HTTP_MAX_URI+1]; - ipp_t *request = gnome_cups_request_new (CUPS_ADD_PRINTER); -@@ -139,6 +168,10 @@ - "printer-uri", NULL, local_uri); - ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_NAME, - "printer-name", NULL, gnome_cups_strdup (printer_name)); -+ ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_TEXT, -+ "printer-info", NULL, printer_info); -+ ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_TEXT, -+ "printer-location", NULL, printer_location); - ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_NAME, - "ppd-name", NULL, gnome_cups_strdup (ppd->filename)); - ippAddString (request, IPP_TAG_PRINTER, IPP_TAG_URI, -@@ -172,41 +205,174 @@ - static GtkWidget * - driver_page_next (GladeXML *xml) - { -- GList *existing; - char *name, *uri, *ptr; -- unsigned i = 0; - GCupsPPD const *ppd = gcups_driver_selector_get (driver_selector (xml)); -- -+ GtkWidget *res = NULL; -+ - if (ppd == NULL) - return NULL; - - uri = get_selected_uri (xml); - -- name = g_strdup (ppd->model); -- /* strip out the spaces */ -- for (ptr = name ; *ptr ; ptr++) -- if (*ptr == ' ') -- *ptr = '-'; -+ if (uri != NULL) { -+ res = glade_xml_get_widget (xml, "printer_info_page"); -+ } -+ -+ g_free (uri); -+ return res; -+} -+ -+/****************************************************************************/ -+ -+static void -+printer_info_page_setup (GladeXML *xml) -+{ -+ GtkWidget *w = glade_xml_get_widget (xml, "printer-name-entry"); -+ g_signal_connect_swapped (w, -+ "changed", -+ G_CALLBACK (druid_update_sensitivities), xml); -+} -+ -+static gboolean -+check_printer_name(GladeXML *xml) -+{ -+ /* Checks whether the name is correctly filled */ -+ GtkEntry *printer_name_entry = (GtkEntry *)glade_xml_get_widget (xml, "printer-name-entry"); -+ GtkLabel *warnings_label = (GtkLabel *)glade_xml_get_widget (xml, "warnings-label"); -+ -+ char *printer_name, *ptr; -+ gboolean has_invalid_chars = FALSE; -+ unsigned i = 0; -+ -+ printer_name = g_strchomp(g_strdup(gtk_entry_get_text(printer_name_entry))); -+ -+ if(!strlen(printer_name)) { -+ gtk_label_set_markup(warnings_label,_("<i>Printer name cannot be empty.</i>")); -+ g_free (printer_name); -+ return FALSE; -+ } -+ -+ /* Checks that the name contains no spaces or slashes (cf. Ubuntu Bug #32085) */ -+ for (ptr = printer_name ; *ptr ; ptr++) -+ if (*ptr == ' ' || *ptr == '/') { -+ has_invalid_chars = TRUE; -+ break; -+ } -+ -+ -+ /* If the name is not valid show a warning message */ -+ if(has_invalid_chars) { -+ gtk_label_set_markup(warnings_label,_("<i>Printer name contains invalid characters or spaces.</i>")); -+ g_free (printer_name); -+ return FALSE; -+ } -+ -+ -+ g_free (printer_name); -+ gtk_label_set_markup(warnings_label,""); -+ return TRUE; -+} -+ -+static void -+printer_info_page_sensitivity (GladeXML *xml, gboolean *back, gboolean *next) -+{ -+ GtkWidget *druid = glade_xml_get_widget (xml, "add_printer_druid"); -+ *back = TRUE; -+ *next = FALSE != check_printer_name (xml); -+ -+ /* see driver_page_prepare for an explanation of the druid hack */ -+ gnome_druid_set_show_finish (GNOME_DRUID (druid), *next); -+} -+ -+static GtkWidget * -+printer_info_page_back (GladeXML *xml) -+{ -+ return glade_xml_get_widget (xml, "driver_page"); -+} -+ -+ -+static void -+printer_info_page_prepare (GladeXML *xml) -+{ -+ /* The printer name defaults to the printer model */ -+ GtkEntry *printer_name_entry = (GtkEntry*) glade_xml_get_widget(xml, "printer-name-entry"); -+ GCupsPPD const *ppd = gcups_driver_selector_get (driver_selector (xml)); -+ GtkLabel *warnings_label = (GtkLabel *)glade_xml_get_widget (xml, "warnings-label"); -+ char *name; -+ -+ gtk_misc_set_alignment(GTK_MISC(warnings_label), 0.0f, 0.0f); -+ -+ name = g_strdup(gtk_entry_get_text(printer_name_entry)); -+ -+ if(!strlen(name)) -+ gtk_entry_set_text(printer_name_entry, ppd->model); -+ -+ g_free(name); -+} -+ -+static GtkWidget * -+printer_info_page_next (GladeXML *xml) -+{ -+ GCupsPPD const *ppd = gcups_driver_selector_get (driver_selector (xml)); -+ char *original_name, *name, *uri, *description, *location; -+ GtkEntry *printer_name_entry = (GtkEntry*) glade_xml_get_widget(xml, "printer-name-entry"); -+ GtkEntry *printer_description_entry = (GtkEntry*) glade_xml_get_widget(xml, "printer-description-entry"); -+ GtkEntry *printer_location_entry = (GtkEntry*) glade_xml_get_widget(xml, "printer-location-entry"); -+ GtkWidget *parent_window = glade_xml_get_widget (xml, "add_printer_window"); -+ GList *existing; -+ unsigned i = 0; -+ gboolean name_changed = FALSE; -+ -+ uri = get_selected_uri (xml); -+ name = g_strchomp(g_strdup(gtk_entry_get_text(printer_name_entry))); -+ description = g_strchomp(g_strdup(gtk_entry_get_text(printer_description_entry))); -+ location = g_strchomp(g_strdup(gtk_entry_get_text(printer_location_entry))); -+ original_name = g_strchomp(g_strdup(gtk_entry_get_text(printer_name_entry))); - - existing = gnome_cups_get_printers (); -+ - while (NULL != g_list_find_custom (existing, name, (GCompareFunc)strcasecmp )) { - g_free (name); -- name = g_strdup_printf ("%s-%d", ppd->model, ++i); -- } -+ name = g_strdup_printf ("%s-%d", original_name, ++i); -+ name_changed = TRUE; -+ } -+ - g_list_foreach (existing, (GFunc)g_free, NULL); - g_list_free (existing); - - if (add_cups_printer (xml, uri, ppd, name)) { - g_object_unref (xml); - gtk_main_quit (); -- } -+ } // The above code (in the if) will never be executed: leaved to make a patch happy (see explication above) -+ -+ if(name_changed) { -+ GtkWidget *dialog; -+ -+ dialog = gtk_message_dialog_new -+ (GTK_WINDOW (parent_window), -+ GTK_DIALOG_DESTROY_WITH_PARENT, -+ GTK_MESSAGE_INFO, GTK_BUTTONS_OK, -+ _("Printer '%s' is already installed on this system. This printer has been renamed to '%s'."), -+ original_name, -+ name); -+ gtk_dialog_run (GTK_DIALOG (dialog)); -+ gtk_widget_destroy (dialog); -+ } -+ -+ if (extended_add_cups_printer (xml, uri, ppd, name, description, location)) { -+ g_object_unref (xml); -+ gtk_main_quit (); -+ } - - g_free (uri); - g_free (name); -- -+ g_free (description); -+ g_free (location); -+ g_free (original_name); - return NULL; - } - -+ - /****************************************************************************/ - - static DruidPageDescription pages[] = { -@@ -226,6 +392,14 @@ - driver_page_back, - driver_page_next - }, -+ { -+ "printer_info_page", -+ printer_info_page_setup, -+ printer_info_page_prepare, -+ printer_info_page_sensitivity, -+ printer_info_page_back, -+ printer_info_page_next -+ }, - { NULL } - }; - -diff -Nur gnome-cups-manager-0.31/gnome-cups-add/druid-helper.c gnome-cups-manager-0.31.new/gnome-cups-add/druid-helper.c ---- gnome-cups-manager-0.31/gnome-cups-add/druid-helper.c 2004-08-19 01:48:44.000000000 +0200 -+++ gnome-cups-add/druid-helper.c 2006-05-12 11:08:12.000000000 +0200 -@@ -120,6 +120,7 @@ - G_CALLBACK (druid_page_back_cb), - p); - } -+ - if (p->next) { - g_signal_connect (page, "next", - G_CALLBACK (druid_page_next_cb), -@@ -128,6 +129,22 @@ - G_CALLBACK (druid_page_next_cb), - p); - } -+ -+#if 0 -+ if (p->next) { -+ g_signal_connect (page, "next", -+ G_CALLBACK (druid_page_next_cb), -+ p); -+ } -+ -+ if (!p->next) { -+ g_signal_connect (page, "finish", -+ G_CALLBACK (druid_page_next_cb), -+ p); -+ } -+#endif -+ -+ - } - } - -diff -Nur gnome-cups-manager-0.31/gnome-cups-add/gnome-cups-add.glade gnome-cups-manager-0.31.new/gnome-cups-add/gnome-cups-add.glade ---- gnome-cups-manager-0.31/gnome-cups-add/gnome-cups-add.glade 2004-08-30 22:32:42.000000000 +0200 -+++ gnome-cups-add/gnome-cups-add.glade 2006-05-12 11:08:12.000000000 +0200 -@@ -18,6 +18,8 @@ - <property name="skip_pager_hint">False</property> - <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> - <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> -+ <property name="focus_on_map">True</property> -+ <property name="urgency_hint">False</property> - - <child> - <widget class="GnomeDruid" id="add_printer_druid"> -@@ -28,7 +30,7 @@ - <child> - <widget class="GnomeDruidPageStandard" id="connection_page"> - <property name="visible">True</property> -- <property name="title" translatable="yes">Step 1 of 2: Printer Connection</property> -+ <property name="title" translatable="yes">Step 1 of 3: Printer Connection</property> - <property name="logo">gnome-cups-add-druid.png</property> - - <child internal-child="vbox"> -@@ -51,6 +53,10 @@ - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> -+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> -+ <property name="width_chars">-1</property> -+ <property name="single_line_mode">False</property> -+ <property name="angle">0</property> - </widget> - <packing> - <property name="padding">4</property> -@@ -81,11 +87,11 @@ - <child> - <widget class="GnomeDruidPageStandard" id="driver_page"> - <property name="visible">True</property> -- <property name="title" translatable="yes">Step 2 of 2: Printer Driver</property> -+ <property name="title" translatable="yes">Step 2 of 3: Printer Driver</property> - <property name="logo">gnome-cups-add-druid.png</property> - - <child internal-child="vbox"> -- <widget class="GtkVBox" id="druid-vbox101"> -+ <widget class="GtkVBox" id="druid-vbox103"> - <property name="border_width">16</property> - <property name="visible">True</property> - <property name="homogeneous">False</property> -@@ -109,6 +115,257 @@ - </child> - </widget> - </child> -+ -+ <child> -+ <widget class="GnomeDruidPageStandard" id="printer_info_page"> -+ <property name="visible">True</property> -+ <property name="title" translatable="yes">Step 3 of 3: Printer Information</property> -+ <property name="logo">gnome-cups-add-druid.png</property> -+ -+ <child internal-child="vbox"> -+ <widget class="GtkVBox" id="druid-vbox2"> -+ <property name="border_width">16</property> -+ <property name="visible">True</property> -+ <property name="homogeneous">False</property> -+ <property name="spacing">6</property> -+ -+ <child> -+ <widget class="GtkTable" id="table1"> -+ <property name="visible">True</property> -+ <property name="n_rows">5</property> -+ <property name="n_columns">2</property> -+ <property name="homogeneous">False</property> -+ <property name="row_spacing">4</property> -+ <property name="column_spacing">4</property> -+ -+ <child> -+ <widget class="GtkHSeparator" id="hseparator1"> -+ <property name="visible">True</property> -+ </widget> -+ <packing> -+ <property name="left_attach">0</property> -+ <property name="right_attach">2</property> -+ <property name="top_attach">2</property> -+ <property name="bottom_attach">3</property> -+ </packing> -+ </child> -+ -+ <child> -+ <widget class="GtkLabel" id="label30"> -+ <property name="visible">True</property> -+ <property name="label" translatable="yes"></property> -+ <property name="use_underline">False</property> -+ <property name="use_markup">False</property> -+ <property name="justify">GTK_JUSTIFY_LEFT</property> -+ <property name="wrap">False</property> -+ <property name="selectable">False</property> -+ <property name="xalign">0</property> -+ <property name="yalign">0.5</property> -+ <property name="xpad">0</property> -+ <property name="ypad">0</property> -+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> -+ <property name="width_chars">-1</property> -+ <property name="single_line_mode">False</property> -+ <property name="angle">0</property> -+ </widget> -+ <packing> -+ <property name="left_attach">0</property> -+ <property name="right_attach">1</property> -+ <property name="top_attach">1</property> -+ <property name="bottom_attach">2</property> -+ <property name="x_options">fill</property> -+ <property name="y_options"></property> -+ </packing> -+ </child> -+ -+ <child> -+ <widget class="GtkEntry" id="printer-name-entry"> -+ <property name="visible">True</property> -+ <property name="can_focus">True</property> -+ <property name="editable">True</property> -+ <property name="visibility">True</property> -+ <property name="max_length">0</property> -+ <property name="text" translatable="yes"></property> -+ <property name="has_frame">True</property> -+ <property name="invisible_char">*</property> -+ <property name="activates_default">False</property> -+ </widget> -+ <packing> -+ <property name="left_attach">1</property> -+ <property name="right_attach">2</property> -+ <property name="top_attach">0</property> -+ <property name="bottom_attach">1</property> -+ <property name="y_options"></property> -+ </packing> -+ </child> -+ -+ <child> -+ <widget class="GtkEntry" id="printer-description-entry"> -+ <property name="visible">True</property> -+ <property name="can_focus">True</property> -+ <property name="editable">True</property> -+ <property name="visibility">True</property> -+ <property name="max_length">0</property> -+ <property name="text" translatable="yes"></property> -+ <property name="has_frame">True</property> -+ <property name="invisible_char">*</property> -+ <property name="activates_default">False</property> -+ </widget> -+ <packing> -+ <property name="left_attach">1</property> -+ <property name="right_attach">2</property> -+ <property name="top_attach">3</property> -+ <property name="bottom_attach">4</property> -+ <property name="y_options"></property> -+ </packing> -+ </child> -+ -+ <child> -+ <widget class="GtkEntry" id="printer-location-entry"> -+ <property name="visible">True</property> -+ <property name="can_focus">True</property> -+ <property name="editable">True</property> -+ <property name="visibility">True</property> -+ <property name="max_length">0</property> -+ <property name="text" translatable="yes"></property> -+ <property name="has_frame">True</property> -+ <property name="invisible_char">*</property> -+ <property name="activates_default">False</property> -+ </widget> -+ <packing> -+ <property name="left_attach">1</property> -+ <property name="right_attach">2</property> -+ <property name="top_attach">4</property> -+ <property name="bottom_attach">5</property> -+ <property name="y_options"></property> -+ </packing> -+ </child> -+ -+ <child> -+ <widget class="GtkLabel" id="label34"> -+ <property name="visible">True</property> -+ <property name="label" translatable="yes">_Location:</property> -+ <property name="use_underline">True</property> -+ <property name="use_markup">False</property> -+ <property name="justify">GTK_JUSTIFY_LEFT</property> -+ <property name="wrap">False</property> -+ <property name="selectable">False</property> -+ <property name="xalign">0</property> -+ <property name="yalign">0.5</property> -+ <property name="xpad">0</property> -+ <property name="ypad">0</property> -+ <property name="mnemonic_widget">printer-location-entry</property> -+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> -+ <property name="width_chars">-1</property> -+ <property name="single_line_mode">False</property> -+ <property name="angle">0</property> -+ </widget> -+ <packing> -+ <property name="left_attach">0</property> -+ <property name="right_attach">1</property> -+ <property name="top_attach">4</property> -+ <property name="bottom_attach">5</property> -+ <property name="x_options">fill</property> -+ <property name="y_options"></property> -+ </packing> -+ </child> -+ -+ <child> -+ <widget class="GtkLabel" id="label33"> -+ <property name="visible">True</property> -+ <property name="label" translatable="yes">_Description: </property> -+ <property name="use_underline">True</property> -+ <property name="use_markup">False</property> -+ <property name="justify">GTK_JUSTIFY_LEFT</property> -+ <property name="wrap">False</property> -+ <property name="selectable">False</property> -+ <property name="xalign">0</property> -+ <property name="yalign">0.5</property> -+ <property name="xpad">0</property> -+ <property name="ypad">0</property> -+ <property name="mnemonic_widget">printer-description-entry</property> -+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> -+ <property name="width_chars">-1</property> -+ <property name="single_line_mode">False</property> -+ <property name="angle">0</property> -+ </widget> -+ <packing> -+ <property name="left_attach">0</property> -+ <property name="right_attach">1</property> -+ <property name="top_attach">3</property> -+ <property name="bottom_attach">4</property> -+ <property name="x_options">fill</property> -+ <property name="y_options"></property> -+ </packing> -+ </child> -+ -+ <child> -+ <widget class="GtkLabel" id="warnings-label"> -+ <property name="visible">True</property> -+ <property name="label" translatable="yes"></property> -+ <property name="use_underline">False</property> -+ <property name="use_markup">True</property> -+ <property name="justify">GTK_JUSTIFY_LEFT</property> -+ <property name="wrap">False</property> -+ <property name="selectable">False</property> -+ <property name="xalign">0</property> -+ <property name="yalign">0.5</property> -+ <property name="xpad">0</property> -+ <property name="ypad">0</property> -+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> -+ <property name="width_chars">-1</property> -+ <property name="single_line_mode">False</property> -+ <property name="angle">0</property> -+ </widget> -+ <packing> -+ <property name="left_attach">1</property> -+ <property name="right_attach">2</property> -+ <property name="top_attach">1</property> -+ <property name="bottom_attach">2</property> -+ <property name="x_options">fill</property> -+ <property name="y_options"></property> -+ </packing> -+ </child> -+ -+ <child> -+ <widget class="GtkLabel" id="label31"> -+ <property name="visible">True</property> -+ <property name="label" translatable="yes">_Name:</property> -+ <property name="use_underline">True</property> -+ <property name="use_markup">False</property> -+ <property name="justify">GTK_JUSTIFY_LEFT</property> -+ <property name="wrap">False</property> -+ <property name="selectable">False</property> -+ <property name="xalign">0</property> -+ <property name="yalign">0.5</property> -+ <property name="xpad">0</property> -+ <property name="ypad">0</property> -+ <property name="mnemonic_widget">printer-name-entry</property> -+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> -+ <property name="width_chars">-1</property> -+ <property name="single_line_mode">False</property> -+ <property name="angle">0</property> -+ </widget> -+ <packing> -+ <property name="left_attach">0</property> -+ <property name="right_attach">1</property> -+ <property name="top_attach">0</property> -+ <property name="bottom_attach">1</property> -+ <property name="x_options">fill</property> -+ <property name="y_options"></property> -+ </packing> -+ </child> -+ </widget> -+ <packing> -+ <property name="padding">0</property> -+ <property name="expand">False</property> -+ <property name="fill">False</property> -+ </packing> -+ </child> -+ </widget> -+ </child> -+ </widget> -+ </child> - </widget> - </child> - </widget> diff --git a/print/gnome-cups-manager/files/patch-ui_startbox b/print/gnome-cups-manager/files/patch-ui_startbox deleted file mode 100644 index f9e423cd5..000000000 --- a/print/gnome-cups-manager/files/patch-ui_startbox +++ /dev/null @@ -1,112 +0,0 @@ ---- gnome-cups-add/add-printer.c.orig 2006-04-26 22:35:03.882002880 +0200 -+++ gnome-cups-add/add-printer.c 2006-04-26 22:39:46.267073824 +0200 -@@ -244,12 +244,83 @@ - gtk_main_quit (); - } - --int --main (int argc, char *argv[]) -+GtkWindow *progress_window = NULL; -+static GtkWindow* -+create_progress_window () -+{ -+ GtkWindow *window; -+ GtkWidget *vbox, *label; -+ //GtkProgressBar *progress; -+ guint sid; -+ -+ window = GTK_WINDOW (gtk_window_new (GTK_WINDOW_TOPLEVEL)); -+ //gtk_window_set_title (GTK_WINDOW (window), _("Add a Printer")); -+ gtk_window_set_decorated(window, gtk_false); -+ gtk_container_set_border_width (GTK_CONTAINER (window), 6); -+ gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER_ALWAYS); -+ g_signal_connect(window, "delete_event", G_CALLBACK(gtk_true), NULL); -+ -+ vbox = gtk_vbox_new (FALSE, 6); -+ gtk_container_add (GTK_CONTAINER (window), vbox); -+ -+ label = gtk_label_new (g_strdup_printf (_("<b>Reading printer database ...</b>"))); -+ gtk_label_set_use_markup (GTK_LABEL(label), TRUE); -+ gtk_misc_set_alignment (GTK_MISC(label), 0, 0.5); -+ gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, 0); -+ -+ //progress = GTK_PROGRESS_BAR( gtk_progress_bar_new()); -+ //gtk_widget_show ( GTK_WIDGET (progress)); -+ //gtk_progress_bar_set_text (GTK_PROGRESS_BAR (progress), " "); -+ //gtk_progress_bar_set_pulse_step (progress, 0.2); -+ //gtk_box_pack_start (GTK_BOX (vbox), GTK_WIDGET (progress), FALSE, FALSE, 6); -+ -+ //sid = g_timeout_add (200, (GtkFunction) progress_timer, progress); -+ //g_object_set_data(G_OBJECT(window), "pgb_id", GINT_TO_POINTER(sid)); -+ -+ gtk_widget_show_all ( GTK_WIDGET (window)); -+ -+ gdk_window_set_cursor(GTK_WIDGET(window)->window, gdk_cursor_new(GDK_WATCH)); -+ gtk_widget_grab_focus ( GTK_WIDGET (window)); -+ -+ return window; -+} -+ -+static gpointer -+add_printer_main(gpointer data) - { - GladeXML *xml; - GtkWidget *window; - -+ g_idle_remove_by_data(data); -+ -+ xml = glade_xml_new (GNOME_CUPS_MANAGER_DATADIR "/gnome-cups-add.glade", -+ "add_printer_window", -+ GETTEXT_PACKAGE); -+ -+ window = glade_xml_get_widget (xml, "add_printer_window"); -+ set_window_icon (window, "gnome-dev-printer-new"); -+ g_signal_connect (window, -+ "delete_event", -+ G_CALLBACK (delete_event_cb), NULL); -+ g_signal_connect (glade_xml_get_widget (xml, "add_printer_druid"), -+ "cancel", -+ G_CALLBACK (cancel_cb), NULL); -+ -+ druid_pages_setup (xml, pages); -+ if (progress_window) { -+ gdk_window_set_cursor(GTK_WIDGET(progress_window)->window, gdk_cursor_new(GDK_LAST_CURSOR)); -+ //g_source_remove(GPOINTER_TO_INT(g_object_get_data(G_OBJECT(progress_window), "pgb_id"))); -+ gtk_widget_destroy (GTK_WIDGET(progress_window)); -+ } -+ -+ gtk_widget_show (window); -+ -+ return NULL; -+} -+ -+int -+main (int argc, char *argv[]) -+{ - gnome_program_init ("gnome-cups-add", - VERSION, - LIBGNOMEUI_MODULE, argc, argv, -@@ -271,21 +340,8 @@ - exit (1); - } - -- xml = glade_xml_new (GNOME_CUPS_MANAGER_DATADIR "/gnome-cups-add.glade", -- "add_printer_window", -- GETTEXT_PACKAGE); -- -- window = glade_xml_get_widget (xml, "add_printer_window"); -- set_window_icon (window, "gnome-dev-printer-new"); -- g_signal_connect (window, -- "delete_event", -- G_CALLBACK (delete_event_cb), NULL); -- g_signal_connect (glade_xml_get_widget (xml, "add_printer_druid"), -- "cancel", -- G_CALLBACK (cancel_cb), NULL); -- -- druid_pages_setup (xml, pages); -- gtk_widget_show (window); -+ progress_window = create_progress_window(); -+ g_timeout_add(300, add_printer_main, progress_window); - - gtk_main (); - diff --git a/print/gnome-cups-manager/files/patch-ui_tooltip b/print/gnome-cups-manager/files/patch-ui_tooltip deleted file mode 100644 index 21e0a4842..000000000 --- a/print/gnome-cups-manager/files/patch-ui_tooltip +++ /dev/null @@ -1,794 +0,0 @@ ---- ./libgnomecups/gnome-cups-ui-connection.c 2004-09-13 22:04:58.000000000 +0200 -+++ libgnomecups/gnome-cups-ui-connection.c 2006-04-27 10:19:02.995681560 +0200 -@@ -929,10 +929,15 @@ - w = glade_xml_get_widget (cs->xml, "ipp_uri_entry"); - gtk_tooltips_set_tip (gtk_tooltips_new (), w, - _("For example :\n" -- "\thttp://hostname:631/ipp/\n" -- "\thttp://hostname:631/ipp/port1\n" -- "\tipp://hostname/ipp/\n" -- "\tipp://hostname/ipp/port1"), NULL); -+ "\tipp://hostname/printers/<name>\n" -+ "\thttp://hostname:631/printers/<name>\n"), -+ NULL); -+ w = glade_xml_get_widget (cs->xml, "smb_username_entry"); -+ gtk_tooltips_set_tip (gtk_tooltips_new (), w, -+ _("For example :\n" -+ "\tusername\n" -+ "\tDOMAIN\\username"), -+ NULL); - } - - static void ---- ./po/fr.po~ 2006-04-27 00:24:11.728578896 +0200 -+++ po/fr.po 2006-04-27 00:44:33.458847664 +0200 -@@ -531,16 +531,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Par exemple :\n" --"\thttp://nom_d'hôte:631/ipp/\n" --"\thttp://nom_d'hôte:631/ipp/port1\n" --"\tipp://nom_d'hôte/ipp/\n" --"\tipp://nom_d'hôte/ipp/port1" -+"\tipp://nom_d'hôte/printers/<name>\n" -+"\thttp://nom_d'hôte:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/en_GB.po~ 2005-05-10 14:32:20.000000000 +0200 -+++ po/en_GB.po 2006-04-27 00:47:06.073646688 +0200 -@@ -404,16 +404,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/ca.po~ 2005-09-06 15:53:57.000000000 +0200 -+++ po/ca.po 2006-04-27 00:49:19.411376272 +0200 -@@ -418,16 +418,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Per exemple :\n" --"\thttp://ordinador:631/ipp/\n" --"\thttp://ordinador:631/ipp/port1\n" --"\tipp://ordinador/ipp/\n" --"\tipp://ordinador/ipp/port1" -+"\tipp://ordinador/printers/<name>\n" -+"\thttp://ordinador:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/eu.po~ 2005-04-08 19:49:42.000000000 +0200 -+++ po/eu.po 2006-04-27 00:46:01.187510880 +0200 -@@ -409,16 +409,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Adibidez:\n" --"\thttp://ostalari-izena:631/ipp/\n" --"\thttp://ostalari-izena:631/ipp/1.ataka\n" --"\tipp://ostalari-izena/ipp/\n" --"\tipp://ostalari-izena/ipp/1.ataka" -+"\tipp://ostalari-izena/printers/<name>\n" -+"\thttp://ostalari-izena:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/en_CA.po~ 2005-06-01 16:50:49.000000000 +0200 -+++ po/en_CA.po 2006-04-27 00:47:20.873396784 +0200 -@@ -410,16 +410,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/el.po~ 2005-08-22 18:39:21.000000000 +0200 -+++ po/el.po 2006-04-27 00:47:36.947953080 +0200 -@@ -410,16 +410,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Για παÏάδειγμα :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/bg.po~ 2005-04-19 15:50:37.000000000 +0200 -+++ po/bg.po 2006-04-27 00:49:36.650755488 +0200 -@@ -405,16 +405,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Ðапример:\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/de.po~ 2006-04-27 00:24:11.727579048 +0200 -+++ po/de.po 2006-04-27 00:34:38.225336912 +0200 -@@ -417,16 +417,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Zum Beispiel:\n" --"\thttp://rechnername:631/ipp/\n" --"\thttp://rechnername:631/ipp/port1\n" --"\tipp://rechnername/ipp/\n" --"\tipp://rechnername/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/zh_CN.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/zh_CN.po 2006-04-27 00:36:44.786096752 +0200 -@@ -517,16 +517,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "例如:\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/zh_TW.po~ 2005-08-12 22:32:40.000000000 +0200 -+++ po/zh_TW.po 2006-04-27 00:37:00.957638304 +0200 -@@ -518,16 +518,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "例如:\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/xh.po~ 2005-05-10 14:32:20.000000000 +0200 -+++ po/xh.po 2006-04-27 00:37:16.827225760 +0200 -@@ -405,16 +405,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Umzekelo :\n" --"\thttp://igama-lomququzeleli:631/ipp/\n" --"\thttp://igama-lomququzeleli:631/ipp/port1\n" --"\tipp://igama-lomququzeleli/ipp/\n" --"\tipp://igama-lomququzeleli/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/uk.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/uk.po 2006-04-27 00:37:35.907325144 +0200 -@@ -522,16 +522,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Ðаприклад :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/tr.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/tr.po 2006-04-27 00:37:48.734375136 +0200 -@@ -519,10 +519,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/sv.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/sv.po 2006-04-27 00:37:57.556034040 +0200 -@@ -531,10 +531,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/sr.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/sr.po 2006-04-27 00:38:06.593660112 +0200 -@@ -523,10 +523,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/sr@Latn.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/sr@Latn.po 2006-04-27 00:38:18.686821672 +0200 -@@ -523,10 +523,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/sq.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/sq.po 2006-04-27 00:38:27.740445312 +0200 -@@ -555,10 +555,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/rw.po~ 2005-04-01 23:18:31.000000000 +0200 -+++ po/rw.po 2006-04-27 00:38:38.786766016 +0200 -@@ -536,10 +536,8 @@ - #, fuzzy - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Urugero HTTP Izina ry'inturo: HTTP Izina ry'inturo: Izina ry'inturo: Izina " - "ry'inturo:" ---- ./po/ru.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/ru.po 2006-04-27 00:38:52.209725416 +0200 -@@ -520,16 +520,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Ðапример :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/pt.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/pt.po 2006-04-27 00:39:04.215900200 +0200 -@@ -521,10 +521,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/pt_BR.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/pt_BR.po 2006-04-27 00:39:19.179625368 +0200 -@@ -524,16 +524,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Por exemplo:\n" --"\thttp://maquina:631/ipp/\n" --"\thttp://maquina:631/ipp/porta1\n" --"\tipp://maquina/ipp/\n" --"\tipp://maquina/ipp/porta1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/pa.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/pa.po 2006-04-27 00:39:29.456063112 +0200 -@@ -520,10 +520,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/no.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/no.po 2006-04-27 00:39:46.863416792 +0200 -@@ -518,16 +518,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "For eksempel:\n" --"\thttp://vertsnavn:631/ipp\n" --"\thttp://vertsnavn:631/ipp/port1\n" --"\tipp://vertsnavn/ipp\n" --"\tipp://vertsnavn/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/nl.po~ 2005-08-12 22:32:40.000000000 +0200 -+++ po/nl.po 2006-04-27 00:40:03.154940104 +0200 -@@ -416,16 +416,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Bijvoorbeeld :\n" --"\thttp://hostnaam:631/ipp/\n" --"\thttp://hostnaam:631/ipp/poort1\n" --"\tipp://hostnaam/ipp/\n" --"\tipp://hostnaam/ipp/poort1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/ne.po~ 2005-07-31 04:52:43.000000000 +0200 -+++ po/ne.po 2006-04-27 00:40:16.753872752 +0200 -@@ -401,16 +401,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "उदाहरणको लागि :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/nb.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/nb.po 2006-04-27 00:40:29.336959832 +0200 -@@ -518,16 +518,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "For eksempel:\n" --"\thttp://vertsnavn:631/ipp\n" --"\thttp://vertsnavn:631/ipp/port1\n" --"\tipp://vertsnavn/ipp\n" --"\tipp://vertsnavn/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/ko.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/ko.po 2006-04-27 00:41:33.879147928 +0200 -@@ -519,17 +519,13 @@ - #, fuzzy - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "예를 들어 :\n" - "\tfile:/path/to/filename.prn\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1\n" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - "\tlpd://hostname/queue\n" - "\tsocket://hostname\n" - "\tsocket://hostname:9100" ---- ./po/ja.po~ 2005-03-15 22:30:36.000000000 +0100 -+++ po/ja.po 2006-04-27 00:41:45.995305992 +0200 -@@ -413,16 +413,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "例: \n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - # Novell Translation - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 ---- ./po/it.po~ 2006-04-27 00:24:11.729578744 +0200 -+++ po/it.po 2006-04-27 00:42:02.562787352 +0200 -@@ -555,16 +555,12 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Ad esempio:\n" --"\thttp://nome-host:631/ipp/\n" --"\thttp://nome-host:631/ipp/porta1\n" --"\tipp://nome-host/ipp/\n" --"\tipp://nome-host/ipp/porta1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 - msgid "9100" ---- ./po/hu.po~ 2005-08-12 22:32:40.000000000 +0200 -+++ po/hu.po 2006-04-27 00:42:47.155008304 +0200 -@@ -413,16 +413,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Például:\n" --"\thttp://gépnév:631/ipp/\n" --"\thttp://gépnév:631/ipp/port1\n" --"\tipp://gépnév/ipp/\n" --"\tipp://gépnév/ipp/port1" -+"\tipp://gépnév/printers/<name>\n" -+"\thttp://gépnév:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/hr.po~ 2005-03-07 17:55:33.000000000 +0100 -+++ po/hr.po 2006-04-27 00:43:18.480246144 +0200 -@@ -518,10 +518,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/he.po~ 2006-04-27 00:24:11.729578744 +0200 -+++ po/he.po 2006-04-27 00:43:26.470031512 +0200 -@@ -529,10 +529,8 @@ - #: libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - - #: libgnomecups/gnome-cups-ui-connection.glade.h:2 ---- ./po/gl.po~ 2005-06-10 16:34:52.000000000 +0200 -+++ po/gl.po 2006-04-27 00:43:37.194401160 +0200 -@@ -417,16 +417,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Por exemplo :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/fi.po~ 2005-08-22 18:39:21.000000000 +0200 -+++ po/fi.po 2006-04-27 00:45:28.294511376 +0200 -@@ -412,16 +412,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Esimerkiksi:\n" --"\thttp://isäntänimi:631/ipp/\n" --"\thttp://isäntänimi:631/ipp/port1\n" --"\thttp://isäntänimi/ipp/\n" --"\thttp://isäntänimi/ipp/port1" -+"\tipp://isäntänimi/printers/<name>\n" -+"\thttp://isäntänimi:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/es.po~ 2005-08-12 22:32:40.000000000 +0200 -+++ po/es.po 2006-04-27 00:46:40.876477240 +0200 -@@ -417,16 +417,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "Por ejemplo:\n" --"\thttp://nombrehost:631/ipp/\n" --"\thttp://nombrehost:631/ipp/puerto1\n" --"\tipp://nombrehost/ipp/\n" --"\tipp://nombrehost/ipp/puerto1" -+"\tipp://nombrehost/printers/<name>\n" -+"\thttp://nombrehost:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/da.po~ 2005-03-29 17:46:33.000000000 +0200 -+++ po/da.po 2006-04-27 00:48:13.897335920 +0200 -@@ -412,16 +412,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "For eksempel:\n" --"\thttp://værtsnavn:631/ipp\n" --"\thttp://værtsnavn:631/ipp/port1\n" --"\tipp://værtsnavn/ipp\n" --"\tipp://værtsnavn/ipp/port1" -+"\tipp://værtsnavn/printers/<name>\n" -+"\thttp://værtsnavn:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" ---- ./po/cs.po~ 2005-06-14 15:50:11.000000000 +0200 -+++ po/cs.po 2006-04-27 00:48:43.429846296 +0200 -@@ -414,16 +414,12 @@ - #: ../libgnomecups/gnome-cups-ui-connection.c:931 - msgid "" - "For example :\n" --"\thttp://hostname:631/ipp/\n" --"\thttp://hostname:631/ipp/port1\n" --"\tipp://hostname/ipp/\n" --"\tipp://hostname/ipp/port1" -+"\tipp://hostname/printers/<name>\n" -+"\thttp://hostname:631/printers/<name>\n" - msgstr "" - "NapÅ™Ãklad:\n" --"\thttp://jmenopocitace:631/ipp/\n" --"\thttp://jmenopocitace:631/ipp/port1\n" --"\tipp://jmenopocitace/ipp/\n" --"\tipp://jmenopocitace/ipp/port1" -+"\tipp://jmenopocitace/printers/<name>\n" -+"\thttp://jmenopocitace:631/printers/<name>\n" - - #: ../libgnomecups/gnome-cups-ui-connection.glade.h:1 - msgid "9100" diff --git a/print/gnome-cups-manager/pkg-descr b/print/gnome-cups-manager/pkg-descr deleted file mode 100644 index a04acf39d..000000000 --- a/print/gnome-cups-manager/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The GNOME CUPS Manager is a tool for adding new CUPS printers and for -managing existing CUPS printers and queues. - -WWW: http://www.gnome.org/ diff --git a/print/gnome-cups-manager/pkg-plist b/print/gnome-cups-manager/pkg-plist deleted file mode 100644 index 357192943..000000000 --- a/print/gnome-cups-manager/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -bin/gnome-cups-add -bin/gnome-cups-icon -bin/gnome-cups-manager -include/libgnomecups-1/libgnomecups/gnome-cups-permission.h -include/libgnomecups-1/libgnomecups/gnome-cups-ui-connection.h -include/libgnomecups-1/libgnomecups/gnome-cups-ui-driver.h -include/libgnomecups-1/libgnomecups/gnome-cups-ui-init.h -include/libgnomecups-1/libgnomecups/gnome-cups-ui-print.h -include/libgnomecups-1/libgnomecups/gnome-cups-ui-util.h -lib/libgnomecupsui-1.0.a -lib/libgnomecupsui-1.0.la -lib/libgnomecupsui-1.0.so -lib/libgnomecupsui-1.0.so.1 -libdata/bonobo/servers/Gnome_CupsManager.server -libdata/pkgconfig/libgnomecupsui-1.0.pc -sbin/gnome-cups-switch -share/applications/gnome-cups-manager.desktop -%%DATADIR%%/gnome-cups-add-druid.png -%%DATADIR%%/gnome-cups-add.glade -%%DATADIR%%/gnome-cups-manager.glade -%%DATADIR%%/gnome-cups-ui-connection.glade -%%DATADIR%%/gnome-cups-ui-driver.glade -%%DATADIR%%/xd2-testpage-a4.eps -%%DATADIR%%/xd2-testpage-letter.eps -share/icons/hicolor/48x48/devices/gnome-dev-printer-network.png -share/icons/hicolor/48x48/devices/gnome-dev-printer-new.png -share/icons/hicolor/48x48/devices/gnome-dev-printer.png -share/icons/hicolor/48x48/stock/data/emblem-default.png -share/icons/hicolor/48x48/stock/data/emblem-paused.png -share/locale/bg/LC_MESSAGES/gnome-cups-manager.mo -share/locale/ca/LC_MESSAGES/gnome-cups-manager.mo -share/locale/cs/LC_MESSAGES/gnome-cups-manager.mo -share/locale/da/LC_MESSAGES/gnome-cups-manager.mo -share/locale/de/LC_MESSAGES/gnome-cups-manager.mo -share/locale/el/LC_MESSAGES/gnome-cups-manager.mo -share/locale/en_CA/LC_MESSAGES/gnome-cups-manager.mo -share/locale/en_GB/LC_MESSAGES/gnome-cups-manager.mo -share/locale/es/LC_MESSAGES/gnome-cups-manager.mo -share/locale/eu/LC_MESSAGES/gnome-cups-manager.mo -share/locale/fi/LC_MESSAGES/gnome-cups-manager.mo -share/locale/fr/LC_MESSAGES/gnome-cups-manager.mo -share/locale/gl/LC_MESSAGES/gnome-cups-manager.mo -share/locale/he/LC_MESSAGES/gnome-cups-manager.mo -share/locale/hr/LC_MESSAGES/gnome-cups-manager.mo -share/locale/hu/LC_MESSAGES/gnome-cups-manager.mo -share/locale/it/LC_MESSAGES/gnome-cups-manager.mo -share/locale/ja/LC_MESSAGES/gnome-cups-manager.mo -share/locale/ko/LC_MESSAGES/gnome-cups-manager.mo -share/locale/nb/LC_MESSAGES/gnome-cups-manager.mo -share/locale/ne/LC_MESSAGES/gnome-cups-manager.mo -share/locale/nl/LC_MESSAGES/gnome-cups-manager.mo -share/locale/no/LC_MESSAGES/gnome-cups-manager.mo -share/locale/pa/LC_MESSAGES/gnome-cups-manager.mo -share/locale/pt/LC_MESSAGES/gnome-cups-manager.mo -share/locale/pt_BR/LC_MESSAGES/gnome-cups-manager.mo -share/locale/ru/LC_MESSAGES/gnome-cups-manager.mo -share/locale/rw/LC_MESSAGES/gnome-cups-manager.mo -share/locale/sq/LC_MESSAGES/gnome-cups-manager.mo -share/locale/sr/LC_MESSAGES/gnome-cups-manager.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-cups-manager.mo -share/locale/sv/LC_MESSAGES/gnome-cups-manager.mo -share/locale/tr/LC_MESSAGES/gnome-cups-manager.mo -share/locale/uk/LC_MESSAGES/gnome-cups-manager.mo -share/locale/xh/LC_MESSAGES/gnome-cups-manager.mo -share/locale/zh_CN/LC_MESSAGES/gnome-cups-manager.mo -share/locale/zh_TW/LC_MESSAGES/gnome-cups-manager.mo -share/pixmaps/gnome-cups-manager/printer-tray-normal.png -share/pixmaps/gnome-cups-manager/printer-tray-stopped.png -@dirrm share/pixmaps/gnome-cups-manager -@dirrm %%DATADIR%% -@unexec /bin/rmdir %D/sbin 2>/dev/null || /usr/bin/true -@dirrmtry include/libgnomecups-1/libgnomecups -@dirrmtry include/libgnomecups-1 -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/applications diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile deleted file mode 100644 index 37bc4f60d..000000000 --- a/print/gnome-print/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnomeprint -# Date created: 15 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/print/gnome-print/Makefile,v 1.5 2007/05/19 21:36:20 marcus Exp $ -# - -PORTNAME= gnome-print -PORTVERSION= 0.37 -PORTREVISION= 5 -CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-print/0.37 -DISTNAME= gnome-print-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 - -USE_GHOSTSCRIPT_RUN= yes - -PLIST_SUB= VERSION=${PORTVERSION} - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-install: - @${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap - -.include <bsd.port.mk> diff --git a/print/gnome-print/distinfo b/print/gnome-print/distinfo deleted file mode 100644 index ce464376f..000000000 --- a/print/gnome-print/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/gnome-print-0.37.tar.bz2) = f9e13f4f17b04baceec1cdeed0f88eae -SHA256 (gnome/gnome-print-0.37.tar.bz2) = 9d901f9ec9991e76e9fcfb53ac71b5351e86d2aeaa6d6b5539c8dd66ab4c174d -SIZE (gnome/gnome-print-0.37.tar.bz2) = 768373 diff --git a/print/gnome-print/files/patch-ab b/print/gnome-print/files/patch-ab deleted file mode 100644 index 4c7b17b65..000000000 --- a/print/gnome-print/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ - -$FreeBSD: ports/print/gnome-print/files/patch-ab,v 1.5 2006/10/14 08:54:50 marcus Exp $ - ---- Makefile.in.orig Fri Oct 5 11:37:00 2001 -+++ Makefile.in Fri Oct 5 11:40:45 2001 -@@ -157,7 +157,7 @@ - @LIBGPA_TRUE@LIBGPA_DIR = libgpa data - @LIBGPA_FALSE@LIBGPA_DIR = - --SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts tests $(INSTALLER_DIR) -+SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts $(INSTALLER_DIR) - - INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) @PRINT_INCLUDEDIR@ -DPROFILEDIR=\""$(profilesdir)"\" - -@@ -171,7 +171,7 @@ - EXTRA_DIST = printConf.sh.in gnome-print.spec.in gnome-print.spec run-gnome-font-install - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = printConf.sh - - CLEANFILES = printConf.sh -@@ -192,7 +192,7 @@ - TAR = gtar - GZIP_ENV = --best - DIST_SUBDIRS = intl po libgpa data libgnomeprint afms profiles fonts \ --tests installer -+installer - all: all-redirect - .SUFFIXES: - $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) diff --git a/print/gnome-print/files/patch-installer_gf-pfb.c b/print/gnome-print/files/patch-installer_gf-pfb.c deleted file mode 100644 index 6774d5012..000000000 --- a/print/gnome-print/files/patch-installer_gf-pfb.c +++ /dev/null @@ -1,12 +0,0 @@ ---- installer/gf-pfb.c.orig Mon Mar 22 23:33:20 2004 -+++ installer/gf-pfb.c Mon Mar 22 23:33:36 2004 -@@ -12,7 +12,8 @@ - #include <fcntl.h> - #include <string.h> - #include <ctype.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - #include "gf-pfb.h" - - #define noVERBOSE diff --git a/print/gnome-print/files/patch-installer_gf-ttf.c b/print/gnome-print/files/patch-installer_gf-ttf.c deleted file mode 100644 index ad7cf3779..000000000 --- a/print/gnome-print/files/patch-installer_gf-ttf.c +++ /dev/null @@ -1,12 +0,0 @@ ---- installer/gf-ttf.c.orig Mon Mar 22 23:34:10 2004 -+++ installer/gf-ttf.c Mon Mar 22 23:34:23 2004 -@@ -32,7 +32,8 @@ - #include <fcntl.h> - #include <string.h> - #include <ctype.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - #include "gf-ttf.h" - diff --git a/print/gnome-print/files/patch-installer_gnome-font-install.c b/print/gnome-print/files/patch-installer_gnome-font-install.c deleted file mode 100644 index d1ee9d152..000000000 --- a/print/gnome-print/files/patch-installer_gnome-font-install.c +++ /dev/null @@ -1,12 +0,0 @@ ---- installer/gnome-font-install.c.orig Mon Mar 22 23:32:31 2004 -+++ installer/gnome-font-install.c Mon Mar 22 23:32:44 2004 -@@ -26,7 +26,8 @@ - #include <parser.h> - #include <xmlmemory.h> - /* End of ugly thing */ --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - #include <libgnome/gnome-defs.h> - #include <libgnome/gnome-util.h> - #include <libgnome/gnome-i18n.h> diff --git a/print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h b/print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h deleted file mode 100644 index f2a1a880c..000000000 --- a/print/gnome-print/files/patch-libgnomeprint_gnome-font-private.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnomeprint/gnome-font-private.h.orig Mon Mar 22 23:31:37 2004 -+++ libgnomeprint/gnome-font-private.h Mon Mar 22 23:31:52 2004 -@@ -22,7 +22,8 @@ - - BEGIN_GNOME_DECLS - --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - #include <libgnomeprint/gp-character-block.h> - #include <libgnomeprint/gp-fontmap.h> - #include <libgnomeprint/gnome-font.h> diff --git a/print/gnome-print/files/patch-libgnomeprint_parseTT.c b/print/gnome-print/files/patch-libgnomeprint_parseTT.c deleted file mode 100644 index 218bdd143..000000000 --- a/print/gnome-print/files/patch-libgnomeprint_parseTT.c +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnomeprint/parseTT.c.orig Mon Mar 22 23:29:57 2004 -+++ libgnomeprint/parseTT.c Mon Mar 22 23:30:15 2004 -@@ -107,7 +107,8 @@ - #include <config.h> - - #include <parseTT.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - #include <freetype/ftglyph.h> - #include <freetype/ftoutln.h> - #include <stdio.h> diff --git a/print/gnome-print/files/patch-libgnomeprint_parseTT.h b/print/gnome-print/files/patch-libgnomeprint_parseTT.h deleted file mode 100644 index f938cc0d4..000000000 --- a/print/gnome-print/files/patch-libgnomeprint_parseTT.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libgnomeprint/parseTT.h.orig Mon Mar 22 23:30:50 2004 -+++ libgnomeprint/parseTT.h Mon Mar 22 23:31:05 2004 -@@ -22,7 +22,8 @@ - BEGIN_GNOME_DECLS - - #include <glib.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - /* - * Convert loaded Freetype TTF face to Type1 diff --git a/print/gnome-print/pkg-descr b/print/gnome-print/pkg-descr deleted file mode 100644 index f7ae47f42..000000000 --- a/print/gnome-print/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a prototype implementation of the Gnome Printing Architecture, -as described in: - -WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/print/gnome-print/pkg-plist b/print/gnome-print/pkg-plist deleted file mode 100644 index 9e46a7faa..000000000 --- a/print/gnome-print/pkg-plist +++ /dev/null @@ -1,123 +0,0 @@ -bin/gnome-font-install -etc/gnome/fonts/gnome-print-ghostscript.fontmap -etc/gnome/fonts/gnome-print-x11.fontmap -etc/gnome/fonts/gnome-print.fontmap -etc/printConf.sh -include/gnome-1.0/libgnomeprint/gnome-font-dialog.h -include/gnome-1.0/libgnomeprint/gnome-font-face-private.h -include/gnome-1.0/libgnomeprint/gnome-font-face.h -include/gnome-1.0/libgnomeprint/gnome-font.h -include/gnome-1.0/libgnomeprint/gnome-glyphlist.h -include/gnome-1.0/libgnomeprint/gnome-pgl.h -include/gnome-1.0/libgnomeprint/gnome-print-copies.h -include/gnome-1.0/libgnomeprint/gnome-print-dialog.h -include/gnome-1.0/libgnomeprint/gnome-print-encode.h -include/gnome-1.0/libgnomeprint/gnome-print-frgba.h -include/gnome-1.0/libgnomeprint/gnome-print-master-preview.h -include/gnome-1.0/libgnomeprint/gnome-print-master.h -include/gnome-1.0/libgnomeprint/gnome-print-meta.h -include/gnome-1.0/libgnomeprint/gnome-print-multipage.h -include/gnome-1.0/libgnomeprint/gnome-print-pdf.h -include/gnome-1.0/libgnomeprint/gnome-print-pixbuf.h -include/gnome-1.0/libgnomeprint/gnome-print-preview.h -include/gnome-1.0/libgnomeprint/gnome-print-rbuf.h -include/gnome-1.0/libgnomeprint/gnome-print.h -include/gnome-1.0/libgnomeprint/gnome-printer-dialog.h -include/gnome-1.0/libgnomeprint/gnome-printer.h -include/gnome-1.0/libgnomeprint/gnome-rfont.h -include/gnome-1.0/libgnomeprint/gnome-text.h -lib/libgnomeprint.a -lib/libgnomeprint.la -lib/libgnomeprint.so -lib/libgnomeprint.so.16 -share/fonts/README.binaries -share/fonts/README.installer -share/fonts/afms/adobe/pagd8a.afm -share/fonts/afms/adobe/pagdo8a.afm -share/fonts/afms/adobe/pagk8a.afm -share/fonts/afms/adobe/pagko8a.afm -share/fonts/afms/adobe/pbkd8a.afm -share/fonts/afms/adobe/pbkdi8a.afm -share/fonts/afms/adobe/pbkl8a.afm -share/fonts/afms/adobe/pbkli8a.afm -share/fonts/afms/adobe/pcrb8a.afm -share/fonts/afms/adobe/pcrbo8a.afm -share/fonts/afms/adobe/pcrr8a.afm -share/fonts/afms/adobe/pcrro8a.afm -share/fonts/afms/adobe/phvb8a.afm -share/fonts/afms/adobe/phvb8an.afm -share/fonts/afms/adobe/phvbo8a.afm -share/fonts/afms/adobe/phvbo8an.afm -share/fonts/afms/adobe/phvl8a.afm -share/fonts/afms/adobe/phvlo8a.afm -share/fonts/afms/adobe/phvr8a.afm -share/fonts/afms/adobe/phvr8an.afm -share/fonts/afms/adobe/phvro8a.afm -share/fonts/afms/adobe/phvro8an.afm -share/fonts/afms/adobe/pncb8a.afm -share/fonts/afms/adobe/pncbi8a.afm -share/fonts/afms/adobe/pncr8a.afm -share/fonts/afms/adobe/pncri8a.afm -share/fonts/afms/adobe/pplb8a.afm -share/fonts/afms/adobe/pplbi8a.afm -share/fonts/afms/adobe/pplr8a.afm -share/fonts/afms/adobe/pplri8a.afm -share/fonts/afms/adobe/psyr.afm -share/fonts/afms/adobe/ptmb8a.afm -share/fonts/afms/adobe/ptmbi8a.afm -share/fonts/afms/adobe/ptmr8a.afm -share/fonts/afms/adobe/ptmri8a.afm -share/fonts/afms/adobe/putb8a.afm -share/fonts/afms/adobe/putbi8a.afm -share/fonts/afms/adobe/putr8a.afm -share/fonts/afms/adobe/putri8a.afm -share/fonts/afms/adobe/pzcmi8a.afm -share/fonts/afms/adobe/pzdr.afm -%%DATADIR%%/profiles/PostscriptOptimized.profile -%%DATADIR%%/profiles/fax-g3.profile -%%DATADIR%%/profiles/pdf.profile -share/gnome/fonts/adobe-urw.font -share/gnome/fonts/defaults.fontmap -share/locale/az/LC_MESSAGES/gnome-print.mo -share/locale/bg/LC_MESSAGES/gnome-print.mo -share/locale/ca/LC_MESSAGES/gnome-print.mo -share/locale/da/LC_MESSAGES/gnome-print.mo -share/locale/de/LC_MESSAGES/gnome-print.mo -share/locale/el/LC_MESSAGES/gnome-print.mo -share/locale/es/LC_MESSAGES/gnome-print.mo -share/locale/et/LC_MESSAGES/gnome-print.mo -share/locale/eu/LC_MESSAGES/gnome-print.mo -share/locale/fi/LC_MESSAGES/gnome-print.mo -share/locale/fr/LC_MESSAGES/gnome-print.mo -share/locale/gl/LC_MESSAGES/gnome-print.mo -share/locale/hr/LC_MESSAGES/gnome-print.mo -share/locale/hu/LC_MESSAGES/gnome-print.mo -share/locale/it/LC_MESSAGES/gnome-print.mo -share/locale/ja/LC_MESSAGES/gnome-print.mo -share/locale/ko/LC_MESSAGES/gnome-print.mo -share/locale/lt/LC_MESSAGES/gnome-print.mo -share/locale/lv/LC_MESSAGES/gnome-print.mo -share/locale/nl/LC_MESSAGES/gnome-print.mo -share/locale/nn/LC_MESSAGES/gnome-print.mo -share/locale/no/LC_MESSAGES/gnome-print.mo -share/locale/pl/LC_MESSAGES/gnome-print.mo -share/locale/pt/LC_MESSAGES/gnome-print.mo -share/locale/pt_BR/LC_MESSAGES/gnome-print.mo -share/locale/ro/LC_MESSAGES/gnome-print.mo -share/locale/ru/LC_MESSAGES/gnome-print.mo -share/locale/sk/LC_MESSAGES/gnome-print.mo -share/locale/sl/LC_MESSAGES/gnome-print.mo -share/locale/sv/LC_MESSAGES/gnome-print.mo -share/locale/tr/LC_MESSAGES/gnome-print.mo -share/locale/uk/LC_MESSAGES/gnome-print.mo -share/locale/wa/LC_MESSAGES/gnome-print.mo -share/locale/zh_CN/LC_MESSAGES/gnome-print.mo -share/locale/zh_TW/LC_MESSAGES/gnome-print.mo -@dirrmtry share/gnome/fonts -@dirrm %%DATADIR%%/profiles -@dirrm %%DATADIR%% -@dirrm share/fonts/afms/adobe -@dirrm share/fonts/afms -@dirrmtry share/fonts -@dirrm include/gnome-1.0/libgnomeprint -@dirrm etc/gnome/fonts diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile deleted file mode 100644 index 3d4a5050f..000000000 --- a/print/gnomephotoprinter/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnomephotoprinter -# Date created: 27 Oct 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomephotoprinter -PORTVERSION= 0.7.0 -PORTREVISION= 2 -CATEGORIES= print gnome -MASTER_SITES= http://www.fogman.de/gpp/ -DISTNAME= gpp-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome Photo Printer is intended for printing photos in an easy way - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \ - gnomevfs2 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes - -.include <bsd.port.mk> diff --git a/print/gnomephotoprinter/distinfo b/print/gnomephotoprinter/distinfo deleted file mode 100644 index 4d452d148..000000000 --- a/print/gnomephotoprinter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gpp-0.7.0.tar.gz) = ff8fdd9a8f741b346a8d87045d1d02e3 -SHA256 (gnome2/gpp-0.7.0.tar.gz) = 0176e1adf21a2ef18a1c96b2c71b4ff3a0f34a73fbbb2380a1f3fedd5cdd175b -SIZE (gnome2/gpp-0.7.0.tar.gz) = 332256 diff --git a/print/gnomephotoprinter/pkg-descr b/print/gnomephotoprinter/pkg-descr deleted file mode 100644 index b30f460a7..000000000 --- a/print/gnomephotoprinter/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Gnome Photo Printer is intended for printing photos in an easy way. -Just drag your Photos from Nautilus to the Gnome Photo Printer window -and drop it. Make some selections like Photo or Paper size, hit -Preview or Print, and see your pictures printed. - -WWW: http://www.fogman.de/?GnomePhotoPrinter diff --git a/print/gnomephotoprinter/pkg-plist b/print/gnomephotoprinter/pkg-plist deleted file mode 100644 index 26b91e3cb..000000000 --- a/print/gnomephotoprinter/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/gnome-photo-printer -share/applications/gnome-photo-printer.desktop -share/gnome-photo-printer/gpp.glade -share/gnome-photo-printer/scale_with_ratio.jpg -share/gnome-photo-printer/scale_without_ratio.jpg -share/icons/hicolor/16x16/apps/gnome-photo-printer.png -share/icons/hicolor/22x22/apps/gnome-photo-printer.png -share/icons/hicolor/32x32/apps/gnome-photo-printer.png -share/icons/hicolor/48x48/apps/gnome-photo-printer.png -share/icons/hicolor/scalable/apps/gnome-photo-printer.svg -share/locale/de/LC_MESSAGES/gnome-photo-printer.mo -@dirrm share/gnome-photo-printer -@dirrmtry share/applications diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile deleted file mode 100644 index 089a5cc93..000000000 --- a/print/gribouy/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gribouy -# Date created: 20 Nov 2003 -# Whom: bland@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gribouy -PORTVERSION= 0.0.8 -PORTREVISION= 7 -CATEGORIES= print gnome -#MASTER_SITES= ${MASTER_SITE_SAVANNAH} -#MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= bland - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gribouy is a Type1 font editor - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/print/gribouy/distinfo b/print/gribouy/distinfo deleted file mode 100644 index f2cb4057b..000000000 --- a/print/gribouy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gribouy-0.0.8.tar.gz) = dd6879b3fd8db0436eebb7ab89641c13 -SHA256 (gribouy-0.0.8.tar.gz) = 005b7d6d1e51bd883624b1dc8f06cc806a4a417a473bf4eba9a7db26d4ee3e2a -SIZE (gribouy-0.0.8.tar.gz) = 228554 diff --git a/print/gribouy/files/patch-src::gribouy-curve.c b/print/gribouy/files/patch-src::gribouy-curve.c deleted file mode 100644 index ff1888fb3..000000000 --- a/print/gribouy/files/patch-src::gribouy-curve.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/gribouy-curve.c.orig Fri Aug 13 19:51:07 2004 -+++ src/gribouy-curve.c Fri Aug 13 19:51:21 2004 -@@ -311,6 +311,7 @@ - bp++; - } - next_one: -+ ; - } while (bp->code != ART_END); - art_free (bpath); - if (vp) diff --git a/print/gribouy/files/patch-src::gribouy-main.c b/print/gribouy/files/patch-src::gribouy-main.c deleted file mode 100644 index fc24fea27..000000000 --- a/print/gribouy/files/patch-src::gribouy-main.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/gribouy-main.c.orig Thu Nov 20 04:01:59 2003 -+++ src/gribouy-main.c Thu Nov 20 04:03:00 2003 -@@ -660,10 +660,11 @@ - static GtkTreeIter * - model_append (const gchar *key, gpointer *value, GtkListStore **user_data) - { -- g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); - GtkTreeIter *iter; - GtkTreeSelection *selection; - -+ g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); -+ - iter = g_new0 (GtkTreeIter, 1); - gtk_list_store_append (GTK_LIST_STORE (*user_data), iter); - gtk_list_store_set (GTK_LIST_STORE (*user_data), -@@ -679,8 +680,9 @@ - static void - construct_model (gchar *key, gpointer *value, GtkListStore **user_data) - { -- g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); - GtkTreeIter iter; -+ -+ g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); - - gtk_list_store_append (GTK_LIST_STORE (*user_data), &iter); - gtk_list_store_set (GTK_LIST_STORE (*user_data), diff --git a/print/gribouy/pkg-descr b/print/gribouy/pkg-descr deleted file mode 100644 index d60528be6..000000000 --- a/print/gribouy/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gribouy comes from the french word "Gribouille". It is a font editor -released under the GNU General Public License (GPL) and a program -that requires GNOME to work. - -WWW: http://www.nongnu.org/gribouy/ diff --git a/print/gribouy/pkg-plist b/print/gribouy/pkg-plist deleted file mode 100644 index b0584c957..000000000 --- a/print/gribouy/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/gribouy -share/applications/gribouy.desktop -share/gnome-2.0/ui/gribouy-ui.xml -share/gribouy/glade/gribouy.glade -share/pixmaps/gribouy.png -share/pixmaps/gribouy/gribouy-graphics.png -share/pixmaps/gribouy/gribouy-logo.jpg -@dirrm share/pixmaps/gribouy -@dirrm share/gribouy/glade -@dirrm share/gribouy -@dirrmtry share/applications diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile deleted file mode 100644 index ee83a4199..000000000 --- a/print/libgnomeprint/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: libgnomeprint -# Date created: 15 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/print/libgnomeprint/Makefile,v 1.70 2007/09/17 15:10:34 ahze Exp $ -# - -PORTNAME= libgnomeprint -PORTVERSION= 2.18.2 -PORTREVISION?= 1 -CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - popt.0:${PORTSDIR}/devel/popt - -USE_BISON= build -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ - libartlgpl2 ltverhack -USE_GETTEXT= yes -USE_XLIB= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} \ - LIBVERSION=2.2 - -.include <bsd.port.pre.mk> - -.if defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so) -CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+= --without-cups -PLIST_SUB+= CUPS:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_CUPS) - @${ECHO_MSG} " Enable cups support by defining" - @${ECHO_MSG} " WITH_CUPS" - @${ECHO_MSG} "" -.endif - -post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<malloc[.]h>|<stdlib.h>|' - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|doc||" ${WRKSRC}/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts - @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap - -.include <bsd.port.post.mk> - -.endif diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo deleted file mode 100644 index 7d75b5bcf..000000000 --- a/print/libgnomeprint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeprint-2.18.2.tar.bz2) = b1f6c95a8dbb8ce17ab00fc2eea2aa91 -SHA256 (gnome2/libgnomeprint-2.18.2.tar.bz2) = a55b91288aa00b3523feafae155cb7182abb6b646dc86b8bfaf191076389dda4 -SIZE (gnome2/libgnomeprint-2.18.2.tar.bz2) = 867762 diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c deleted file mode 100644 index 5526dceaa..000000000 --- a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomeprint/gnome-print-meta.c.orig Wed Oct 29 00:53:15 2003 -+++ libgnomeprint/gnome-print-meta.c Wed Oct 29 01:06:23 2003 -@@ -312,6 +312,7 @@ - gpm_encode_int (pc, w); - gpm_encode_int (pc, ch); - -+ gpm_ensure_space(pc, w * ch * h); - for (y = 0; y < h; y++){ - gpm_encode_block (pc, px, w * ch); - px += rowstride; diff --git a/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h b/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h deleted file mode 100644 index 9a4a49782..000000000 --- a/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomeprint/ttsubset/sft.h.orig Thu Jul 1 13:18:38 2004 -+++ libgnomeprint/ttsubset/sft.h Thu Jul 1 13:20:14 2004 -@@ -103,7 +103,7 @@ - #endif - #endif - --#ifdef __i386 -+#if defined(__i386) || defined(__alpha__) - #ifndef G_LITTLE_ENDIAN - #define G_LITTLE_ENDIAN - #endif diff --git a/print/libgnomeprint/pkg-descr b/print/libgnomeprint/pkg-descr deleted file mode 100644 index ad9ac2ec1..000000000 --- a/print/libgnomeprint/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The basis for the Gnome Printing Architecture as described in: - -WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist deleted file mode 100644 index 296d23cfd..000000000 --- a/print/libgnomeprint/pkg-plist +++ /dev/null @@ -1,205 +0,0 @@ -etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font-face.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-glyphlist.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-pgl.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-config.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-filter.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-job.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-meta.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-pango.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-paper.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-transport.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-unit.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-rfont.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gp-gc.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/libgnomeprint-enum-types.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-font-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-fontmap.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-glyphlist-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-config-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-path.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gp-gc-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-config.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-key.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-list.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-model.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-option.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-printer.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-reference.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-root.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-settings.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-state.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-utils.h -lib/libgnomeprint-2-2.a -lib/libgnomeprint-2-2.la -lib/libgnomeprint-2-2.so -lib/libgnomeprint-2-2.so.0 -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.so -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.a -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.la -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.so -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.a -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.la -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.so -libdata/pkgconfig/libgnomeprint-%%LIBVERSION%%.pc -%%DATADIR%%/%%VERSION%%/globals.xml -%%DATADIR%%/%%VERSION%%/models/GNOME-GENERIC-PS.xml -%%DATADIR%%/%%VERSION%%/models/GNOME-PDF-WRITER.xml -%%DATADIR%%/%%VERSION%%/models/uninstalled/GNOME-META.xml -%%DATADIR%%/%%VERSION%%/printers/GENERIC.xml -%%DATADIR%%/%%VERSION%%/printers/PDF-WRITER.xml -%%DATADIR%%/%%VERSION%%/printers/uninstalled/META.xml -share/locale/am/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ar/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/az/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/be/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bg/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ca/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/cs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/cy/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/da/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/de/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/dz/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/el/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/es/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/et/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/eu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ga/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/gl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/gu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/he/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/id/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/is/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/it/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ja/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ka/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ko/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ky/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/lt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/lv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ml/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ms/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nb/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ne/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/oc/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/or/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ro/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ru/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/rw/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/si/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sq/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ta/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/te/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/th/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/tr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/uk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/vi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/wa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/xh/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -@dirrm %%DATADIR%%/%%VERSION%%/printers/uninstalled -@dirrm %%DATADIR%%/%%VERSION%%/printers -@dirrm %%DATADIR%%/%%VERSION%%/models/uninstalled -@dirrm %%DATADIR%%/%%VERSION%%/models -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm lib/libgnomeprint/%%VERSION%%/modules/transports -@dirrm lib/libgnomeprint/%%VERSION%%/modules/filters -@dirrm lib/libgnomeprint/%%VERSION%%/modules -@dirrm lib/libgnomeprint/%%VERSION%% -@dirrm lib/libgnomeprint -@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private -@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint -@dirrm include/libgnomeprint-%%LIBVERSION%% -@dirrm etc/gnome/libgnomeprint-2.0/fonts -@dirrm etc/gnome/libgnomeprint-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile deleted file mode 100644 index c0b1cc6c9..000000000 --- a/print/lilypond/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for: lilypond-devel -# Date created: 2001-02-10 -# Whom: patrick -# based on print/lilypond originally by trevor -# -# $FreeBSD$ -# $Id: Makefile,v 1.2 2007-10-17 21:36:13 mezz Exp $ -# - -PORTNAME= lilypond -PORTVERSION= 2.2.2 -PORTREVISION= 4 -CATEGORIES= print audio -MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/:src \ - http://distfiles.master.finkmirrors.net/:rpm -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \ - ${PORTNAME}-${PORTVERSION}-1.i386.rpm:rpm -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The GNU music typesetter - -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ - rarian-sk-config:${PORTSDIR}/textproc/rarian -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX - -MAN1= abc2ly.1 etf2ly.1 midi2ly.1 mup2ly.1 lilypond.1 musedata2ly.1 \ - convert-ly.1 lilypond-bin.1 lilypond-book.1 -INFO= lilypond lilypond-internals \ - music-glossary - -#INSTALLS_SHLIB not needed for phyton library midi.so - -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_BISON= build -USE_GMAKE= YES -USE_PYTHON= YES -MAKEFILE= GNUmakefile -PKGINSTALL= ${WRKDIR}/pkg-install - -CONFIGURE_ARGS+= --with-kpathsea-include=${LOCALBASE}/include \ - --with-kpathsea-lib=${LOCALBASE}/lib -CONFIGURE_ENV+= "CPPFLAGS=${CPPFLAGS}" - -.if defined(WITH_SELFBUILT_FONTS) -BUILD_DEPENDS+= mftrace:${PORTSDIR}/print/mftrace -.else -BUILD_DEPENDS+= rpm2cpio:${PORTSDIR}/archivers/rpm -.endif - -# inform kpathsea.h of getopt-prototype version -CFLAGS+= -D__GNU_LIBRARY__ -CPPFLAGS+= -I${WRKSRC}/lily/out -CFLAGS+= ${CPPFLAGS} - -.include <bsd.port.pre.mk> -ALL_TARGET= all - -SCRIPTS_ENV+= PORTVERSION=${PORTVERSION} - -.if defined(NOPORTDOCS) -PLIST_SUB+= CONDITIONAL="@comment " -EXTRA_PATCHES+= ${FILESDIR}/extra-patch:GNUmakefile.in -.else -PLIST_SUB+= CONDITIONAL="" -.endif -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -pre-configure: - ${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=g;s=%%DATADIRVERSION%%=${DATADIR}/${PORTVERSION}=g" \ - < ${FILESDIR}/pkg-install.in \ - | ${SED} -e "s=${PREFIX}=\$${PKG_PREFIX}=g" \ - > ${PKGINSTALL} - -.if !defined(WITH_SELFBUILT_FONTS) -post-configure: - cd ${WRKSRC} && ${GMAKE} -C mf get-pfa DISTDIR=${DISTDIR} -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}/scripts - cd ${WRKSRC}/input ; \ - ${TAR} -chf - --exclude=out --exclude=CVS --exclude=GNUmakefile . | \ - ${TAR} -xf - -C ${EXAMPLESDIR}; - -.for ii in login profile - ${INSTALL_SCRIPT} ${WRKSRC}/buildscripts/out/lilypond-${ii} \ - ${EXAMPLESDIR}/scripts -.endfor - - cd ${WRKSRC}/Documentation/topdocs/out && ${TAR} -chf - \ - --exclude=dummy.dep --exclude=CVS --exclude=GNUmakefile . \ - | ${TAR} -xf - -C ${DOCSDIR} - -.endif - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - - @${ECHO_CMD} "* Look in ${EXAMPLESDIR}/scripts" - @${ECHO_CMD} "* for needed additions to your .profile" - @${ECHO_CMD} "* (at least the TEXMF environment variable is required)." - -.include <bsd.port.post.mk> diff --git a/print/lilypond/distinfo b/print/lilypond/distinfo deleted file mode 100644 index db9a2a566..000000000 --- a/print/lilypond/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (lilypond-2.2.2.tar.gz) = 1f9ed6b5a80533ce6c960c889fa51226 -SHA256 (lilypond-2.2.2.tar.gz) = 0b65cdb5e303a90617ccc2b35f5ff3a27e462c1ed5f8f7a0a1973fa1a7cb2381 -SIZE (lilypond-2.2.2.tar.gz) = 1900426 -MD5 (lilypond-2.2.2-1.i386.rpm) = 00389bd6b909d7a2023d29013e8f2338 -SHA256 (lilypond-2.2.2-1.i386.rpm) = 079d2e3c3a7aa56b156c890fa636af20a88a4bbc2935ea6378277973bd532cf4 -SIZE (lilypond-2.2.2-1.i386.rpm) = 4264723 diff --git a/print/lilypond/files/patch-Documentation:usr:lilypond.tely b/print/lilypond/files/patch-Documentation:usr:lilypond.tely deleted file mode 100644 index 4f60ef4f0..000000000 --- a/print/lilypond/files/patch-Documentation:usr:lilypond.tely +++ /dev/null @@ -1,23 +0,0 @@ ---- Documentation/user/lilypond.tely.orig Sun Apr 11 09:44:32 2004 -+++ Documentation/user/lilypond.tely Sun Apr 11 09:45:09 2004 -@@ -17,14 +17,14 @@ - @c prepend GNU for dir, must be unique - @c do not list the `lilypond' node at toplevel, so that `info lilypond' - @c goes to Top. --@c * lilypond: (lilypond/lilypond)Invoking LilyPond. Titling LilyPond scores. --* GNU LilyPond: (lilypond/lilypond). The GNU music typesetter. --* convert-ly: (lilypond/lilypond)Invoking convert-ly. Older LilyPond versions. --* midi2ly: (lilypond/lilypond)Invoking midi2ly. Importing MIDI. --* etf2ly: (lilypond/lilypond)Invoking etf2ly. Importing Finale. --* abc2ly: (lilypond/lilypond)Invoking abc2ly. Importing ABC. --* musedata2ly: (lilypond/lilypond)Invoking musedata2ly. Importing MuseData. --* mup2ly: (lilypond/lilypond)Invoking mup2ly. Importing Mup. -+@c * lilypond: (lilypond)Invoking LilyPond. Titling LilyPond scores. -+* GNU LilyPond: (lilypond). The GNU music typesetter. -+* convert-ly: (lilypond)Invoking convert-ly. Older LilyPond versions. -+* midi2ly: (lilypond)Invoking midi2ly. Importing MIDI. -+* etf2ly: (lilypond)Invoking etf2ly. Importing Finale. -+* abc2ly: (lilypond)Invoking abc2ly. Importing ABC. -+* musedata2ly: (lilypond)Invoking musedata2ly. Importing MuseData. -+* mup2ly: (lilypond)Invoking mup2ly. Importing Mup. - @end direntry diff --git a/print/lilypond/files/patch-Documentation:usr:music-glossary.tely b/print/lilypond/files/patch-Documentation:usr:music-glossary.tely deleted file mode 100644 index 0c6b62d7e..000000000 --- a/print/lilypond/files/patch-Documentation:usr:music-glossary.tely +++ /dev/null @@ -1,11 +0,0 @@ ---- Documentation/user/music-glossary.tely.orig Sun Apr 11 09:45:14 2004 -+++ Documentation/user/music-glossary.tely Sun Apr 11 09:45:23 2004 -@@ -4,7 +4,7 @@ - - @dircategory GNU music project - @direntry --* Glossary: (lilypond/music-glossary). Glossary of music terms. -+* Glossary: (music-glossary). Glossary of music terms. - @end direntry - - @ifhtml diff --git a/print/lilypond/files/patch-config.make.in b/print/lilypond/files/patch-config.make.in deleted file mode 100644 index b9e8342e1..000000000 --- a/print/lilypond/files/patch-config.make.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.make.in.orig Sun Apr 11 10:26:32 2004 -+++ config.make.in Sun Apr 11 10:26:46 2004 -@@ -41,7 +41,7 @@ - - # move out of config.make.in? - package_datadir = $(datadir)/$(package) --package_infodir = $(infodir)/$(package) -+package_infodir = $(infodir) - package_libdir = $(libdir)/$(package) - package_docdir = $(docdir)/$(package) - package_omfdir = $(omfdir)/$(package) diff --git a/print/lilypond/files/patch-mf:GNUMakefile b/print/lilypond/files/patch-mf:GNUMakefile deleted file mode 100644 index 0862b73e0..000000000 --- a/print/lilypond/files/patch-mf:GNUMakefile +++ /dev/null @@ -1,37 +0,0 @@ ---- mf/GNUmakefile.orig Tue Mar 9 12:48:01 2004 -+++ mf/GNUmakefile Wed Jun 23 23:51:36 2004 -@@ -88,18 +88,18 @@ - pfa_warning: - ifneq ($(notdir $(MFTRACE)),mftrace) - @echo "" -- @echo "ERROR: mftrace not found" -+ @echo "INFO: mftrace not found" - @echo "" - @echo "For obtaining PFA fonts, either install mftrace " - @echo "(see http://www.xs4all.nl/~hanwen/mftrace/ )," -- @echo "or try one of the following commands in this directory: " -+ @echo "or try one of the following commands in /usr/ports/print/lilypond/work/lilypond-$(TOPLEVEL_VERSION)" - @echo "" -- @echo " make get-pfa " -- @echo " make get-rpm-pfa " -- @echo " make get-deb-pfa " -+ @echo " gmake get-pfa " -+ @echo " gmake get-rpm-pfa " -+ @echo " gmake get-deb-pfa " - @echo "" - @echo "These commands will try to download the files from the internet." -- @false -+ @sleep 20 - endif - - -@@ -118,7 +118,8 @@ - - redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm - $(outdir)/$(redhat-package): -- wget --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/RedHat-9/$(redhat-package) -+ cp ${DISTDIR}/$(redhat-package) $(outdir) -+ #wget --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/RedHat-9/$(redhat-package) - - get-rpm-pfa: $(outdir)/$(redhat-package) - cd $(outdir) ; rm -rf usr/ # (root alert!) diff --git a/print/lilypond/files/pkg-install.in b/print/lilypond/files/pkg-install.in deleted file mode 100644 index 81572f5e7..000000000 --- a/print/lilypond/files/pkg-install.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -LOCALBASE="%%LOCALBASE%%" -DATADIRVERSION="%%DATADIRVERSION%%" -case $2 in - POST-INSTALL) - PATH=${LOCALBASE}/bin:${PATH} - export TEXMF="{${DATADIRVERSION},"`kpsexpand \\$TEXMF`"}" - texhash - ;; -esac diff --git a/print/lilypond/pkg-descr b/print/lilypond/pkg-descr deleted file mode 100644 index cbe4b263e..000000000 --- a/print/lilypond/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -LilyPond is a music typesetter. It produces sheet music using a -high-level description file, which is plain text, as input. You -can use your favorite text editor to enter the description files. -The font and the layout were inspired by engraved music, but can -be modified. The program also has limited MIDI functionality: you -can write MIDI files, and there is a MIDI to lilypond conversion -tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and -Musedata are also included. - -WWW: http://lilypond.org/web/ - -Patrick Atamaniuk diff --git a/print/lilypond/pkg-plist b/print/lilypond/pkg-plist deleted file mode 100644 index e782e4eb7..000000000 --- a/print/lilypond/pkg-plist +++ /dev/null @@ -1,1004 +0,0 @@ -bin/convert-ly -bin/lilypond-book -bin/lilypond -bin/abc2ly -bin/etf2ly -bin/musedata2ly -bin/mup2ly -bin/midi2ly -bin/lilypond-bin -lib/lilypond/%%PORTVERSION%%/python/midi.so -share/emacs/site-lisp/lilypond-font-lock.el -share/emacs/site-lisp/lilypond-indent.el -share/emacs/site-lisp/lilypond-init.el -share/emacs/site-lisp/lilypond-mode.el -share/emacs/site-lisp/lilypond-words.el -%%DATADIR%%/%%PORTVERSION%%/python/lilylib.py -%%DATADIR%%/%%PORTVERSION%%/python/lilylib.pyc -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-accordion.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-autometric.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-banier.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-beugel.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-beum.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-bolletjes.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces00.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces10.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces20.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces30.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces40.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces50.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces60.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces70.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces80.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-din-code.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-din.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-din10.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-din12.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-din14.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-din17.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-din6.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-din8.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-eindelijk.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-generic.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-haak.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-harmonica.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-ital-f.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-ital-m.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-ital-p.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-ital-r.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-ital-s.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-ital-z.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-klef.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-macros.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer-code.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta11.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer10.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer12.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer16.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer20.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer23.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer26.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer4.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer6.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-nummer8.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-params.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-pendaal.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-puntje.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-schrift.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-slag.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-solfa.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-test-generic.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-test11.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-test13.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-test16.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-test20.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-test23.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-test26.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-timesig.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-toevallig.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta13.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta14.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta16.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta18.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta20.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta23.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/feta26.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/graycx.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/graylj.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-accidentals.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-clefs.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-custodes.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-flags.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-generic.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-heads.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-rests.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-scripts.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-timesig.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan11.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan13.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan14.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan16.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan18.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan20.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan23.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan26.mf -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta11.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta13.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta14.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta16.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta18.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta20.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta23.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta26.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces00.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces10.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces20.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces30.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces40.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces50.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces60.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces70.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-braces80.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-din10.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-din12.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-din14.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-din17.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-din6.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-din8.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer10.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer12.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer16.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer20.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer23.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer26.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer4.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer6.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/feta-nummer8.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/parmesan11.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/parmesan13.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/parmesan14.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/parmesan16.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/parmesan18.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/parmesan20.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/parmesan23.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/afm/parmesan26.afm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta11.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta13.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta14.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta16.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta18.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta20.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta23.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta26.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces00.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces10.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces20.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces30.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces40.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces50.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces60.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces70.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-braces80.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-din10.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-din12.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-din14.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-din17.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-din6.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-din8.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer10.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer12.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer16.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer20.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer23.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer26.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer4.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer6.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/feta-nummer8.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/parmesan11.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/parmesan13.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/parmesan14.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/parmesan16.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/parmesan18.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/parmesan20.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/parmesan23.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/tfm/parmesan26.tfm -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta11.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta13.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta14.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta16.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta18.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta20.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta23.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta26.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces00.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces10.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces20.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces30.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces40.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces50.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces60.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces70.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-braces80.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-din10.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-din12.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-din14.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-din17.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-din6.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-din8.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer10.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer12.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer16.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer20.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer23.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer26.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer4.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer6.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/feta-nummer8.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/parmesan11.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/parmesan13.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/parmesan14.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/parmesan16.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/parmesan18.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/parmesan20.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/cmbxti8.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/parmesan23.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/parmesan26.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/ecbm14.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/ecrm12.pfa -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/fonts.scale -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/Fontmap -%%DATADIR%%/%%PORTVERSION%%/fonts/type1/Fontmap.lily -%%DATADIR%%/%%PORTVERSION%%/tex/feta11.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta13.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta14.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta16.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta18.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta20.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta23.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta26.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces00.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces10.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces20.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces30.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces40.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces50.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces60.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces70.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-braces80.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-din10.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-din12.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-din14.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-din17.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-din6.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-din8.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer10.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer12.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer16.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer20.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer23.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer26.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer4.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer6.tex -%%DATADIR%%/%%PORTVERSION%%/tex/feta-nummer8.tex -%%DATADIR%%/%%PORTVERSION%%/tex/parmesan11.tex -%%DATADIR%%/%%PORTVERSION%%/tex/parmesan13.tex -%%DATADIR%%/%%PORTVERSION%%/tex/parmesan14.tex -%%DATADIR%%/%%PORTVERSION%%/tex/parmesan16.tex -%%DATADIR%%/%%PORTVERSION%%/tex/parmesan18.tex -%%DATADIR%%/%%PORTVERSION%%/tex/parmesan20.tex -%%DATADIR%%/%%PORTVERSION%%/tex/headers.tex -%%DATADIR%%/%%PORTVERSION%%/tex/parmesan23.tex -%%DATADIR%%/%%PORTVERSION%%/tex/parmesan26.tex -%%DATADIR%%/%%PORTVERSION%%/tex/lily-debug.tex -%%DATADIR%%/%%PORTVERSION%%/tex/lily-pdf-defs.tex -%%DATADIR%%/%%PORTVERSION%%/tex/lily-ps-defs.tex -%%DATADIR%%/%%PORTVERSION%%/tex/lilyponddefs.tex -%%DATADIR%%/%%PORTVERSION%%/tex/ltest.tex -%%DATADIR%%/%%PORTVERSION%%/tex/number.tex -%%DATADIR%%/%%PORTVERSION%%/tex/test-pedal.tex -%%DATADIR%%/%%PORTVERSION%%/tex/texinfo.tex -%%DATADIR%%/%%PORTVERSION%%/tex/titledefs.tex -%%DATADIR%%/%%PORTVERSION%%/tex/music-drawing-routines.ps -%%DATADIR%%/%%PORTVERSION%%/ly/feta11list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta13list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta14list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta16list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta18list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta20list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta23list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta26list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces00list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces10list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces20list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces30list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces40list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces50list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces60list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces70list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-braces80list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-din10list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-din12list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-din14list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-din17list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-din6list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-din8list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer10list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer12list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer16list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer20list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer23list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer26list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer4list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer6list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/feta-nummer8list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/parmesan11list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/parmesan13list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/parmesan14list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/parmesan16list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/parmesan18list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/parmesan20list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/parmesan23list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/parmesan26list.ly -%%DATADIR%%/%%PORTVERSION%%/ly/a3-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/a4-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/accordion-defs-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/book-init-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/catalan.ly -%%DATADIR%%/%%PORTVERSION%%/ly/center-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/chord-modifiers-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/declarations-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/deutsch.ly -%%DATADIR%%/%%PORTVERSION%%/ly/drumpitch-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/dynamic-scripts-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/english.ly -%%DATADIR%%/%%PORTVERSION%%/ly/engraver-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/espanol.ly -%%DATADIR%%/%%PORTVERSION%%/ly/generate-documentation.ly -%%DATADIR%%/%%PORTVERSION%%/ly/generate-interface-doc-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/grace-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/gregorian-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/italiano.ly -%%DATADIR%%/%%PORTVERSION%%/ly/legal-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/letter-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/midi-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/nederlands.ly -%%DATADIR%%/%%PORTVERSION%%/ly/norsk.ly -%%DATADIR%%/%%PORTVERSION%%/ly/params-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/part-paper-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/performer-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/property-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/scale-definitions-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/script-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/spanners-init.ly -%%DATADIR%%/%%PORTVERSION%%/ly/suomi.ly -%%DATADIR%%/%%PORTVERSION%%/ly/svenska.ly -%%DATADIR%%/%%PORTVERSION%%/ly/tabloid-init.ly -%%DATADIR%%/%%PORTVERSION%%/dvips/lilypond.map -%%DATADIR%%/%%PORTVERSION%%/ps/lilyponddefs.ps -%%DATADIR%%/%%PORTVERSION%%/ps/music-drawing-routines.ps -%%DATADIR%%/%%PORTVERSION%%/scm/auto-beam.scm -%%DATADIR%%/%%PORTVERSION%%/scm/bass-figure.scm -%%DATADIR%%/%%PORTVERSION%%/scm/beam.scm -%%DATADIR%%/%%PORTVERSION%%/scm/c++.scm -%%DATADIR%%/%%PORTVERSION%%/scm/chord-entry.scm -%%DATADIR%%/%%PORTVERSION%%/scm/chord-generic-names.scm -%%DATADIR%%/%%PORTVERSION%%/scm/chord-ignatzek-names.scm -%%DATADIR%%/%%PORTVERSION%%/scm/chord-name.scm -%%DATADIR%%/%%PORTVERSION%%/scm/clef.scm -%%DATADIR%%/%%PORTVERSION%%/scm/define-context-properties.scm -%%DATADIR%%/%%PORTVERSION%%/scm/define-grob-interfaces.scm -%%DATADIR%%/%%PORTVERSION%%/scm/define-grob-properties.scm -%%DATADIR%%/%%PORTVERSION%%/scm/define-grobs.scm -%%DATADIR%%/%%PORTVERSION%%/scm/define-markup-commands.scm -%%DATADIR%%/%%PORTVERSION%%/scm/define-music-properties.scm -%%DATADIR%%/%%PORTVERSION%%/scm/define-music-types.scm -%%DATADIR%%/%%PORTVERSION%%/scm/document-backend.scm -%%DATADIR%%/%%PORTVERSION%%/scm/document-functions.scm -%%DATADIR%%/%%PORTVERSION%%/scm/document-markup.scm -%%DATADIR%%/%%PORTVERSION%%/scm/document-music.scm -%%DATADIR%%/%%PORTVERSION%%/scm/document-translation.scm -%%DATADIR%%/%%PORTVERSION%%/scm/documentation-generate.scm -%%DATADIR%%/%%PORTVERSION%%/scm/documentation-lib.scm -%%DATADIR%%/%%PORTVERSION%%/scm/font.scm -%%DATADIR%%/%%PORTVERSION%%/scm/lily.scm -%%DATADIR%%/%%PORTVERSION%%/scm/midi.scm -%%DATADIR%%/%%PORTVERSION%%/scm/music-functions.scm -%%DATADIR%%/%%PORTVERSION%%/scm/new-markup.scm -%%DATADIR%%/%%PORTVERSION%%/scm/output-lib.scm -%%DATADIR%%/%%PORTVERSION%%/scm/output-pdf.scm -%%DATADIR%%/%%PORTVERSION%%/scm/output-pdftex.scm -%%DATADIR%%/%%PORTVERSION%%/scm/output-ps.scm -%%DATADIR%%/%%PORTVERSION%%/scm/output-sketch.scm -%%DATADIR%%/%%PORTVERSION%%/scm/output-sodipodi.scm -%%DATADIR%%/%%PORTVERSION%%/scm/paper.scm -%%DATADIR%%/%%PORTVERSION%%/scm/output-tex.scm -%%DATADIR%%/%%PORTVERSION%%/scm/page-layout.scm -%%DATADIR%%/%%PORTVERSION%%/scm/part-combiner.scm -%%DATADIR%%/%%PORTVERSION%%/scm/script.scm -%%DATADIR%%/%%PORTVERSION%%/scm/slur.scm -%%DATADIR%%/%%PORTVERSION%%/scm/standalone.scm -%%DATADIR%%/%%PORTVERSION%%/scm/stencil.scm -%%DATADIR%%/%%PORTVERSION%%/scm/to-xml.scm -%%DATADIR%%/%%PORTVERSION%%/scm/translation-functions.scm -%%DATADIR%%/%%PORTVERSION%%/make/generic-rules.make -%%DATADIR%%/%%PORTVERSION%%/make/generic-targets.make -%%DATADIR%%/%%PORTVERSION%%/make/generic-vars.make -%%DATADIR%%/%%PORTVERSION%%/make/lilypond-rules.make -%%DATADIR%%/%%PORTVERSION%%/make/lilypond-targets.make -%%DATADIR%%/%%PORTVERSION%%/make/lilypond-vars.make -%%DATADIR%%/%%PORTVERSION%%/make/ly-rules.make -%%DATADIR%%/%%PORTVERSION%%/make/ly-targets.make -%%DATADIR%%/%%PORTVERSION%%/make/ly-vars.make -%%DATADIR%%/%%PORTVERSION%%/make/ly.make -%%DATADIR%%/%%PORTVERSION%%/make/lysdoc-rules.make -%%DATADIR%%/%%PORTVERSION%%/make/lysdoc-targets.make -%%DATADIR%%/%%PORTVERSION%%/make/lysdoc-vars.make -%%DATADIR%%/%%PORTVERSION%%/make/mutopia-inclusions.make -%%DATADIR%%/%%PORTVERSION%%/make/mutopia-rules.make -%%DATADIR%%/%%PORTVERSION%%/make/mutopia-targets.make -%%DATADIR%%/%%PORTVERSION%%/make/ports-vars.make -%%DATADIR%%/%%PORTVERSION%%/make/mutopia-vars.make -%%DATADIR%%/%%PORTVERSION%%/make/ports-rules.make -%%DATADIR%%/%%PORTVERSION%%/make/ports-targets.make -%%DATADIR%%/%%PORTVERSION%%/make/stepmake.make -%%DATADIR%%/%%PORTVERSION%%/make/substitute.make -%%DATADIR%%/%%PORTVERSION%%/make/toplevel-version.make -%%DATADIR%%/%%PORTVERSION%%/make/GNUmakefile -%%DATADIR%%/%%PORTVERSION%%/make/lilypond.mandrake.spec.in -%%DATADIR%%/%%PORTVERSION%%/make/lilypond.redhat.spec.in -%%DATADIR%%/%%PORTVERSION%%/make/lilypond.suse.spec.in -%%DATADIR%%/%%PORTVERSION%%/make/srcdir.make.in -%%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond-words -%%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond-words.vim -%%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond.vim -%%DATADIR%%/%%PORTVERSION%%/vim/compiler/lilypond.vim -%%DATADIR%%/%%PORTVERSION%%/vim/ftdetect/lilypond.vim -%%DATADIR%%/%%PORTVERSION%%/vim/ftplugin/lilypond.vim -%%DATADIR%%/%%PORTVERSION%%/vim/indent/lilypond.vim -%%DATADIR%%/%%PORTVERSION%%/ls-R -share/locale/cs/LC_MESSAGES/lilypond.mo -share/locale/da/LC_MESSAGES/lilypond.mo -share/locale/de/LC_MESSAGES/lilypond.mo -share/locale/es/LC_MESSAGES/lilypond.mo -share/locale/fi/LC_MESSAGES/lilypond.mo -share/locale/fr/LC_MESSAGES/lilypond.mo -share/locale/it/LC_MESSAGES/lilypond.mo -share/locale/ja/LC_MESSAGES/lilypond.mo -share/locale/nl/LC_MESSAGES/lilypond.mo -share/locale/ru/LC_MESSAGES/lilypond.mo -share/locale/sv/LC_MESSAGES/lilypond.mo -%%CONDITIONAL%%%%EXAMPLESDIR%%/paddy.abc -%%CONDITIONAL%%%%EXAMPLESDIR%%/example-1.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/example-2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/example-3.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/les-nereides.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia-header.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/puer-fragment.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/screech-boink.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/twinkle-pop.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/wilhelmus.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/scripts/lilypond-login -%%CONDITIONAL%%%%EXAMPLESDIR%%/scripts/lilypond-profile -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/add-staccato.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/add-text-script.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/ambitus-mixed.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/ancient-accidentals.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/ancient-font.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/ancient-time.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/bagpipe.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/bar-always.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/bar-lines.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/bar-lines-lyric-only.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/bar-number-every-five-reset.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/bar-number-regular-interval.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/bar-number-show-all.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-alternate.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-auto-4-8.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-auto.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-auto-override.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-control.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-count.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-dir-functions.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-isknee.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-neutral-direction.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/beam-rest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/blank-notes.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/blank-paper.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/blank-paper-tab.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/boxed-molecule.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/cadenza-skip.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/caps.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/cautionaries.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/chord-names-german.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/chord-names-jazz.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/chord-names-no-inversions.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/chords-without-melody.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/clef-8-syntax.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/hymn.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/clef-end-of-line.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/clef-manual-control.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/coriolan-margin.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/count-systems.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/crescendi.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/cue-notes.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/divisiones.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/drarn.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/drarn-slurs.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/dynamic-absolute-volume.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/dynamic-extra.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/embedded-postscript.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/embedded-scm.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/embedded-tex.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/engraver-contexts.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/engraver-one-by-one.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/extra-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/figured-bass-alternate.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/fill-a4.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/follow-voice.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/force-hshift.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/gourlay.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/gregorian-scripts.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/harmonic.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/header-ifelse.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/hshift.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/improv.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/incipit.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/instrument-name-grandstaff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/ligature-vaticana.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/lilypond-testpage.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/+.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/lyric-hyphen-retain.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/lyrics-skip-notes.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/mensural-ligatures.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/mensural-note-heads.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/midi-scales.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/move-accidentals.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/move-specific-text.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/music-box.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/music-creation.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/no-bar-lines.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/no-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/ossia.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/page-breaks.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/part-combine.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/partial-blank.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/phrasing-slur-height.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/piano-staff-distance.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/polymetric-differing-notes.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/polymetric.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/preset-extent.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/repeat.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/repeat-manual.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/repeat-shorter-bracket.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/rests.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/rest-dot-positions.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/reverse-music.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/rhythm-excercise.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/scales-greek.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/scheme-interactions.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/script-abbreviations.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/script-chart.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/script-priority.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/script-stack.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/separate-staccato.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/slur-attachment-override.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/slur-beautiful.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/slur-dash.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/slur-manual.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/slur-minimum-length.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/slur-ugly.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/smart-transpose.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/spacing-2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/spanner-after-break-tweak.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/staff-bracket.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/staff-container.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/staff-lines.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/staff-size.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/staff-space.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/stem-cross-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/stem-extend.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/stem-length.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/tablature-hammer.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/tablature.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/temporary-stave.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/text-rotate.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/textscript.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/text-spanner.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/tie-cross-voice.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/time.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/time-signature-double.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/timing.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/title.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/title-markup.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/to-xml.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/transposition.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/trill.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/trills.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/unfold-all-repeats.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/version-output.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/vertical-extent.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/test/engraver-example.lyinc -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-cautionary.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-double.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-ledger.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-octave.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-placement.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-quarter.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-single-double.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidentals.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-tie.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-unbroken-tie-spacing.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/accidental-voice.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/ambitus.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/apply-context.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/apply-output.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/arpeggio-bracket.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/arpeggio-collision.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/arpeggio.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/auto-beam-bar.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/auto-beam.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/auto-beam-no-beam.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/auto-beam-triplet.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/auto-beam-tuplets.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/auto-change.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/balloon.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/bar-number.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/bar-scripts.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-auto-knee.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-break.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-center-slope.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-concave.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-cross-staff-auto-knee.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-cross-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-cross-staff-slope.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-damp.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-default-lengths.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beamed-chord.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-extreme.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-french.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-funky-beamlet.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-funky.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beaming.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beaming-ternary-metrum.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-knee-symmetry.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-length.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-manual-beaming.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-multiple-cross-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-over-barline.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-position.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-postfix-notation.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-quanting-32nd.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/dots.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-quanting-horizontal.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-quarter.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-rest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-second.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beam-shortened-lengths.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/beams.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/between-systems.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/break.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/breathing-sign-ancient.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/breathing-sign.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-changes.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-name-entry-11.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-name-entry.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-name-exceptions.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-name-major7.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-names-bass.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-scripts.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/clef-oct.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chords-funky-ignatzek.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-tremolo.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/chord-tremolo-short.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/clefs.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/cluster-cross-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/cluster.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-dots-invert.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-dots.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-dots-move.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-head-chords.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-heads.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-merge-differently-dotted.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-merge-dots.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collision-mesh.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/collisions.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/completion-heads.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/completion-heads-polyphony.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/custos.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/dot-flag-collision.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/drums.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/dynamics-broken-hairpin.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/dynamics-glyphs.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/dynamics-line.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/dynamics-unbound-hairpin.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/easy-notation.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/figured-bass.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/finger-chords.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/fingering.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/follow-voice-break.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/font-magnification.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/font-name.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/generic-output-property.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/glissando.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-auto-beam.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-bar-line.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-bar-number.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-beam.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-end.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-nest1.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-nest2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-nest3.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-nest4.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-nest5.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-nest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-part-combine.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-staff-length.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-start.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-stems.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-sync.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-types.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-unfold-repeat.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-volta-repeat-2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/grace-volta-repeat.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/hairpin-dashed.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/hairpin-ending.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/hara-kiri-pianostaff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/instrument-name.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/instrument-name-markup.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/instrument-name-partial.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/key-clefs.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/key-signature-scordatura.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/keys.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/+.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyric-combine.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyric-combine-new.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyric-combine-polyphonic.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyric-extender-broken.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyric-extender.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyric-hyphen-break.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyric-hyphen.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyric-phrasing.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyrics-bar.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/lyrics-melisma-beam.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/markup-note.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/markup-stack.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/markup-user.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/measure-grouping.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/mensural.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/metronome-marking.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/mm-rests2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/molecule-hacking.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/multi-measure-rest-center.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/multi-measure-rest-grace.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/multi-measure-rest-instr-name.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/multi-measure-rest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/multi-measure-rest-spacing.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/multi-measure-rest-multi-staff-center.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/multi-measure-rest-text.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/music-map.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/new-markup-scheme.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/new-markup-syntax.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/non-empty-text.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/note-group-bracket.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/note-head-chord.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/note-head-harmonic.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/note-head-style.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/note-line.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/number-staff-lines.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/ottava-broken.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/ottava.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/part-combine-a2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/part-combine-cross.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/part-combine.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/part-combine-global.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/part-combine-solo-global.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/part-combine-solo.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/part-combine-text.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/pedal-bracket.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/pedal-end.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/pedal-ped.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/phrasing-slur.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/prefatory-empty-spacing.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/prefatory-spacing-matter.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/property-grace-polyphony.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/property-once.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/quote.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/quote-transposition.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rehearsal-mark-letter.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rehearsal-mark-number.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-fold.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-line-break.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-percent.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-percent-skipbars.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-slash.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-unfold-all.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-unfold.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-unfold-tremolo.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-volta.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/repeat-volta-skip-alternatives.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rest-collision-beam.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rest-collision.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rest-ledger.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rest-pitch.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rest-polyphonic.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/rhythmic-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/script-collision.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/script-stacked.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/script-stack-order.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/size11.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/size13.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/size16.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/size20.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/size23.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/size26.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-area.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-attachment.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-broken-trend.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-cross-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-dots.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-nice.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-rest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-staccato.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-stem-broken.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-symmetry-1.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/slur-symmetry.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-accidental.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-accidental-staffs.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-accidental-stretch.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-bar-stem.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-clef-first-note.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-ended-voice.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-end-of-line.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-folded-clef2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-folded-clef.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-grace-duration.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-grace.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-knee.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-multi-tuplet.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-note-flags.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-ragged-last.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-rest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-short-notes.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-stem-bar.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-stem-direction.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-stem-same-direction.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-to-grace.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/spacing-very-tight.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/span-bar.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/staccato-pos.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/staff-halfway.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/staff-mixed-size.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/staff-tweak.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/stanza-number.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/stem-direction.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/stem-shorten.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/stem-spacing.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/stem-tremolo.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/system-extents.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/system-start-bracket.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tablature.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tablature-string-tunings.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tag-filter.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/text-spanner.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tie-busy-grobs.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tie-chord.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tie-dots.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tie-grace.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tie.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tuplet-beam.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tuplet-gap.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tuplet-nest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tuplet-properties.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tuplet-rest.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tuplet-slope.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tuplets.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/tuplet-staffline-collision.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/voice-follower.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/volta-broken-left-edge.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/volta-multi-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/regression/allfontstyle.lyinc -%%CONDITIONAL%%%%EXAMPLESDIR%%/tutorial/lilbook.tex -%%CONDITIONAL%%%%EXAMPLESDIR%%/tutorial/brahms-original.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/tutorial/brahms-tweaked.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/README -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/bar-check.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/beam-warn.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/denneboom.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/die-staff.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/dos-guile.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/dos-ps.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/dos-tex.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/midi-grace.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/midi-lyric-barcheck.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/midi-transposing.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/midi-tuplets.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/midi-volume-equaliser.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/parse2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/parse3.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/parse4.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/parse5.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/parse.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/recording.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/safe-guile.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/safe-ps.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/safe-include.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/safe-tex.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/no-notation/textcresc.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/README -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/gregorian-transcription.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/header.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/jazz-combo.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/melody-chords.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/melody.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/melody-lyrics-chords.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/melody-lyrics.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/piano-4-voices.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/piano-dynamics.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/piano.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/piano-lyrics.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/piano-melody-lyrics.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/template/satb.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/claop.py -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/J.S.Bach/baerenreiter-sarabande.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/J.S.Bach/bwv940.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/J.S.Bach/wtk1-fugue2.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/F.Schubert/morgenlied.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/F.Schubert/standchen.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/E.Satie/petite-ouverture-a-danser.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/W.A.Mozart/mozart-hrn3-allegro.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/W.A.Mozart/mozart-hrn3-defs.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/W.A.Mozart/mozart-hrn-3.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly -%%CONDITIONAL%%%%EXAMPLESDIR%%/mutopia/R.Schumann/romanze-op28-2.ly -%%CONDITIONAL%%%%DOCSDIR%%/AUTHORS.txt -%%CONDITIONAL%%%%DOCSDIR%%/INSTALL.txt -%%CONDITIONAL%%%%DOCSDIR%%/NEWS.txt -%%CONDITIONAL%%%%DOCSDIR%%/README.txt -%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond-internals.html.omf -%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.html.omf -%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.html.omf -%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.pdf.omf -%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.pdf.omf -%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.ps.gz.omf -%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.ps.gz.omf -@unexec rm -f %D/%%DATADIR%%/%%PORTVERSION%%/ls-R 2>&1 >/dev/null || true -@dirrm lib/lilypond/%%PORTVERSION%%/python -@dirrm lib/lilypond/%%PORTVERSION%% -@dirrm lib/lilypond -%%CONDITIONAL%%@dirrm %%DOCSDIR%% -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/scripts -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/test -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/regression -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/tutorial -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/no-notation -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/template -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/mutopia/J.S.Bach -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/mutopia/F.Schubert -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/mutopia/E.Satie -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/mutopia/W.A.Mozart -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/mutopia/R.Schumann -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%%/mutopia -%%CONDITIONAL%%@dirrm %%EXAMPLESDIR%% -%%CONDITIONAL%%@dirrm %%DATADIR%%/%%PORTVERSION%%/vim/compiler -%%CONDITIONAL%%@dirrm %%DATADIR%%/%%PORTVERSION%%/vim/ftdetect -%%CONDITIONAL%%@dirrm %%DATADIR%%/%%PORTVERSION%%/vim/ftplugin -%%CONDITIONAL%%@dirrm %%DATADIR%%/%%PORTVERSION%%/vim/indent -%%CONDITIONAL%%@dirrm %%DATADIR%%/%%PORTVERSION%%/vim/syntax -%%CONDITIONAL%%@dirrm %%DATADIR%%/%%PORTVERSION%%/vim -%%CONDITIONAL%%@dirrm share/omf/lilypond/%%PORTVERSION%% -%%CONDITIONAL%%@dirrm share/omf/lilypond -@dirrm %%DATADIR%%/%%PORTVERSION%%/python -@dirrm %%DATADIR%%/%%PORTVERSION%%/fonts/source -@dirrm %%DATADIR%%/%%PORTVERSION%%/fonts/afm -@dirrm %%DATADIR%%/%%PORTVERSION%%/fonts/tfm -@dirrm %%DATADIR%%/%%PORTVERSION%%/fonts/type1 -@dirrm %%DATADIR%%/%%PORTVERSION%%/fonts -@dirrm %%DATADIR%%/%%PORTVERSION%%/tex -@dirrm %%DATADIR%%/%%PORTVERSION%%/dvips -@dirrm %%DATADIR%%/%%PORTVERSION%%/ly -@dirrm %%DATADIR%%/%%PORTVERSION%%/ps -@dirrm %%DATADIR%%/%%PORTVERSION%%/scm -@dirrm %%DATADIR%%/%%PORTVERSION%%/make -@dirrm %%DATADIR%%/%%PORTVERSION%% -@dirrm %%DATADIR%% -@exec scrollkeeper-install -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond-internals.html.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond-internals.html.omf 2>/dev/null || /usr/bin/true -@exec scrollkeeper-install -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.html.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.html.omf 2>/dev/null || /usr/bin/true -@exec scrollkeeper-install -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.html.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.html.omf 2>/dev/null || /usr/bin/true -@exec scrollkeeper-install -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.pdf.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.pdf.omf 2>/dev/null || /usr/bin/true -@exec scrollkeeper-install -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.pdf.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.pdf.omf 2>/dev/null || /usr/bin/true -@exec scrollkeeper-install -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.ps.gz.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/lilypond.ps.gz.omf 2>/dev/null || /usr/bin/true -@exec scrollkeeper-install -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.ps.gz.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/%%CONDITIONAL%%share/omf/lilypond/%%PORTVERSION%%/music-glossary.ps.gz.omf 2>/dev/null || /usr/bin/true diff --git a/print/lilypond/scripts/post-configure b/print/lilypond/scripts/post-configure deleted file mode 100755 index 32ff6afe2..000000000 --- a/print/lilypond/scripts/post-configure +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -outdir=out -cd ${WRKSRC} || exit 2 - file=lily/$outdir/lexer.cc - echo -n "Generating and fixing $file... " - rm -f $file - gmake conf=$CONF -C lily $outdir/lexer.cc || true - - mv $file $file.orig - sed -e 's/[^:]istream\*/std::istream*/g' \ - -e 's/[^:]ostream\*/std::ostream*/g' \ - -e 's/class istream;/#include \<iostream\>/g' \ - $file.orig > $file - echo "done" diff --git a/print/lilypond/scripts/post-patch b/print/lilypond/scripts/post-patch deleted file mode 100644 index 9b09186e2..000000000 --- a/print/lilypond/scripts/post-patch +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -outdir=out -cd ${WRKSRC} || exit 2 -echo "Patching for FlexLexer.h <->gcc3 issues" - -file="" -candidates=`find /usr/include -name FlexLexer.h` -#take first found file. -for d in $candidates; do if [ -f $d ]; then file=$d; break; fi; done -if [ -z "${file}" ]; then echo "Cannot find FlexLexer.h"; exit 2; fi - -echo -n "Copying and fixing $file... " -mkdir -p lily/$outdir -rm -f lily/$outdir/FlexLexer.h -sed \ - -e 's/[^:]istream/std::istream/' \ - -e 's/[^i:]ostream/std::ostream/' \ - -e 's/iostream.h/iostream/' \ - $file > lily/$outdir/FlexLexer.h -echo "done" |