diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 06:36:54 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 06:36:54 +0800 |
commit | f3a27cf1c0c7900951e2674654419940d7685934 (patch) | |
tree | bbdeda016818b979448430bee6a8548de033fa86 | |
parent | e814d11e91d36d02605b4e574e96e105ced8e1f4 (diff) | |
download | marcuscom-ports-f3a27cf1c0c7900951e2674654419940d7685934.tar marcuscom-ports-f3a27cf1c0c7900951e2674654419940d7685934.tar.gz marcuscom-ports-f3a27cf1c0c7900951e2674654419940d7685934.tar.bz2 marcuscom-ports-f3a27cf1c0c7900951e2674654419940d7685934.tar.lz marcuscom-ports-f3a27cf1c0c7900951e2674654419940d7685934.tar.xz marcuscom-ports-f3a27cf1c0c7900951e2674654419940d7685934.tar.zst marcuscom-ports-f3a27cf1c0c7900951e2674654419940d7685934.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8798 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | editors/gnotepad+/Makefile | 53 | ||||
-rw-r--r-- | editors/gnotepad+/distinfo | 6 | ||||
-rw-r--r-- | editors/gnotepad+/files/patch-aa | 30 | ||||
-rw-r--r-- | editors/gnotepad+/pkg-descr | 6 | ||||
-rw-r--r-- | editors/gnotepad+/pkg-plist | 145 |
5 files changed, 240 insertions, 0 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile new file mode 100644 index 000000000..251a0defd --- /dev/null +++ b/editors/gnotepad+/Makefile @@ -0,0 +1,53 @@ +# New ports collection makefile for: gnotepad+ +# Date created: 08 March 1999 +# Whom: brett@peloton.physics.montana.edu +# +# $FreeBSD$ +# + +PORTNAME= gnotepad+ +PORTVERSION= 1.3.3 +PORTREVISION= 3 +CATEGORIES= editors www gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gnotepad +.if !defined(NOPORTDOCS) +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}-help-${DOCVERSION}${EXTRACT_SUFX} +.endif + +MAINTAINER= ports@FreeBSD.org +COMMENT= Simple GTK-based text/HTML editor + +DOCVERSION= 1.2.0 + +USE_GETTEXT= yes +USE_X_PREFIX= yes +USE_XPM= yes +WANT_GNOME= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN1= gnp.1 + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e 's|\(use_gtkhtml=\)yes|\1no|g' ${WRKSRC}/configure + +.if !defined(NOPORTDOCS) +post-extract: + @${MV} ${WRKSRC}/docs ${WRKSRC}/docs.old + @${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs +.endif + +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME= gnomeprefix gnomelibs +PKGNAMESUFFIX= -gnome +.else +CONFIGURE_ARGS+=--disable-gnome +.endif + +.include <bsd.port.post.mk> diff --git a/editors/gnotepad+/distinfo b/editors/gnotepad+/distinfo new file mode 100644 index 000000000..568842b37 --- /dev/null +++ b/editors/gnotepad+/distinfo @@ -0,0 +1,6 @@ +MD5 (gnotepad+-1.3.3.tar.gz) = 00f1de16e84cbbe65d85acc542b2791f +SHA256 (gnotepad+-1.3.3.tar.gz) = e59ff373a82b25b63ec7612e97d738088b71929ca8943be1c2f75bf74d06006a +SIZE (gnotepad+-1.3.3.tar.gz) = 461837 +MD5 (gnotepad+-help-1.2.0.tar.gz) = 1d624118056c2c0e4ba8c45f9ab9bbee +SHA256 (gnotepad+-help-1.2.0.tar.gz) = 98662fe0cf6c5e3162c59148e7fd1c3b8b39f56a004c605863db4abd19c701dc +SIZE (gnotepad+-help-1.2.0.tar.gz) = 336989 diff --git a/editors/gnotepad+/files/patch-aa b/editors/gnotepad+/files/patch-aa new file mode 100644 index 000000000..8a6d751bb --- /dev/null +++ b/editors/gnotepad+/files/patch-aa @@ -0,0 +1,30 @@ +--- Makefile.in.orig Wed May 10 09:11:34 2000 ++++ Makefile.in Mon Jun 5 20:59:43 2000 +@@ -97,8 +97,8 @@ + + CLEANFILES = *~ .deps/* + +-Applicationsdir = $(datadir)/gnome/apps/Applications +-Applications_DATA = gnotepad+.desktop gnotepad+.spec ++@HAVE_GNOME_TRUE@Applicationsdir = $(datadir)/gnome/apps/Applications ++@HAVE_GNOME_TRUE@Applications_DATA = gnotepad+.desktop gnotepad+.spec + + SUBDIRS = docs po intl src + +@@ -217,7 +217,6 @@ + + install-ApplicationsDATA: $(Applications_DATA) + @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(Applicationsdir) + @list='$(Applications_DATA)'; for p in $$list; do \ + if test -f $(srcdir)/$$p; then \ + echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p"; \ +@@ -431,7 +430,7 @@ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: installdirs-recursive + installdirs-am: +- $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(Applicationsdir) \ ++ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 \ + $(DESTDIR)$(pkgdatadir) + + diff --git a/editors/gnotepad+/pkg-descr b/editors/gnotepad+/pkg-descr new file mode 100644 index 000000000..80f023832 --- /dev/null +++ b/editors/gnotepad+/pkg-descr @@ -0,0 +1,6 @@ +gnotepad+ is a simple Gnome based text editor. It also has built-in simple +HTML editing with previews directed to Netscape. + +-brett@peloton.physics.montana.edu + +WWW: http://gnotepad.sourceforge.net/ diff --git a/editors/gnotepad+/pkg-plist b/editors/gnotepad+/pkg-plist new file mode 100644 index 000000000..3572ddf2c --- /dev/null +++ b/editors/gnotepad+/pkg-plist @@ -0,0 +1,145 @@ +bin/gnp +share/gnome/apps/Applications/gnotepad+.desktop +share/gnome/apps/Applications/gnotepad+.spec +share/gnome/help/gnotepad+/C/closedialog.png +share/gnome/help/gnotepad+/C/doclist.png +share/gnome/help/gnotepad+/C/doctabs.png +share/gnome/help/gnotepad+/C/editmenu.png +share/gnome/help/gnotepad+/C/fileinfo1.png +share/gnome/help/gnotepad+/C/fileinfo2.png +share/gnome/help/gnotepad+/C/find1.png +share/gnome/help/gnotepad+/C/find2.png +share/gnome/help/gnotepad+/C/find3.png +share/gnome/help/gnotepad+/C/htmldoc.png +share/gnome/help/gnotepad+/C/htmltag.png +share/gnome/help/gnotepad+/C/htmltb1.png +share/gnome/help/gnotepad+/C/htmltb2.png +share/gnome/help/gnotepad+/C/htmlwin.png +share/gnome/help/gnotepad+/C/index-1.html +share/gnome/help/gnotepad+/C/index-2.html +share/gnome/help/gnotepad+/C/index-3.html +share/gnome/help/gnotepad+/C/index-4.html +share/gnome/help/gnotepad+/C/index-5.html +share/gnome/help/gnotepad+/C/index.html +share/gnome/help/gnotepad+/C/mainoptions.png +share/gnome/help/gnotepad+/C/maintb.png +share/gnome/help/gnotepad+/C/mainwin.png +share/gnome/help/gnotepad+/C/msgbar.png +share/gnome/help/gnotepad+/C/msgbox.png +share/gnome/help/gnotepad+/C/optionsmenu0.png +share/gnome/help/gnotepad+/C/optionsmenu1.png +share/gnome/help/gnotepad+/C/optionsmenu2.png +share/gnome/help/gnotepad+/C/prefs_appearance.png +share/gnome/help/gnotepad+/C/prefs_document.png +share/gnome/help/gnotepad+/C/prefs_fonts.png +share/gnome/help/gnotepad+/C/prefs_fontsel.png +share/gnome/help/gnotepad+/C/prefs_htmltb.png +share/gnome/help/gnotepad+/C/prefs_maintb.png +share/gnome/help/gnotepad+/C/prefs_misc.png +share/gnome/help/gnotepad+/C/prefs_srcctrl.png +share/gnome/help/gnotepad+/C/prefs_window.png +share/gnome/help/gnotepad+/C/printdialog.png +share/gnome/help/gnotepad+/C/shellcmd.png +share/gnome/help/gnotepad+/C/splashscreen.png +share/gnome/help/gnotepad+/C/textarea.png +share/gnome/help/gnotepad+/C/topic.dat +share/gnome/help/gnotepad+/C/windowmenu.png +share/gnome/help/gnotepad+/C/winlist.png +share/gnome/help/gnotepad+/C/winnew.png +%%DATADIR%%/gnotepad+.glade +%%DATADIR%%/xpm/colsel.xpm +%%DATADIR%%/xpm/filesel.xpm +%%DATADIR%%/xpm/gnp48x48.xpm +%%DATADIR%%/xpm/tb_big.xpm +%%DATADIR%%/xpm/tb_blank.xpm +%%DATADIR%%/xpm/tb_bold.xpm +%%DATADIR%%/xpm/tb_cancel.xpm +%%DATADIR%%/xpm/tb_centjust.xpm +%%DATADIR%%/xpm/tb_comment.xpm +%%DATADIR%%/xpm/tb_copy.xpm +%%DATADIR%%/xpm/tb_cut.xpm +%%DATADIR%%/xpm/tb_edit.xpm +%%DATADIR%%/xpm/tb_emphasis.xpm +%%DATADIR%%/xpm/tb_exit.xpm +%%DATADIR%%/xpm/tb_find.xpm +%%DATADIR%%/xpm/tb_find_next.xpm +%%DATADIR%%/xpm/tb_fontm1.xpm +%%DATADIR%%/xpm/tb_fontp1.xpm +%%DATADIR%%/xpm/tb_form.xpm +%%DATADIR%%/xpm/tb_formoption.xpm +%%DATADIR%%/xpm/tb_formselect.xpm +%%DATADIR%%/xpm/tb_frame.xpm +%%DATADIR%%/xpm/tb_frame2.xpm +%%DATADIR%%/xpm/tb_framebase.xpm +%%DATADIR%%/xpm/tb_frameno.xpm +%%DATADIR%%/xpm/tb_frameset.xpm +%%DATADIR%%/xpm/tb_frameset2.xpm +%%DATADIR%%/xpm/tb_framewiz.xpm +%%DATADIR%%/xpm/tb_h1.xpm +%%DATADIR%%/xpm/tb_h2.xpm +%%DATADIR%%/xpm/tb_h3.xpm +%%DATADIR%%/xpm/tb_h4.xpm +%%DATADIR%%/xpm/tb_h5.xpm +%%DATADIR%%/xpm/tb_h6.xpm +%%DATADIR%%/xpm/tb_help.xpm +%%DATADIR%%/xpm/tb_image.xpm +%%DATADIR%%/xpm/tb_inputbutton.xpm +%%DATADIR%%/xpm/tb_inputcheckbox.xpm +%%DATADIR%%/xpm/tb_inputimage.xpm +%%DATADIR%%/xpm/tb_inputpass.xpm +%%DATADIR%%/xpm/tb_inputradio.xpm +%%DATADIR%%/xpm/tb_inputreset.xpm +%%DATADIR%%/xpm/tb_inputsubmit.xpm +%%DATADIR%%/xpm/tb_inputtext.xpm +%%DATADIR%%/xpm/tb_inputtextarea.xpm +%%DATADIR%%/xpm/tb_italic.xpm +%%DATADIR%%/xpm/tb_leftjust.xpm +%%DATADIR%%/xpm/tb_linebreak.xpm +%%DATADIR%%/xpm/tb_link.xpm +%%DATADIR%%/xpm/tb_listdd.xpm +%%DATADIR%%/xpm/tb_listdl.xpm +%%DATADIR%%/xpm/tb_listdt.xpm +%%DATADIR%%/xpm/tb_listitem.xpm +%%DATADIR%%/xpm/tb_menu.xpm +%%DATADIR%%/xpm/tb_new.xpm +%%DATADIR%%/xpm/tb_open.xpm +%%DATADIR%%/xpm/tb_ordered.xpm +%%DATADIR%%/xpm/tb_paragraph.xpm +%%DATADIR%%/xpm/tb_paste.xpm +%%DATADIR%%/xpm/tb_pre.xpm +%%DATADIR%%/xpm/tb_prefs.xpm +%%DATADIR%%/xpm/tb_print.xpm +%%DATADIR%%/xpm/tb_redo.xpm +%%DATADIR%%/xpm/tb_replace.xpm +%%DATADIR%%/xpm/tb_rightjust.xpm +%%DATADIR%%/xpm/tb_save.xpm +%%DATADIR%%/xpm/tb_separator.xpm +%%DATADIR%%/xpm/tb_small.xpm +%%DATADIR%%/xpm/tb_strikeout.xpm +%%DATADIR%%/xpm/tb_strong.xpm +%%DATADIR%%/xpm/tb_subscript.xpm +%%DATADIR%%/xpm/tb_superscript.xpm +%%DATADIR%%/xpm/tb_table.xpm +%%DATADIR%%/xpm/tb_table2.xpm +%%DATADIR%%/xpm/tb_tablewiz.xpm +%%DATADIR%%/xpm/tb_target.xpm +%%DATADIR%%/xpm/tb_td.xpm +%%DATADIR%%/xpm/tb_td2.xpm +%%DATADIR%%/xpm/tb_th.xpm +%%DATADIR%%/xpm/tb_th2.xpm +%%DATADIR%%/xpm/tb_title.xpm +%%DATADIR%%/xpm/tb_tr.xpm +%%DATADIR%%/xpm/tb_tr2.xpm +%%DATADIR%%/xpm/tb_typewriter.xpm +%%DATADIR%%/xpm/tb_underline.xpm +%%DATADIR%%/xpm/tb_undo.xpm +%%DATADIR%%/xpm/tb_unordered.xpm +%%DATADIR%%/xpm/tb_winclose.xpm +%%DATADIR%%/xpm/tb_winnew.xpm +share/locale/da/LC_MESSAGES/gnotepad+.mo +share/locale/fr/LC_MESSAGES/gnotepad+.mo +share/locale/ja/LC_MESSAGES/gnotepad+.mo +@dirrm %%DATADIR%%/xpm +@dirrm %%DATADIR%% +@dirrm share/gnome/help/gnotepad+/C +@dirrm share/gnome/help/gnotepad+ |