diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2008-02-21 10:08:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2008-02-21 10:08:48 +0000 |
commit | c3fbf6e6cc02f0899bb2312c98cc5043a3df45cd (patch) | |
tree | ed574f65aefdcf99224390682837c4386f55dcee | |
parent | 6eeb25b461ee8c1cb30d5bbc8b80d3efb37fb80e (diff) | |
download | pkgsrc-c3fbf6e6cc02f0899bb2312c98cc5043a3df45cd.tar.gz |
Added editors/lyx15 - the latest and the greatest.
-rw-r--r-- | doc/CHANGES-2008 | 3 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | editors/Makefile | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index b2118ecdef1..6c3068648af 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.343 2008/02/21 00:17:49 gdt Exp $ +$NetBSD: CHANGES-2008,v 1.344 2008/02/21 10:08:48 xtraeme Exp $ Changes to the packages collection and infrastructure in 2008: @@ -660,3 +660,4 @@ Changes to the packages collection and infrastructure in 2008: Updated mail/cone to 0.74 [jlam 2008-02-20] Updated sysutils/xenkernel3 to 3.1.3nb1 [bouyer 2008-02-20] Updated mail/mail-notification to 5.0 [gdt 2008-02-21] + Added editors/lyx15 version 1.5.3 [xtraeme 2008-02-21] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.7075 2008/02/21 00:17:49 gdt Exp $ +$NetBSD: TODO,v 1.7076 2008/02/21 10:08:48 xtraeme Exp $ Suggested new packages ====================== @@ -872,7 +872,6 @@ Suggested package updates o lsh-2.0.3 o ltm-0.40 o lucy-1.19p - o lyx-1.5 o m1-0.7.7 [needs libasound.so.2 emulation library, i.e. alsa] o maelstrom-sdl-3.0.6 o maelstrom-x11-2.0.7 diff --git a/editors/Makefile b/editors/Makefile index d81e92f5608..6d4fd0631eb 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2007/11/22 21:05:21 drochner Exp $ +# $NetBSD: Makefile,v 1.125 2008/02/21 10:08:48 xtraeme Exp $ # COMMENT= Editors @@ -49,6 +49,7 @@ SUBDIR+= leafpad SUBDIR+= leim20 SUBDIR+= leim21 SUBDIR+= lpe +SUBDIR+= lyx15 SUBDIR+= lyx-qt SUBDIR+= lyx-xforms SUBDIR+= manedit |