summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-10-04 19:34:46 +0000
committeragc <agc@pkgsrc.org>2003-10-04 19:34:46 +0000
commit047723558496edb955b31332d9bf7a3c8aab8935 (patch)
tree904e15b6aae2a112f202f23ecdc3cc1d215b443c
parent9269571867348436213f0bb9b8be648e441d7fc3 (diff)
downloadpkgsrc-047723558496edb955b31332d9bf7a3c8aab8935.tar.gz
Add a geography category, in anticipatino of a number of pending packages.
-rw-r--r--Makefile3
-rw-r--r--Packages.txt52
-rw-r--r--geography/Makefile6
3 files changed, 51 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 9a12e16b62c..8bcd56116ba 100644
--- a/Makefile
+++ b/Makefile
@@ -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 += emulators
SUBDIR += finance
SUBDIR += fonts
SUBDIR += games
+SUBDIR += geography
SUBDIR += graphics
SUBDIR += ham
SUBDIR += inputmethod
diff --git a/Packages.txt b/Packages.txt
index 61e2cbf507e..2bd9c13f2ca 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -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 @@ if you want to add to it (rather than replace it), as you usually would.
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 --git a/geography/Makefile b/geography/Makefile
new file mode 100644
index 00000000000..5d2724bcd70
--- /dev/null
+++ b/geography/Makefile
@@ -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"