More file movement for the BeMail utilities... Content updates later

to avoid confusing svn.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13960 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander G.M. Smith
2005-08-14 02:10:49 +00:00
parent 51a063b6b0
commit aef29f9e4f
6 changed files with 6 additions and 18 deletions
+1 -13
View File
@@ -99,21 +99,10 @@ StdBinCommands
: be libmail.so : be libmail.so
; ;
# Oddball standard commands that have a resource file or something else
# unusual, but aren't complex enough to have their own subdirectory.
StdBinCommands
bemailtombox.cpp
: be
: bemailtombox.rdef
;
Package haiku-maildaemon-cvs :
bemailtombox :
boot home config bin ;
# Finally (must come after all the compile related rules), all the subdirectories that are worth compiling.
SubInclude OBOS_TOP src bin addattr ; SubInclude OBOS_TOP src bin addattr ;
SubInclude OBOS_TOP src bin bash ; SubInclude OBOS_TOP src bin bash ;
SubInclude OBOS_TOP src bin bc ; SubInclude OBOS_TOP src bin bc ;
SubInclude OBOS_TOP src bin bemail_utils ;
SubInclude OBOS_TOP src bin bison ; SubInclude OBOS_TOP src bin bison ;
SubInclude OBOS_TOP src bin chkbfs ; SubInclude OBOS_TOP src bin chkbfs ;
SubInclude OBOS_TOP src bin compress ; SubInclude OBOS_TOP src bin compress ;
@@ -139,7 +128,6 @@ SubInclude OBOS_TOP src bin rmd160 ;
SubInclude OBOS_TOP src bin screen_blanker ; SubInclude OBOS_TOP src bin screen_blanker ;
SubInclude OBOS_TOP src bin sed ; SubInclude OBOS_TOP src bin sed ;
SubInclude OBOS_TOP src bin sharutils ; SubInclude OBOS_TOP src bin sharutils ;
SubInclude OBOS_TOP src bin spamdbm ;
SubInclude OBOS_TOP src bin strace ; SubInclude OBOS_TOP src bin strace ;
SubInclude OBOS_TOP src bin vim ; SubInclude OBOS_TOP src bin vim ;
SubInclude OBOS_TOP src bin zic ; SubInclude OBOS_TOP src bin zic ;
+1 -1
View File
@@ -1,4 +1,4 @@
SubDir OBOS_TOP src bin spamdbm ; SubDir OBOS_TOP src bin bemail_utils ;
StdBinCommands StdBinCommands
spamdbm.cpp spamdbm.cpp
@@ -1,5 +1,5 @@
/* Resources for the bemailtombox program, mostly for the icon. /* Resources for the bemailtombox program, mostly for the icon.
$Id:$ */ $Id$ */
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY; resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
@@ -12,7 +12,7 @@ resource app_version {
variety = B_APPV_FINAL, variety = B_APPV_FINAL,
internal = 1, internal = 1,
short_info = "BeMailToMbox $Rev$", short_info = "BeMailToMbox $Rev$",
long_info = "BeMailToMbox - BeMail to Unix mailbox file converter. $Id:$" long_info = "BeMailToMbox - BeMail to Unix mailbox file converter. $Id$"
}; };
resource large_icon array { resource large_icon array {
@@ -1,5 +1,5 @@
/* Resources for the mboxtobemail program, mostly for the icon. /* Resources for the mboxtobemail program, mostly for the icon.
$Id:$ */ $Id$ */
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY; resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
@@ -12,7 +12,7 @@ resource app_version {
variety = B_APPV_FINAL, variety = B_APPV_FINAL,
internal = 1, internal = 1,
short_info = "MboxToBeMail $Rev$", short_info = "MboxToBeMail $Rev$",
long_info = "MboxToBeMail - Unix mailbox to BeMail file converter. $Id:$" long_info = "MboxToBeMail - Unix mailbox to BeMail file converter. $Id$"
}; };