pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add a geography category, in anticipatino of a number ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7aab6fbec9d
branches:  trunk
changeset: 462502:f7aab6fbec9d
user:      agc <agc%pkgsrc.org@localhost>
date:      Sat Oct 04 19:34:46 2003 +0000

description:
Add a geography category, in anticipatino of a number of pending packages.

diffstat:

 Makefile           |   3 ++-
 Packages.txt       |  52 +++++++++++++++++++++++++++++++++++++++++++---------
 geography/Makefile |   6 ++++++
 3 files changed, 51 insertions(+), 10 deletions(-)

diffs (93 lines):

diff -r 837166a325b5 -r f7aab6fbec9d Makefile
--- a/Makefile  Sat Oct 04 19:19:12 2003 +0000
+++ b/Makefile  Sat Oct 04 19:34:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2003/09/16 20:31:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.60 2003/10/04 19:34:46 agc Exp $
 #
 
 .include "mk/bsd.prefs.mk"
@@ -25,6 +25,7 @@
 SUBDIR += finance
 SUBDIR += fonts
 SUBDIR += games
+SUBDIR += geography
 SUBDIR += graphics
 SUBDIR += ham
 SUBDIR += inputmethod
diff -r 837166a325b5 -r f7aab6fbec9d Packages.txt
--- a/Packages.txt      Sat Oct 04 19:19:12 2003 +0000
+++ b/Packages.txt      Sat Oct 04 19:34:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.312 2003/10/03 15:32:55 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.313 2003/10/04 19:34:46 agc Exp $
 ###########################################################################
 
                        ==========================
@@ -692,14 +692,48 @@
 Currently the following values are available for CATEGORIES. If more than
 one is used, they need to be separated by spaces:
 
-       archivers  audio      benchmarks   biology       cad    
-       chat       comms      converters   cross         databases
-       devel      editors    emulators    finance       fonts
-       games      graphics   ham          japanese      lang
-       mail       math       mbone        misc          net
-       news       parallel   print        security      shells
-       sysutils   textproc   time         wm            www
-       x11
+       archivers
+       audio
+       benchmarks
+       biology
+       cad
+       chat
+       comms
+       converters
+       cross
+       databases
+       devel
+       editors
+       emulators
+       finance
+       fonts
+       games
+       geography
+       graphics
+       ham
+       inputmethod
+       lang
+       mail
+       math
+       mbone
+       meta-pkgs
+       misc
+       net
+       news
+       packages
+       parallel
+       pkglocate
+       pkgtools
+       print
+       security
+       shells
+       sysutils
+       templates
+       textproc
+       time
+       wm
+       www
+       x11
 
 See the NetBSD packages(7) manual page for a description of all available
 options and variables.
diff -r 837166a325b5 -r f7aab6fbec9d geography/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/Makefile        Sat Oct 04 19:34:46 2003 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2003/10/04 19:34:46 agc Exp $
+#
+
+COMMENT=       Software for geographical-related uses
+
+.include "../mk/bsd.pkg.subdir.mk"



Home | Main Index | Thread Index | Old Index