1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

a simple GTK based text/HTML editor

PR:		10489
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
This commit is contained in:
Satoshi Taoka 1999-04-30 08:33:55 +00:00
parent 887575f8c6
commit 1d2c2cd550
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18210
7 changed files with 119 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: gnotepad+
# Version required: 1.1.1
# Date created: 08-March-1999
# Whom: brett@peloton.physics.montana.edu
#
# $Id$
#
DISTNAME= gnotepad+-1.1.1
CATEGORIES= editors www
MASTER_SITES= http://members.xoom.com/ackahn/gnp/
MAINTAINER= brett@peloton.physics.montana.edu
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
MAN1= gnp.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gnotepad+-1.1.1.tar.gz) = 75e5cc4082b8e5345109e6b4756a250a

View File

@ -0,0 +1,19 @@
*** src/prefs.c Mon Mar 8 12:48:35 1999
--- src/prefs.c Mon Mar 8 12:48:56 1999
***************
*** 22,28 ****
#include <string.h>
#include <math.h>
#include <errno.h>
! #include <values.h>
#include <fcntl.h>
#include <ctype.h>
#include <sys/stat.h>
--- 22,28 ----
#include <string.h>
#include <math.h>
#include <errno.h>
! #include <limits.h>
#include <fcntl.h>
#include <ctype.h>
#include <sys/stat.h>

View File

@ -0,0 +1,18 @@
--- src/file.c.~1~ Sat Mar 6 01:38:53 1999
+++ src/file.c Fri Apr 30 17:23:33 1999
@@ -24,7 +24,6 @@
#include <errno.h>
#include <stdlib.h>
#include <ctype.h>
-#include <utime.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
@@ -32,6 +31,7 @@
#include <sys/file.h>
#include <sys/types.h>
#include <sys/file.h>
+#include <utime.h>
#include "main.h"
#if defined(APP_GNP) && defined(USE_GTKXMHTML)
#include <glib.h>

View File

@ -0,0 +1 @@
gnotepad+ is a simple GTK based text/HTML editor.

View File

@ -0,0 +1,4 @@
gnotepad+ is a simple GTK based text editor. It also has built-in simple
HTML editing with previews directed to Netscape.
-brett@peloton.physics.montana.edu

View File

@ -0,0 +1,53 @@
bin/gnp
share/gnotepad+/xpm/tb_big.xpm
share/gnotepad+/xpm/tb_bold.xpm
share/gnotepad+/xpm/tb_cancel.xpm
share/gnotepad+/xpm/tb_centjust.xpm
share/gnotepad+/xpm/tb_comment.xpm
share/gnotepad+/xpm/tb_copy.xpm
share/gnotepad+/xpm/tb_cut.xpm
share/gnotepad+/xpm/tb_edit.xpm
share/gnotepad+/xpm/tb_emphasis.xpm
share/gnotepad+/xpm/tb_exit.xpm
share/gnotepad+/xpm/tb_find.xpm
share/gnotepad+/xpm/tb_find_next.xpm
share/gnotepad+/xpm/tb_h1.xpm
share/gnotepad+/xpm/tb_h2.xpm
share/gnotepad+/xpm/tb_h3.xpm
share/gnotepad+/xpm/tb_h4.xpm
share/gnotepad+/xpm/tb_h5.xpm
share/gnotepad+/xpm/tb_h6.xpm
share/gnotepad+/xpm/tb_help.xpm
share/gnotepad+/xpm/tb_image.xpm
share/gnotepad+/xpm/tb_italic.xpm
share/gnotepad+/xpm/tb_leftjust.xpm
share/gnotepad+/xpm/tb_linebreak.xpm
share/gnotepad+/xpm/tb_link.xpm
share/gnotepad+/xpm/tb_listitem.xpm
share/gnotepad+/xpm/tb_new.xpm
share/gnotepad+/xpm/tb_open.xpm
share/gnotepad+/xpm/tb_ordered.xpm
share/gnotepad+/xpm/tb_paragraph.xpm
share/gnotepad+/xpm/tb_paste.xpm
share/gnotepad+/xpm/tb_prefs.xpm
share/gnotepad+/xpm/tb_print.xpm
share/gnotepad+/xpm/tb_redo.xpm
share/gnotepad+/xpm/tb_replace.xpm
share/gnotepad+/xpm/tb_rightjust.xpm
share/gnotepad+/xpm/tb_save.xpm
share/gnotepad+/xpm/tb_separator.xpm
share/gnotepad+/xpm/tb_small.xpm
share/gnotepad+/xpm/tb_strikeout.xpm
share/gnotepad+/xpm/tb_strong.xpm
share/gnotepad+/xpm/tb_subscript.xpm
share/gnotepad+/xpm/tb_superscript.xpm
share/gnotepad+/xpm/tb_target.xpm
share/gnotepad+/xpm/tb_title.xpm
share/gnotepad+/xpm/tb_typewriter.xpm
share/gnotepad+/xpm/tb_underline.xpm
share/gnotepad+/xpm/tb_undo.xpm
share/gnotepad+/xpm/tb_unordered.xpm
share/gnotepad+/xpm/tb_winclose.xpm
share/gnotepad+/xpm/tb_winnew.xpm
@dirrm share/gnotepad+/xpm
@dirrm share/gnotepad+