pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update to 0.5.2. Changes: move to GNU autoconf, and a ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f26655a495f4
branches: trunk
changeset: 459816:f26655a495f4
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Fri Aug 08 11:45:46 2003 +0000
description:
Update to 0.5.2. Changes: move to GNU autoconf, and a few bugfixes.
No new features.
diffstat:
doc/CHANGES | 3 ++-
x11/xtermset/Makefile | 16 +++++++---------
x11/xtermset/PLIST | 9 +++------
x11/xtermset/distinfo | 7 +++----
x11/xtermset/patches/patch-aa | 33 ---------------------------------
5 files changed, 15 insertions(+), 53 deletions(-)
diffs (110 lines):
diff -r 227b6f32ea3f -r f26655a495f4 doc/CHANGES
--- a/doc/CHANGES Fri Aug 08 11:13:17 2003 +0000
+++ b/doc/CHANGES Fri Aug 08 11:45:46 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3006 2003/08/08 08:14:57 grant Exp $
+$NetBSD: CHANGES,v 1.3007 2003/08/08 11:45:46 hubertf Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3216,3 +3216,4 @@
Added p5-XML-Twig [gson 2003-08-06]
Updated cpuflags to 0.56 [abs 2003-08-06]
Updated 6to4 to 1.4 [grant 2003-08-08]
+ Updated xterset to 0.5.2 [hubertf 2003-08-08]
diff -r 227b6f32ea3f -r f26655a495f4 x11/xtermset/Makefile
--- a/x11/xtermset/Makefile Fri Aug 08 11:13:17 2003 +0000
+++ b/x11/xtermset/Makefile Fri Aug 08 11:45:46 2003 +0000
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 22:57:04 grant Exp $
+# $NetBSD: Makefile,v 1.9 2003/08/08 11:45:47 hubertf Exp $
#
-DISTNAME= xtermset-0.4
+DISTNAME= xtermset-0.5.2
CATEGORIES= x11
-MASTER_SITES= http://xtermset.netpedia.net/src/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clts/}
MAINTAINER= hubertf%NetBSD.org@localhost
-HOMEPAGE= http://xtermset.netpedia.net/
+HOMEPAGE= http://www.bje.nu/apps/xtermset/
COMMENT= Change things like foreground color, size etc. on an xterm
USE_BUILDLINK2= YES
-USE_X11BASE= YES
+#USE_X11BASE= YES
+GNU_CONFIGURE= yes
-post-extract:
- cd ${WRKSRC} ; ${GUNZIP_CMD} xtermset.1.gz
-
-post-install:
+xpost-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xtermset
${INSTALL_DATA} ${WRKSRC}/ctlseqs.ms ${PREFIX}/share/doc/xtermset
nroff -ms ${WRKSRC}/ctlseqs.ms >${WRKSRC}/ctlseqs.0
diff -r 227b6f32ea3f -r f26655a495f4 x11/xtermset/PLIST
--- a/x11/xtermset/PLIST Fri Aug 08 11:13:17 2003 +0000
+++ b/x11/xtermset/PLIST Fri Aug 08 11:45:46 2003 +0000
@@ -1,8 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:12:40 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/08/08 11:45:48 hubertf Exp $
bin/xtermset
man/man1/xtermset.1
-share/doc/xtermset/ctlseqs.ms
-share/doc/xtermset/ctlseqs.0
-share/doc/xtermset/COPYING
-share/doc/xtermset/README
-@dirrm share/doc/xtermset
+man/man5/terms.5
+share/xtermset/terms
diff -r 227b6f32ea3f -r f26655a495f4 x11/xtermset/distinfo
--- a/x11/xtermset/distinfo Fri Aug 08 11:13:17 2003 +0000
+++ b/x11/xtermset/distinfo Fri Aug 08 11:45:46 2003 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:08:00 skrll Exp $
+$NetBSD: distinfo,v 1.3 2003/08/08 11:45:48 hubertf Exp $
-SHA1 (xtermset-0.4.tar.gz) = 54221a6decff217e87d651bc7227b136ff09f384
-Size (xtermset-0.4.tar.gz) = 20102 bytes
-SHA1 (patch-aa) = 042cc7fbe9b1cda59db13c3a17c27563bc6ad0ff
+SHA1 (xtermset-0.5.2.tar.gz) = cf6ce5d0c32d4f695330f784e3bda863b1b8aa57
+Size (xtermset-0.5.2.tar.gz) = 46328 bytes
diff -r 227b6f32ea3f -r f26655a495f4 x11/xtermset/patches/patch-aa
--- a/x11/xtermset/patches/patch-aa Fri Aug 08 11:13:17 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2000/02/05 16:26:06 wiz Exp $
---- Makefile.orig Thu Jan 14 00:02:56 1999
-+++ Makefile Sat Aug 21 05:50:20 1999
-@@ -1,7 +1,7 @@
- CC = gcc
--CFLAGS = -O2 -Wall
-+CFLAGS+= -O2 -Wall
- OBJS = xtermset.o
--PREFIX = /usr/local
-+#PREFIX = /usr/local
-
- DOCSRC = ctlseqs.ms
- DOCOUT = ctlseqs.ps
-@@ -9,15 +9,12 @@
-
- all: xtermset
-
--xtermset: $(OBJS)
-- $(CC) $(OBJS) -o xtermset
--
--$(OBJS): %.o: %.c
-- $(CC) -c $(CFLAGS) $<
-+xtermset:
-+ $(CC) xtermset.c -o xtermset
-
- install: xtermset
-- install -m 0755 -s xtermset $(PREFIX)/bin
-- install -m 0644 xtermset.1.gz $(PREFIX)/man/man1
-+ ${BSD_INSTALL_PROGRAM} xtermset $(PREFIX)/bin
-+ ${BSD_INSTALL_MAN} xtermset.1 $(PREFIX)/man/man1
-
- doc: $(DOCSRC)
- groff -mandoc -ms -T$(DOCFMT) $(DOCSRC) > $(DOCOUT)
Home |
Main Index |
Thread Index |
Old Index